Updated translations. mpy_network

Fri, 03 Mar 2023 13:44:34 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 03 Mar 2023 13:44:34 +0100
branch
mpy_network
changeset 9841
3c6118eee33e
parent 9840
d41ee69fa69b
child 9842
82f770986825
child 9854
c1e298e5c588

Updated translations.

src/eric7/EricNetwork/EricIPv4InputWidget.ui file | annotate | diff | comparison | revisions
src/eric7/MicroPython/Devices/CircuitPythonDevices.py file | annotate | diff | comparison | revisions
src/eric7/MicroPython/Devices/RP2040Devices.py file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_cs.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_de.qm file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_de.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_empty.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_en.qm file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_en.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_es.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_fr.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_it.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_pt.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_ru.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_tr.ts file | annotate | diff | comparison | revisions
src/eric7/i18n/eric7_zh_CN.ts file | annotate | diff | comparison | revisions
--- a/src/eric7/EricNetwork/EricIPv4InputWidget.ui	Fri Mar 03 11:34:59 2023 +0100
+++ b/src/eric7/EricNetwork/EricIPv4InputWidget.ui	Fri Mar 03 13:44:34 2023 +0100
@@ -42,7 +42,7 @@
    <item>
     <widget class="QLabel" name="label">
      <property name="text">
-      <string> . </string>
+      <string notr="true"> . </string>
      </property>
     </widget>
    </item>
@@ -65,7 +65,7 @@
    <item>
     <widget class="QLabel" name="label_2">
      <property name="text">
-      <string> . </string>
+      <string notr="true"> . </string>
      </property>
     </widget>
    </item>
@@ -88,7 +88,7 @@
    <item>
     <widget class="QLabel" name="label_3">
      <property name="text">
-      <string> . </string>
+      <string notr="true"> . </string>
      </property>
     </widget>
    </item>
--- a/src/eric7/MicroPython/Devices/CircuitPythonDevices.py	Fri Mar 03 11:34:59 2023 +0100
+++ b/src/eric7/MicroPython/Devices/CircuitPythonDevices.py	Fri Mar 03 13:44:34 2023 +0100
@@ -1134,7 +1134,7 @@
         """
         return (
             [],
-            self.tr("CircuitPython does not support reporting of connected clients"),
+            self.tr("CircuitPython does not support reporting of connected clients."),
         )
 
 
--- a/src/eric7/MicroPython/Devices/RP2040Devices.py	Fri Mar 03 11:34:59 2023 +0100
+++ b/src/eric7/MicroPython/Devices/RP2040Devices.py	Fri Mar 03 13:44:34 2023 +0100
@@ -1080,6 +1080,15 @@
                 repr(country if country else "XX"),
             )
         elif self._deviceData["wifi_type"] == "picowireless":
+            if ifconfig:
+                return (
+                    False,
+                    self.tr(
+                        "Pico Wireless does not support setting the IPv4 parameters of"
+                        " the WiFi access point."
+                    ),
+                )
+
             # AP is fixed at channel 6
             command = """
 def start_ap(ssid, password):
@@ -1150,7 +1159,7 @@
             return (
                 [],
                 self.tr(
-                    "Showing connected clients is not supported for 'pico wireless'."
+                    "Pico Wireless does not support reporting of connected clients."
                 ),
             )
         else:
--- a/src/eric7/i18n/eric7_cs.ts	Fri Mar 03 11:34:59 2023 +0100
+++ b/src/eric7/i18n/eric7_cs.ts	Fri Mar 03 13:44:34 2023 +0100
@@ -1790,55 +1790,60 @@
   <context>
     <name>BaseDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="128" />
-      <source>Show MicroPython Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="129" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="162" />
+      <source>Device Data Not Available</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="163" />
       <source>&lt;p&gt;The device data is not available. Try to connect to the device again. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="173" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="216" />
       <source>Unsupported Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="183" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="226" />
       <source>REPL is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="202" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="245" />
       <source>Plotter is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="221" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="264" />
       <source>Running scripts is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="240" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="283" />
       <source>File Manager is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="285" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="328" />
       <source>Select Device Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="286" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="329" />
       <source>Select the directory for the connected device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="432" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="475" />
       <source>Detected an error without indications.</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1245" />
+      <source>Operation not supported.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>BlackConfigurationDialog</name>
@@ -3829,124 +3834,193 @@
   <context>
     <name>CircuitPythonDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="87" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="67" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="129" />
       <source>CircuitPython</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="216" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="258" />
       <source>Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="217" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="259" />
       <source>Python files for CircuitPython can be edited in place, if the device volume is locally available. Such a volume was not found. In place editing will not be available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="247" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="289" />
       <source>Library Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="251" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="295" />
       <source>CircuitPython Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="254" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="297" />
       <source>Show CircuitPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="263" />
-      <source>CircuitPython Flash Instructions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="345" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="276" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="267" />
-      <source>Flash CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="270" />
-      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="443" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="305" />
-      <source>Install Library Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="441" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="309" />
-      <source>Install Library Package</source>
+      <source>Reset Device</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="315" />
+      <source>Flash CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="319" />
+      <source>UF2 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="323" />
+      <source>ESP32 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="324" />
+      <source>Erase Flash</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="326" />
+      <source>Flash MicroPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="330" />
+      <source>Flash Additional Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="335" />
+      <source>Teensy Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="337" />
+      <source>CircuitPython Flash Instructions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="341" />
+      <source>Start 'Teensy Loader'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="344" />
+      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="539" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="376" />
+      <source>Install Library Files</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="537" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="380" />
+      <source>Install Library Package</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="386" />
       <source>Install 'circup' Package</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="346" />
-      <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 do not support the UF2 bootloader. Please use the 'Teensy Loader' application to flash CircuitPython. Make sure you downloaded the CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="366" />
-      <source>Start 'Teensy Loader'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="367" />
-      <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="396" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="492" />
       <source>unknown</source>
       <translation type="unfinished">neznámý</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="415" />
-      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="423" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="427" />
-      <source>CircuitPython Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="449" />
-      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="477" />
-      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="507" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="511" />
+      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="519" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="523" />
+      <source>CircuitPython Version</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="545" />
+      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="573" />
+      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="603" />
+      <source>CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="607" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="999" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="737" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="911" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="833" />
+      <source>The device volume is not available.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="876" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="848" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="877" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="849" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="884" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="856" />
+      <source>Aborted</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
+      <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1137" />
+      <source>CircuitPython does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>CircuitPythonUpdaterInterface</name>
@@ -11418,24 +11492,24 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="500" />
       <source>Downloads finished</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="502" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
       <source>All files have been downloaded.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../WebBrowser/Download/DownloadManager.ui" line="0" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="587" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="510" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="586" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="509" />
       <source>Download Manager</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="620" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="619" />
       <source>{0}% of %n file(s) ({1}) {2}</source>
       <translation type="unfinished">
         <numerusform />
@@ -11444,7 +11518,7 @@
       </translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="628" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="627" />
       <source>{0}% - Download Manager</source>
       <translation type="unfinished" />
     </message>
@@ -11691,7 +11765,7 @@
   <context>
     <name>Editor</name>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3297" />
+      <location filename="../QScintilla/Editor.py" line="3315" />
       <location filename="../QScintilla/Editor.py" line="427" />
       <location filename="../QScintilla/Editor.py" line="412" />
       <source>Open File</source>
@@ -11713,964 +11787,964 @@
       <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="866" />
+      <location filename="../QScintilla/Editor.py" line="884" />
       <source>Undo</source>
       <translation>Vrátit</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="869" />
+      <location filename="../QScintilla/Editor.py" line="887" />
       <source>Redo</source>
       <translation>Znovu použít</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="872" />
+      <location filename="../QScintilla/Editor.py" line="890" />
       <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="876" />
+      <location filename="../QScintilla/Editor.py" line="894" />
       <source>Cut</source>
       <translation>Vyjmout</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="879" />
+      <location filename="../QScintilla/Editor.py" line="897" />
       <source>Copy</source>
       <translation>Kopírovat</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="882" />
+      <location filename="../QScintilla/Editor.py" line="900" />
       <source>Paste</source>
       <translation>Vložit</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="888" />
+      <location filename="../QScintilla/Editor.py" line="906" />
       <source>Indent</source>
       <translation>Odsadit</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="893" />
-      <source>Unindent</source>
-      <translation>Zrušit odsazení</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="898" />
-      <source>Comment</source>
-      <translation>Vytvořit komentář</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="903" />
-      <source>Uncomment</source>
-      <translation>Zrušit komentář</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="9017" />
-      <location filename="../QScintilla/Editor.py" line="908" />
-      <source>Generate Docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="911" />
+      <source>Unindent</source>
+      <translation>Zrušit odsazení</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="916" />
+      <source>Comment</source>
+      <translation>Vytvořit komentář</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="921" />
+      <source>Uncomment</source>
+      <translation>Zrušit komentář</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="9035" />
+      <location filename="../QScintilla/Editor.py" line="926" />
+      <source>Generate Docstring</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="929" />
       <source>Select to brace</source>
       <translation>Vybrat až po závorku</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="912" />
+      <location filename="../QScintilla/Editor.py" line="930" />
       <source>Select all</source>
       <translation>Vybrat vše</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="913" />
+      <location filename="../QScintilla/Editor.py" line="931" />
       <source>Deselect all</source>
       <translation>Zrušit celý výběr</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="915" />
+      <location filename="../QScintilla/Editor.py" line="933" />
       <source>Execute Selection In Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="927" />
-      <source>Use Monospaced Font</source>
-      <translation>Použít neporoporcionální font</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="932" />
-      <source>Autosave enabled</source>
-      <translation>Zapnout autosave</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="937" />
-      <source>Typing aids enabled</source>
-      <translation>Pomůcky při psaní zapnuty</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="945" />
+      <source>Use Monospaced Font</source>
+      <translation>Použít neporoporcionální font</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="950" />
+      <source>Autosave enabled</source>
+      <translation>Zapnout autosave</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="955" />
+      <source>Typing aids enabled</source>
+      <translation>Pomůcky při psaní zapnuty</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="963" />
       <source>Automatic Completion enabled</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="954" />
-      <source>Calltip</source>
-      <translation>Rychlé tipy</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="957" />
-      <source>Code Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="972" />
+      <source>Calltip</source>
+      <translation>Rychlé tipy</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="975" />
+      <source>Code Info</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="990" />
       <source>New Document View</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="977" />
+      <location filename="../QScintilla/Editor.py" line="995" />
       <source>New Document View (with new split)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="985" />
+      <location filename="../QScintilla/Editor.py" line="1003" />
       <source>Save</source>
       <translation>Uložit</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="989" />
+      <location filename="../QScintilla/Editor.py" line="1007" />
       <source>Save As...</source>
       <translation>Uložit jako...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="994" />
+      <location filename="../QScintilla/Editor.py" line="1012" />
       <source>Save Copy...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1016" />
-      <location filename="../QScintilla/Editor.py" line="1013" />
+      <location filename="../QScintilla/Editor.py" line="1034" />
+      <location filename="../QScintilla/Editor.py" line="1031" />
       <source>Complete</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1020" />
+      <location filename="../QScintilla/Editor.py" line="1038" />
       <source>Clear Completions Cache</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1023" />
+      <location filename="../QScintilla/Editor.py" line="1041" />
       <source>Complete from Document</source>
       <translation type="unfinished">z dokumentu</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1025" />
+      <location filename="../QScintilla/Editor.py" line="1043" />
       <source>Complete from APIs</source>
       <translation type="unfinished">z API</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1028" />
+      <location filename="../QScintilla/Editor.py" line="1046" />
       <source>Complete from Document and APIs</source>
       <translation type="unfinished">z dokumentu a API</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1042" />
+      <location filename="../QScintilla/Editor.py" line="1060" />
       <source>Check</source>
       <translation>Zkontrolovat</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1053" />
+      <location filename="../QScintilla/Editor.py" line="1071" />
       <source>Code Formatting</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1059" />
+      <location filename="../QScintilla/Editor.py" line="1077" />
       <source>Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1064" />
+      <location filename="../QScintilla/Editor.py" line="1082" />
       <source>Format Code</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1068" />
-      <source>Check Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1072" />
-      <source>Formatting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1081" />
-      <source>isort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1086" />
-      <source>Sort Imports</source>
+      <source>Check Formatting</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1090" />
+      <source>Formatting Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1099" />
+      <source>isort</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1104" />
+      <source>Sort Imports</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1108" />
       <source>Imports Sorting Diff</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1106" />
-      <source>Tools</source>
-      <translation type="unfinished">Nástroje</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1117" />
-      <source>Show</source>
-      <translation>Zobrazit</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1119" />
-      <source>Code metrics...</source>
-      <translation>Metrika kódu...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1121" />
-      <source>Code coverage...</source>
-      <translation>Pokrytí kódu...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1124" />
+      <source>Tools</source>
+      <translation type="unfinished">Nástroje</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1135" />
+      <source>Show</source>
+      <translation>Zobrazit</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1137" />
+      <source>Code metrics...</source>
+      <translation>Metrika kódu...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1139" />
+      <source>Code coverage...</source>
+      <translation>Pokrytí kódu...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1142" />
       <source>Show code coverage annotations</source>
       <translation>Zobrazit poznámky pokrytí kódu</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1127" />
-      <source>Hide code coverage annotations</source>
-      <translation>Skrýt poznámky pokrytí kódu</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1131" />
-      <source>Profile data...</source>
-      <translation>Profilovat data...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1145" />
-      <source>Diagrams</source>
-      <translation>Diagramy</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1147" />
-      <source>Class Diagram...</source>
-      <translation>Diagram třídy...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1148" />
-      <source>Package Diagram...</source>
-      <translation>Diagram balíčku...</translation>
+      <source>Hide code coverage annotations</source>
+      <translation>Skrýt poznámky pokrytí kódu</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1149" />
+      <source>Profile data...</source>
+      <translation>Profilovat data...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1163" />
+      <source>Diagrams</source>
+      <translation>Diagramy</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1165" />
+      <source>Class Diagram...</source>
+      <translation>Diagram třídy...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1166" />
+      <source>Package Diagram...</source>
+      <translation>Diagram balíčku...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1167" />
       <source>Imports Diagram...</source>
       <translation>Diagram importů...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1151" />
+      <location filename="../QScintilla/Editor.py" line="1169" />
       <source>Application Diagram...</source>
       <translation>Diagram aplikace...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1156" />
+      <location filename="../QScintilla/Editor.py" line="1174" />
       <source>Load Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1171" />
+      <location filename="../QScintilla/Editor.py" line="1189" />
       <source>Languages</source>
       <translation>Jazyky</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1175" />
+      <location filename="../QScintilla/Editor.py" line="1193" />
       <source>Text</source>
       <translation type="unfinished">Text</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1198" />
+      <location filename="../QScintilla/Editor.py" line="1216" />
       <source>Guessed</source>
       <translation>Odhadem</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1527" />
-      <location filename="../QScintilla/Editor.py" line="1202" />
+      <location filename="../QScintilla/Editor.py" line="1545" />
+      <location filename="../QScintilla/Editor.py" line="1220" />
       <source>Alternatives</source>
       <translation>Alternativy</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1219" />
+      <location filename="../QScintilla/Editor.py" line="1237" />
       <source>Encodings</source>
       <translation>Kódování</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1242" />
+      <location filename="../QScintilla/Editor.py" line="1260" />
       <source>Re-Open With Encoding</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1262" />
+      <location filename="../QScintilla/Editor.py" line="1280" />
       <source>End-of-Line Type</source>
       <translation>Typ Konec-řádku</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1266" />
+      <location filename="../QScintilla/Editor.py" line="1284" />
       <source>Unix</source>
       <translation>Unix</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1272" />
+      <location filename="../QScintilla/Editor.py" line="1290" />
       <source>Windows</source>
       <translation />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1278" />
-      <source>Macintosh</source>
-      <translation>Macintosh</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1296" />
+      <source>Macintosh</source>
+      <translation>Macintosh</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1314" />
       <source>Spelling</source>
       <translation type="unfinished">Pravopis</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8135" />
-      <location filename="../QScintilla/Editor.py" line="1304" />
+      <location filename="../QScintilla/Editor.py" line="8153" />
+      <location filename="../QScintilla/Editor.py" line="1322" />
       <source>Check spelling...</source>
       <translation>Zatrhnout kontrolu...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1309" />
+      <location filename="../QScintilla/Editor.py" line="1327" />
       <source>Check spelling of selection...</source>
       <translation>Zatrhnout výběr kontroly...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1313" />
+      <location filename="../QScintilla/Editor.py" line="1331" />
       <source>Remove from dictionary</source>
       <translation>Odebrat ze slovníku</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1330" />
+      <location filename="../QScintilla/Editor.py" line="1348" />
       <source>Spell Check Languages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1334" />
+      <location filename="../QScintilla/Editor.py" line="1352" />
       <source>No Language</source>
       <translation>Žádný jazyk</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1361" />
+      <location filename="../QScintilla/Editor.py" line="1379" />
       <source>Toggle bookmark</source>
       <translation>Přepnout záložku</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1363" />
+      <location filename="../QScintilla/Editor.py" line="1381" />
       <source>Next bookmark</source>
       <translation>Následující záložka</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1366" />
+      <location filename="../QScintilla/Editor.py" line="1384" />
       <source>Previous bookmark</source>
       <translation>Předchozí záložka</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1369" />
+      <location filename="../QScintilla/Editor.py" line="1387" />
       <source>Clear all bookmarks</source>
       <translation>Zrušit všechny záložky</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1380" />
-      <source>Toggle breakpoint</source>
-      <translation>Přepnout breakpoint</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1383" />
-      <source>Toggle temporary breakpoint</source>
-      <translation>Přepnout dočasný breakpoint</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1386" />
-      <source>Edit breakpoint...</source>
-      <translation>Editovat breakpoint...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="5812" />
-      <location filename="../QScintilla/Editor.py" line="1389" />
-      <source>Enable breakpoint</source>
-      <translation>Aktivovat breakpoint</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1392" />
-      <source>Next breakpoint</source>
-      <translation>Následující breakpoint</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1395" />
-      <source>Previous breakpoint</source>
-      <translation>Předchozí breakpoint</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1398" />
+      <source>Toggle breakpoint</source>
+      <translation>Přepnout breakpoint</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1401" />
+      <source>Toggle temporary breakpoint</source>
+      <translation>Přepnout dočasný breakpoint</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1404" />
+      <source>Edit breakpoint...</source>
+      <translation>Editovat breakpoint...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="5831" />
+      <location filename="../QScintilla/Editor.py" line="1407" />
+      <source>Enable breakpoint</source>
+      <translation>Aktivovat breakpoint</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1410" />
+      <source>Next breakpoint</source>
+      <translation>Následující breakpoint</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1413" />
+      <source>Previous breakpoint</source>
+      <translation>Předchozí breakpoint</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1416" />
       <source>Clear all breakpoints</source>
       <translation>Zrušit všechny breakpointy</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1409" />
+      <location filename="../QScintilla/Editor.py" line="1427" />
       <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="1414" />
+      <location filename="../QScintilla/Editor.py" line="1432" />
       <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="1417" />
+      <location filename="../QScintilla/Editor.py" line="1435" />
       <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="1421" />
+      <location filename="../QScintilla/Editor.py" line="1439" />
       <source>Expand (including children)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1425" />
+      <location filename="../QScintilla/Editor.py" line="1443" />
       <source>Collapse (including children)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1430" />
+      <location filename="../QScintilla/Editor.py" line="1448" />
       <source>Clear all folds</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1441" />
+      <location filename="../QScintilla/Editor.py" line="1459" />
       <source>Goto syntax error</source>
       <translation>Jít na chybu syntaxe</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1444" />
+      <location filename="../QScintilla/Editor.py" line="1462" />
       <source>Show syntax error message</source>
       <translation>Zobrazit hlášení syntaktické chyby</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1447" />
+      <location filename="../QScintilla/Editor.py" line="1465" />
       <source>Clear syntax error</source>
       <translation>Zrušit chybu syntaxe</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1451" />
+      <location filename="../QScintilla/Editor.py" line="1469" />
       <source>Next warning</source>
       <translation>Následující varování</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1454" />
+      <location filename="../QScintilla/Editor.py" line="1472" />
       <source>Previous warning</source>
       <translation>Předchozí varování</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1457" />
+      <location filename="../QScintilla/Editor.py" line="1475" />
       <source>Show warning message</source>
       <translation>Zobrazit varování</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1460" />
-      <source>Clear warnings</source>
-      <translation>Vyčistit varování</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1464" />
-      <source>Next uncovered line</source>
-      <translation>Následující odkrytá řádka</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1467" />
-      <source>Previous uncovered line</source>
-      <translation>Předchozí odkrytá řádka</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1471" />
-      <source>Next task</source>
-      <translation>Následující úloha</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1474" />
-      <source>Previous task</source>
-      <translation>Předchozí úloha</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1478" />
+      <source>Clear warnings</source>
+      <translation>Vyčistit varování</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1482" />
+      <source>Next uncovered line</source>
+      <translation>Následující odkrytá řádka</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1485" />
+      <source>Previous uncovered line</source>
+      <translation>Předchozí odkrytá řádka</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1489" />
+      <source>Next task</source>
+      <translation>Následující úloha</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1492" />
+      <source>Previous task</source>
+      <translation>Předchozí úloha</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1496" />
       <source>Next change</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1481" />
+      <location filename="../QScintilla/Editor.py" line="1499" />
       <source>Previous change</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1484" />
+      <location filename="../QScintilla/Editor.py" line="1502" />
       <source>Clear changes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1513" />
-      <location filename="../QScintilla/Editor.py" line="1504" />
+      <location filename="../QScintilla/Editor.py" line="1531" />
+      <location filename="../QScintilla/Editor.py" line="1522" />
       <source>Export source</source>
       <translation>Export zdroj</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1505" />
+      <location filename="../QScintilla/Editor.py" line="1523" />
       <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="1514" />
+      <location filename="../QScintilla/Editor.py" line="1532" />
       <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="1524" />
+      <location filename="../QScintilla/Editor.py" line="1542" />
       <source>Alternatives ({0})</source>
       <translation>Alternativy ({0})</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1547" />
+      <location filename="../QScintilla/Editor.py" line="1565" />
       <source>Pygments Lexer</source>
       <translation />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1548" />
+      <location filename="../QScintilla/Editor.py" line="1566" />
       <source>Select the Pygments lexer to apply.</source>
       <translation>Použít Pygments lexer.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2098" />
+      <location filename="../QScintilla/Editor.py" line="2116" />
       <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="2099" />
+      <location filename="../QScintilla/Editor.py" line="2117" />
       <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="2520" />
+      <location filename="../QScintilla/Editor.py" line="2538" />
       <source>Add Breakpoint</source>
       <translation type="unfinished">Přidat breakpoint</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2521" />
+      <location filename="../QScintilla/Editor.py" line="2539" />
       <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="2854" />
+      <location filename="../QScintilla/Editor.py" line="2872" />
       <source>Printing...</source>
       <translation>Tisk...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2871" />
+      <location filename="../QScintilla/Editor.py" line="2889" />
       <source>Printing completed</source>
       <translation>Tisk je hotov</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2873" />
+      <location filename="../QScintilla/Editor.py" line="2891" />
       <source>Error while printing</source>
       <translation>Chyba během tisku</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2876" />
+      <location filename="../QScintilla/Editor.py" line="2894" />
       <source>Printing aborted</source>
       <translation>Tisk byl zrušen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3239" />
+      <location filename="../QScintilla/Editor.py" line="3257" />
       <source>File Modified</source>
       <translation>Soubor je modifikován</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3240" />
+      <location filename="../QScintilla/Editor.py" line="3258" />
       <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="3298" />
+      <location filename="../QScintilla/Editor.py" line="3316" />
       <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="3474" />
-      <location filename="../QScintilla/Editor.py" line="3455" />
-      <location filename="../QScintilla/Editor.py" line="3417" />
+      <location filename="../QScintilla/Editor.py" line="3492" />
+      <location filename="../QScintilla/Editor.py" line="3473" />
+      <location filename="../QScintilla/Editor.py" line="3435" />
       <source>Save File</source>
       <translation>Uložit soubor</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3418" />
+      <location filename="../QScintilla/Editor.py" line="3436" />
       <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="3475" />
+      <location filename="../QScintilla/Editor.py" line="3493" />
       <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="4986" />
+      <location filename="../QScintilla/Editor.py" line="5005" />
       <source>Autocompletion</source>
       <translation>Autodoplňování</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4987" />
+      <location filename="../QScintilla/Editor.py" line="5006" />
       <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="5115" />
+      <location filename="../QScintilla/Editor.py" line="5134" />
       <source>Auto-Completion Provider</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5116" />
+      <location filename="../QScintilla/Editor.py" line="5135" />
       <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5408" />
+      <location filename="../QScintilla/Editor.py" line="5427" />
       <source>Call-Tips Provider</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5409" />
+      <location filename="../QScintilla/Editor.py" line="5428" />
       <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5816" />
+      <location filename="../QScintilla/Editor.py" line="5835" />
       <source>Disable breakpoint</source>
       <translation>Deaktivovat breakpoint</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6177" />
+      <location filename="../QScintilla/Editor.py" line="6196" />
       <source>Code Coverage</source>
       <translation>Pokrytí kódu</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6178" />
+      <location filename="../QScintilla/Editor.py" line="6197" />
       <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="6253" />
-      <location filename="../QScintilla/Editor.py" line="6245" />
+      <location filename="../QScintilla/Editor.py" line="6272" />
+      <location filename="../QScintilla/Editor.py" line="6264" />
       <source>Show Code Coverage Annotations</source>
       <translation>Zobrazit poznámky pokrytí kódu</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6246" />
+      <location filename="../QScintilla/Editor.py" line="6265" />
       <source>All lines have been covered.</source>
       <translation>Všechny řádky byly pokryty.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6254" />
+      <location filename="../QScintilla/Editor.py" line="6273" />
       <source>There is no coverage file available.</source>
       <translation>Soubor s pokrytím není dostupný.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6358" />
+      <location filename="../QScintilla/Editor.py" line="6377" />
       <source>Profile Data</source>
       <translation>Profilovat data</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6359" />
+      <location filename="../QScintilla/Editor.py" line="6378" />
       <source>Please select a profile file</source>
       <translation>Prosím, vyberte soubor s profilem</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6520" />
-      <location filename="../QScintilla/Editor.py" line="6514" />
+      <location filename="../QScintilla/Editor.py" line="6539" />
+      <location filename="../QScintilla/Editor.py" line="6533" />
       <source>Syntax Error</source>
       <translation>Chyba syntaxe</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6521" />
+      <location filename="../QScintilla/Editor.py" line="6540" />
       <source>No syntax error message available.</source>
       <translation>Hlášení syntaktické chyby není dostupné.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
-      <location filename="../QScintilla/Editor.py" line="6726" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
+      <location filename="../QScintilla/Editor.py" line="6745" />
       <source>Warning</source>
       <translation type="unfinished">Varování</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
       <source>No warning messages available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6796" />
+      <location filename="../QScintilla/Editor.py" line="6815" />
       <source>Style: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6799" />
+      <location filename="../QScintilla/Editor.py" line="6818" />
       <source>Warning: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6806" />
+      <location filename="../QScintilla/Editor.py" line="6825" />
       <source>Error: {0}</source>
       <translation type="unfinished">Chyby: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Macro Name</source>
       <translation>Název makra</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Select a macro name:</source>
       <translation>Vyberte název makra:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6939" />
+      <location filename="../QScintilla/Editor.py" line="6958" />
       <source>Load macro file</source>
       <translation>Načíst soubor makra</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6985" />
-      <location filename="../QScintilla/Editor.py" line="6941" />
+      <location filename="../QScintilla/Editor.py" line="7004" />
+      <location filename="../QScintilla/Editor.py" line="6960" />
       <source>Macro files (*.macro)</source>
       <translation>Macro soubory (*.macro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6963" />
-      <location filename="../QScintilla/Editor.py" line="6953" />
+      <location filename="../QScintilla/Editor.py" line="6982" />
+      <location filename="../QScintilla/Editor.py" line="6972" />
       <source>Error loading macro</source>
       <translation>Chyba při načítání makra</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6954" />
+      <location filename="../QScintilla/Editor.py" line="6973" />
       <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="6964" />
-      <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="6983" />
-      <source>Save macro file</source>
-      <translation>Uložit soubor s makrem</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7001" />
-      <source>Save macro</source>
-      <translation>Uložit makro</translation>
+      <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="7002" />
+      <source>Save macro file</source>
+      <translation>Uložit soubor s makrem</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7020" />
+      <source>Save macro</source>
+      <translation>Uložit makro</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7021" />
       <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="7017" />
+      <location filename="../QScintilla/Editor.py" line="7036" />
       <source>Error saving macro</source>
       <translation>Chyba při ukládání makra</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7018" />
+      <location filename="../QScintilla/Editor.py" line="7037" />
       <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="7031" />
+      <location filename="../QScintilla/Editor.py" line="7050" />
       <source>Start Macro Recording</source>
       <translation>Spustit záznam makra</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7032" />
+      <location filename="../QScintilla/Editor.py" line="7051" />
       <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="7058" />
+      <location filename="../QScintilla/Editor.py" line="7077" />
       <source>Macro Recording</source>
       <translation>Záznam makra</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7059" />
+      <location filename="../QScintilla/Editor.py" line="7078" />
       <source>Enter name of the macro:</source>
       <translation>Vložte název makra:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7210" />
+      <location filename="../QScintilla/Editor.py" line="7229" />
       <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="7216" />
+      <location filename="../QScintilla/Editor.py" line="7235" />
       <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="7223" />
+      <location filename="../QScintilla/Editor.py" line="7242" />
       <source>File changed</source>
       <translation>Soubor změněn</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7273" />
+      <location filename="../QScintilla/Editor.py" line="7292" />
       <source>{0} (ro)</source>
       <translation>{0} (ro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7579" />
+      <location filename="../QScintilla/Editor.py" line="7597" />
       <source>Drop Error</source>
       <translation>Zahodit chybu</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7580" />
+      <location filename="../QScintilla/Editor.py" line="7598" />
       <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="7600" />
+      <location filename="../QScintilla/Editor.py" line="7618" />
       <source>Resources</source>
       <translation>Zdroje</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7602" />
+      <location filename="../QScintilla/Editor.py" line="7620" />
       <source>Add file...</source>
       <translation>Přidat soubor...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7603" />
+      <location filename="../QScintilla/Editor.py" line="7621" />
       <source>Add files...</source>
       <translation>Přidat soubory...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7604" />
+      <location filename="../QScintilla/Editor.py" line="7622" />
       <source>Add aliased file...</source>
       <translation>Přidat zástupce souboru...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7606" />
+      <location filename="../QScintilla/Editor.py" line="7624" />
       <source>Add localized resource...</source>
       <translation>Přidat lokalizované resource...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7609" />
+      <location filename="../QScintilla/Editor.py" line="7627" />
       <source>Add resource frame</source>
       <translation>Přidat resource frame</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7628" />
+      <location filename="../QScintilla/Editor.py" line="7646" />
       <source>Add file resource</source>
       <translation>Přidat soubor resource</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7642" />
+      <location filename="../QScintilla/Editor.py" line="7660" />
       <source>Add file resources</source>
       <translation>Přidat soubory resource</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7666" />
-      <location filename="../QScintilla/Editor.py" line="7660" />
+      <location filename="../QScintilla/Editor.py" line="7684" />
+      <location filename="../QScintilla/Editor.py" line="7678" />
       <source>Add aliased file resource</source>
       <translation>Přidat zástupce souboru resource</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7667" />
+      <location filename="../QScintilla/Editor.py" line="7685" />
       <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="7742" />
+      <location filename="../QScintilla/Editor.py" line="7760" />
       <source>Package Diagram</source>
       <translation>Diagram balíčku</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7743" />
+      <location filename="../QScintilla/Editor.py" line="7761" />
       <source>Include class attributes?</source>
       <translation>Včetně atributů třídy?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7763" />
+      <location filename="../QScintilla/Editor.py" line="7781" />
       <source>Imports Diagram</source>
       <translation>Importovat diagram</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7764" />
+      <location filename="../QScintilla/Editor.py" line="7782" />
       <source>Include imports from external modules?</source>
       <translation>Zahrnout importy z externích modulů?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7783" />
+      <location filename="../QScintilla/Editor.py" line="7801" />
       <source>Application Diagram</source>
       <translation>Diagram aplikace</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7784" />
+      <location filename="../QScintilla/Editor.py" line="7802" />
       <source>Include module names?</source>
       <translation>Včetně jmen modulů?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8139" />
+      <location filename="../QScintilla/Editor.py" line="8157" />
       <source>Add to dictionary</source>
       <translation>Přidat do slovníku</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8141" />
+      <location filename="../QScintilla/Editor.py" line="8159" />
       <source>Ignore All</source>
       <translation>Ignorovat vše</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8559" />
+      <location filename="../QScintilla/Editor.py" line="8577" />
       <source>Sort Lines</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8560" />
+      <location filename="../QScintilla/Editor.py" line="8578" />
       <source>The selection contains illegal data for a numerical sort.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8653" />
+      <location filename="../QScintilla/Editor.py" line="8671" />
       <source>Register Mouse Click Handler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8654" />
+      <location filename="../QScintilla/Editor.py" line="8672" />
       <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="8750" />
+      <location filename="../QScintilla/Editor.py" line="8768" />
       <source>{0:4d}    {1}</source>
       <comment>line number, source code</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8756" />
+      <location filename="../QScintilla/Editor.py" line="8774" />
       <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="8824" />
+      <location filename="../QScintilla/Editor.py" line="8842" />
       <source>EditorConfig Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8825" />
+      <location filename="../QScintilla/Editor.py" line="8843" />
       <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>
@@ -17796,6 +17870,14 @@
     </message>
   </context>
   <context>
+    <name>EricIPv4InputWidget</name>
+    <message>
+      <location filename="../EricNetwork/EricIPv4InputWidget.ui" line="0" />
+      <source>Press to clear the entered IPv4 address</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>EricIconBar</name>
     <message>
       <location filename="../EricWidgets/EricIconBar.py" line="36" />
@@ -20044,142 +20126,217 @@
   <context>
     <name>EspDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="73" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="53" />
+      <source>beacon timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="54" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="55" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="56" />
+      <source>association failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="57" />
+      <source>handshake timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="58" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="59" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="60" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="63" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="100" />
       <source>ESP8266, ESP32</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="129" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="156" />
       <source>ESP32 Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="406" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="132" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="352" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="159" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="222" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="208" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1096" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1080" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="163" />
       <source>Erase Flash</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="259" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="139" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="166" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="296" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="143" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1178" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="170" />
       <source>Flash Additional Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="332" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="147" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="278" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="174" />
       <source>Backup Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="385" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="150" />
-      <source>Restore Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="154" />
-      <source>Show Chip ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="157" />
-      <source>Show Flash ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="160" />
-      <source>Show MAC Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="164" />
-      <source>Reset Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="167" />
-      <source>Install 'esptool.py'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="209" />
-      <source>Shall the flash of the selected device really be erased?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="221" />
-      <source>'esptool erase_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="384" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="295" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="258" />
-      <source>'esptool write_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/EspDevices.py" line="331" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="177" />
+      <source>Restore Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="181" />
+      <source>Show Chip ID</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="184" />
+      <source>Show Flash ID</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="187" />
+      <source>Show MAC Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="191" />
+      <source>Reset Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="194" />
+      <source>Install 'esptool.py'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="277" />
       <source>'esptool read_flash' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="407" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1177" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="330" />
+      <source>'esptool write_flash' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="353" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="435" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="382" />
       <source>unknown</source>
       <translation type="unfinished">neznámý</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="446" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="393" />
       <source>&lt;h4&gt;{0} Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="454" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="401" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="458" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="405" />
       <source>{0} Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
       <source>'esptool chip_id' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
       <source>'esptool flash_id' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
       <source>'esptool read_mac' Output</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="786" />
+      <source>Error saving credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="797" />
+      <source>Error saving auto-connect script: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="801" />
+      <source>Error modifying 'boot.py': {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="830" />
+      <source>Error deleting credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="910" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1081" />
+      <source>Shall the flash of the selected device really be erased?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1095" />
+      <source>'esptool erase_flash' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1137" />
+      <source>Flash µPy/CPy Firmware</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>EspFirmwareSelectionDialog</name>
@@ -20190,7 +20347,7 @@
     </message>
     <message>
       <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Flash MicroPython Firmware</source>
+      <source>Flash µPy/CPy Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -30407,77 +30564,77 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="457" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="456" />
       <source>Backward</source>
       <translation type="unfinished">Nazpět</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="462" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="461" />
       <source>Forward</source>
       <translation type="unfinished">Dopředu</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="467" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="466" />
       <source>Reload</source>
       <translation type="unfinished">Obnovit</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="476" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="475" />
       <source>Copy Page URL to Clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="482" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="481" />
       <source>Bookmark Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="490" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="489" />
       <source>Zoom in</source>
       <translation type="unfinished">Přiblížit</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="495" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="494" />
       <source>Zoom out</source>
       <translation type="unfinished">Oddálit</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="500" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="499" />
       <source>Zoom reset</source>
       <translation type="unfinished">Resetovat lupu</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="506" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="505" />
       <source>Copy</source>
       <translation type="unfinished">Kopírovat</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="512" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="511" />
       <source>Select All</source>
       <translation type="unfinished">Vybrat vše</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="519" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="518" />
       <source>Close</source>
       <translation type="unfinished">Zavřít</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="524" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="523" />
       <source>Close Others</source>
       <translation type="unfinished">Zavřít ostatní</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="544" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="543" />
       <source>Open Link in New Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="551" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="550" />
       <source>Open Link in Background Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="559" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="558" />
       <source>Copy URL to Clipboard</source>
       <translation type="unfinished" />
     </message>
@@ -49227,35 +49384,35 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="999" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="829" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="146" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="125" />
       <source>Change Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1019" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="865" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="853" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="149" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="128" />
       <source>Create Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1074" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="903" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="892" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="155" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="131" />
       <source>Delete Directory Tree</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1101" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="941" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="930" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="159" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="135" />
       <source>Delete File</source>
@@ -49268,7 +49425,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1046" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="152" />
       <source>Delete Directory</source>
       <translation type="unfinished" />
@@ -49333,65 +49490,65 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="831" />
       <source>Select Directory</source>
       <translation type="unfinished">Výběr adresáře</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1021" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="855" />
       <source>Enter directory name:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="867" />
       <source>&lt;p&gt;The 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 type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1076" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="894" />
       <source>Do you really want to delete this directory tree?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="905" />
       <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1103" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="932" />
       <source>Do you really want to delete this file?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="943" />
       <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1001" />
       <source>Enter the directory path on the device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1048" />
       <source>Do you really want to delete this directory?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1135" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1136" />
       <source>&lt;h3&gt;Filesystem Information&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1137" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1138" />
       <source>&lt;h4&gt;{0}&lt;/h4&lt;table&gt;&lt;tr&gt;&lt;td&gt;Total Size: &lt;/td&gt;&lt;td align='right'&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Used Size: &lt;/td&gt;&lt;td align='right'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Free Size: &lt;/td&gt;&lt;td align='right'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1150" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1151" />
       <source>Filesystem Information</source>
       <translation type="unfinished" />
     </message>
@@ -49528,6 +49685,102 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Jméno:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Heslo:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="326" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="309" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
       <source>MPY Cross Compiler</source>
       <translation type="unfinished" />
     </message>
@@ -49674,56 +49927,67 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="47" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="53" />
       <source>Automatic</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="49" />
-      <source>Light</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="52" />
-      <source>Dark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="55" />
-      <source>Blue Cerulean</source>
+      <source>Light</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="58" />
-      <source>Brown Sand</source>
+      <source>Dark</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="61" />
-      <source>Blue NCS</source>
+      <source>Blue Cerulean</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="64" />
-      <source>High Contrast</source>
+      <source>Brown Sand</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="67" />
-      <source>Blue Icy</source>
+      <source>Blue NCS</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="70" />
+      <source>High Contrast</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="73" />
+      <source>Blue Icy</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
       <source>Qt</source>
       <translation type="unfinished">Qt</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="79" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="85" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="82" />
       <source>All Files (*)</source>
       <translation type="unfinished">Všechny soubory (*)</translation>
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="88" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="322" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="305" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>MicroPythonProgressInfoDialog</name>
@@ -49736,17 +50000,17 @@
   <context>
     <name>MicroPythonWidget</name>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="231" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="235" />
       <source>MicroPython Menu</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="288" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="293" />
       <source>&lt;h3&gt;The QtSerialPort package is not available.&lt;br/&gt;MicroPython support is deactivated.&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="329" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="334" />
       <source>%n supported device(s) detected.</source>
       <translation type="unfinished">
         <numerusform />
@@ -49755,18 +50019,18 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="343" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="348" />
       <source>{0} - {1} ({2})</source>
       <comment>board name, description, port name</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="363" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="368" />
       <source>No supported devices detected.</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="367" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="372" />
       <source>
 %n unknown device(s) for manual selection.</source>
       <translation type="unfinished">
@@ -49776,70 +50040,70 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="374" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="379" />
       <source>Manual Selection</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="437" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="408" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="442" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="413" />
       <source>Unknown MicroPython Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="409" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="414" />
       <source>&lt;p&gt;Detected these unknown serial devices&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please report them together with the board name and a short description to &lt;a href="mailto:{1}"&gt; the eric bug reporting address&lt;/a&gt; if it is a MicroPython board.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="421" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="426" />
       <source>{0} (0x{1:04x}/0x{2:04x})</source>
       <comment>description, VId, PId</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="438" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="443" />
       <source>Would you like to add them to the list of manually configured devices?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="568" />
-      <source>Clear</source>
-      <translation type="unfinished">Vyčistit</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="573" />
+      <source>Clear</source>
+      <translation type="unfinished">Vyčistit</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="578" />
       <source>Copy</source>
       <translation type="unfinished">Kopírovat</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="579" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="584" />
       <source>Paste</source>
       <translation type="unfinished">Vložit</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="586" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="591" />
       <source>Select All</source>
       <translation type="unfinished">Vybrat vše</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
       <source>Press to disconnect the current device</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="622" />
       <source>Press to connect the selected device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="644" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="652" />
       <source>No device attached</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="645" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="653" />
       <source>Please ensure the device is plugged into your computer and selected.
 
 It must have a version of MicroPython (or CircuitPython) flashed onto it before anything will work.
@@ -49848,318 +50112,318 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="674" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="682" />
       <source>Start REPL</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="675" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="683" />
       <source>&lt;p&gt;The REPL cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1194" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1183" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1211" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1200" />
       <source>Serial Device Connect</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1184" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1201" />
       <source>&lt;p&gt;The device at serial port &lt;b&gt;{0}&lt;/b&gt; does not respond. It may not have a MicroPython firmware flashed.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1195" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1212" />
       <source>&lt;p&gt;Cannot connect to device at serial port &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1270" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1261" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1252" />
+      <source>Run Script</source>
+      <translation type="unfinished">Spustit skript</translation>
+    </message>
+    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1253" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1244" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1235" />
-      <source>Run Script</source>
-      <translation type="unfinished">Spustit skript</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1236" />
       <source>There is no editor open. Abort...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1245" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1262" />
       <source>The current editor does not contain a script. Abort...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1254" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1271" />
       <source>&lt;p&gt;Cannot run script.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1290" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1307" />
       <source>Start Chart</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1291" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1308" />
       <source>&lt;p&gt;The Chart cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1306" />
-      <source>µPy Chart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1323" />
+      <source>µPy Chart</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1340" />
       <source>Unsaved Chart Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1324" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1341" />
       <source>The chart contains unsaved data.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1372" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1389" />
       <source>Start File Manager</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1373" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1390" />
       <source>&lt;p&gt;The File Manager cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1392" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1409" />
       <source>µPy Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1428" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1453" />
       <source>Downloads</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1443" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
       <source>Show Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1446" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1479" />
       <source>Show Implementation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1449" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1482" />
       <source>Show Board Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1611" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1454" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1646" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1487" />
       <source>Synchronize Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1457" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1490" />
       <source>Show Device Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1459" />
-      <source>Show Local Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1462" />
-      <source>Show Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1466" />
-      <source>Show Builtin Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1835" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1472" />
-      <source>Compile Python File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1859" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1850" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
-      <source>Compile Current Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1485" />
-      <source>Download Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1492" />
-      <source>Show Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1496" />
-      <source>Flash UF2 Device</source>
+      <source>Show Local Time</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1495" />
+      <source>Show Time</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1499" />
+      <source>Show Builtin Modules</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1870" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <source>Compile Python File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1894" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1885" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1509" />
+      <source>Compile Current Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <source>Download Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1528" />
+      <source>Show Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1531" />
+      <source>Flash UF2 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1534" />
       <source>Manage Unknown Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1502" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1537" />
       <source>Ignored Serial Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1540" />
       <source>Configure</source>
       <translation type="unfinished">Konfigurovat</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1514" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1549" />
       <source>&lt;h3&gt;Device Version Information&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1525" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1560" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
       <source>Device Version Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1526" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1561" />
       <source>No version information available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1550" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1542" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1585" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1577" />
       <source>unknown</source>
       <translation type="unfinished">neznámý</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1591" />
       <source> ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1572" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1563" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1607" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1598" />
       <source>Device Implementation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1564" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1599" />
       <source>&lt;h3&gt;Device Implementation Information&lt;/h3&gt;&lt;p&gt;This device contains &lt;b&gt;{0} {1}{2}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1573" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1608" />
       <source>No device implementation information available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1647" />
       <source>&lt;p&gt;The time of the connected device was synchronized with the local time.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1634" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1669" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1642" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1677" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1658" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1693" />
       <source>Device Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1670" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1705" />
       <source>Local Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1671" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1706" />
       <source>&lt;h3&gt;Local Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1712" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1695" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1747" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1730" />
       <source>Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1696" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1731" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{0}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{1}&lt;/td&gt;&lt;td align='center'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1713" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1748" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align='center'&gt;{0} {1}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1737" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1772" />
       <source>Error handling device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1738" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1773" />
       <source>&lt;p&gt;There was an error communicating with the connected device.&lt;/p&gt;&lt;p&gt;Method: {0}&lt;/p&gt;&lt;p&gt;Message: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1780" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1815" />
       <source>The MicroPython cross compiler &lt;b&gt;mpy-cross&lt;/b&gt; cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1806" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1841" />
       <source>Python Files (*.py);;All Files (*)</source>
       <translation type="unfinished">Python soubory (*.py);;Všechny soubory (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1816" />
-      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1825" />
-      <source>'mpy-cross' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1851" />
+      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1860" />
+      <source>'mpy-cross' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1886" />
       <source>The current editor does not contain a Python file. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1943" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1978" />
       <source>Add Unknown Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1944" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1979" />
       <source>Select the devices to be added:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1985" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="2020" />
       <source>Plus any modules on the filesystem.</source>
       <translation type="unfinished" />
     </message>
@@ -50192,168 +50456,168 @@
   <context>
     <name>MicrobitDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="86" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="101" />
       <source>BBC micro:bit</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="89" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="104" />
       <source>Calliope mini</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="186" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="201" />
       <source>BBC micro:bit/Calliope Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="399" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="387" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="370" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="189" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="414" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="402" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="385" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="204" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="193" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="208" />
       <source>Flash MicroPython</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="196" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="211" />
       <source>Flash Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="473" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="200" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="489" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="215" />
       <source>Save Script as 'main.py'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="203" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="218" />
       <source>Save the current script as 'main.py' on the connected device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="207" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="222" />
       <source>Reset {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="353" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="344" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="330" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="313" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="300" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="280" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="368" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="359" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="345" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="328" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="315" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="295" />
       <source>Flash MicroPython/Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="281" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="296" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed and plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;See the &lt;a href="https://microbit.org/guide/firmware/"&gt;micro:bit web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="301" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="316" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MICROBIT is available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="314" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="329" />
       <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed an plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="331" />
-      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="346" />
+      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="361" />
       <source>MicroPython/Firmware Files (*.hex *.bin);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="354" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="369" />
       <source>There are multiple devices ready for flashing. Please make sure, that only one device is prepared.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="371" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="386" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="388" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="403" />
       <source>&lt;p&gt;The BBC micro:bit generation cannot be determined. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="400" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="415" />
       <source>&lt;p&gt;The firmware URL for the device type &lt;b&gt;{0}&lt;/b&gt; is not known. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="427" />
-      <source>unknown</source>
-      <translation type="unfinished">neznámý</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="443" />
-      <source>Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="446" />
-      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="455" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
+      <source>unknown</source>
+      <translation type="unfinished">neznámý</translation>
     </message>
     <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="459" />
+      <source>Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="462" />
+      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="471" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="475" />
       <source>{0} Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="479" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="495" />
       <source>The current editor does not contain a Python script. Write it anyway?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="490" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="506" />
       <source>The script is empty. Aborting.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="544" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="560" />
       <source>MicroPython Firmware for BBC micro:bit V1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="576" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="563" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="548" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="592" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="579" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="564" />
       <source>DAPLink Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="555" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="571" />
       <source>MicroPython Firmware for BBC micro:bit V2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="559" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="575" />
       <source>CircuitPython Firmware for BBC micro:bit V2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="572" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="588" />
       <source>MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
@@ -57389,18 +57653,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1793" />
+      <location filename="../Preferences/__init__.py" line="1803" />
       <source>Export Preferences</source>
       <translation>Předvolby exportu</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1822" />
-      <location filename="../Preferences/__init__.py" line="1795" />
+      <location filename="../Preferences/__init__.py" line="1832" />
+      <location filename="../Preferences/__init__.py" line="1805" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1820" />
+      <location filename="../Preferences/__init__.py" line="1830" />
       <source>Import Preferences</source>
       <translation>Předvolby importu</translation>
     </message>
@@ -62457,22 +62721,22 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="467" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="468" />
       <source>unknown</source>
       <translation type="unfinished">neznámý</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="473" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="474" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="481" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="482" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="485" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="486" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
@@ -67598,86 +67862,193 @@
   <context>
     <name>RP2040Device</name>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="71" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="52" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="62" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="53" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="65" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="54" />
+      <source>connection failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="61" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="55" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="56" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="57" />
+      <source>connected, waiting for IP address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="64" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="58" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="63" />
+      <source>network scan completed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="66" />
+      <source>connection lost</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="67" />
+      <source>disconnected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="68" />
+      <source>AP listening</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="69" />
+      <source>AP connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="70" />
+      <source>AP failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="89" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="76" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="90" />
+      <source>automatic</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="121" />
       <source>RP2040</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="127" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="177" />
       <source>RP2040 Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="199" />
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="130" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="256" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="180" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="134" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="184" />
       <source>Activate Bootloader</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="137" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="187" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="200" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="191" />
+      <source>Reset Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="257" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="232" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="290" />
       <source>unknown</source>
       <translation type="unfinished">neznámý</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="242" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="300" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;{2}&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="252" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="310" />
       <source>&lt;tr&gt;&lt;td&gt;Variant:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="263" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="320" />
       <source>&lt;p&gt;Update may be available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="265" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="322" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="269" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="326" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="292" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="358" />
       <source>MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="296" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="362" />
       <source>Pimoroni Pico Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="299" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="365" />
       <source>CircuitPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="303" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="369" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="421" />
+      <source>Set Country</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="976" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="611" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1086" />
+      <source>Pico Wireless does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1161" />
+      <source>Pico Wireless does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>RccCompilerOptionsDialog</name>
@@ -69221,111 +69592,111 @@
   <context>
     <name>SessionManager</name>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="300" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="299" />
       <source>Backup 1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="308" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="307" />
       <source>Backup 2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="339" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="338" />
       <source>Default Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="492" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="491" />
       <source>Clone Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="495" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="494" />
       <source>Rename Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="499" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="498" />
       <source>Please enter a new name:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="672" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="572" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="515" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="514" />
       <source>The session file "{0}" exists already. Please enter another name.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="528" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="527" />
       <source>An error occurred while cloning the session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="538" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="537" />
       <source>An error occurred while renaming the session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="570" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="552" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="554" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
       <source>Please enter a name for the session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="556" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="555" />
       <source>Saved Session ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="594" />
+      <source>Restore Backup</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="595" />
-      <source>Restore Backup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="596" />
       <source>Are you sure you want to replace the current session?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="636" />
+      <source>Delete Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="637" />
-      <source>Delete Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="638" />
       <source>Are you sure you want to delete session "{0}"?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="670" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="652" />
       <source>New Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="654" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
       <source>Please enter a name for the new session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="656" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="655" />
       <source>New Session ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="718" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="717" />
       <source>Please select the startup session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="742" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="741" />
       <source>{0} (last session)</source>
       <translation type="unfinished" />
     </message>
@@ -81634,7 +82005,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="241" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="301" />
       <location filename="../MicroPython/Devices/TeensyDevices.py" line="154" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
@@ -81650,37 +82021,37 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="213" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="214" />
       <source>unknown</source>
       <translation type="unfinished">neznámý</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="219" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="220" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="227" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="228" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="231" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="232" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="242" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="302" />
       <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 are flashed using the 'Teensy Loader' application. Make sure you downloaded the MicroPython or CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="261" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="324" />
       <source>Start 'Teensy Loader'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="262" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="325" />
       <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -81962,22 +82333,22 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="884" />
+      <location filename="../Templates/TemplateViewer.py" line="883" />
       <source>Edit Template Group</source>
       <translation>Editovat skupinu šablon</translation>
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="885" />
+      <location filename="../Templates/TemplateViewer.py" line="884" />
       <source>&lt;p&gt;A template group with the name &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Skupina šablon se jménem &lt;b&gt;{0}&lt;/b&gt; již existuje.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Templates/TemplateViewer.py" line="1005" />
+      <source>Read Templates</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Templates/TemplateViewer.py" line="1006" />
-      <source>Read Templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="1007" />
       <source>&lt;p&gt;The templates file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Soubor se šablonami &lt;b&gt;{0}&lt;/b&gt; nelze přečíst.&lt;/p&gt;</translation>
     </message>
@@ -83331,42 +83702,42 @@
   <context>
     <name>TranslatorEngines</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="49" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
       <source>DeepL</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="50" />
-      <source>Google V.1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
-      <source>Google V.2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="52" />
-      <source>IBM Watson</source>
+      <source>Google V.1</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="53" />
-      <source>Microsoft</source>
+      <source>Google V.2</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="54" />
-      <source>MyMemory</source>
+      <source>IBM Watson</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="55" />
+      <source>Microsoft</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="56" />
+      <source>MyMemory</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="57" />
       <source>Yandex</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="58" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="60" />
       <source>Unknow translation service name ({0})</source>
       <translation type="unfinished" />
     </message>
@@ -84179,6 +84550,7 @@
   <context>
     <name>UF2FlashDialog</name>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1099" />
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash UF2 Device</source>
       <translation type="unfinished" />
@@ -84205,7 +84577,7 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>'Boot' Path:</source>
+      <source>'Boot' Volume:</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -84215,6 +84587,11 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
+      <source>Press to check for all known boot volume names.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash MicroPython / CircuitPython</source>
       <translation type="unfinished" />
     </message>
@@ -84240,106 +84617,111 @@
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1100" />
+      <source>Select the Boot Volume of the device:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="717" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="786" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="775" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="766" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="789" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="778" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="769" />
       <source>Manual Select</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="885" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="853" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="830" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="888" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="833" />
       <source>Reset Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="832" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="835" />
       <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="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="859" />
       <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="866" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="869" />
       <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="887" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="890" />
       <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="899" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="902" />
       <source>Flash Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="901" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="904" />
       <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="926" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="929" />
       <source>Boot Volume not found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="928" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="931" />
       <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="934" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="937" />
       <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="939" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="942" />
       <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="946" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="949" />
       <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="965" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="968" />
       <source>Multiple Boot Volumes found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="967" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="970" />
       <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="986" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="988" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="991" />
       <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="995" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="998" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="997" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1000" />
       <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>
@@ -87755,43 +88137,43 @@
       <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="8282" />
+      <location filename="../UI/UserInterface.py" line="8285" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8283" />
+      <location filename="../UI/UserInterface.py" line="8286" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8336" />
-      <location filename="../UI/UserInterface.py" line="8323" />
+      <location filename="../UI/UserInterface.py" line="8339" />
+      <location filename="../UI/UserInterface.py" line="8326" />
       <source>First time usage</source>
       <translation>Spuštěno poprvé</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8324" />
+      <location filename="../UI/UserInterface.py" line="8327" />
       <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="8337" />
+      <location filename="../UI/UserInterface.py" line="8340" />
       <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="8360" />
+      <location filename="../UI/UserInterface.py" line="8363" />
       <source>Select Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8520" />
+      <location filename="../UI/UserInterface.py" line="8523" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8521" />
+      <location filename="../UI/UserInterface.py" line="8524" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
@@ -92864,65 +93246,65 @@
       <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="../ViewManager/ViewManager.py" line="5826" />
+      <location filename="../ViewManager/ViewManager.py" line="5830" />
       <source>Line: {0:5}</source>
       <translation>Řádek: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5832" />
+      <location filename="../ViewManager/ViewManager.py" line="5836" />
       <source>Pos: {0:5}</source>
       <translation>Poz: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5852" />
+      <location filename="../ViewManager/ViewManager.py" line="5856" />
       <source>Language: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5861" />
+      <location filename="../ViewManager/ViewManager.py" line="5865" />
       <source>EOL Mode: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6318" />
-      <location filename="../ViewManager/ViewManager.py" line="6276" />
+      <location filename="../ViewManager/ViewManager.py" line="6326" />
+      <location filename="../ViewManager/ViewManager.py" line="6284" />
       <source>&amp;Clear</source>
       <translation>&amp;Vyčistit</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6312" />
+      <location filename="../ViewManager/ViewManager.py" line="6320" />
       <source>&amp;Add</source>
       <translation>Přid&amp;at</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6315" />
+      <location filename="../ViewManager/ViewManager.py" line="6323" />
       <source>&amp;Edit...</source>
       <translation>&amp;Edit...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7361" />
-      <location filename="../ViewManager/ViewManager.py" line="7347" />
-      <location filename="../ViewManager/ViewManager.py" line="7315" />
+      <location filename="../ViewManager/ViewManager.py" line="7369" />
+      <location filename="../ViewManager/ViewManager.py" line="7355" />
+      <location filename="../ViewManager/ViewManager.py" line="7323" />
       <source>Edit Spelling Dictionary</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7318" />
+      <location filename="../ViewManager/ViewManager.py" line="7326" />
       <source>&lt;p&gt;The spelling dictionary 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="../ViewManager/ViewManager.py" line="7334" />
+      <location filename="../ViewManager/ViewManager.py" line="7342" />
       <source>Editing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7350" />
+      <location filename="../ViewManager/ViewManager.py" line="7358" />
       <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7364" />
+      <location filename="../ViewManager/ViewManager.py" line="7372" />
       <source>The spelling dictionary was saved successfully.</source>
       <translation type="unfinished" />
     </message>
@@ -98504,6 +98886,615 @@
     </message>
   </context>
   <context>
+    <name>WifiApConfigDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="39" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="116" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="120" />
+      <source>Press to show the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Access Point Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Jméno:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Heslo:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiApStationsDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Connected WiFi Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished">Jméno</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiConnectionDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>WiFi Connection Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Jméno:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Heslo:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="72" />
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="68" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiController</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="45" />
+      <source>WiFi Functions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="47" />
+      <source>Show WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="122" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="114" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="49" />
+      <source>Connect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="50" />
+      <source>Check Internet Connection</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="138" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="51" />
+      <source>Disconnect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="53" />
+      <source>Scan Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="216" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="207" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="55" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="254" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="244" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="233" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="56" />
+      <source>Remove WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="305" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="294" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="58" />
+      <source>Start WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="60" />
+      <source>Start WiFi Access Point with IP</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="359" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="63" />
+      <source>Show Connected Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="335" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="326" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="65" />
+      <source>Stop WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="68" />
+      <source>Deactivate Client Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="72" />
+      <source>Deactivate Access Point Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="115" />
+      <source>&lt;p&gt;The device was connected to &lt;b&gt;{0}&lt;/b&gt; successfully.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="123" />
+      <source>&lt;p&gt;The device could not connect to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="258" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="220" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="173" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="147" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="126" />
+      <source>unknown</source>
+      <translation type="unfinished">neznámý</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="139" />
+      <source>&lt;p&gt;The device was disconnected from the WiFi network.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="145" />
+      <source>&lt;p&gt;The device could not be disconnected.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="158" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="160" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;not available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="171" />
+      <source>&lt;p&gt;The internet is not available.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="208" />
+      <source>&lt;p&gt;The WiFi credentials were saved on the device. The device will connect to the WiFi network at boot time.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="217" />
+      <source>&lt;p&gt;The WiFi credentials could not be saved on the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="234" />
+      <source>Shall the saved WiFi credentials really be removed from the connected device?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="245" />
+      <source>&lt;p&gt;The WiFi credentials were removed from the device. The device will not connect to the WiFi network at boot time anymore.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="255" />
+      <source>&lt;p&gt;The WiFi credentials could not be removed from the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="295" />
+      <source>The WiFi Access Point interface was started successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="300" />
+      <source>&lt;p&gt;The WiFi Access Point could not be started.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="381" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="332" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="302" />
+      <source>&lt;p&gt;Reason: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="327" />
+      <source>The WiFi Access Point interface was stopped successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="330" />
+      <source>&lt;p&gt;The WiFi Access Point could not be stopped.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="360" />
+      <source>No clients are connected to the access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="384" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="375" />
+      <source>Deactivate WiFi Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="376" />
+      <source>The WiFi interface was deactivated successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="379" />
+      <source>&lt;p&gt;The WiFi interface could not be deactivated.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiCountryDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>WiFi Country Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiNetworksWindow</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished">Jméno</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Channel</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Security</source>
+      <translation type="unfinished">Bezpečnost</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Press to scan for available WiFi networks.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan Interval:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source> s</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Periodic Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="67" />
+      <source>Scan WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="68" />
+      <source>&lt;p&gt;The scan for available WiFi networks failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message numerus="yes">
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="78" />
+      <source>&lt;p&gt;Detected &lt;b&gt;%n&lt;/b&gt; network(s).&lt;/p&gt;</source>
+      <translation type="unfinished">
+        <numerusform />
+      </translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiStatusDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <source>WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="135" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="57" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="46" />
+      <source>Active</source>
+      <translation type="unfinished">Aktivní</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>Yes</source>
+      <translation type="unfinished">Ano</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>No</source>
+      <translation type="unfinished">Ne</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="53" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="143" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="65" />
+      <source>Connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="148" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="70" />
+      <source>Status</source>
+      <translation type="unfinished">Status</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="150" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="73" />
+      <source>Hostname</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="153" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="76" />
+      <source>IPv4 Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="156" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="79" />
+      <source>Netmask</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="159" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="82" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="161" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="84" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="116" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="85" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="167" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="113" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="88" />
+      <source>Channel</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="126" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="92" />
+      <source>Country</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="175" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="98" />
+      <source>Tx-Power</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="176" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="99" />
+      <source>{0} dBm</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="105" />
+      <source>Connected Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="108" />
+      <source>Name</source>
+      <translation type="unfinished">Jméno</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="119" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="122" />
+      <source>Security</source>
+      <translation type="unfinished">Bezpečnost</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="131" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="163" />
+      <source>SSID</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>WizardEricPluginWizard</name>
     <message>
       <location filename="../Plugins/PluginWizardEricPlugin.py" line="93" />
Binary file src/eric7/i18n/eric7_de.qm has changed
--- a/src/eric7/i18n/eric7_de.ts	Fri Mar 03 11:34:59 2023 +0100
+++ b/src/eric7/i18n/eric7_de.ts	Fri Mar 03 13:44:34 2023 +0100
@@ -1733,55 +1733,60 @@
   <context>
     <name>BaseDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="128" />
-      <source>Show MicroPython Versions</source>
-      <translation>Zeige MicroPython Versionen</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="129" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="162" />
+      <source>Device Data Not Available</source>
+      <translation>Gerätedaten sind nicht verfügbar</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="163" />
       <source>&lt;p&gt;The device data is not available. Try to connect to the device again. Aborting...&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Gerätedaten sind nicht verfügbar. Versuche, das Gerät neu zu verbinden. Abbruch...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="173" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="216" />
       <source>Unsupported Device</source>
       <translation>Nicht unterstütztes Gerät</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="183" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="226" />
       <source>REPL is not supported by this device.</source>
       <translation>REPL wird von diesem Gerät nicht unterstützt.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="202" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="245" />
       <source>Plotter is not supported by this device.</source>
       <translation>Der Plotter wird von diesem Gerät nicht unterstützt.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="221" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="264" />
       <source>Running scripts is not supported by this device.</source>
       <translation>Die Ausführung von Skripten wird von diesem Gerät nicht unterstützt.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="240" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="283" />
       <source>File Manager is not supported by this device.</source>
       <translation>Der Dateimanager wird von diesem Gerät nicht unterstützt.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="285" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="328" />
       <source>Select Device Directory</source>
       <translation>Auswahl des Geräteverzeichnis</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="286" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="329" />
       <source>Select the directory for the connected device:</source>
       <translation>Wähle das Verzeichnis für das verbundene Gerät:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="432" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="475" />
       <source>Detected an error without indications.</source>
       <translation>Es wurde ein Fehler ohne nähere Angaben entdeckt.</translation>
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1245" />
+      <source>Operation not supported.</source>
+      <translation>Befehl wird nicht unterstützt.</translation>
+    </message>
   </context>
   <context>
     <name>BlackConfigurationDialog</name>
@@ -3770,124 +3775,193 @@
   <context>
     <name>CircuitPythonDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="87" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="67" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation>offen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="129" />
       <source>CircuitPython</source>
       <translation>CircuitPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="216" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="258" />
       <source>Workspace Directory</source>
       <translation>Arbeitsverzeichnis</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="217" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="259" />
       <source>Python files for CircuitPython can be edited in place, if the device volume is locally available. Such a volume was not found. In place editing will not be available.</source>
       <translation>Python Dateien für CircuitPython können an Ort und Stelle bearbeitet werden, wenn das Geräteverzeichnis lokal verfügbar ist. Ein solches Verzeichnis konnte nicht gefunden werden. Direkte Bearbeitung ist nicht verfügbar.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="247" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="289" />
       <source>Library Management</source>
       <translation>Bibliotheksverwaltung</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="251" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="295" />
       <source>CircuitPython Functions</source>
       <translation>CircuitPython Funktionen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="254" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="297" />
       <source>Show CircuitPython Versions</source>
       <translation>Zeige CircuitPython Versionen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="263" />
-      <source>CircuitPython Flash Instructions</source>
-      <translation>CircuitPython Flashanweisungen</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="345" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="276" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="267" />
-      <source>Flash CircuitPython Firmware</source>
-      <translation>CircuitPython Firmware flashen</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="270" />
-      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
-      <translation>Startet die 'Teensy Loader' Anwendung zum Flashen des Teensy Boards.</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="443" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="305" />
-      <source>Install Library Files</source>
-      <translation>Bibliotheksdateien installieren</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="441" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="309" />
-      <source>Install Library Package</source>
-      <translation>Bibliothekspaket installieren</translation>
+      <source>Reset Device</source>
+      <translation>Gerät zurücksetzen</translation>
     </message>
     <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="315" />
+      <source>Flash CircuitPython Firmware</source>
+      <translation>CircuitPython Firmware flashen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="319" />
+      <source>UF2 Device</source>
+      <translation>UF2 Gerät</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="323" />
+      <source>ESP32 Device</source>
+      <translation>ESP32 Gerät</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="324" />
+      <source>Erase Flash</source>
+      <translation>Flash löschen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="326" />
+      <source>Flash MicroPython Firmware</source>
+      <translation>MicroPython Firmware flashen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="330" />
+      <source>Flash Additional Firmware</source>
+      <translation>Zusätzliche Firmware flashen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="335" />
+      <source>Teensy Device</source>
+      <translation>Teensy Gerät</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="337" />
+      <source>CircuitPython Flash Instructions</source>
+      <translation>CircuitPython Flashanweisungen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="341" />
+      <source>Start 'Teensy Loader'</source>
+      <translation>'Teensy Loader' starten</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="344" />
+      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
+      <translation>Startet die 'Teensy Loader' Anwendung zum Flashen des Teensy Boards.</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="539" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="376" />
+      <source>Install Library Files</source>
+      <translation>Bibliotheksdateien installieren</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="537" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="380" />
+      <source>Install Library Package</source>
+      <translation>Bibliothekspaket installieren</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="386" />
       <source>Install 'circup' Package</source>
       <translation>'circup' Paket installieren</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="346" />
-      <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 do not support the UF2 bootloader. Please use the 'Teensy Loader' application to flash CircuitPython. Make sure you downloaded the CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Teensy 4.0 und Teensy 4.1 unterstützen den UF2 Bootloader nicht. Bitte verwende die 'Teensy Loader' Anwendung, um CircuitPython zu flashen. Stelle sicher, dass die CircuitPython .hex Datei geladen ist.&lt;/p&gt;&lt;p&gt;Siehe &lt;a href="{0}"&gt;die PJRC Teensy Webseite&lt;/a&gt; für Details.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="366" />
-      <source>Start 'Teensy Loader'</source>
-      <translation>'Teensy Loader' starten</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="367" />
-      <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Die 'Teensy Loader' Anwendung &lt;b&gt;teensy&lt;/b&gt; konnte nicht gestartet werden. Stelle sicher, dass sie sich im Suchpfad befindet oder starte sie manuell.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="396" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="492" />
       <source>unknown</source>
       <translation>unbekannt</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="415" />
-      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation>&lt;h4&gt;CircuitPython Versionsinformationen&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installiert:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Verfügbar:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="423" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation>&lt;p&gt;&lt;b&gt;Update verfügbar!&lt;/b&gt;&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="427" />
-      <source>CircuitPython Version</source>
-      <translation>CircuitPython Version</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="449" />
-      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
-      <translation>Das Geräteverzeichnis "&lt;b&gt;{0}&lt;/b&gt;" ist nicht bereit. Stelle sicher, dass es gemounted ist und versuche es erneut.</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="477" />
-      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
-      <translation>Übersetzte Python Dateien (*.mpy);;Python Dateien (*.py);;Alle Dateien (*)</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="507" />
-      <source>CircuitPython Firmware</source>
-      <translation>CircuitPython Firmware</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="511" />
+      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation>&lt;h4&gt;CircuitPython Versionsinformationen&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installiert:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Verfügbar:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="519" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation>&lt;p&gt;&lt;b&gt;Update verfügbar!&lt;/b&gt;&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="523" />
+      <source>CircuitPython Version</source>
+      <translation>CircuitPython Version</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="545" />
+      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
+      <translation>Das Geräteverzeichnis "&lt;b&gt;{0}&lt;/b&gt;" ist nicht bereit. Stelle sicher, dass es gemounted ist und versuche es erneut.</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="573" />
+      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
+      <translation>Übersetzte Python Dateien (*.mpy);;Python Dateien (*.py);;Alle Dateien (*)</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="603" />
+      <source>CircuitPython Firmware</source>
+      <translation>CircuitPython Firmware</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="607" />
       <source>CircuitPython Libraries</source>
       <translation>CircuitPython Bibliotheken</translation>
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="999" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="737" />
+      <source>unknown ({0})</source>
+      <translation>unbekannt ({0})</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="911" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="833" />
+      <source>The device volume is not available.</source>
+      <translation>Das Geräteverzeichnis ist nicht verfügbar.</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="876" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="848" />
+      <source>Write WiFi Credentials</source>
+      <translation>WLAN Berechtigungen schreiben</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="877" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="849" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; existiert bereits. Soll sie ersetzt werden?&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="884" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="856" />
+      <source>Aborted</source>
+      <translation>Abgebrochen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
+      <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation>CircuitPython unterstützt nicht die Konfiguration der IPv4 Parameter des WiFi Access Point.</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1137" />
+      <source>CircuitPython does not support reporting of connected clients.</source>
+      <translation>CircuitPython unterstützt nicht die Ermittlung verbundener Geräte.</translation>
+    </message>
   </context>
   <context>
     <name>CircuitPythonUpdaterInterface</name>
@@ -11330,24 +11404,24 @@
       <translation>&lt;p&gt;Die URL &lt;b&gt;{0}&lt;/b&gt; wurde in der Safe Browsing Datenbank gefunden.&lt;/p&gt;{1}</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="500" />
       <source>Downloads finished</source>
       <translation>Downloads erledigt</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="502" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
       <source>All files have been downloaded.</source>
       <translation>Alle Dateien wurden heruntergeladen.</translation>
     </message>
     <message>
       <location filename="../WebBrowser/Download/DownloadManager.ui" line="0" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="587" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="510" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="586" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="509" />
       <source>Download Manager</source>
       <translation>Downloads</translation>
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="620" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="619" />
       <source>{0}% of %n file(s) ({1}) {2}</source>
       <translation>
         <numerusform>{0}% von einer Datei ({1}) {2}</numerusform>
@@ -11355,7 +11429,7 @@
       </translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="628" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="627" />
       <source>{0}% - Download Manager</source>
       <translation>{0}% - Downloads</translation>
     </message>
@@ -11599,7 +11673,7 @@
   <context>
     <name>Editor</name>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3297" />
+      <location filename="../QScintilla/Editor.py" line="3315" />
       <location filename="../QScintilla/Editor.py" line="427" />
       <location filename="../QScintilla/Editor.py" line="412" />
       <source>Open File</source>
@@ -11621,952 +11695,952 @@
       <translation>&lt;b&gt;Quelltexteditorfenster&lt;/b&gt;&lt;p&gt;Dieses Fenster wird zum Bearbeiten von Quelltexten benutzt. Sie können beliebig viele dieser Fenster öffnen. Der Name der Datei wird im Titel des Fensters dargestellt.&lt;/p&gt;&lt;p&gt;Um Haltepunkte zu setzen, klicken sie in den Raum zwischen den Zeilennummern und der Faltungsspalte. Über das Kontextmenü des Bereiches links des Editors können Haltepunkte bearbeitet werden.&lt;/p&gt;&lt;p&gt;Um Lesezeichen zu setzen, drücken Sie die Shift-Taste und klicken in den Raum zwischen den Zeilennummern und der Faltungsspalte.&lt;/p&gt;&lt;p&gt;Diese Aktionen können über das Kontextmenü umgedreht werden.&lt;/p&gt;&lt;p&gt;Ein Klick auf einen Syntaxfehler-Marker mit gedrückter Strg-Taste zeigt die zugehörige Fehlermeldung an.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="866" />
+      <location filename="../QScintilla/Editor.py" line="884" />
       <source>Undo</source>
       <translation>Rückgängig</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="869" />
+      <location filename="../QScintilla/Editor.py" line="887" />
       <source>Redo</source>
       <translation>Wiederherstellen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="872" />
+      <location filename="../QScintilla/Editor.py" line="890" />
       <source>Revert to last saved state</source>
       <translation>Zurück zum letzten gesichert Zustand</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="876" />
+      <location filename="../QScintilla/Editor.py" line="894" />
       <source>Cut</source>
       <translation>Ausschneiden</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="879" />
+      <location filename="../QScintilla/Editor.py" line="897" />
       <source>Copy</source>
       <translation>Kopieren</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="882" />
+      <location filename="../QScintilla/Editor.py" line="900" />
       <source>Paste</source>
       <translation>Einfügen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="888" />
+      <location filename="../QScintilla/Editor.py" line="906" />
       <source>Indent</source>
       <translation>Einrücken</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="893" />
-      <source>Unindent</source>
-      <translation>Einrücken rückgängig</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="898" />
-      <source>Comment</source>
-      <translation>Kommentar</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="903" />
-      <source>Uncomment</source>
-      <translation>Kommentar entfernen</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="9017" />
-      <location filename="../QScintilla/Editor.py" line="908" />
-      <source>Generate Docstring</source>
-      <translation>Docstring erzeugen</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="911" />
+      <source>Unindent</source>
+      <translation>Einrücken rückgängig</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="916" />
+      <source>Comment</source>
+      <translation>Kommentar</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="921" />
+      <source>Uncomment</source>
+      <translation>Kommentar entfernen</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="9035" />
+      <location filename="../QScintilla/Editor.py" line="926" />
+      <source>Generate Docstring</source>
+      <translation>Docstring erzeugen</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="929" />
       <source>Select to brace</source>
       <translation>Zur Klammer auswählen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="912" />
+      <location filename="../QScintilla/Editor.py" line="930" />
       <source>Select all</source>
       <translation>Alles auswählen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="913" />
+      <location filename="../QScintilla/Editor.py" line="931" />
       <source>Deselect all</source>
       <translation>Auswahl aufheben</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="915" />
+      <location filename="../QScintilla/Editor.py" line="933" />
       <source>Execute Selection In Console</source>
       <translation>Auswahl in Konsole ausführen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="927" />
-      <source>Use Monospaced Font</source>
-      <translation>Benutze Monospace Font</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="932" />
-      <source>Autosave enabled</source>
-      <translation>Autom. Speicherung aktiv</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="937" />
-      <source>Typing aids enabled</source>
-      <translation>Eingabehilfen aktiv</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="945" />
+      <source>Use Monospaced Font</source>
+      <translation>Benutze Monospace Font</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="950" />
+      <source>Autosave enabled</source>
+      <translation>Autom. Speicherung aktiv</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="955" />
+      <source>Typing aids enabled</source>
+      <translation>Eingabehilfen aktiv</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="963" />
       <source>Automatic Completion enabled</source>
       <translation>Automatische Vervollständigung aktiv</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="954" />
-      <source>Calltip</source>
-      <translation>Calltip</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="957" />
-      <source>Code Info</source>
-      <translation>Code Info</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="972" />
+      <source>Calltip</source>
+      <translation>Calltip</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="975" />
+      <source>Code Info</source>
+      <translation>Code Info</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="990" />
       <source>New Document View</source>
       <translation>Neue Dokumentenansicht</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="977" />
+      <location filename="../QScintilla/Editor.py" line="995" />
       <source>New Document View (with new split)</source>
       <translation>Neue Dokumentenansicht (in neuem Abschnitt)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="985" />
+      <location filename="../QScintilla/Editor.py" line="1003" />
       <source>Save</source>
       <translation>Speichern</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="989" />
+      <location filename="../QScintilla/Editor.py" line="1007" />
       <source>Save As...</source>
       <translation>Speichern unter...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="994" />
+      <location filename="../QScintilla/Editor.py" line="1012" />
       <source>Save Copy...</source>
       <translation>Kopie speichern...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1016" />
-      <location filename="../QScintilla/Editor.py" line="1013" />
+      <location filename="../QScintilla/Editor.py" line="1034" />
+      <location filename="../QScintilla/Editor.py" line="1031" />
       <source>Complete</source>
       <translation>Vervollständigen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1020" />
+      <location filename="../QScintilla/Editor.py" line="1038" />
       <source>Clear Completions Cache</source>
       <translation>Vervollständigungsspeicher löschen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1023" />
+      <location filename="../QScintilla/Editor.py" line="1041" />
       <source>Complete from Document</source>
       <translation>Vervollständigung vom Dokument</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1025" />
+      <location filename="../QScintilla/Editor.py" line="1043" />
       <source>Complete from APIs</source>
       <translation>Vervollständigung von APIs</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1028" />
+      <location filename="../QScintilla/Editor.py" line="1046" />
       <source>Complete from Document and APIs</source>
       <translation>Vervollständigung vom Dokument und von APIs</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1042" />
+      <location filename="../QScintilla/Editor.py" line="1060" />
       <source>Check</source>
       <translation>Prüfen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1053" />
+      <location filename="../QScintilla/Editor.py" line="1071" />
       <source>Code Formatting</source>
       <translation>Code Formatierung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1059" />
+      <location filename="../QScintilla/Editor.py" line="1077" />
       <source>Black</source>
       <translation>Black</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1064" />
+      <location filename="../QScintilla/Editor.py" line="1082" />
       <source>Format Code</source>
       <translation>Code formatieren</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1068" />
-      <source>Check Formatting</source>
-      <translation>Umformatierung prüfen</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1072" />
-      <source>Formatting Diff</source>
-      <translation>Diff der Umformatierung</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1081" />
-      <source>isort</source>
-      <translation>isort</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1086" />
-      <source>Sort Imports</source>
-      <translation>Imports Sortieren</translation>
+      <source>Check Formatting</source>
+      <translation>Umformatierung prüfen</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1090" />
+      <source>Formatting Diff</source>
+      <translation>Diff der Umformatierung</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1099" />
+      <source>isort</source>
+      <translation>isort</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1104" />
+      <source>Sort Imports</source>
+      <translation>Imports Sortieren</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1108" />
       <source>Imports Sorting Diff</source>
       <translation>Diff der Imports Sortierung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1106" />
-      <source>Tools</source>
-      <translation>Werkzeuge</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1117" />
-      <source>Show</source>
-      <translation>Zeige</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1119" />
-      <source>Code metrics...</source>
-      <translation>Quelltextmetriken...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1121" />
-      <source>Code coverage...</source>
-      <translation>Quelltext Abdeckung...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1124" />
+      <source>Tools</source>
+      <translation>Werkzeuge</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1135" />
+      <source>Show</source>
+      <translation>Zeige</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1137" />
+      <source>Code metrics...</source>
+      <translation>Quelltextmetriken...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1139" />
+      <source>Code coverage...</source>
+      <translation>Quelltext Abdeckung...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1142" />
       <source>Show code coverage annotations</source>
       <translation>Markiere Zeilen ohne Abdeckung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1127" />
-      <source>Hide code coverage annotations</source>
-      <translation>Lösche Abdeckungsmarkierungen</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1131" />
-      <source>Profile data...</source>
-      <translation>Profildaten...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1145" />
-      <source>Diagrams</source>
-      <translation>Diagramme</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1147" />
-      <source>Class Diagram...</source>
-      <translation>Klassendiagramm...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1148" />
-      <source>Package Diagram...</source>
-      <translation>Package Diagramm...</translation>
+      <source>Hide code coverage annotations</source>
+      <translation>Lösche Abdeckungsmarkierungen</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1149" />
+      <source>Profile data...</source>
+      <translation>Profildaten...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1163" />
+      <source>Diagrams</source>
+      <translation>Diagramme</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1165" />
+      <source>Class Diagram...</source>
+      <translation>Klassendiagramm...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1166" />
+      <source>Package Diagram...</source>
+      <translation>Package Diagramm...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1167" />
       <source>Imports Diagram...</source>
       <translation>Imports-Diagramm...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1151" />
+      <location filename="../QScintilla/Editor.py" line="1169" />
       <source>Application Diagram...</source>
       <translation>Applikations-Diagramm...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1156" />
+      <location filename="../QScintilla/Editor.py" line="1174" />
       <source>Load Diagram...</source>
       <translation>Diagramm laden...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1171" />
+      <location filename="../QScintilla/Editor.py" line="1189" />
       <source>Languages</source>
       <translation>Sprachen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1175" />
+      <location filename="../QScintilla/Editor.py" line="1193" />
       <source>Text</source>
       <translation>Text</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1198" />
+      <location filename="../QScintilla/Editor.py" line="1216" />
       <source>Guessed</source>
       <translation>Ermittelt</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1527" />
-      <location filename="../QScintilla/Editor.py" line="1202" />
+      <location filename="../QScintilla/Editor.py" line="1545" />
+      <location filename="../QScintilla/Editor.py" line="1220" />
       <source>Alternatives</source>
       <translation>Alternativen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1219" />
+      <location filename="../QScintilla/Editor.py" line="1237" />
       <source>Encodings</source>
       <translation>Kodierungen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1242" />
+      <location filename="../QScintilla/Editor.py" line="1260" />
       <source>Re-Open With Encoding</source>
       <translation>Öffnen mit Kodierung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1262" />
+      <location filename="../QScintilla/Editor.py" line="1280" />
       <source>End-of-Line Type</source>
       <translation>Zeilenendemarkierung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1266" />
+      <location filename="../QScintilla/Editor.py" line="1284" />
       <source>Unix</source>
       <translation>Unix</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1272" />
+      <location filename="../QScintilla/Editor.py" line="1290" />
       <source>Windows</source>
       <translation>Windows</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1278" />
-      <source>Macintosh</source>
-      <translation>Macintosh</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1296" />
+      <source>Macintosh</source>
+      <translation>Macintosh</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1314" />
       <source>Spelling</source>
       <translation>Rechtschreibung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8135" />
-      <location filename="../QScintilla/Editor.py" line="1304" />
+      <location filename="../QScintilla/Editor.py" line="8153" />
+      <location filename="../QScintilla/Editor.py" line="1322" />
       <source>Check spelling...</source>
       <translation>Rechtschreibprüfung...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1309" />
+      <location filename="../QScintilla/Editor.py" line="1327" />
       <source>Check spelling of selection...</source>
       <translation>Rechtschreibprüfung für Auswahl...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1313" />
+      <location filename="../QScintilla/Editor.py" line="1331" />
       <source>Remove from dictionary</source>
       <translation>Aus dem Wörterbuch entfernen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1330" />
+      <location filename="../QScintilla/Editor.py" line="1348" />
       <source>Spell Check Languages</source>
       <translation>Sprachen für Rechtschreibprüfung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1334" />
+      <location filename="../QScintilla/Editor.py" line="1352" />
       <source>No Language</source>
       <translation>Keine Sprache</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1361" />
+      <location filename="../QScintilla/Editor.py" line="1379" />
       <source>Toggle bookmark</source>
       <translation>Lesezeichen setzen/löschen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1363" />
+      <location filename="../QScintilla/Editor.py" line="1381" />
       <source>Next bookmark</source>
       <translation>Nächstes Lesezeichen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1366" />
+      <location filename="../QScintilla/Editor.py" line="1384" />
       <source>Previous bookmark</source>
       <translation>Vorheriges Lesezeichen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1369" />
+      <location filename="../QScintilla/Editor.py" line="1387" />
       <source>Clear all bookmarks</source>
       <translation>Alle Lesezeichen löschen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1380" />
-      <source>Toggle breakpoint</source>
-      <translation>Haltepunkt setzen/löschen</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1383" />
-      <source>Toggle temporary breakpoint</source>
-      <translation>Temporären Haltepunkt setzen/löschen</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1386" />
-      <source>Edit breakpoint...</source>
-      <translation>Haltepunkt bearbeiten...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="5812" />
-      <location filename="../QScintilla/Editor.py" line="1389" />
-      <source>Enable breakpoint</source>
-      <translation>Haltepunkt aktivieren</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1392" />
-      <source>Next breakpoint</source>
-      <translation>Nächster Haltepunkt</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1395" />
-      <source>Previous breakpoint</source>
-      <translation>Vorheriger Haltepunkt</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1398" />
+      <source>Toggle breakpoint</source>
+      <translation>Haltepunkt setzen/löschen</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1401" />
+      <source>Toggle temporary breakpoint</source>
+      <translation>Temporären Haltepunkt setzen/löschen</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1404" />
+      <source>Edit breakpoint...</source>
+      <translation>Haltepunkt bearbeiten...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="5831" />
+      <location filename="../QScintilla/Editor.py" line="1407" />
+      <source>Enable breakpoint</source>
+      <translation>Haltepunkt aktivieren</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1410" />
+      <source>Next breakpoint</source>
+      <translation>Nächster Haltepunkt</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1413" />
+      <source>Previous breakpoint</source>
+      <translation>Vorheriger Haltepunkt</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1416" />
       <source>Clear all breakpoints</source>
       <translation>Alle Haltepunkte löschen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1409" />
+      <location filename="../QScintilla/Editor.py" line="1427" />
       <source>Toggle all folds</source>
       <translation>Alle Faltungen umschalten</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1414" />
+      <location filename="../QScintilla/Editor.py" line="1432" />
       <source>Toggle all folds (including children)</source>
       <translation>Alle Faltungen umschalten (inkl. Unterfaltungen)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1417" />
+      <location filename="../QScintilla/Editor.py" line="1435" />
       <source>Toggle current fold</source>
       <translation>Aktuelle Faltung umschalten</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1421" />
+      <location filename="../QScintilla/Editor.py" line="1439" />
       <source>Expand (including children)</source>
       <translation>Ausklappen (inkl. Unterfaltungen)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1425" />
+      <location filename="../QScintilla/Editor.py" line="1443" />
       <source>Collapse (including children)</source>
       <translation>Einklappen (inkl. Unterfaltungen)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1430" />
+      <location filename="../QScintilla/Editor.py" line="1448" />
       <source>Clear all folds</source>
       <translation>Alle Faltungen aufklappen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1441" />
+      <location filename="../QScintilla/Editor.py" line="1459" />
       <source>Goto syntax error</source>
       <translation>Zu Syntaxfehler gehen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1444" />
+      <location filename="../QScintilla/Editor.py" line="1462" />
       <source>Show syntax error message</source>
       <translation>Zeige Syntaxfehlermeldung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1447" />
+      <location filename="../QScintilla/Editor.py" line="1465" />
       <source>Clear syntax error</source>
       <translation>Syntaxfehler löschen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1451" />
+      <location filename="../QScintilla/Editor.py" line="1469" />
       <source>Next warning</source>
       <translation>Nächste Warnung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1454" />
+      <location filename="../QScintilla/Editor.py" line="1472" />
       <source>Previous warning</source>
       <translation>Vorherige Warnung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1457" />
+      <location filename="../QScintilla/Editor.py" line="1475" />
       <source>Show warning message</source>
       <translation>Zeige Warnung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1460" />
-      <source>Clear warnings</source>
-      <translation>Warnungen löschen</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1464" />
-      <source>Next uncovered line</source>
-      <translation>Nächste nichtabgedeckte Zeile</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1467" />
-      <source>Previous uncovered line</source>
-      <translation>Vorige nichtabgedeckte Zeile</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1471" />
-      <source>Next task</source>
-      <translation>Nächste Aufgabe</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1474" />
-      <source>Previous task</source>
-      <translation>Vorherige Aufgabe</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1478" />
+      <source>Clear warnings</source>
+      <translation>Warnungen löschen</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1482" />
+      <source>Next uncovered line</source>
+      <translation>Nächste nichtabgedeckte Zeile</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1485" />
+      <source>Previous uncovered line</source>
+      <translation>Vorige nichtabgedeckte Zeile</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1489" />
+      <source>Next task</source>
+      <translation>Nächste Aufgabe</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1492" />
+      <source>Previous task</source>
+      <translation>Vorherige Aufgabe</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1496" />
       <source>Next change</source>
       <translation>Nächste Änderung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1481" />
+      <location filename="../QScintilla/Editor.py" line="1499" />
       <source>Previous change</source>
       <translation>Vorherige Änderung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1484" />
+      <location filename="../QScintilla/Editor.py" line="1502" />
       <source>Clear changes</source>
       <translation>Änderungsmarker löschen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1513" />
-      <location filename="../QScintilla/Editor.py" line="1504" />
+      <location filename="../QScintilla/Editor.py" line="1531" />
+      <location filename="../QScintilla/Editor.py" line="1522" />
       <source>Export source</source>
       <translation>Quelltext exportieren</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1505" />
+      <location filename="../QScintilla/Editor.py" line="1523" />
       <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;Für das Exportformat &lt;b&gt;{0}&lt;/b&gt; steht kein Exporter zur Verfügung. Abbruch...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1514" />
+      <location filename="../QScintilla/Editor.py" line="1532" />
       <source>No export format given. Aborting...</source>
       <translation>Kein Exportformat angegeben. Abbruch...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1524" />
+      <location filename="../QScintilla/Editor.py" line="1542" />
       <source>Alternatives ({0})</source>
       <translation>Alternativen ({0})</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1547" />
+      <location filename="../QScintilla/Editor.py" line="1565" />
       <source>Pygments Lexer</source>
       <translation>Pygments Lexer</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1548" />
+      <location filename="../QScintilla/Editor.py" line="1566" />
       <source>Select the Pygments lexer to apply.</source>
       <translation>Wähle den anzuwendenden Pygments Lexer.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2098" />
+      <location filename="../QScintilla/Editor.py" line="2116" />
       <source>Modification of Read Only file</source>
       <translation>Änderungsversuch für eine schreibgeschützte Datei</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2099" />
+      <location filename="../QScintilla/Editor.py" line="2117" />
       <source>You are attempting to change a read only file. Please save to a different file first.</source>
       <translation>Sie versuchen, eine schreibgeschützte Datei zu ändern. Bitte speichern Sie sie zuerst in eine andere Datei.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2520" />
+      <location filename="../QScintilla/Editor.py" line="2538" />
       <source>Add Breakpoint</source>
       <translation>Haltepunkt hinzufügen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2521" />
+      <location filename="../QScintilla/Editor.py" line="2539" />
       <source>No Python byte code will be created for the selected line. No break point will be set!</source>
       <translation>Für die angewählte Zeile wird kein Bytecode erzeugt. Es wird kein Haltepunkt gesetzt!</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2854" />
+      <location filename="../QScintilla/Editor.py" line="2872" />
       <source>Printing...</source>
       <translation>Drucke...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2871" />
+      <location filename="../QScintilla/Editor.py" line="2889" />
       <source>Printing completed</source>
       <translation>Drucken beendet</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2873" />
+      <location filename="../QScintilla/Editor.py" line="2891" />
       <source>Error while printing</source>
       <translation>Fehler beim Drucken</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2876" />
+      <location filename="../QScintilla/Editor.py" line="2894" />
       <source>Printing aborted</source>
       <translation>Drucken abgebrochen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3239" />
+      <location filename="../QScintilla/Editor.py" line="3257" />
       <source>File Modified</source>
       <translation>Datei geändert</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3240" />
+      <location filename="../QScintilla/Editor.py" line="3258" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; enthält ungesicherte Änderungen.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3298" />
+      <location filename="../QScintilla/Editor.py" line="3316" />
       <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;Die Datei &lt;b&gt;{0}&lt;/b&gt; konnte nicht geöffnet werden.&lt;br /&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3474" />
-      <location filename="../QScintilla/Editor.py" line="3455" />
-      <location filename="../QScintilla/Editor.py" line="3417" />
+      <location filename="../QScintilla/Editor.py" line="3492" />
+      <location filename="../QScintilla/Editor.py" line="3473" />
+      <location filename="../QScintilla/Editor.py" line="3435" />
       <source>Save File</source>
       <translation>Datei sichern</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3418" />
+      <location filename="../QScintilla/Editor.py" line="3436" />
       <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;Die Datei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gesichert werden.&lt;br/&gt;Grund: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3475" />
+      <location filename="../QScintilla/Editor.py" line="3493" />
       <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;Die Datei &lt;b&gt;{0}&lt;/b&gt; existiert bereits. Überschreiben?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4986" />
+      <location filename="../QScintilla/Editor.py" line="5005" />
       <source>Autocompletion</source>
       <translation>Automatische Vervollständigung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4987" />
+      <location filename="../QScintilla/Editor.py" line="5006" />
       <source>Autocompletion is not available because there is no autocompletion source set.</source>
       <translation>Die automatische Vervollständigung ist nicht verfügbar, da keine Quelle gesetzt ist.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5115" />
+      <location filename="../QScintilla/Editor.py" line="5134" />
       <source>Auto-Completion Provider</source>
       <translation>Provider für automatische Vervollständigungen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5116" />
+      <location filename="../QScintilla/Editor.py" line="5135" />
       <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation>Der Provider für automatische Vervollständigungen namens '{0}' ist bereits registriert. Die Wiederholung wird ignoriert.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5408" />
+      <location filename="../QScintilla/Editor.py" line="5427" />
       <source>Call-Tips Provider</source>
       <translation>Calltipps-Provider</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5409" />
+      <location filename="../QScintilla/Editor.py" line="5428" />
       <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation>Der Calltipps-Provider namens '{0}' ist bereits registriert. Die Wiederholung wird ignoriert.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5816" />
+      <location filename="../QScintilla/Editor.py" line="5835" />
       <source>Disable breakpoint</source>
       <translation>Haltepunkt deaktivieren</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6177" />
+      <location filename="../QScintilla/Editor.py" line="6196" />
       <source>Code Coverage</source>
       <translation>Quelltext Abdeckung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6178" />
+      <location filename="../QScintilla/Editor.py" line="6197" />
       <source>Please select a coverage file</source>
       <translation>Bitte wählen Sie eine Datei mit Abdeckungsdaten</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6253" />
-      <location filename="../QScintilla/Editor.py" line="6245" />
+      <location filename="../QScintilla/Editor.py" line="6272" />
+      <location filename="../QScintilla/Editor.py" line="6264" />
       <source>Show Code Coverage Annotations</source>
       <translation>Zeilen ohne Abdeckung Markieren</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6246" />
+      <location filename="../QScintilla/Editor.py" line="6265" />
       <source>All lines have been covered.</source>
       <translation>Alle Zeilen sind abgedeckt.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6254" />
+      <location filename="../QScintilla/Editor.py" line="6273" />
       <source>There is no coverage file available.</source>
       <translation>Es gibt keine Datei mit Abdeckungsinformationen.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6358" />
+      <location filename="../QScintilla/Editor.py" line="6377" />
       <source>Profile Data</source>
       <translation>Profildaten</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6359" />
+      <location filename="../QScintilla/Editor.py" line="6378" />
       <source>Please select a profile file</source>
       <translation>Bitte wählen Sie eine Datei mit Profildaten</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6520" />
-      <location filename="../QScintilla/Editor.py" line="6514" />
+      <location filename="../QScintilla/Editor.py" line="6539" />
+      <location filename="../QScintilla/Editor.py" line="6533" />
       <source>Syntax Error</source>
       <translation>Syntaxfehler</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6521" />
+      <location filename="../QScintilla/Editor.py" line="6540" />
       <source>No syntax error message available.</source>
       <translation>Keine Syntaxfehlermeldung verfügbar.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
-      <location filename="../QScintilla/Editor.py" line="6726" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
+      <location filename="../QScintilla/Editor.py" line="6745" />
       <source>Warning</source>
       <translation>Warnung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
       <source>No warning messages available.</source>
       <translation>Keine Warnmeldungen verfügbar.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6796" />
+      <location filename="../QScintilla/Editor.py" line="6815" />
       <source>Style: {0}</source>
       <translation>Stil: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6799" />
+      <location filename="../QScintilla/Editor.py" line="6818" />
       <source>Warning: {0}</source>
       <translation>Warnung: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6806" />
+      <location filename="../QScintilla/Editor.py" line="6825" />
       <source>Error: {0}</source>
       <translation>Fehler: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Macro Name</source>
       <translation>Makro Name</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Select a macro name:</source>
       <translation>Wähle einen Makro Namen:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6939" />
+      <location filename="../QScintilla/Editor.py" line="6958" />
       <source>Load macro file</source>
       <translation>Lade Makrodatei</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6985" />
-      <location filename="../QScintilla/Editor.py" line="6941" />
+      <location filename="../QScintilla/Editor.py" line="7004" />
+      <location filename="../QScintilla/Editor.py" line="6960" />
       <source>Macro files (*.macro)</source>
       <translation>Makrodateien (*.macro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6963" />
-      <location filename="../QScintilla/Editor.py" line="6953" />
+      <location filename="../QScintilla/Editor.py" line="6982" />
+      <location filename="../QScintilla/Editor.py" line="6972" />
       <source>Error loading macro</source>
       <translation>Fehler beim Makro Laden</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6954" />
+      <location filename="../QScintilla/Editor.py" line="6973" />
       <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;Die Makrodatei &lt;b&gt;{0}&lt;/b&gt; kann nicht gelesen werden.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6964" />
-      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Die Makrodatei &lt;b&gt;{0}&lt;/b&gt; ist zerstört.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="6983" />
-      <source>Save macro file</source>
-      <translation>Makrodatei schreiben</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7001" />
-      <source>Save macro</source>
-      <translation>Makro speichern</translation>
+      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Die Makrodatei &lt;b&gt;{0}&lt;/b&gt; ist zerstört.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="7002" />
+      <source>Save macro file</source>
+      <translation>Makrodatei schreiben</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7020" />
+      <source>Save macro</source>
+      <translation>Makro speichern</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7021" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Makrodatei &lt;b&gt;{0}&lt;/b&gt; existiert bereits. Überschreiben?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7017" />
+      <location filename="../QScintilla/Editor.py" line="7036" />
       <source>Error saving macro</source>
       <translation>Fehler beim Makro speichern</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7018" />
+      <location filename="../QScintilla/Editor.py" line="7037" />
       <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;Die Makrodatei &lt;b&gt;{0}&lt;/b&gt; kann nicht geschrieben werden.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7031" />
+      <location filename="../QScintilla/Editor.py" line="7050" />
       <source>Start Macro Recording</source>
       <translation>Makroaufzeichnung starten</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7032" />
+      <location filename="../QScintilla/Editor.py" line="7051" />
       <source>Macro recording is already active. Start new?</source>
       <translation>Eine Makroaufzeichnung ist bereits aktiv. Neu starten?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7058" />
+      <location filename="../QScintilla/Editor.py" line="7077" />
       <source>Macro Recording</source>
       <translation>Makroaufzeichnung</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7059" />
+      <location filename="../QScintilla/Editor.py" line="7078" />
       <source>Enter name of the macro:</source>
       <translation>Gib einen Namen für das Makro ein:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7210" />
+      <location filename="../QScintilla/Editor.py" line="7229" />
       <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>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; wurde geändert, während sie in eric geöffnet war. Neu einlesen?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7216" />
+      <location filename="../QScintilla/Editor.py" line="7235" />
       <source>&lt;br&gt;&lt;b&gt;Warning:&lt;/b&gt; You will lose your changes upon reopening it.</source>
       <translation>&lt;br&gt;&lt;b&gt;Warnung:&lt;/b&gt; Vorgenommenen Änderungen gehen beim neu einlesen verloren.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7223" />
+      <location filename="../QScintilla/Editor.py" line="7242" />
       <source>File changed</source>
       <translation>Datei geändert</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7273" />
+      <location filename="../QScintilla/Editor.py" line="7292" />
       <source>{0} (ro)</source>
       <translation>{0} (ro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7579" />
+      <location filename="../QScintilla/Editor.py" line="7597" />
       <source>Drop Error</source>
       <translation>Drop Fehler</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7580" />
+      <location filename="../QScintilla/Editor.py" line="7598" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; ist keine Datei.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7600" />
+      <location filename="../QScintilla/Editor.py" line="7618" />
       <source>Resources</source>
       <translation>Ressourcen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7602" />
+      <location filename="../QScintilla/Editor.py" line="7620" />
       <source>Add file...</source>
       <translation>Datei hinzufügen...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7603" />
+      <location filename="../QScintilla/Editor.py" line="7621" />
       <source>Add files...</source>
       <translation>Dateien hinzufügen...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7604" />
+      <location filename="../QScintilla/Editor.py" line="7622" />
       <source>Add aliased file...</source>
       <translation>Aliased-Datei hinzufügen...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7606" />
+      <location filename="../QScintilla/Editor.py" line="7624" />
       <source>Add localized resource...</source>
       <translation>Lokalisierte Ressource hinzufügen...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7609" />
+      <location filename="../QScintilla/Editor.py" line="7627" />
       <source>Add resource frame</source>
       <translation>Ressourcenrahmen hinzufügen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7628" />
+      <location filename="../QScintilla/Editor.py" line="7646" />
       <source>Add file resource</source>
       <translation>Dateiressource hinzufügen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7642" />
+      <location filename="../QScintilla/Editor.py" line="7660" />
       <source>Add file resources</source>
       <translation>Dateiressourcen hinzufügen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7666" />
-      <location filename="../QScintilla/Editor.py" line="7660" />
+      <location filename="../QScintilla/Editor.py" line="7684" />
+      <location filename="../QScintilla/Editor.py" line="7678" />
       <source>Add aliased file resource</source>
       <translation>Aliased-Dateiressourcen hinzufügen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7667" />
+      <location filename="../QScintilla/Editor.py" line="7685" />
       <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
       <translation>Alias für Datei &lt;b&gt;{0}&lt;/b&gt;:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7742" />
+      <location filename="../QScintilla/Editor.py" line="7760" />
       <source>Package Diagram</source>
       <translation>Package-Diagramm</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7743" />
+      <location filename="../QScintilla/Editor.py" line="7761" />
       <source>Include class attributes?</source>
       <translation>Klassenattribute anzeigen?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7763" />
+      <location filename="../QScintilla/Editor.py" line="7781" />
       <source>Imports Diagram</source>
       <translation>Imports Diagramm</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7764" />
+      <location filename="../QScintilla/Editor.py" line="7782" />
       <source>Include imports from external modules?</source>
       <translation>Imports externer Module anzeigen?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7783" />
+      <location filename="../QScintilla/Editor.py" line="7801" />
       <source>Application Diagram</source>
       <translation>Applikations-Diagramm</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7784" />
+      <location filename="../QScintilla/Editor.py" line="7802" />
       <source>Include module names?</source>
       <translation>Modulnamen anzeigen?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8139" />
+      <location filename="../QScintilla/Editor.py" line="8157" />
       <source>Add to dictionary</source>
       <translation>Zum Wörterbuch hinzufügen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8141" />
+      <location filename="../QScintilla/Editor.py" line="8159" />
       <source>Ignore All</source>
       <translation>Alle ignorieren</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8559" />
+      <location filename="../QScintilla/Editor.py" line="8577" />
       <source>Sort Lines</source>
       <translation>Zeilen sortieren</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8560" />
+      <location filename="../QScintilla/Editor.py" line="8578" />
       <source>The selection contains illegal data for a numerical sort.</source>
       <translation>Die Auswahl enthält für eine numerische Sortierung ungültige Daten.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8653" />
+      <location filename="../QScintilla/Editor.py" line="8671" />
       <source>Register Mouse Click Handler</source>
       <translation>Maus Klick Handler registrieren</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8654" />
+      <location filename="../QScintilla/Editor.py" line="8672" />
       <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source>
       <translation>Ein Maus Klick Handler für "{0}" wurde bereits durch "{1}" registriert. Die Anfrage durch "{2}" wird abgebrochen...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8750" />
+      <location filename="../QScintilla/Editor.py" line="8768" />
       <source>{0:4d}    {1}</source>
       <comment>line number, source code</comment>
       <translation>{0:4d}    {1}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8756" />
+      <location filename="../QScintilla/Editor.py" line="8774" />
       <source>{0:4d}    {1}
     =&gt;  {2}</source>
       <comment>line number, source code, file name</comment>
@@ -12574,12 +12648,12 @@
     =&gt;  {2}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8824" />
+      <location filename="../QScintilla/Editor.py" line="8842" />
       <source>EditorConfig Properties</source>
       <translation>EditorConfig Eigenschaften</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8825" />
+      <location filename="../QScintilla/Editor.py" line="8843" />
       <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>&lt;p&gt;Die EditorConfig Eigenschaften für die Datei &lt;b&gt;{0}&lt;/b&gt; konnten nicht geladen werden.&lt;/p&gt;</translation>
     </message>
@@ -17712,6 +17786,14 @@
     </message>
   </context>
   <context>
+    <name>EricIPv4InputWidget</name>
+    <message>
+      <location filename="../EricNetwork/EricIPv4InputWidget.ui" line="0" />
+      <source>Press to clear the entered IPv4 address</source>
+      <translation>Drücken, um die eingegebene IPv4 Adresse zu löschen</translation>
+    </message>
+  </context>
+  <context>
     <name>EricIconBar</name>
     <message>
       <location filename="../EricWidgets/EricIconBar.py" line="36" />
@@ -19968,142 +20050,217 @@
   <context>
     <name>EspDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="73" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="53" />
+      <source>beacon timeout</source>
+      <translation>Beacon Zeitüberschreitung</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="54" />
+      <source>no matching access point found</source>
+      <translation>Kein passender Access Point gefunden</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="55" />
+      <source>authentication failed</source>
+      <translation>Authentisierung gescheitert</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="56" />
+      <source>association failed</source>
+      <translation>Assoziation gescheitert</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="57" />
+      <source>handshake timeout</source>
+      <translation>Zeitüberschreitung Handshake</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="58" />
+      <source>idle</source>
+      <translation>Leerlauf</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="59" />
+      <source>connecting</source>
+      <translation>Verbinde</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="60" />
+      <source>connected</source>
+      <translation>Verbunden</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="63" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation>offen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="100" />
       <source>ESP8266, ESP32</source>
       <translation>ESP8266, ESP32</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="129" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="156" />
       <source>ESP32 Functions</source>
       <translation>ESP32 Funktionen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="406" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="132" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="352" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="159" />
       <source>Show MicroPython Versions</source>
       <translation>Zeige MicroPython Versionen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="222" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="208" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1096" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1080" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="163" />
       <source>Erase Flash</source>
       <translation>Flash löschen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="259" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="139" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="166" />
       <source>Flash MicroPython Firmware</source>
       <translation>MicroPython Firmware flashen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="296" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="143" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1178" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="170" />
       <source>Flash Additional Firmware</source>
       <translation>Zusätzliche Firmware flashen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="332" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="147" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="278" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="174" />
       <source>Backup Firmware</source>
       <translation>Firmware sichern</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="385" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="150" />
-      <source>Restore Firmware</source>
-      <translation>Firmware zurückspielen</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="154" />
-      <source>Show Chip ID</source>
-      <translation>Chip ID anzeigen</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="157" />
-      <source>Show Flash ID</source>
-      <translation>Flash ID anzeigen</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="160" />
-      <source>Show MAC Address</source>
-      <translation>MAC Adresse anzeigen</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="164" />
-      <source>Reset Device</source>
-      <translation>Gerät zurücksetzen</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="167" />
-      <source>Install 'esptool.py'</source>
-      <translation>'esptool.py' installieren</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="209" />
-      <source>Shall the flash of the selected device really be erased?</source>
-      <translation>Soll der Flashspeicher des ausgewählten Gerätes wirklich gelöscht werden?</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="221" />
-      <source>'esptool erase_flash' Output</source>
-      <translation>Ausgabe von 'esptool erase_flash'</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="384" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="295" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="258" />
-      <source>'esptool write_flash' Output</source>
-      <translation>Ausgabe von 'esptool write_flash'</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/EspDevices.py" line="331" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="177" />
+      <source>Restore Firmware</source>
+      <translation>Firmware zurückspielen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="181" />
+      <source>Show Chip ID</source>
+      <translation>Chip ID anzeigen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="184" />
+      <source>Show Flash ID</source>
+      <translation>Flash ID anzeigen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="187" />
+      <source>Show MAC Address</source>
+      <translation>MAC Adresse anzeigen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="191" />
+      <source>Reset Device</source>
+      <translation>Gerät zurücksetzen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="194" />
+      <source>Install 'esptool.py'</source>
+      <translation>'esptool.py' installieren</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="277" />
       <source>'esptool read_flash' Output</source>
       <translation>Ausgabe von 'esptool read_flash'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="407" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1177" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="330" />
+      <source>'esptool write_flash' Output</source>
+      <translation>Ausgabe von 'esptool write_flash'</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="353" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation>Die Firmware des verbundenen Gerätes kann nicht ermittelt werden oder das Board enthält kein MicroPython oder CircuitPython. Abbruch...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="435" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="382" />
       <source>unknown</source>
       <translation>unbekannt</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="446" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="393" />
       <source>&lt;h4&gt;{0} Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h4&gt;{0} Versionsinformationen&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installiert:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Verfügbar:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="454" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="401" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;Update verfügbar!&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="458" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="405" />
       <source>{0} Version</source>
       <translation>{0} Version</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
       <source>'esptool chip_id' Output</source>
       <translation>Ausgabe von 'esptool chip_id'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
       <source>'esptool flash_id' Output</source>
       <translation>Ausgabe von 'esptool flash_id'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
       <source>'esptool read_mac' Output</source>
       <translation>Ausgabe von 'esptool read_mac'</translation>
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="786" />
+      <source>Error saving credentials: {0}</source>
+      <translation>Fehler beim Speichern der Berechtigungen: {0}</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="797" />
+      <source>Error saving auto-connect script: {0}</source>
+      <translation>Fehler beim Speichern des Verbindungsskriptes: {0}</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="801" />
+      <source>Error modifying 'boot.py': {0}</source>
+      <translation>Fehler bei der Änderung von 'boot.py': {0}</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="830" />
+      <source>Error deleting credentials: {0}</source>
+      <translation>Fehler beim Löschen der Berechtigungen: {0}</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="910" />
+      <source>unknown ({0})</source>
+      <translation>unbekannt ({0})</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1081" />
+      <source>Shall the flash of the selected device really be erased?</source>
+      <translation>Soll der Flashspeicher des ausgewählten Gerätes wirklich gelöscht werden?</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1095" />
+      <source>'esptool erase_flash' Output</source>
+      <translation>Ausgabe von 'esptool erase_flash'</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1137" />
+      <source>Flash µPy/CPy Firmware</source>
+      <translation>µPy/CPy Firmware flashen</translation>
+    </message>
   </context>
   <context>
     <name>EspFirmwareSelectionDialog</name>
@@ -20114,8 +20271,8 @@
     </message>
     <message>
       <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Flash MicroPython Firmware</source>
-      <translation>MicroPython Firmware flashen</translation>
+      <source>Flash µPy/CPy Firmware</source>
+      <translation>µPy/CPy Firmware flashen</translation>
     </message>
     <message>
       <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
@@ -30305,77 +30462,77 @@
       <translation>Leere Seite</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="457" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="456" />
       <source>Backward</source>
       <translation>Zurück</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="462" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="461" />
       <source>Forward</source>
       <translation>Vorwärts</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="467" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="466" />
       <source>Reload</source>
       <translation>Erneut laden</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="476" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="475" />
       <source>Copy Page URL to Clipboard</source>
       <translation>Seiten-URL in die Zwischenablage kopieren</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="482" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="481" />
       <source>Bookmark Page</source>
       <translation>Lesezeichen für Seite</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="490" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="489" />
       <source>Zoom in</source>
       <translation>Vergrößern</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="495" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="494" />
       <source>Zoom out</source>
       <translation>Verkleinern</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="500" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="499" />
       <source>Zoom reset</source>
       <translation>Vergrößerung zurücksetzen</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="506" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="505" />
       <source>Copy</source>
       <translation>Kopieren</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="512" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="511" />
       <source>Select All</source>
       <translation>Alles auswählen</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="519" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="518" />
       <source>Close</source>
       <translation>Schließen</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="524" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="523" />
       <source>Close Others</source>
       <translation>Andere schließen</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="544" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="543" />
       <source>Open Link in New Page</source>
       <translation>Link in neuer Seite öffnen</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="551" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="550" />
       <source>Open Link in Background Page</source>
       <translation>Link in Hintergrundseite öffnen</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="559" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="558" />
       <source>Copy URL to Clipboard</source>
       <translation>URL in die Zwischenablage kopieren</translation>
     </message>
@@ -49104,35 +49261,35 @@
       <translation>Drücken, um zum Startverzeichnis des Gerätes zu springen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="999" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="829" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="146" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="125" />
       <source>Change Directory</source>
       <translation>Verzeichnis wechseln</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1019" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="865" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="853" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="149" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="128" />
       <source>Create Directory</source>
       <translation>Verzeichnis anlegen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1074" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="903" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="892" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="155" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="131" />
       <source>Delete Directory Tree</source>
       <translation>Verzeichnisbaum löschen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1101" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="941" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="930" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="159" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="135" />
       <source>Delete File</source>
@@ -49145,7 +49302,7 @@
       <translation>Versteckte Dateien zeigen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1046" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="152" />
       <source>Delete Directory</source>
       <translation>Verzeichnis löschen</translation>
@@ -49210,65 +49367,65 @@
       <translation>Datei speichern als</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="831" />
       <source>Select Directory</source>
       <translation>Verzeichnis wählen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1021" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="855" />
       <source>Enter directory name:</source>
       <translation>Gib den Verzeichnisnamen ein:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="867" />
       <source>&lt;p&gt;The 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;Das Verzeichnis &lt;b&gt;{0}&lt;/b&gt; konnte nicht angelegt werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1076" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="894" />
       <source>Do you really want to delete this directory tree?</source>
       <translation>Soll dieser Verzeichnisbaum wirklich gelöscht werden?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="905" />
       <source>&lt;p&gt;The 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>&lt;p&gt;Das Verzeichnis &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelöscht werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1103" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="932" />
       <source>Do you really want to delete this file?</source>
       <translation>Soll diese Datei wirklich gelöscht werden?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="943" />
       <source>&lt;p&gt;The 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>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelöscht werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1001" />
       <source>Enter the directory path on the device:</source>
       <translation>Gib den Verzeichnispfad auf dem Gerät ein:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1048" />
       <source>Do you really want to delete this directory?</source>
       <translation>Soll dieses Verzeichnis wirklich gelöscht werden?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1135" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1136" />
       <source>&lt;h3&gt;Filesystem Information&lt;/h3&gt;</source>
       <translation>&lt;h3&gt;Dateisysteminformationen&lt;/h3&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1137" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1138" />
       <source>&lt;h4&gt;{0}&lt;/h4&lt;table&gt;&lt;tr&gt;&lt;td&gt;Total Size: &lt;/td&gt;&lt;td align='right'&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Used Size: &lt;/td&gt;&lt;td align='right'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Free Size: &lt;/td&gt;&lt;td align='right'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h4&gt;{0}&lt;/h4&lt;table&gt;&lt;tr&gt;&lt;td&gt;Gesamtspeichergröße: &lt;/td&gt;&lt;td align='right'&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Belegter Speicher: &lt;/td&gt;&lt;td align='right'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Freier Speicher: &lt;/td&gt;&lt;td align='right'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1150" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1151" />
       <source>Filesystem Information</source>
       <translation>Dateisysteminformationen</translation>
     </message>
@@ -49405,6 +49562,102 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>WiFi</source>
+      <translation>WLAN</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Country:</source>
+      <translation>Staat:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation>Gib die Staatenkennung für die WLAN Schnittstelle ein</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Client</source>
+      <translation>Gerät</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Name:</source>
+      <translation>Name:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation>Gib den Namen (SSID) des zu verbindenden Netzwerkes ein</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Password:</source>
+      <translation>Kennwort:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation>Gib das Netzwerkkennwort ein</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="326" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="309" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation>Drücken, um das Kennwort anzuzeigen</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Access Point</source>
+      <translation>Access Point</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation>Gib den zu sendenden Netzwerknamen (SSID) ein</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Security:</source>
+      <translation>Sicherheit:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation>Wähle den Sicherheitsmodus</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation>IPv4 Konfiguration</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Address:</source>
+      <translation>Adresse:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Netmask:</source>
+      <translation>Netzmaske:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Gateway:</source>
+      <translation>Gateway:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>DNS:</source>
+      <translation>DNS:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
       <source>MPY Cross Compiler</source>
       <translation>MPY Cross Compiler</translation>
     </message>
@@ -49551,56 +49804,67 @@
       <translation>Gib die URL für die Callope mini MicroPython Dokumentation ein</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="47" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="53" />
       <source>Automatic</source>
       <translation>Automatisch</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="49" />
-      <source>Light</source>
-      <translation>Hell</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="52" />
-      <source>Dark</source>
-      <translation>Dunkel</translation>
-    </message>
-    <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="55" />
-      <source>Blue Cerulean</source>
-      <translation>Zweckhaftes Blau</translation>
+      <source>Light</source>
+      <translation>Hell</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="58" />
-      <source>Brown Sand</source>
-      <translation>Brauner Sand</translation>
+      <source>Dark</source>
+      <translation>Dunkel</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="61" />
-      <source>Blue NCS</source>
-      <translation>NCS Blau</translation>
+      <source>Blue Cerulean</source>
+      <translation>Zweckhaftes Blau</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="64" />
-      <source>High Contrast</source>
-      <translation>Hoher Kontrast</translation>
+      <source>Brown Sand</source>
+      <translation>Brauner Sand</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="67" />
-      <source>Blue Icy</source>
-      <translation>Eisblau</translation>
+      <source>Blue NCS</source>
+      <translation>NCS Blau</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="70" />
+      <source>High Contrast</source>
+      <translation>Hoher Kontrast</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="73" />
+      <source>Blue Icy</source>
+      <translation>Eisblau</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
       <source>Qt</source>
       <translation>Qt</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="79" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="85" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="82" />
       <source>All Files (*)</source>
       <translation>Alle Dateien (*)</translation>
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="88" />
+      <source>open</source>
+      <translation>offen</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="322" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="305" />
+      <source>Press to hide the password</source>
+      <translation>Drücken, um das Kennwort auszublenden</translation>
+    </message>
   </context>
   <context>
     <name>MicroPythonProgressInfoDialog</name>
@@ -49613,17 +49877,17 @@
   <context>
     <name>MicroPythonWidget</name>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="231" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="235" />
       <source>MicroPython Menu</source>
       <translation>MicroPython MenÜ</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="288" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="293" />
       <source>&lt;h3&gt;The QtSerialPort package is not available.&lt;br/&gt;MicroPython support is deactivated.&lt;/h3&gt;</source>
       <translation>&lt;h3&gt;Das Paket QtSerialPort ist nicht verfügbar.&lt;br/&gt;Die MicroPython Unterstützung wird deaktiviert.&lt;/h3&gt;</translation>
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="329" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="334" />
       <source>%n supported device(s) detected.</source>
       <translation>
         <numerusform>%n unterstütztes Gerät gefunden.</numerusform>
@@ -49631,18 +49895,18 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="343" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="348" />
       <source>{0} - {1} ({2})</source>
       <comment>board name, description, port name</comment>
       <translation>{0} - {1} ({2})</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="363" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="368" />
       <source>No supported devices detected.</source>
       <translation>Keine unterstützten Geräte gefunden.</translation>
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="367" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="372" />
       <source>
 %n unknown device(s) for manual selection.</source>
       <translation>
@@ -49653,70 +49917,70 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="374" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="379" />
       <source>Manual Selection</source>
       <translation>Manuelle Auswahl</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="437" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="408" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="442" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="413" />
       <source>Unknown MicroPython Device</source>
       <translation>Unbekanntes MicroPython Gerät</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="409" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="414" />
       <source>&lt;p&gt;Detected these unknown serial devices&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please report them together with the board name and a short description to &lt;a href="mailto:{1}"&gt; the eric bug reporting address&lt;/a&gt; if it is a MicroPython board.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Diese ubekannten seriellen Geräte wurden erkannt.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Falls es sich um ein MicroPython Board handelt, melden sie es bitte zusammen mit dem Boardnamen und einer Kurzbeschreibung an &lt;a href="mailto:{1}"&gt; die eric Fehlermitteilungsadresse&lt;/a&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="421" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="426" />
       <source>{0} (0x{1:04x}/0x{2:04x})</source>
       <comment>description, VId, PId</comment>
       <translation>{0} (0x{1:04x}/0x{2:04x})</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="438" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="443" />
       <source>Would you like to add them to the list of manually configured devices?</source>
       <translation>Sollen sie zur Liste der manuell konfigurierten Geräte hinzugefügt werden?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="568" />
-      <source>Clear</source>
-      <translation>Löschen</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="573" />
+      <source>Clear</source>
+      <translation>Löschen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="578" />
       <source>Copy</source>
       <translation>Kopieren</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="579" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="584" />
       <source>Paste</source>
       <translation>Einfügen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="586" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="591" />
       <source>Select All</source>
       <translation>Alles auswählen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
       <source>Press to disconnect the current device</source>
       <translation>Drücken, um die Verbindung zum aktuelle Geräte zu trennen</translation>
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="622" />
       <source>Press to connect the selected device</source>
       <translation>Drücken, um eine Verbindung mit den ausgewählten Gerät herzustellen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="644" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="652" />
       <source>No device attached</source>
       <translation>Kein Gerät angeschlossen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="645" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="653" />
       <source>Please ensure the device is plugged into your computer and selected.
 
 It must have a version of MicroPython (or CircuitPython) flashed onto it before anything will work.
@@ -49729,318 +49993,318 @@
 Drücke zum Abschluss den Resetknopf des Gerätes und warte ein paar Sekunden vor einem neuen Versuch.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="674" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="682" />
       <source>Start REPL</source>
       <translation>REPL starten</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="675" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="683" />
       <source>&lt;p&gt;The REPL cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Eingabeaufforderung kann nicht gestartet werden.&lt;/p&gt;&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1194" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1183" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1211" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1200" />
       <source>Serial Device Connect</source>
       <translation>Serielle Verbindung</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1184" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1201" />
       <source>&lt;p&gt;The device at serial port &lt;b&gt;{0}&lt;/b&gt; does not respond. It may not have a MicroPython firmware flashed.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Das Gerät am seriellen Port &lt;b&gt;{0}&lt;/b&gt; antwortet nicht. Es hat wahrscheinlich keine MicroPython Firmware geflasht.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1195" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1212" />
       <source>&lt;p&gt;Cannot connect to device at serial port &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Kann keine Verbindung zum Gerät an der seriellen Schnittstelle &lt;b&gt;{0}&lt;/b&gt; herstellen.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1270" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1261" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1252" />
+      <source>Run Script</source>
+      <translation>Skript ausführen</translation>
+    </message>
+    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1253" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1244" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1235" />
-      <source>Run Script</source>
-      <translation>Skript ausführen</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1236" />
       <source>There is no editor open. Abort...</source>
       <translation>Es ist kein Editor offen. Abbruch...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1245" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1262" />
       <source>The current editor does not contain a script. Abort...</source>
       <translation>Der aktuelle Editortext enthält kein Skript. Abbruch...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1254" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1271" />
       <source>&lt;p&gt;Cannot run script.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Das Skript kann nicht ausgeführt werden.&lt;/p&gt;&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1290" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1307" />
       <source>Start Chart</source>
       <translation>Chart starten</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1291" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1308" />
       <source>&lt;p&gt;The Chart cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Das Chart kann nicht gestartet werden.&lt;/p&gt;&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1306" />
-      <source>µPy Chart</source>
-      <translation>µPy Chart</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1323" />
+      <source>µPy Chart</source>
+      <translation>µPy Chart</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1340" />
       <source>Unsaved Chart Data</source>
       <translation>Nicht gesicherte Chart Daten</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1324" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1341" />
       <source>The chart contains unsaved data.</source>
       <translation>Das Chart enthält ungesicherte Daten.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1372" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1389" />
       <source>Start File Manager</source>
       <translation>Dateimanager starten</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1373" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1390" />
       <source>&lt;p&gt;The File Manager cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Der Dateimanager kann nicht gestartet werden.&lt;/p&gt;&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1392" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1409" />
       <source>µPy Files</source>
       <translation>µPy Dateien</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1428" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1453" />
       <source>Downloads</source>
       <translation>Downloads</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1443" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
       <source>Show Version</source>
       <translation>Version anzeigen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1446" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1479" />
       <source>Show Implementation</source>
       <translation>Implementierung anzeigen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1449" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1482" />
       <source>Show Board Data</source>
       <translation>Board Daten anzeigen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1611" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1454" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1646" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1487" />
       <source>Synchronize Time</source>
       <translation>Zeit synchronisieren</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1457" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1490" />
       <source>Show Device Time</source>
       <translation>Gerätezeit anzeigen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1459" />
-      <source>Show Local Time</source>
-      <translation>Lokale Zeit anzeigen</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1462" />
-      <source>Show Time</source>
-      <translation>Zeit anzeigen</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1466" />
-      <source>Show Builtin Modules</source>
-      <translation>Eingebaute Module anzeigen</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1835" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1472" />
-      <source>Compile Python File</source>
-      <translation>Python Datei übersetzen</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1859" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1850" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
-      <source>Compile Current Editor</source>
-      <translation>Aktuellen Editor übersetzen</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1485" />
-      <source>Download Firmware</source>
-      <translation>Firmware herunterladen</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1492" />
-      <source>Show Documentation</source>
-      <translation>Dokumentation anzeigen</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1496" />
-      <source>Flash UF2 Device</source>
-      <translation>UF2 Gerät flashen</translation>
+      <source>Show Local Time</source>
+      <translation>Lokale Zeit anzeigen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1495" />
+      <source>Show Time</source>
+      <translation>Zeit anzeigen</translation>
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1499" />
+      <source>Show Builtin Modules</source>
+      <translation>Eingebaute Module anzeigen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1870" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <source>Compile Python File</source>
+      <translation>Python Datei übersetzen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1894" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1885" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1509" />
+      <source>Compile Current Editor</source>
+      <translation>Aktuellen Editor übersetzen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <source>Download Firmware</source>
+      <translation>Firmware herunterladen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1528" />
+      <source>Show Documentation</source>
+      <translation>Dokumentation anzeigen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1531" />
+      <source>Flash UF2 Device</source>
+      <translation>UF2 Gerät flashen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1534" />
       <source>Manage Unknown Devices</source>
       <translation>Unbekannte Geräte verwalten</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1502" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1537" />
       <source>Ignored Serial Devices</source>
       <translation>Ignorierte Serielle Geräte</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1540" />
       <source>Configure</source>
       <translation>Einstellungen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1514" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1549" />
       <source>&lt;h3&gt;Device Version Information&lt;/h3&gt;</source>
       <translation>&lt;h3&gt;Versionsinformationen des Gerätes&lt;/h3&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1525" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1560" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
       <source>Device Version Information</source>
       <translation>Versionsinformationen des Gerätes</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1526" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1561" />
       <source>No version information available.</source>
       <translation>Keine Versionsinformationen verfügbar.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1550" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1542" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1585" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1577" />
       <source>unknown</source>
       <translation>unbekannt</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1591" />
       <source> ({0})</source>
       <translation> ({0})</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1572" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1563" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1607" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1598" />
       <source>Device Implementation Information</source>
       <translation>Informationen zur Implementierung</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1564" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1599" />
       <source>&lt;h3&gt;Device Implementation Information&lt;/h3&gt;&lt;p&gt;This device contains &lt;b&gt;{0} {1}{2}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;h3&gt;Informationen zur Implementierung&lt;/h3&gt;&lt;p&gt;Dieses Gerät enthält &lt;b&gt;{0} {1}{2}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1573" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1608" />
       <source>No device implementation information available.</source>
       <translation>Keine Informationen zur Implementierung verfügbar.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1647" />
       <source>&lt;p&gt;The time of the connected device was synchronized with the local time.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Zeit des angeschlossenen Gerätes wurde mit der lokalen Zeit synchronisiert.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1634" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1669" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h3&gt;Datum und Zeit des Gerätes&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Datum&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Zeit&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1642" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1677" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
       <translation>&lt;h3&gt;Datum und Zeit des Gerätes&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1658" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1693" />
       <source>Device Date and Time</source>
       <translation>Datum und Zeit des Gerätes</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1670" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1705" />
       <source>Local Date and Time</source>
       <translation>Lokales Datum und Zeit</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1671" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1706" />
       <source>&lt;h3&gt;Local Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h3&gt;Lokales Datum und Zeit&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Datum&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Zeit&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1712" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1695" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1747" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1730" />
       <source>Date and Time</source>
       <translation>Datum und Zeit</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1696" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1731" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{0}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{1}&lt;/td&gt;&lt;td align='center'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Lokales Datum und Zeit&lt;/th&gt;&lt;th&gt;Datum und Zeit des Gerätes&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Datum&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{0}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Zeit&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{1}&lt;/td&gt;&lt;td align='center'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1713" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1748" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align='center'&gt;{0} {1}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Lokales Datum und Zeit&lt;/th&gt;&lt;th&gt;Datum und Zeit des Gerätes&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align='center'&gt;{0} {1}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1737" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1772" />
       <source>Error handling device</source>
       <translation>Fehler bei Gerätekommunikation</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1738" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1773" />
       <source>&lt;p&gt;There was an error communicating with the connected device.&lt;/p&gt;&lt;p&gt;Method: {0}&lt;/p&gt;&lt;p&gt;Message: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Es trat ein Fehler bei der Kommunikation mit dem Gerät auf.&lt;/p&gt;&lt;p&gt;Methode: {0}&lt;/p&gt;&lt;p&gt;Nachricht: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1780" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1815" />
       <source>The MicroPython cross compiler &lt;b&gt;mpy-cross&lt;/b&gt; cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source>
       <translation>Der MicroPython Crosscompiler &lt;b&gt;mpy-cross&lt;/b&gt; kann nicht gefunden werden. Stelle sicher, dass er im Suchpfad liegt oder konfiguriere ihn auf der MicroPython Konfigurationsseite.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1806" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1841" />
       <source>Python Files (*.py);;All Files (*)</source>
       <translation>Python-Dateien (*.py);;Alle Dateien (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1816" />
-      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
-      <translation>Die Python Datei &lt;b&gt;{0}&lt;/b&gt; existiert nicht. Abbruch...</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1825" />
-      <source>'mpy-cross' Output</source>
-      <translation>'mpy-cross' Ausgabe</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1851" />
+      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
+      <translation>Die Python Datei &lt;b&gt;{0}&lt;/b&gt; existiert nicht. Abbruch...</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1860" />
+      <source>'mpy-cross' Output</source>
+      <translation>'mpy-cross' Ausgabe</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1886" />
       <source>The current editor does not contain a Python file. Aborting...</source>
       <translation>Der aktuelle Editortext enthält keine Pythondatei. Abbruch...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1943" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1978" />
       <source>Add Unknown Devices</source>
       <translation>Unbekannte Geräte hinzufügen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1944" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1979" />
       <source>Select the devices to be added:</source>
       <translation>Wähle die hinzuzufügenden unbekannten Geräte:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1985" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="2020" />
       <source>Plus any modules on the filesystem.</source>
       <translation>Zusätzlich alle Module im Dateisystem.</translation>
     </message>
@@ -50073,168 +50337,168 @@
   <context>
     <name>MicrobitDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="86" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="101" />
       <source>BBC micro:bit</source>
       <translation>BBC micro:bit</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="89" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="104" />
       <source>Calliope mini</source>
       <translation>Calliope mini</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="186" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="201" />
       <source>BBC micro:bit/Calliope Functions</source>
       <translation>BBC micro:bit/Calliope Funktionen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="399" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="387" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="370" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="189" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="414" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="402" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="385" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="204" />
       <source>Show MicroPython Versions</source>
       <translation>Zeige MicroPython Versionen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="193" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="208" />
       <source>Flash MicroPython</source>
       <translation>MicroPython flashen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="196" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="211" />
       <source>Flash Firmware</source>
       <translation>Firmware flashen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="473" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="200" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="489" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="215" />
       <source>Save Script as 'main.py'</source>
       <translation>Skript als 'main.py' speichern</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="203" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="218" />
       <source>Save the current script as 'main.py' on the connected device</source>
       <translation>Speichert das aktuelle Skript als 'main.py' auf das angeschlossene Gerät</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="207" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="222" />
       <source>Reset {0}</source>
       <translation>{0} zurücksetzen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="353" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="344" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="330" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="313" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="300" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="280" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="368" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="359" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="345" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="328" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="315" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="295" />
       <source>Flash MicroPython/Firmware</source>
       <translation>MicroPython/Firmware flashen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="281" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="296" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed and plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;See the &lt;a href="https://microbit.org/guide/firmware/"&gt;micro:bit web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Der BBC micro:bit ist nicht bereit zum Flashen der DAPLink Firmware. Folge diesen Anweisungen.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;ziehe das USB Kabel und alle Batterien heraus&lt;/li&gt;&lt;li&gt;halte den RESET Knopf gedrückt und stecke das USB Kabel wieder ein&lt;/li&gt;&lt;li&gt;ein Laufwerk mit Namen MAINTENANCE sollte verfügbar sein&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Siehe auch die &lt;a href="https://microbit.org/guide/firmware/"&gt;micro:bit Web Seite&lt;/a&gt;für Details.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="301" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="316" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MICROBIT is available.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Der BBC micro:bit ist nicht bereit zum Flashen der MicroPython Firmware. Stelle sicher, dass ein Laufwerk mit Namen MICROBIT verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="314" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="329" />
       <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed an plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;</source>
       <translation>&lt;p&gt;Der "Calliope mini" ist nicht bereit zum Flashen der DAPLink Firmware. Folge diesen Anweisungen.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;ziehe das USB Kabel und alle Batterien heraus&lt;/li&gt;&lt;li&gt;halte den RESET Knopf gedrückt und stecke das USB Kabel wieder ein&lt;/li&gt;&lt;li&gt;ein Laufwerk mit Namen MAINTENANCE sollte verfügbar sein&lt;/li&gt;&lt;/ul&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="331" />
-      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Der "Calliope mini" ist nicht bereit zum Flashen der MicroPython Firmware. Stelle sicher, dass ein Laufwerk mit Namen MINI verfügbar ist.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="346" />
+      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Der "Calliope mini" ist nicht bereit zum Flashen der MicroPython Firmware. Stelle sicher, dass ein Laufwerk mit Namen MINI verfügbar ist.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="361" />
       <source>MicroPython/Firmware Files (*.hex *.bin);;All Files (*)</source>
       <translation>MicroPython/Firmware Dateien (*.hex *.bin);;Alle Dateien (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="354" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="369" />
       <source>There are multiple devices ready for flashing. Please make sure, that only one device is prepared.</source>
       <translation>Es sind mehrere Geräte zum Flashen bereit. Bitte stelle sicher, dass nur eines vorbereitet wird.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="371" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="386" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation>Die Firmware des verbundenen Gerätes kann nicht ermittelt werden oder das Board enthält kein MicroPython oder CircuitPython. Abbruch...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="388" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="403" />
       <source>&lt;p&gt;The BBC micro:bit generation cannot be determined. Aborting...&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die BBC micro:bit Generation kann nicht ermittelt werden. Abbruch...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="400" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="415" />
       <source>&lt;p&gt;The firmware URL for the device type &lt;b&gt;{0}&lt;/b&gt; is not known. Aborting...&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die URL für die Firmware des Gerätetyps &lt;b&gt;{0}&lt;/b&gt; ist nicht bekannt. Abbruch...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="427" />
-      <source>unknown</source>
-      <translation>unbekannt</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="443" />
-      <source>Firmware</source>
-      <translation>Firmware</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="446" />
-      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation>&lt;h4&gt;{0} Versionsinformationen&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installiert:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Verfügbar:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="455" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation>&lt;p&gt;&lt;b&gt;Update verfügbar!&lt;/b&gt;&lt;/p&gt;</translation>
+      <source>unknown</source>
+      <translation>unbekannt</translation>
     </message>
     <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="459" />
+      <source>Firmware</source>
+      <translation>Firmware</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="462" />
+      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation>&lt;h4&gt;{0} Versionsinformationen&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installiert:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Verfügbar:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="471" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation>&lt;p&gt;&lt;b&gt;Update verfügbar!&lt;/b&gt;&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="475" />
       <source>{0} Version</source>
       <translation>{0} Version</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="479" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="495" />
       <source>The current editor does not contain a Python script. Write it anyway?</source>
       <translation>Der aktuelle Editor enthält kein Python Skript. Trotzdem schreiben?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="490" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="506" />
       <source>The script is empty. Aborting.</source>
       <translation>Das Skript ist leer. Abbruch.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="544" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="560" />
       <source>MicroPython Firmware for BBC micro:bit V1</source>
       <translation>MicroPython Firmware für  BBC micro:bit V1</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="576" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="563" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="548" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="592" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="579" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="564" />
       <source>DAPLink Firmware</source>
       <translation>DAPLink Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="555" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="571" />
       <source>MicroPython Firmware for BBC micro:bit V2</source>
       <translation>MicroPython Firmware für  BBC micro:bit V2</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="559" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="575" />
       <source>CircuitPython Firmware for BBC micro:bit V2</source>
       <translation>CircuitPython Firmware für  BBC micro:bit V2</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="572" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="588" />
       <source>MicroPython Firmware</source>
       <translation>MicroPython Firmware</translation>
     </message>
@@ -57278,18 +57542,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1793" />
+      <location filename="../Preferences/__init__.py" line="1803" />
       <source>Export Preferences</source>
       <translation>Einstellungen exportieren</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1822" />
-      <location filename="../Preferences/__init__.py" line="1795" />
+      <location filename="../Preferences/__init__.py" line="1832" />
+      <location filename="../Preferences/__init__.py" line="1805" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation>Properties-Dateien (*.ini);;Alle Dateien (*)</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1820" />
+      <location filename="../Preferences/__init__.py" line="1830" />
       <source>Import Preferences</source>
       <translation>Einstellungen importieren</translation>
     </message>
@@ -62097,22 +62361,22 @@
       <translation>Die Firmware des verbundenen Gerätes kann nicht ermittelt werden oder das Board enthält kein MicroPython. Abbruch...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="467" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="468" />
       <source>unknown</source>
       <translation>unbekannt</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="473" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="474" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h4&gt;MicroPython Versionsinformationen&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installiert:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Verfügbar:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="481" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="482" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;Update verfügbar!&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="485" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="486" />
       <source>MicroPython Version</source>
       <translation>MicroPython Version</translation>
     </message>
@@ -67278,86 +67542,193 @@
   <context>
     <name>RP2040Device</name>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="71" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="52" />
+      <source>authentication failed</source>
+      <translation>Authentisierung gescheitert</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="62" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="53" />
+      <source>no matching access point found</source>
+      <translation>Kein passender Access Point gefunden</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="65" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="54" />
+      <source>connection failed</source>
+      <translation>Verbindung gescheitert</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="61" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="55" />
+      <source>idle</source>
+      <translation>Leerlauf</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="56" />
+      <source>connecting</source>
+      <translation>Verbinde</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="57" />
+      <source>connected, waiting for IP address</source>
+      <translation>Verbunden, warte auf IP-Adresse</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="64" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="58" />
+      <source>connected</source>
+      <translation>Verbunden</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="63" />
+      <source>network scan completed</source>
+      <translation>Netzwerk-Scan abgeschlossen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="66" />
+      <source>connection lost</source>
+      <translation>Verbindung verloren</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="67" />
+      <source>disconnected</source>
+      <translation>Getrennt</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="68" />
+      <source>AP listening</source>
+      <translation>AP bereit</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="69" />
+      <source>AP connected</source>
+      <translation>AP verbunden</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="70" />
+      <source>AP failed</source>
+      <translation>AP Fehler</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="89" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="76" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation>offen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="90" />
+      <source>automatic</source>
+      <translation>automatisch</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="121" />
       <source>RP2040</source>
       <translation>RP2040</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="127" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="177" />
       <source>RP2040 Functions</source>
       <translation>RP2040 Funktionen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="199" />
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="130" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="256" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="180" />
       <source>Show MicroPython Versions</source>
       <translation>Zeige MicroPython Versionen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="134" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="184" />
       <source>Activate Bootloader</source>
       <translation>Bootloader aktivieren</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="137" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="187" />
       <source>Flash MicroPython Firmware</source>
       <translation>MicroPython Firmware flashen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="200" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="191" />
+      <source>Reset Device</source>
+      <translation>Gerät zurücksetzen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="257" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source>
       <translation>Die Firmware des verbundenen Gerätes kann nicht ermittelt werden oder das Board enthält kein MicroPython. Abbruch...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="232" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="290" />
       <source>unknown</source>
       <translation>unbekannt</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="242" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="300" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;{2}&lt;/table&gt;</source>
       <translation>&lt;h4&gt;MicroPython Versionsinformationen&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installiert:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Verfügbar:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;{2}&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="252" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="310" />
       <source>&lt;tr&gt;&lt;td&gt;Variant:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation>&lt;tr&gt;&lt;td&gt;Variante:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="263" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="320" />
       <source>&lt;p&gt;Update may be available.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Ein Update könnte verfügbar sein.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="265" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="322" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;Update verfügbar!&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="269" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="326" />
       <source>MicroPython Version</source>
       <translation>MicroPython Version</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="292" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="358" />
       <source>MicroPython Firmware</source>
       <translation>MicroPython Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="296" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="362" />
       <source>Pimoroni Pico Firmware</source>
       <translation>Pimoroni Pico Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="299" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="365" />
       <source>CircuitPython Firmware</source>
       <translation>CircuitPython Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="303" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="369" />
       <source>CircuitPython Libraries</source>
       <translation>CircuitPython Bibliotheken</translation>
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="421" />
+      <source>Set Country</source>
+      <translation>Staat einstellen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="976" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="611" />
+      <source>unknown ({0})</source>
+      <translation>unbekannt ({0})</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1086" />
+      <source>Pico Wireless does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation>Pico Wireless unterstützt nicht die Konfiguration der IPv4 Parameter des WiFi Access Point.</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1161" />
+      <source>Pico Wireless does not support reporting of connected clients.</source>
+      <translation>Pico Wireless unterstützt nicht die Ermittlung verbundener Geräte.</translation>
+    </message>
   </context>
   <context>
     <name>RccCompilerOptionsDialog</name>
@@ -68940,111 +69311,111 @@
   <context>
     <name>SessionManager</name>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="300" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="299" />
       <source>Backup 1</source>
       <translation>Backup 1</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="308" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="307" />
       <source>Backup 2</source>
       <translation>Backup 2</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="339" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="338" />
       <source>Default Session</source>
       <translation>Standardsitzung</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="492" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="491" />
       <source>Clone Session</source>
       <translation>Sitzung kopieren</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="495" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="494" />
       <source>Rename Session</source>
       <translation>Sitzung umbenennen</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="499" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="498" />
       <source>Please enter a new name:</source>
       <translation>Bitte gib einen neuen Namen ein:</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="672" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="572" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="515" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="514" />
       <source>The session file "{0}" exists already. Please enter another name.</source>
       <translation>Die Sitzungsdatei "{0}" existiert bereits. Bitte gib einen anderen Namen ein.</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="528" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="527" />
       <source>An error occurred while cloning the session file.</source>
       <translation>Während des Kopierens der Sitzungsdatei trat ein Fehler auf.</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="538" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="537" />
       <source>An error occurred while renaming the session file.</source>
       <translation>Während des Umbenennens der Sitzungsdatei trat ein Fehler auf.</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="570" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="552" />
       <source>Save Session</source>
       <translation>Sitzung speichern</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="554" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
       <source>Please enter a name for the session:</source>
       <translation>Bitte gibe einen Namen für die Sitzung ein:</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="556" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="555" />
       <source>Saved Session ({0})</source>
       <translation>Gespeicherte Sitzung ({0})</translation>
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="594" />
+      <source>Restore Backup</source>
+      <translation>Backup wiederherstellen</translation>
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="595" />
-      <source>Restore Backup</source>
-      <translation>Backup wiederherstellen</translation>
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="596" />
       <source>Are you sure you want to replace the current session?</source>
       <translation>Sind sie sicher, dass die aktuelle Sitzung ersetzt werden soll?</translation>
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="636" />
+      <source>Delete Session</source>
+      <translation>Sitzung löschen</translation>
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="637" />
-      <source>Delete Session</source>
-      <translation>Sitzung löschen</translation>
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="638" />
       <source>Are you sure you want to delete session "{0}"?</source>
       <translation>Sind sie sicher, dass die Sitzung "{0}" gelöscht werden soll?</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="670" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="652" />
       <source>New Session</source>
       <translation>Neue Sitzung</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="654" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
       <source>Please enter a name for the new session:</source>
       <translation>Bitte gib einen Namen für die neue Sitzung ein:</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="656" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="655" />
       <source>New Session ({0})</source>
       <translation>Neue Sitzung ({0})</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="718" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="717" />
       <source>Please select the startup session:</source>
       <translation>Bitte wähle die Startsitzung:</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="742" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="741" />
       <source>{0} (last session)</source>
       <translation>{0} (letzte Sitzung)</translation>
     </message>
@@ -81417,7 +81788,7 @@
       <translation>MicroPython Flashanweisungen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="241" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="301" />
       <location filename="../MicroPython/Devices/TeensyDevices.py" line="154" />
       <source>Flash MicroPython Firmware</source>
       <translation>MicroPython Firmware flashen</translation>
@@ -81433,37 +81804,37 @@
       <translation>Die Firmware des verbundenen Gerätes kann nicht ermittelt werden oder das Board enthält kein MicroPython. Abbruch...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="213" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="214" />
       <source>unknown</source>
       <translation>unbekannt</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="219" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="220" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h4&gt;MicroPython Versionsinformationen&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installiert:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Verfügbar:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="227" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="228" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;Update verfügbar!&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="231" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="232" />
       <source>MicroPython Version</source>
       <translation>MicroPython Version</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="242" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="302" />
       <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 are flashed using the 'Teensy Loader' application. Make sure you downloaded the MicroPython or CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Teensy 4.0 und Teensy 4.1 werden mit der 'Teensy Loader' Anwendung geflasht. Stelle sicher, dass die MicroPython .hex Datei geladen ist.&lt;/p&gt;&lt;p&gt;Siehe &lt;a href="{0}"&gt;die PJRC Teensy Webseite&lt;/a&gt; für Details.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="261" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="324" />
       <source>Start 'Teensy Loader'</source>
       <translation>'Teensy Loader' starten</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="262" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="325" />
       <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die 'Teensy Loader' Anwendung &lt;b&gt;teensy&lt;/b&gt; konnte nicht gestartet werden. Stelle sicher, dass sie sich im Suchpfad befindet oder starte sie manuell.&lt;/p&gt;</translation>
     </message>
@@ -81747,22 +82118,22 @@
       <translation>&lt;p&gt;&lt;b&gt;Vorlagengruppen&lt;/b&gt; sind ein Mittel, um einzelne Vorlagen zusammenzufassen. Gruppen haben ein Attribut, das angibt, für welche Programmiersprache sie gültig sind. Um Vorlagen hinzuzufügen, muss mindestens eine Vorlagengruppe angelegt werden.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Vorlageneinträge&lt;/b&gt; sind die eigentlichen Vorlagen. Sie werden durch Vorlagengruppen zusammengefaßt. Zusätzliche Hilfe zu Vorlagen sind im Editierdialog verfügbar.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="884" />
+      <location filename="../Templates/TemplateViewer.py" line="883" />
       <source>Edit Template Group</source>
       <translation>Vorlagengruppe editieren</translation>
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="885" />
+      <location filename="../Templates/TemplateViewer.py" line="884" />
       <source>&lt;p&gt;A template group with the name &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Eine Vorlagengruppe mit dem Namen &lt;b&gt;{0}&lt;/b&gt; existiert bereits.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Templates/TemplateViewer.py" line="1005" />
+      <source>Read Templates</source>
+      <translation>Vorlagen lesen</translation>
+    </message>
+    <message>
       <location filename="../Templates/TemplateViewer.py" line="1006" />
-      <source>Read Templates</source>
-      <translation>Vorlagen lesen</translation>
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="1007" />
       <source>&lt;p&gt;The templates file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Vorlagendatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelesen werden.&lt;/p&gt;</translation>
     </message>
@@ -83135,42 +83506,42 @@
   <context>
     <name>TranslatorEngines</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="49" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
       <source>DeepL</source>
       <translation>DeepL</translation>
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="50" />
-      <source>Google V.1</source>
-      <translation>Google V.1</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
-      <source>Google V.2</source>
-      <translation>Google V.2</translation>
-    </message>
-    <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="52" />
-      <source>IBM Watson</source>
-      <translation>IBM Watson</translation>
+      <source>Google V.1</source>
+      <translation>Google V.1</translation>
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="53" />
-      <source>Microsoft</source>
-      <translation>Microsoft</translation>
+      <source>Google V.2</source>
+      <translation>Google V.2</translation>
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="54" />
-      <source>MyMemory</source>
-      <translation>MyMemory</translation>
+      <source>IBM Watson</source>
+      <translation>IBM Watson</translation>
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="55" />
+      <source>Microsoft</source>
+      <translation>Microsoft</translation>
+    </message>
+    <message>
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="56" />
+      <source>MyMemory</source>
+      <translation>MyMemory</translation>
+    </message>
+    <message>
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="57" />
       <source>Yandex</source>
       <translation>Yandex</translation>
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="58" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="60" />
       <source>Unknow translation service name ({0})</source>
       <translation>Unbekanter Übersetzungsdienst ({0})</translation>
     </message>
@@ -83983,6 +84354,7 @@
   <context>
     <name>UF2FlashDialog</name>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1099" />
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash UF2 Device</source>
       <translation>UF2 Gerät flashen</translation>
@@ -84009,8 +84381,8 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>'Boot' Path:</source>
-      <translation>'Boot' Pfad:</translation>
+      <source>'Boot' Volume:</source>
+      <translation>'Boot' Verzeichnis:</translation>
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
@@ -84019,6 +84391,11 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
+      <source>Press to check for all known boot volume names.</source>
+      <translation>Drücken, um alle bekannten Bootverzeichnisnamen zu prüfen.</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash MicroPython / CircuitPython</source>
       <translation>MicroPython / CircuitPython flashen</translation>
     </message>
@@ -84044,106 +84421,111 @@
       <translation>'{0}' Board</translation>
     </message>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1100" />
+      <source>Select the Boot Volume of the device:</source>
+      <translation>Wähle das Bootverzeichnis des Gerätes:</translation>
+    </message>
+    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="717" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation>MicroPython/CircuitPython Dateien (*.uf2);;Alle Dateien (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="786" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="775" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="766" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="789" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="778" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="769" />
       <source>Manual Select</source>
       <translation>Manuelle Auswahl</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="885" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="853" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="830" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="888" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="833" />
       <source>Reset Instructions:</source>
       <translation>Reset Instruktionen:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="832" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="835" />
       <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>&lt;h4&gt;Kein bekanntes Gerät erkannt.&lt;/h4&gt;&lt;p&gt;Folgen sie den entsprechenden Anweisungen, um &lt;b&gt;ein&lt;/b&gt; Gerät in den 'Bootloader' Modus zu versetzen. Drücken sie &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="859" />
       <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>&lt;h4&gt;{0} Firmware flashen&lt;/h4&gt;&lt;p&gt;Folgen sie den Anweisungen, um &lt;b&gt;ein&lt;/b&gt; Gerät in den 'Bootloader' Modus zu versetzen. Drücken sie &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;&lt;hr/&gt;{1}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="866" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="869" />
       <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>&lt;h4&gt;Potentiell UF2 fähige Geräte gefunden&lt;/h4&gt;&lt;p&gt;Es wurde folgende potentiell UF2 fähige Geräte gefunden:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Folgen sie den Anweisungen, um &lt;b&gt;ein&lt;/b&gt; Gerät in den 'Bootloader' Modus zu versetzen. Drücken sie &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="887" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="890" />
       <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>&lt;h4&gt;Keine bekannten Geräte erkannt.&lt;/h4&gt;&lt;p&gt;Folgen sie den Anweisungen, um &lt;b&gt;ein&lt;/b&gt; Gerät in den 'Bootloader' Modus zu versetzen. Drücken sie &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="899" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="902" />
       <source>Flash Instructions:</source>
       <translation>Flash Instruktionen:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="901" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="904" />
       <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>&lt;h4&gt;Flash Method 'manuell' ausgewählt.&lt;/h4&gt;Folgen sie den Anweisungen, um ein Gerät mit manueller Eingabe der Parameter zu flashen.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Bringen sie das Gerät in den 'Bootloader' Modus.&lt;/li&gt;&lt;li&gt;Warten sie, bis das Gerät den 'Bootloader' Modus eingenommen hat.&lt;/li&gt;&lt;li&gt;Stellen sie sicher, dass der Boot Datenträger verfügbar ist (evtl. ist er zu mounten).&lt;/li&gt;&lt;li&gt;Wählen sie die zu flashende Firmwaredatei und klicken sie den Flash Knopf.&lt;/li&gt;&lt;/ol&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="926" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="929" />
       <source>Boot Volume not found:</source>
       <translation>Boot Datenträger nicht gefunden:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="928" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="931" />
       <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>&lt;h4&gt;Es wurde kein Boot Datenträger gefunden.&lt;/h4&gt;&lt;p&gt;Bitte stellen sie sicher, dass der Boot Datenträger für das zu flashende Gerät verfügbar ist. </translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="934" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="937" />
       <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>Dieser Datenträger sollte die Bezeichnung &lt;b&gt;{0}&lt;/b&gt; haben. Drücken sie &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="939" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="942" />
       <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>Dieser Datenträger sollte eine dieser Bezeichnungen haben.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Drücken sie &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="946" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="949" />
       <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>&lt;h4&gt;Reset Instruktionen&lt;/h4&gt;&lt;p&gt;Folgen sie den Anweisungen, um das Gerät in den 'Bootloader' Modus zu versetzen. Drücken sie &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="965" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="968" />
       <source>Multiple Boot Volumes found:</source>
       <translation>Mehrere Boot Datenträger erkannt:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="967" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="970" />
       <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>&lt;h4&gt;Mehrere Boot Datenträger wurden erkannt&lt;/h4&gt;&lt;p&gt;Diese Datenträgerpfade wurden erkannt.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Bitte stellen sie sicher, dass nur ein Gerät zum Flashen bereit ist. Drücken sie &lt;b&gt;Aktualisieren&lt;/b&gt;, wenn sie bereit sind.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="986" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
       <source>Flashing Firmware</source>
       <translation>Flashe Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="988" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="991" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Flashe die ausgewählte Firmware auf das Gerät. Bitte warten Sie bis sich das Gerät automatisch resettet.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="995" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="998" />
       <source>Flashing {0}</source>
       <translation>Flashe {0}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="997" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1000" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Flashe die {0} Firmware auf das Gerät. Bitte warten sie, bis sich das Gerät automatisch resettet.&lt;/p&gt;</translation>
     </message>
@@ -87566,43 +87948,43 @@
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; ist keine Datei.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8282" />
+      <location filename="../UI/UserInterface.py" line="8285" />
       <source>Upgrade available</source>
       <translation>Aktualisierung verfügbar</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8283" />
+      <location filename="../UI/UserInterface.py" line="8286" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Eine neuere Version des &lt;b&gt;eric-ide&lt;/b&gt; Paketes ist auf &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt; verfügbar.&lt;/p&gt;&lt;p&gt;Installiert: {1}&lt;br/&gt;Verfügbar: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Soll &lt;b&gt;eric-ide&lt;/b&gt; aktualisiert werden?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8336" />
-      <location filename="../UI/UserInterface.py" line="8323" />
+      <location filename="../UI/UserInterface.py" line="8339" />
+      <location filename="../UI/UserInterface.py" line="8326" />
       <source>First time usage</source>
       <translation>Erstmalige Nutzung</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8324" />
+      <location filename="../UI/UserInterface.py" line="8327" />
       <source>eric7 has not been configured yet but an eric6 configuration was found. Shall this be imported?</source>
       <translation>eric7 wurde noch nicht konfiguriert, aber es wurde eine eric6 Konfiguration gefunden. Soll diese importiert werden?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8337" />
+      <location filename="../UI/UserInterface.py" line="8340" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation>eric wurde noch nicht konfiguriert. Der Konfigurationsdialog wird nun gestartet.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8360" />
+      <location filename="../UI/UserInterface.py" line="8363" />
       <source>Select Workspace Directory</source>
       <translation>Wähle Arbeitsverzeichnis</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8520" />
+      <location filename="../UI/UserInterface.py" line="8523" />
       <source>Unsaved Data Detected</source>
       <translation>Nicht gespeicherte Daten gefunden</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8521" />
+      <location filename="../UI/UserInterface.py" line="8524" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation>Einige Editoren haben nicht gespeicherte Inhalte. Sollen diese gespeichert werden?</translation>
     </message>
@@ -92653,65 +93035,65 @@
       <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; enthält ungesicherte Änderungen.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5826" />
+      <location filename="../ViewManager/ViewManager.py" line="5830" />
       <source>Line: {0:5}</source>
       <translation>Zeile: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5832" />
+      <location filename="../ViewManager/ViewManager.py" line="5836" />
       <source>Pos: {0:5}</source>
       <translation>Pos: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5852" />
+      <location filename="../ViewManager/ViewManager.py" line="5856" />
       <source>Language: {0}</source>
       <translation>Sprache: {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5861" />
+      <location filename="../ViewManager/ViewManager.py" line="5865" />
       <source>EOL Mode: {0}</source>
       <translation>EOL-Modus: {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6318" />
-      <location filename="../ViewManager/ViewManager.py" line="6276" />
+      <location filename="../ViewManager/ViewManager.py" line="6326" />
+      <location filename="../ViewManager/ViewManager.py" line="6284" />
       <source>&amp;Clear</source>
       <translation>&amp;Löschen</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6312" />
+      <location filename="../ViewManager/ViewManager.py" line="6320" />
       <source>&amp;Add</source>
       <translation>&amp;Hinzufügen</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6315" />
+      <location filename="../ViewManager/ViewManager.py" line="6323" />
       <source>&amp;Edit...</source>
       <translation>&amp;Bearbeiten...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7361" />
-      <location filename="../ViewManager/ViewManager.py" line="7347" />
-      <location filename="../ViewManager/ViewManager.py" line="7315" />
+      <location filename="../ViewManager/ViewManager.py" line="7369" />
+      <location filename="../ViewManager/ViewManager.py" line="7355" />
+      <location filename="../ViewManager/ViewManager.py" line="7323" />
       <source>Edit Spelling Dictionary</source>
       <translation>Wörterbuch bearbeiten</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7318" />
+      <location filename="../ViewManager/ViewManager.py" line="7326" />
       <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Wörterbuchdatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelesen werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7334" />
+      <location filename="../ViewManager/ViewManager.py" line="7342" />
       <source>Editing {0}</source>
       <translation>Bearbeite {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7350" />
+      <location filename="../ViewManager/ViewManager.py" line="7358" />
       <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Die Wörterbuchdatei &lt;b&gt;{0}&lt;/b&gt; konnte nicht geschrieben werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7364" />
+      <location filename="../ViewManager/ViewManager.py" line="7372" />
       <source>The spelling dictionary was saved successfully.</source>
       <translation>Das Wörterbuch wurde erfolgreich gespeichert.</translation>
     </message>
@@ -98351,6 +98733,616 @@
     </message>
   </context>
   <context>
+    <name>WifiApConfigDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="39" />
+      <source>open</source>
+      <translation>offen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="116" />
+      <source>Press to hide the password</source>
+      <translation>Drücken, um das Kennwort auszublenden</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="120" />
+      <source>Press to show the password</source>
+      <translation>Drücken, um das Kennwort anzuzeigen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Access Point Configuration</source>
+      <translation>Access Point Konfiguration</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation>Name:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation>Gib den zu sendenden Netzwerknamen (SSID) ein</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation>Kennwort:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation>Gib das Netzwerkkennwort ein</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Security:</source>
+      <translation>Sicherheit:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation>Wähle den Sicherheitsmodus</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation>IPv4 Konfiguration</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Address:</source>
+      <translation>Adresse:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Netmask:</source>
+      <translation>Netzmaske:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Gateway:</source>
+      <translation>Gateway:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>DNS:</source>
+      <translation>DNS:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation>Auswählen, um die eingegebenen Verbindungsparameter zu speichern</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation>Parameter speichern</translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiApStationsDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Connected WiFi Clients</source>
+      <translation>Verbundene WLAN Geräte</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Name</source>
+      <translation>Name</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation>RSSI [dBm]</translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiConnectionDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>WiFi Connection Parameters</source>
+      <translation>WLAN Verbindungsparameter</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation>Name:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation>Gib den Namen (SSID) des zu verbindenden Netzwerkes ein</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation>Kennwort:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation>Gib das Netzwerkkennwort ein</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="72" />
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation>Drücken, um das Kennwort anzuzeigen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation>Auswählen, um die eingegebenen Verbindungsparameter zu speichern</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation>Parameter speichern</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="68" />
+      <source>Press to hide the password</source>
+      <translation>Drücken, um das Kennwort auszublenden</translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiController</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="45" />
+      <source>WiFi Functions</source>
+      <translation>WLAN Funktionen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="47" />
+      <source>Show WiFi Status</source>
+      <translation>Zeige WLAN Status</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="122" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="114" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="49" />
+      <source>Connect WiFi</source>
+      <translation>WLAN verbinden</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="50" />
+      <source>Check Internet Connection</source>
+      <translation>Internetverbindung prüfen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="138" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="51" />
+      <source>Disconnect WiFi</source>
+      <translation>WLAN trennen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="53" />
+      <source>Scan Networks</source>
+      <translation>Netzwerkscan</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="216" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="207" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="55" />
+      <source>Write WiFi Credentials</source>
+      <translation>WLAN Berechtigungen schreiben</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="254" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="244" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="233" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="56" />
+      <source>Remove WiFi Credentials</source>
+      <translation>WLAN Berechtigungen löschen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="305" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="294" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="58" />
+      <source>Start WiFi Access Point</source>
+      <translation>WLAN Access Point starten</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="60" />
+      <source>Start WiFi Access Point with IP</source>
+      <translation>WLAN Access Point mit IP starten</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="359" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="63" />
+      <source>Show Connected Clients</source>
+      <translation>Zeige verbundene Geräte</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="335" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="326" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="65" />
+      <source>Stop WiFi Access Point</source>
+      <translation>WLAN Access Point stoppen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="68" />
+      <source>Deactivate Client Interface</source>
+      <translation>Deaktiviere Geräteschnittstelle</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="72" />
+      <source>Deactivate Access Point Interface</source>
+      <translation>Deaktiviere Access Point Schnittstelle</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="115" />
+      <source>&lt;p&gt;The device was connected to &lt;b&gt;{0}&lt;/b&gt; successfully.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Das Gerät wurde erfolgreich mit &lt;b&gt;{0}&lt;/b&gt; verbunden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="123" />
+      <source>&lt;p&gt;The device could not connect to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Das Gerät konnte nicht mit &lt;b&gt;{0}&lt;/b&gt; verbunden werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="258" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="220" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="173" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="147" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="126" />
+      <source>unknown</source>
+      <translation>unbekannt</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="139" />
+      <source>&lt;p&gt;The device was disconnected from the WiFi network.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Das Gerät wurde vom WLAN Netzwerk getrennt.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="145" />
+      <source>&lt;p&gt;The device could not be disconnected.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Das Gerät konnte nicht getrennt werden.&lt;/p&gt;&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="158" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Die Internetverbindung ist &lt;b&gt;verfügbar&lt;/b&gt;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="160" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;not available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Die Internetverbindung ist &lt;b&gt;nicht verfügbar&lt;/b&gt;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="171" />
+      <source>&lt;p&gt;The internet is not available.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Das Internet ist nicht verfügbar.&lt;/p&gt;&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="208" />
+      <source>&lt;p&gt;The WiFi credentials were saved on the device. The device will connect to the WiFi network at boot time.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Die WLAN Berechtigungen wurden auf dem Gerät gespeichert. Das Gerät wird sich beim Start mit dem WLAN Netzwerk verbinden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="217" />
+      <source>&lt;p&gt;The WiFi credentials could not be saved on the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Die WLAN Berechtigungen konnten nicht auf dem Gerät gespeichert werden.&lt;/p&gt;&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="234" />
+      <source>Shall the saved WiFi credentials really be removed from the connected device?</source>
+      <translation>Sollen die gespeicherten WLAN Berechtigungen wirklich vom verbundenen Gerät gelöscht werden?</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="245" />
+      <source>&lt;p&gt;The WiFi credentials were removed from the device. The device will not connect to the WiFi network at boot time anymore.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Die WLAN Berechtigungen wurden auf dem Gerät gelöscht. Das Gerät wird sich beim Start nicht mehr mit dem WLAN Netzwerk verbinden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="255" />
+      <source>&lt;p&gt;The WiFi credentials could not be removed from the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Die WLAN Berechtigungen konnten nicht auf dem Gerät gelöscht werden.&lt;/p&gt;&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="295" />
+      <source>The WiFi Access Point interface was started successfully.</source>
+      <translation>Die WLAN Access Point Schnittstelle wurde erfolgreich gestartet.</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="300" />
+      <source>&lt;p&gt;The WiFi Access Point could not be started.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Der WLAN Access Point konnte nicht gestartet werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="381" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="332" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="302" />
+      <source>&lt;p&gt;Reason: {0}</source>
+      <translation>&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="327" />
+      <source>The WiFi Access Point interface was stopped successfully.</source>
+      <translation>Die WLAN Access Point Schnittstelle wurde erfolgreich gestoppt.</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="330" />
+      <source>&lt;p&gt;The WiFi Access Point could not be stopped.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Der WLAN Access Point konnte nicht gestoppt werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="360" />
+      <source>No clients are connected to the access point.</source>
+      <translation>Es sind keine Geräte mit dem Access Point verbunden.</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="384" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="375" />
+      <source>Deactivate WiFi Interface</source>
+      <translation>WLAN Schnittstelle deaktivieren</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="376" />
+      <source>The WiFi interface was deactivated successfully.</source>
+      <translation>Die WLAN Schnittstelle wurde erfolgreich deaktiviert.</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="379" />
+      <source>&lt;p&gt;The WiFi interface could not be deactivated.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Die WLAN Schnittstelle konnte nicht deaktiviert werden.&lt;/p&gt;</translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiCountryDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>WiFi Country Code</source>
+      <translation>WLAN Staatenkennung</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Country:</source>
+      <translation>Staat:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation>Gib die Staatenkennung für das WLAN Schnittstelle ein</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation>Auswählen, um die eingegebenen Verbindungsparameter zu speichern</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation>Parameter speichern</translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiNetworksWindow</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>WiFi Networks</source>
+      <translation>WLAN Netzwerke</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Name</source>
+      <translation>Name</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Channel</source>
+      <translation>Kanal</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>MAC-Address</source>
+      <translation>MAC-Addresse</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation>RSSI [dBm]</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Security</source>
+      <translation>Sicherheit</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Press to scan for available WiFi networks.</source>
+      <translation>Drücken, um nach verfügbaren Netzwerken zu suchen.</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan</source>
+      <translation>Suchen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan Interval:</source>
+      <translation>Suchintervall:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source> s</source>
+      <translation> s</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Periodic Scan</source>
+      <translation>Periodische Suche</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="67" />
+      <source>Scan WiFi Networks</source>
+      <translation>Suche WLAN Netzwerke</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="68" />
+      <source>&lt;p&gt;The scan for available WiFi networks failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Die Suche nach verfügbaren WLAN Netzwerken ist gescheitert.&lt;/p&gt;&lt;p&gt;Ursache: {0}&lt;/p&gt;</translation>
+    </message>
+    <message numerus="yes">
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="78" />
+      <source>&lt;p&gt;Detected &lt;b&gt;%n&lt;/b&gt; network(s).&lt;/p&gt;</source>
+      <translation>
+        <numerusform>&lt;p&gt;&lt;b&gt;%n&lt;/b&gt; Netzwerk gefunden.&lt;/p&gt;</numerusform>
+        <numerusform>&lt;p&gt;&lt;b&gt;%n&lt;/b&gt; Netzwerke gefunden.&lt;/p&gt;</numerusform>
+      </translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiStatusDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <source>WiFi Status</source>
+      <translation>WLAN Status</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="135" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="57" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="46" />
+      <source>Active</source>
+      <translation>Aktiv</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>Yes</source>
+      <translation>Ja</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>No</source>
+      <translation>Nein</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="53" />
+      <source>Client</source>
+      <translation>Gerät</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="143" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="65" />
+      <source>Connected</source>
+      <translation>verbunden</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="148" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="70" />
+      <source>Status</source>
+      <translation>Status</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="150" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="73" />
+      <source>Hostname</source>
+      <translation>Hostname</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="153" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="76" />
+      <source>IPv4 Address</source>
+      <translation>IPv4 Adresse</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="156" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="79" />
+      <source>Netmask</source>
+      <translation>Netzmaske</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="159" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="82" />
+      <source>Gateway</source>
+      <translation>Gateway</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="161" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="84" />
+      <source>DNS</source>
+      <translation>DNS</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="116" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="85" />
+      <source>MAC-Address</source>
+      <translation>MAC-Addresse</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="167" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="113" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="88" />
+      <source>Channel</source>
+      <translation>Kanal</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="126" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="92" />
+      <source>Country</source>
+      <translation>Staat</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="175" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="98" />
+      <source>Tx-Power</source>
+      <translation>Sendeleistung</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="176" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="99" />
+      <source>{0} dBm</source>
+      <translation>{0} dBm</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="105" />
+      <source>Connected Access Point</source>
+      <translation>Verbundener Access Point</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="108" />
+      <source>Name</source>
+      <translation>Name</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="119" />
+      <source>RSSI [dBm]</source>
+      <translation>RSSI [dBm]</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="122" />
+      <source>Security</source>
+      <translation>Sicherheit</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="131" />
+      <source>Access Point</source>
+      <translation>Access Point</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="163" />
+      <source>SSID</source>
+      <translation>SSID</translation>
+    </message>
+  </context>
+  <context>
     <name>WizardEricPluginWizard</name>
     <message>
       <location filename="../Plugins/PluginWizardEricPlugin.py" line="93" />
--- a/src/eric7/i18n/eric7_empty.ts	Fri Mar 03 11:34:59 2023 +0100
+++ b/src/eric7/i18n/eric7_empty.ts	Fri Mar 03 13:44:34 2023 +0100
@@ -1716,55 +1716,60 @@
   <context>
     <name>BaseDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="128" />
-      <source>Show MicroPython Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="129" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="162" />
+      <source>Device Data Not Available</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="163" />
       <source>&lt;p&gt;The device data is not available. Try to connect to the device again. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="173" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="216" />
       <source>Unsupported Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="183" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="226" />
       <source>REPL is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="202" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="245" />
       <source>Plotter is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="221" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="264" />
       <source>Running scripts is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="240" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="283" />
       <source>File Manager is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="285" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="328" />
       <source>Select Device Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="286" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="329" />
       <source>Select the directory for the connected device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="432" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="475" />
       <source>Detected an error without indications.</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1245" />
+      <source>Operation not supported.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>BlackConfigurationDialog</name>
@@ -3736,124 +3741,193 @@
   <context>
     <name>CircuitPythonDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="87" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="67" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="129" />
       <source>CircuitPython</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="216" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="258" />
       <source>Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="217" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="259" />
       <source>Python files for CircuitPython can be edited in place, if the device volume is locally available. Such a volume was not found. In place editing will not be available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="247" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="289" />
       <source>Library Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="251" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="295" />
       <source>CircuitPython Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="254" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="297" />
       <source>Show CircuitPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="263" />
-      <source>CircuitPython Flash Instructions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="345" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="276" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="267" />
-      <source>Flash CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="270" />
-      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="443" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="305" />
-      <source>Install Library Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="441" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="309" />
-      <source>Install Library Package</source>
+      <source>Reset Device</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="315" />
+      <source>Flash CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="319" />
+      <source>UF2 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="323" />
+      <source>ESP32 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="324" />
+      <source>Erase Flash</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="326" />
+      <source>Flash MicroPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="330" />
+      <source>Flash Additional Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="335" />
+      <source>Teensy Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="337" />
+      <source>CircuitPython Flash Instructions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="341" />
+      <source>Start 'Teensy Loader'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="344" />
+      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="539" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="376" />
+      <source>Install Library Files</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="537" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="380" />
+      <source>Install Library Package</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="386" />
       <source>Install 'circup' Package</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="346" />
-      <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 do not support the UF2 bootloader. Please use the 'Teensy Loader' application to flash CircuitPython. Make sure you downloaded the CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="366" />
-      <source>Start 'Teensy Loader'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="367" />
-      <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="396" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="492" />
       <source>unknown</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="415" />
-      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="423" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="427" />
-      <source>CircuitPython Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="449" />
-      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="477" />
-      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="507" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="511" />
+      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="519" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="523" />
+      <source>CircuitPython Version</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="545" />
+      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="573" />
+      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="603" />
+      <source>CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="607" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="999" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="737" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="911" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="833" />
+      <source>The device volume is not available.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="876" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="848" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="877" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="849" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="884" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="856" />
+      <source>Aborted</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
+      <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1137" />
+      <source>CircuitPython does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>CircuitPythonUpdaterInterface</name>
@@ -11249,31 +11323,31 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="500" />
       <source>Downloads finished</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="502" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
       <source>All files have been downloaded.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../WebBrowser/Download/DownloadManager.ui" line="0" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="587" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="510" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="586" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="509" />
       <source>Download Manager</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="620" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="619" />
       <source>{0}% of %n file(s) ({1}) {2}</source>
       <translation type="unfinished">
         <numerusform />
       </translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="628" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="627" />
       <source>{0}% - Download Manager</source>
       <translation type="unfinished" />
     </message>
@@ -11514,7 +11588,7 @@
   <context>
     <name>Editor</name>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3297" />
+      <location filename="../QScintilla/Editor.py" line="3315" />
       <location filename="../QScintilla/Editor.py" line="427" />
       <location filename="../QScintilla/Editor.py" line="412" />
       <source>Open File</source>
@@ -11536,964 +11610,964 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="866" />
+      <location filename="../QScintilla/Editor.py" line="884" />
       <source>Undo</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="869" />
+      <location filename="../QScintilla/Editor.py" line="887" />
       <source>Redo</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="872" />
+      <location filename="../QScintilla/Editor.py" line="890" />
       <source>Revert to last saved state</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="876" />
+      <location filename="../QScintilla/Editor.py" line="894" />
       <source>Cut</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="879" />
+      <location filename="../QScintilla/Editor.py" line="897" />
       <source>Copy</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="882" />
+      <location filename="../QScintilla/Editor.py" line="900" />
       <source>Paste</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="888" />
+      <location filename="../QScintilla/Editor.py" line="906" />
       <source>Indent</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="893" />
-      <source>Unindent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="898" />
-      <source>Comment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="903" />
-      <source>Uncomment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="9017" />
-      <location filename="../QScintilla/Editor.py" line="908" />
-      <source>Generate Docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="911" />
+      <source>Unindent</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="916" />
+      <source>Comment</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="921" />
+      <source>Uncomment</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="9035" />
+      <location filename="../QScintilla/Editor.py" line="926" />
+      <source>Generate Docstring</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="929" />
       <source>Select to brace</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="912" />
+      <location filename="../QScintilla/Editor.py" line="930" />
       <source>Select all</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="913" />
+      <location filename="../QScintilla/Editor.py" line="931" />
       <source>Deselect all</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="915" />
+      <location filename="../QScintilla/Editor.py" line="933" />
       <source>Execute Selection In Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="927" />
-      <source>Use Monospaced Font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="932" />
-      <source>Autosave enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="937" />
-      <source>Typing aids enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="945" />
+      <source>Use Monospaced Font</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="950" />
+      <source>Autosave enabled</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="955" />
+      <source>Typing aids enabled</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="963" />
       <source>Automatic Completion enabled</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="954" />
-      <source>Calltip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="957" />
-      <source>Code Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="972" />
+      <source>Calltip</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="975" />
+      <source>Code Info</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="990" />
       <source>New Document View</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="977" />
+      <location filename="../QScintilla/Editor.py" line="995" />
       <source>New Document View (with new split)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="985" />
+      <location filename="../QScintilla/Editor.py" line="1003" />
       <source>Save</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="989" />
+      <location filename="../QScintilla/Editor.py" line="1007" />
       <source>Save As...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="994" />
+      <location filename="../QScintilla/Editor.py" line="1012" />
       <source>Save Copy...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1016" />
-      <location filename="../QScintilla/Editor.py" line="1013" />
+      <location filename="../QScintilla/Editor.py" line="1034" />
+      <location filename="../QScintilla/Editor.py" line="1031" />
       <source>Complete</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1020" />
+      <location filename="../QScintilla/Editor.py" line="1038" />
       <source>Clear Completions Cache</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1023" />
+      <location filename="../QScintilla/Editor.py" line="1041" />
       <source>Complete from Document</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1025" />
+      <location filename="../QScintilla/Editor.py" line="1043" />
       <source>Complete from APIs</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1028" />
+      <location filename="../QScintilla/Editor.py" line="1046" />
       <source>Complete from Document and APIs</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1042" />
+      <location filename="../QScintilla/Editor.py" line="1060" />
       <source>Check</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1053" />
+      <location filename="../QScintilla/Editor.py" line="1071" />
       <source>Code Formatting</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1059" />
+      <location filename="../QScintilla/Editor.py" line="1077" />
       <source>Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1064" />
+      <location filename="../QScintilla/Editor.py" line="1082" />
       <source>Format Code</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1068" />
-      <source>Check Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1072" />
-      <source>Formatting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1081" />
-      <source>isort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1086" />
-      <source>Sort Imports</source>
+      <source>Check Formatting</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1090" />
+      <source>Formatting Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1099" />
+      <source>isort</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1104" />
+      <source>Sort Imports</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1108" />
       <source>Imports Sorting Diff</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1106" />
-      <source>Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1117" />
-      <source>Show</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1119" />
-      <source>Code metrics...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1121" />
-      <source>Code coverage...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1124" />
+      <source>Tools</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1135" />
+      <source>Show</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1137" />
+      <source>Code metrics...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1139" />
+      <source>Code coverage...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1142" />
       <source>Show code coverage annotations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1127" />
-      <source>Hide code coverage annotations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1131" />
-      <source>Profile data...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1145" />
-      <source>Diagrams</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1147" />
-      <source>Class Diagram...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1148" />
-      <source>Package Diagram...</source>
+      <source>Hide code coverage annotations</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1149" />
+      <source>Profile data...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1163" />
+      <source>Diagrams</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1165" />
+      <source>Class Diagram...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1166" />
+      <source>Package Diagram...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1167" />
       <source>Imports Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1151" />
+      <location filename="../QScintilla/Editor.py" line="1169" />
       <source>Application Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1156" />
+      <location filename="../QScintilla/Editor.py" line="1174" />
       <source>Load Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1171" />
+      <location filename="../QScintilla/Editor.py" line="1189" />
       <source>Languages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1175" />
+      <location filename="../QScintilla/Editor.py" line="1193" />
       <source>Text</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1198" />
+      <location filename="../QScintilla/Editor.py" line="1216" />
       <source>Guessed</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1527" />
-      <location filename="../QScintilla/Editor.py" line="1202" />
+      <location filename="../QScintilla/Editor.py" line="1545" />
+      <location filename="../QScintilla/Editor.py" line="1220" />
       <source>Alternatives</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1219" />
+      <location filename="../QScintilla/Editor.py" line="1237" />
       <source>Encodings</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1242" />
+      <location filename="../QScintilla/Editor.py" line="1260" />
       <source>Re-Open With Encoding</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1262" />
+      <location filename="../QScintilla/Editor.py" line="1280" />
       <source>End-of-Line Type</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1266" />
+      <location filename="../QScintilla/Editor.py" line="1284" />
       <source>Unix</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1272" />
+      <location filename="../QScintilla/Editor.py" line="1290" />
       <source>Windows</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1278" />
-      <source>Macintosh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1296" />
+      <source>Macintosh</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1314" />
       <source>Spelling</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8135" />
-      <location filename="../QScintilla/Editor.py" line="1304" />
+      <location filename="../QScintilla/Editor.py" line="8153" />
+      <location filename="../QScintilla/Editor.py" line="1322" />
       <source>Check spelling...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1309" />
+      <location filename="../QScintilla/Editor.py" line="1327" />
       <source>Check spelling of selection...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1313" />
+      <location filename="../QScintilla/Editor.py" line="1331" />
       <source>Remove from dictionary</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1330" />
+      <location filename="../QScintilla/Editor.py" line="1348" />
       <source>Spell Check Languages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1334" />
+      <location filename="../QScintilla/Editor.py" line="1352" />
       <source>No Language</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1361" />
+      <location filename="../QScintilla/Editor.py" line="1379" />
       <source>Toggle bookmark</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1363" />
+      <location filename="../QScintilla/Editor.py" line="1381" />
       <source>Next bookmark</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1366" />
+      <location filename="../QScintilla/Editor.py" line="1384" />
       <source>Previous bookmark</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1369" />
+      <location filename="../QScintilla/Editor.py" line="1387" />
       <source>Clear all bookmarks</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1380" />
-      <source>Toggle breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1383" />
-      <source>Toggle temporary breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1386" />
-      <source>Edit breakpoint...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="5812" />
-      <location filename="../QScintilla/Editor.py" line="1389" />
-      <source>Enable breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1392" />
-      <source>Next breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1395" />
-      <source>Previous breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1398" />
+      <source>Toggle breakpoint</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1401" />
+      <source>Toggle temporary breakpoint</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1404" />
+      <source>Edit breakpoint...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="5831" />
+      <location filename="../QScintilla/Editor.py" line="1407" />
+      <source>Enable breakpoint</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1410" />
+      <source>Next breakpoint</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1413" />
+      <source>Previous breakpoint</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1416" />
       <source>Clear all breakpoints</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1409" />
+      <location filename="../QScintilla/Editor.py" line="1427" />
       <source>Toggle all folds</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1414" />
+      <location filename="../QScintilla/Editor.py" line="1432" />
       <source>Toggle all folds (including children)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1417" />
+      <location filename="../QScintilla/Editor.py" line="1435" />
       <source>Toggle current fold</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1421" />
+      <location filename="../QScintilla/Editor.py" line="1439" />
       <source>Expand (including children)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1425" />
+      <location filename="../QScintilla/Editor.py" line="1443" />
       <source>Collapse (including children)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1430" />
+      <location filename="../QScintilla/Editor.py" line="1448" />
       <source>Clear all folds</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1441" />
+      <location filename="../QScintilla/Editor.py" line="1459" />
       <source>Goto syntax error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1444" />
+      <location filename="../QScintilla/Editor.py" line="1462" />
       <source>Show syntax error message</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1447" />
+      <location filename="../QScintilla/Editor.py" line="1465" />
       <source>Clear syntax error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1451" />
+      <location filename="../QScintilla/Editor.py" line="1469" />
       <source>Next warning</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1454" />
+      <location filename="../QScintilla/Editor.py" line="1472" />
       <source>Previous warning</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1457" />
+      <location filename="../QScintilla/Editor.py" line="1475" />
       <source>Show warning message</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1460" />
-      <source>Clear warnings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1464" />
-      <source>Next uncovered line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1467" />
-      <source>Previous uncovered line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1471" />
-      <source>Next task</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1474" />
-      <source>Previous task</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1478" />
+      <source>Clear warnings</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1482" />
+      <source>Next uncovered line</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1485" />
+      <source>Previous uncovered line</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1489" />
+      <source>Next task</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1492" />
+      <source>Previous task</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1496" />
       <source>Next change</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1481" />
+      <location filename="../QScintilla/Editor.py" line="1499" />
       <source>Previous change</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1484" />
+      <location filename="../QScintilla/Editor.py" line="1502" />
       <source>Clear changes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1513" />
-      <location filename="../QScintilla/Editor.py" line="1504" />
+      <location filename="../QScintilla/Editor.py" line="1531" />
+      <location filename="../QScintilla/Editor.py" line="1522" />
       <source>Export source</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1505" />
+      <location filename="../QScintilla/Editor.py" line="1523" />
       <source>&lt;p&gt;No exporter available for the export format &lt;b&gt;{0}&lt;/b&gt;. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1514" />
+      <location filename="../QScintilla/Editor.py" line="1532" />
       <source>No export format given. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1524" />
+      <location filename="../QScintilla/Editor.py" line="1542" />
       <source>Alternatives ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1547" />
+      <location filename="../QScintilla/Editor.py" line="1565" />
       <source>Pygments Lexer</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1548" />
+      <location filename="../QScintilla/Editor.py" line="1566" />
       <source>Select the Pygments lexer to apply.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2098" />
+      <location filename="../QScintilla/Editor.py" line="2116" />
       <source>Modification of Read Only file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2099" />
+      <location filename="../QScintilla/Editor.py" line="2117" />
       <source>You are attempting to change a read only file. Please save to a different file first.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2520" />
+      <location filename="../QScintilla/Editor.py" line="2538" />
       <source>Add Breakpoint</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2521" />
+      <location filename="../QScintilla/Editor.py" line="2539" />
       <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="2854" />
+      <location filename="../QScintilla/Editor.py" line="2872" />
       <source>Printing...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2871" />
+      <location filename="../QScintilla/Editor.py" line="2889" />
       <source>Printing completed</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2873" />
+      <location filename="../QScintilla/Editor.py" line="2891" />
       <source>Error while printing</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2876" />
+      <location filename="../QScintilla/Editor.py" line="2894" />
       <source>Printing aborted</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3239" />
+      <location filename="../QScintilla/Editor.py" line="3257" />
       <source>File Modified</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3240" />
+      <location filename="../QScintilla/Editor.py" line="3258" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3298" />
+      <location filename="../QScintilla/Editor.py" line="3316" />
       <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 type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3474" />
-      <location filename="../QScintilla/Editor.py" line="3455" />
-      <location filename="../QScintilla/Editor.py" line="3417" />
+      <location filename="../QScintilla/Editor.py" line="3492" />
+      <location filename="../QScintilla/Editor.py" line="3473" />
+      <location filename="../QScintilla/Editor.py" line="3435" />
       <source>Save File</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3418" />
+      <location filename="../QScintilla/Editor.py" line="3436" />
       <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 type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3475" />
+      <location filename="../QScintilla/Editor.py" line="3493" />
       <source>&lt;p&gt;The 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="4986" />
+      <location filename="../QScintilla/Editor.py" line="5005" />
       <source>Autocompletion</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4987" />
+      <location filename="../QScintilla/Editor.py" line="5006" />
       <source>Autocompletion is not available because there is no autocompletion source set.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5115" />
+      <location filename="../QScintilla/Editor.py" line="5134" />
       <source>Auto-Completion Provider</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5116" />
+      <location filename="../QScintilla/Editor.py" line="5135" />
       <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5408" />
+      <location filename="../QScintilla/Editor.py" line="5427" />
       <source>Call-Tips Provider</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5409" />
+      <location filename="../QScintilla/Editor.py" line="5428" />
       <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5816" />
+      <location filename="../QScintilla/Editor.py" line="5835" />
       <source>Disable breakpoint</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6177" />
+      <location filename="../QScintilla/Editor.py" line="6196" />
       <source>Code Coverage</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6178" />
+      <location filename="../QScintilla/Editor.py" line="6197" />
       <source>Please select a coverage file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6253" />
-      <location filename="../QScintilla/Editor.py" line="6245" />
+      <location filename="../QScintilla/Editor.py" line="6272" />
+      <location filename="../QScintilla/Editor.py" line="6264" />
       <source>Show Code Coverage Annotations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6246" />
+      <location filename="../QScintilla/Editor.py" line="6265" />
       <source>All lines have been covered.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6254" />
+      <location filename="../QScintilla/Editor.py" line="6273" />
       <source>There is no coverage file available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6358" />
+      <location filename="../QScintilla/Editor.py" line="6377" />
       <source>Profile Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6359" />
+      <location filename="../QScintilla/Editor.py" line="6378" />
       <source>Please select a profile file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6520" />
-      <location filename="../QScintilla/Editor.py" line="6514" />
+      <location filename="../QScintilla/Editor.py" line="6539" />
+      <location filename="../QScintilla/Editor.py" line="6533" />
       <source>Syntax Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6521" />
+      <location filename="../QScintilla/Editor.py" line="6540" />
       <source>No syntax error message available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
-      <location filename="../QScintilla/Editor.py" line="6726" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
+      <location filename="../QScintilla/Editor.py" line="6745" />
       <source>Warning</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
       <source>No warning messages available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6796" />
+      <location filename="../QScintilla/Editor.py" line="6815" />
       <source>Style: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6799" />
+      <location filename="../QScintilla/Editor.py" line="6818" />
       <source>Warning: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6806" />
+      <location filename="../QScintilla/Editor.py" line="6825" />
       <source>Error: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Macro Name</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Select a macro name:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6939" />
+      <location filename="../QScintilla/Editor.py" line="6958" />
       <source>Load macro file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6985" />
-      <location filename="../QScintilla/Editor.py" line="6941" />
+      <location filename="../QScintilla/Editor.py" line="7004" />
+      <location filename="../QScintilla/Editor.py" line="6960" />
       <source>Macro files (*.macro)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6963" />
-      <location filename="../QScintilla/Editor.py" line="6953" />
+      <location filename="../QScintilla/Editor.py" line="6982" />
+      <location filename="../QScintilla/Editor.py" line="6972" />
       <source>Error loading macro</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6954" />
+      <location filename="../QScintilla/Editor.py" line="6973" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6964" />
-      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="6983" />
-      <source>Save macro file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7001" />
-      <source>Save macro</source>
+      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="7002" />
+      <source>Save macro file</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7020" />
+      <source>Save macro</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7021" />
       <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="7017" />
+      <location filename="../QScintilla/Editor.py" line="7036" />
       <source>Error saving macro</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7018" />
+      <location filename="../QScintilla/Editor.py" line="7037" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7031" />
+      <location filename="../QScintilla/Editor.py" line="7050" />
       <source>Start Macro Recording</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7032" />
+      <location filename="../QScintilla/Editor.py" line="7051" />
       <source>Macro recording is already active. Start new?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7058" />
+      <location filename="../QScintilla/Editor.py" line="7077" />
       <source>Macro Recording</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7059" />
+      <location filename="../QScintilla/Editor.py" line="7078" />
       <source>Enter name of the macro:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7210" />
+      <location filename="../QScintilla/Editor.py" line="7229" />
       <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="7216" />
+      <location filename="../QScintilla/Editor.py" line="7235" />
       <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="7223" />
+      <location filename="../QScintilla/Editor.py" line="7242" />
       <source>File changed</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7273" />
+      <location filename="../QScintilla/Editor.py" line="7292" />
       <source>{0} (ro)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7579" />
+      <location filename="../QScintilla/Editor.py" line="7597" />
       <source>Drop Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7580" />
+      <location filename="../QScintilla/Editor.py" line="7598" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7600" />
+      <location filename="../QScintilla/Editor.py" line="7618" />
       <source>Resources</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7602" />
+      <location filename="../QScintilla/Editor.py" line="7620" />
       <source>Add file...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7603" />
+      <location filename="../QScintilla/Editor.py" line="7621" />
       <source>Add files...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7604" />
+      <location filename="../QScintilla/Editor.py" line="7622" />
       <source>Add aliased file...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7606" />
+      <location filename="../QScintilla/Editor.py" line="7624" />
       <source>Add localized resource...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7609" />
+      <location filename="../QScintilla/Editor.py" line="7627" />
       <source>Add resource frame</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7628" />
+      <location filename="../QScintilla/Editor.py" line="7646" />
       <source>Add file resource</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7642" />
+      <location filename="../QScintilla/Editor.py" line="7660" />
       <source>Add file resources</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7666" />
-      <location filename="../QScintilla/Editor.py" line="7660" />
+      <location filename="../QScintilla/Editor.py" line="7684" />
+      <location filename="../QScintilla/Editor.py" line="7678" />
       <source>Add aliased file resource</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7667" />
+      <location filename="../QScintilla/Editor.py" line="7685" />
       <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7742" />
+      <location filename="../QScintilla/Editor.py" line="7760" />
       <source>Package Diagram</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7743" />
+      <location filename="../QScintilla/Editor.py" line="7761" />
       <source>Include class attributes?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7763" />
+      <location filename="../QScintilla/Editor.py" line="7781" />
       <source>Imports Diagram</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7764" />
+      <location filename="../QScintilla/Editor.py" line="7782" />
       <source>Include imports from external modules?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7783" />
+      <location filename="../QScintilla/Editor.py" line="7801" />
       <source>Application Diagram</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7784" />
+      <location filename="../QScintilla/Editor.py" line="7802" />
       <source>Include module names?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8139" />
+      <location filename="../QScintilla/Editor.py" line="8157" />
       <source>Add to dictionary</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8141" />
+      <location filename="../QScintilla/Editor.py" line="8159" />
       <source>Ignore All</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8559" />
+      <location filename="../QScintilla/Editor.py" line="8577" />
       <source>Sort Lines</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8560" />
+      <location filename="../QScintilla/Editor.py" line="8578" />
       <source>The selection contains illegal data for a numerical sort.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8653" />
+      <location filename="../QScintilla/Editor.py" line="8671" />
       <source>Register Mouse Click Handler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8654" />
+      <location filename="../QScintilla/Editor.py" line="8672" />
       <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="8750" />
+      <location filename="../QScintilla/Editor.py" line="8768" />
       <source>{0:4d}    {1}</source>
       <comment>line number, source code</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8756" />
+      <location filename="../QScintilla/Editor.py" line="8774" />
       <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="8824" />
+      <location filename="../QScintilla/Editor.py" line="8842" />
       <source>EditorConfig Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8825" />
+      <location filename="../QScintilla/Editor.py" line="8843" />
       <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>
@@ -17607,6 +17681,14 @@
     </message>
   </context>
   <context>
+    <name>EricIPv4InputWidget</name>
+    <message>
+      <location filename="../EricNetwork/EricIPv4InputWidget.ui" line="0" />
+      <source>Press to clear the entered IPv4 address</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>EricIconBar</name>
     <message>
       <location filename="../EricWidgets/EricIconBar.py" line="36" />
@@ -19849,142 +19931,217 @@
   <context>
     <name>EspDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="73" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="53" />
+      <source>beacon timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="54" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="55" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="56" />
+      <source>association failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="57" />
+      <source>handshake timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="58" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="59" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="60" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="63" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="100" />
       <source>ESP8266, ESP32</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="129" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="156" />
       <source>ESP32 Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="406" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="132" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="352" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="159" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="222" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="208" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1096" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1080" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="163" />
       <source>Erase Flash</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="259" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="139" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="166" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="296" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="143" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1178" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="170" />
       <source>Flash Additional Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="332" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="147" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="278" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="174" />
       <source>Backup Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="385" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="150" />
-      <source>Restore Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="154" />
-      <source>Show Chip ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="157" />
-      <source>Show Flash ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="160" />
-      <source>Show MAC Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="164" />
-      <source>Reset Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="167" />
-      <source>Install 'esptool.py'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="209" />
-      <source>Shall the flash of the selected device really be erased?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="221" />
-      <source>'esptool erase_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="384" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="295" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="258" />
-      <source>'esptool write_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/EspDevices.py" line="331" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="177" />
+      <source>Restore Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="181" />
+      <source>Show Chip ID</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="184" />
+      <source>Show Flash ID</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="187" />
+      <source>Show MAC Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="191" />
+      <source>Reset Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="194" />
+      <source>Install 'esptool.py'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="277" />
       <source>'esptool read_flash' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="407" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1177" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="330" />
+      <source>'esptool write_flash' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="353" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="435" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="382" />
       <source>unknown</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="446" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="393" />
       <source>&lt;h4&gt;{0} Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="454" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="401" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="458" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="405" />
       <source>{0} Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
       <source>'esptool chip_id' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
       <source>'esptool flash_id' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
       <source>'esptool read_mac' Output</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="786" />
+      <source>Error saving credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="797" />
+      <source>Error saving auto-connect script: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="801" />
+      <source>Error modifying 'boot.py': {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="830" />
+      <source>Error deleting credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="910" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1081" />
+      <source>Shall the flash of the selected device really be erased?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1095" />
+      <source>'esptool erase_flash' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1137" />
+      <source>Flash µPy/CPy Firmware</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>EspFirmwareSelectionDialog</name>
@@ -19995,7 +20152,7 @@
     </message>
     <message>
       <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Flash MicroPython Firmware</source>
+      <source>Flash µPy/CPy Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -30144,77 +30301,77 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="457" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="456" />
       <source>Backward</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="462" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="461" />
       <source>Forward</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="467" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="466" />
       <source>Reload</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="476" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="475" />
       <source>Copy Page URL to Clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="482" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="481" />
       <source>Bookmark Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="490" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="489" />
       <source>Zoom in</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="495" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="494" />
       <source>Zoom out</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="500" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="499" />
       <source>Zoom reset</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="506" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="505" />
       <source>Copy</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="512" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="511" />
       <source>Select All</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="519" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="518" />
       <source>Close</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="524" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="523" />
       <source>Close Others</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="544" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="543" />
       <source>Open Link in New Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="551" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="550" />
       <source>Open Link in Background Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="559" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="558" />
       <source>Copy URL to Clipboard</source>
       <translation type="unfinished" />
     </message>
@@ -48869,35 +49026,35 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="999" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="829" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="146" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="125" />
       <source>Change Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1019" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="865" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="853" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="149" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="128" />
       <source>Create Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1074" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="903" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="892" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="155" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="131" />
       <source>Delete Directory Tree</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1101" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="941" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="930" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="159" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="135" />
       <source>Delete File</source>
@@ -48910,7 +49067,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1046" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="152" />
       <source>Delete Directory</source>
       <translation type="unfinished" />
@@ -48975,65 +49132,65 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="831" />
       <source>Select Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1021" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="855" />
       <source>Enter directory name:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="867" />
       <source>&lt;p&gt;The 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 type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1076" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="894" />
       <source>Do you really want to delete this directory tree?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="905" />
       <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1103" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="932" />
       <source>Do you really want to delete this file?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="943" />
       <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1001" />
       <source>Enter the directory path on the device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1048" />
       <source>Do you really want to delete this directory?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1135" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1136" />
       <source>&lt;h3&gt;Filesystem Information&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1137" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1138" />
       <source>&lt;h4&gt;{0}&lt;/h4&lt;table&gt;&lt;tr&gt;&lt;td&gt;Total Size: &lt;/td&gt;&lt;td align='right'&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Used Size: &lt;/td&gt;&lt;td align='right'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Free Size: &lt;/td&gt;&lt;td align='right'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1150" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1151" />
       <source>Filesystem Information</source>
       <translation type="unfinished" />
     </message>
@@ -49170,6 +49327,102 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="326" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="309" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
       <source>MPY Cross Compiler</source>
       <translation type="unfinished" />
     </message>
@@ -49316,56 +49569,67 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="47" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="53" />
       <source>Automatic</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="49" />
-      <source>Light</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="52" />
-      <source>Dark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="55" />
-      <source>Blue Cerulean</source>
+      <source>Light</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="58" />
-      <source>Brown Sand</source>
+      <source>Dark</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="61" />
-      <source>Blue NCS</source>
+      <source>Blue Cerulean</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="64" />
-      <source>High Contrast</source>
+      <source>Brown Sand</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="67" />
-      <source>Blue Icy</source>
+      <source>Blue NCS</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="70" />
+      <source>High Contrast</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="73" />
+      <source>Blue Icy</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
       <source>Qt</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="79" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="85" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="82" />
       <source>All Files (*)</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="88" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="322" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="305" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>MicroPythonProgressInfoDialog</name>
@@ -49378,35 +49642,35 @@
   <context>
     <name>MicroPythonWidget</name>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="231" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="235" />
       <source>MicroPython Menu</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="288" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="293" />
       <source>&lt;h3&gt;The QtSerialPort package is not available.&lt;br/&gt;MicroPython support is deactivated.&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="329" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="334" />
       <source>%n supported device(s) detected.</source>
       <translation type="unfinished">
         <numerusform />
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="343" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="348" />
       <source>{0} - {1} ({2})</source>
       <comment>board name, description, port name</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="363" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="368" />
       <source>No supported devices detected.</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="367" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="372" />
       <source>
 %n unknown device(s) for manual selection.</source>
       <translation type="unfinished">
@@ -49414,70 +49678,70 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="374" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="379" />
       <source>Manual Selection</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="437" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="408" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="442" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="413" />
       <source>Unknown MicroPython Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="409" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="414" />
       <source>&lt;p&gt;Detected these unknown serial devices&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please report them together with the board name and a short description to &lt;a href="mailto:{1}"&gt; the eric bug reporting address&lt;/a&gt; if it is a MicroPython board.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="421" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="426" />
       <source>{0} (0x{1:04x}/0x{2:04x})</source>
       <comment>description, VId, PId</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="438" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="443" />
       <source>Would you like to add them to the list of manually configured devices?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="568" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="573" />
+      <source>Clear</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="578" />
       <source>Copy</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="579" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="584" />
       <source>Paste</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="586" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="591" />
       <source>Select All</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
       <source>Press to disconnect the current device</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="622" />
       <source>Press to connect the selected device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="644" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="652" />
       <source>No device attached</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="645" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="653" />
       <source>Please ensure the device is plugged into your computer and selected.
 
 It must have a version of MicroPython (or CircuitPython) flashed onto it before anything will work.
@@ -49486,318 +49750,318 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="674" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="682" />
       <source>Start REPL</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="675" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="683" />
       <source>&lt;p&gt;The REPL cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1194" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1183" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1211" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1200" />
       <source>Serial Device Connect</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1184" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1201" />
       <source>&lt;p&gt;The device at serial port &lt;b&gt;{0}&lt;/b&gt; does not respond. It may not have a MicroPython firmware flashed.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1195" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1212" />
       <source>&lt;p&gt;Cannot connect to device at serial port &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1270" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1261" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1252" />
+      <source>Run Script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1253" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1244" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1235" />
-      <source>Run Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1236" />
       <source>There is no editor open. Abort...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1245" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1262" />
       <source>The current editor does not contain a script. Abort...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1254" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1271" />
       <source>&lt;p&gt;Cannot run script.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1290" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1307" />
       <source>Start Chart</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1291" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1308" />
       <source>&lt;p&gt;The Chart cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1306" />
-      <source>µPy Chart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1323" />
+      <source>µPy Chart</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1340" />
       <source>Unsaved Chart Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1324" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1341" />
       <source>The chart contains unsaved data.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1372" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1389" />
       <source>Start File Manager</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1373" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1390" />
       <source>&lt;p&gt;The File Manager cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1392" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1409" />
       <source>µPy Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1428" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1453" />
       <source>Downloads</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1443" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
       <source>Show Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1446" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1479" />
       <source>Show Implementation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1449" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1482" />
       <source>Show Board Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1611" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1454" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1646" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1487" />
       <source>Synchronize Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1457" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1490" />
       <source>Show Device Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1459" />
-      <source>Show Local Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1462" />
-      <source>Show Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1466" />
-      <source>Show Builtin Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1835" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1472" />
-      <source>Compile Python File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1859" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1850" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
-      <source>Compile Current Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1485" />
-      <source>Download Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1492" />
-      <source>Show Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1496" />
-      <source>Flash UF2 Device</source>
+      <source>Show Local Time</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1495" />
+      <source>Show Time</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1499" />
+      <source>Show Builtin Modules</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1870" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <source>Compile Python File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1894" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1885" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1509" />
+      <source>Compile Current Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <source>Download Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1528" />
+      <source>Show Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1531" />
+      <source>Flash UF2 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1534" />
       <source>Manage Unknown Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1502" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1537" />
       <source>Ignored Serial Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1540" />
       <source>Configure</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1514" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1549" />
       <source>&lt;h3&gt;Device Version Information&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1525" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1560" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
       <source>Device Version Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1526" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1561" />
       <source>No version information available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1550" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1542" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1585" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1577" />
       <source>unknown</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1591" />
       <source> ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1572" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1563" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1607" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1598" />
       <source>Device Implementation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1564" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1599" />
       <source>&lt;h3&gt;Device Implementation Information&lt;/h3&gt;&lt;p&gt;This device contains &lt;b&gt;{0} {1}{2}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1573" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1608" />
       <source>No device implementation information available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1647" />
       <source>&lt;p&gt;The time of the connected device was synchronized with the local time.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1634" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1669" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1642" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1677" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1658" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1693" />
       <source>Device Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1670" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1705" />
       <source>Local Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1671" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1706" />
       <source>&lt;h3&gt;Local Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1712" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1695" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1747" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1730" />
       <source>Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1696" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1731" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{0}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{1}&lt;/td&gt;&lt;td align='center'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1713" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1748" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align='center'&gt;{0} {1}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1737" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1772" />
       <source>Error handling device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1738" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1773" />
       <source>&lt;p&gt;There was an error communicating with the connected device.&lt;/p&gt;&lt;p&gt;Method: {0}&lt;/p&gt;&lt;p&gt;Message: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1780" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1815" />
       <source>The MicroPython cross compiler &lt;b&gt;mpy-cross&lt;/b&gt; cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1806" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1841" />
       <source>Python Files (*.py);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1816" />
-      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1825" />
-      <source>'mpy-cross' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1851" />
+      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1860" />
+      <source>'mpy-cross' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1886" />
       <source>The current editor does not contain a Python file. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1943" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1978" />
       <source>Add Unknown Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1944" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1979" />
       <source>Select the devices to be added:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1985" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="2020" />
       <source>Plus any modules on the filesystem.</source>
       <translation type="unfinished" />
     </message>
@@ -49830,168 +50094,168 @@
   <context>
     <name>MicrobitDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="86" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="101" />
       <source>BBC micro:bit</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="89" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="104" />
       <source>Calliope mini</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="186" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="201" />
       <source>BBC micro:bit/Calliope Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="399" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="387" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="370" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="189" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="414" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="402" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="385" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="204" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="193" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="208" />
       <source>Flash MicroPython</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="196" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="211" />
       <source>Flash Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="473" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="200" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="489" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="215" />
       <source>Save Script as 'main.py'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="203" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="218" />
       <source>Save the current script as 'main.py' on the connected device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="207" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="222" />
       <source>Reset {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="353" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="344" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="330" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="313" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="300" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="280" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="368" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="359" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="345" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="328" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="315" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="295" />
       <source>Flash MicroPython/Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="281" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="296" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed and plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;See the &lt;a href="https://microbit.org/guide/firmware/"&gt;micro:bit web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="301" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="316" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MICROBIT is available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="314" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="329" />
       <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed an plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="331" />
-      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="346" />
+      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="361" />
       <source>MicroPython/Firmware Files (*.hex *.bin);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="354" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="369" />
       <source>There are multiple devices ready for flashing. Please make sure, that only one device is prepared.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="371" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="386" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="388" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="403" />
       <source>&lt;p&gt;The BBC micro:bit generation cannot be determined. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="400" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="415" />
       <source>&lt;p&gt;The firmware URL for the device type &lt;b&gt;{0}&lt;/b&gt; is not known. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="427" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="443" />
-      <source>Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="446" />
-      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="455" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <source>unknown</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="459" />
+      <source>Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="462" />
+      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="471" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="475" />
       <source>{0} Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="479" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="495" />
       <source>The current editor does not contain a Python script. Write it anyway?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="490" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="506" />
       <source>The script is empty. Aborting.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="544" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="560" />
       <source>MicroPython Firmware for BBC micro:bit V1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="576" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="563" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="548" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="592" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="579" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="564" />
       <source>DAPLink Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="555" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="571" />
       <source>MicroPython Firmware for BBC micro:bit V2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="559" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="575" />
       <source>CircuitPython Firmware for BBC micro:bit V2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="572" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="588" />
       <source>MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
@@ -57018,18 +57282,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1793" />
+      <location filename="../Preferences/__init__.py" line="1803" />
       <source>Export Preferences</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1822" />
-      <location filename="../Preferences/__init__.py" line="1795" />
+      <location filename="../Preferences/__init__.py" line="1832" />
+      <location filename="../Preferences/__init__.py" line="1805" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1820" />
+      <location filename="../Preferences/__init__.py" line="1830" />
       <source>Import Preferences</source>
       <translation type="unfinished" />
     </message>
@@ -61825,22 +62089,22 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="467" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="468" />
       <source>unknown</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="473" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="474" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="481" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="482" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="485" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="486" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
@@ -66873,86 +67137,193 @@
   <context>
     <name>RP2040Device</name>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="71" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="52" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="62" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="53" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="65" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="54" />
+      <source>connection failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="61" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="55" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="56" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="57" />
+      <source>connected, waiting for IP address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="64" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="58" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="63" />
+      <source>network scan completed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="66" />
+      <source>connection lost</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="67" />
+      <source>disconnected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="68" />
+      <source>AP listening</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="69" />
+      <source>AP connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="70" />
+      <source>AP failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="89" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="76" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="90" />
+      <source>automatic</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="121" />
       <source>RP2040</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="127" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="177" />
       <source>RP2040 Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="199" />
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="130" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="256" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="180" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="134" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="184" />
       <source>Activate Bootloader</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="137" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="187" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="200" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="191" />
+      <source>Reset Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="257" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="232" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="290" />
       <source>unknown</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="242" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="300" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;{2}&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="252" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="310" />
       <source>&lt;tr&gt;&lt;td&gt;Variant:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="263" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="320" />
       <source>&lt;p&gt;Update may be available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="265" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="322" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="269" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="326" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="292" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="358" />
       <source>MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="296" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="362" />
       <source>Pimoroni Pico Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="299" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="365" />
       <source>CircuitPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="303" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="369" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="421" />
+      <source>Set Country</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="976" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="611" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1086" />
+      <source>Pico Wireless does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1161" />
+      <source>Pico Wireless does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>RccCompilerOptionsDialog</name>
@@ -68496,111 +68867,111 @@
   <context>
     <name>SessionManager</name>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="300" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="299" />
       <source>Backup 1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="308" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="307" />
       <source>Backup 2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="339" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="338" />
       <source>Default Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="492" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="491" />
       <source>Clone Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="495" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="494" />
       <source>Rename Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="499" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="498" />
       <source>Please enter a new name:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="672" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="572" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="515" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="514" />
       <source>The session file "{0}" exists already. Please enter another name.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="528" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="527" />
       <source>An error occurred while cloning the session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="538" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="537" />
       <source>An error occurred while renaming the session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="570" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="552" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="554" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
       <source>Please enter a name for the session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="556" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="555" />
       <source>Saved Session ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="594" />
+      <source>Restore Backup</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="595" />
-      <source>Restore Backup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="596" />
       <source>Are you sure you want to replace the current session?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="636" />
+      <source>Delete Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="637" />
-      <source>Delete Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="638" />
       <source>Are you sure you want to delete session "{0}"?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="670" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="652" />
       <source>New Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="654" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
       <source>Please enter a name for the new session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="656" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="655" />
       <source>New Session ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="718" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="717" />
       <source>Please select the startup session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="742" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="741" />
       <source>{0} (last session)</source>
       <translation type="unfinished" />
     </message>
@@ -80865,7 +81236,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="241" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="301" />
       <location filename="../MicroPython/Devices/TeensyDevices.py" line="154" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
@@ -80881,37 +81252,37 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="213" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="214" />
       <source>unknown</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="219" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="220" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="227" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="228" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="231" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="232" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="242" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="302" />
       <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 are flashed using the 'Teensy Loader' application. Make sure you downloaded the MicroPython or CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="261" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="324" />
       <source>Start 'Teensy Loader'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="262" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="325" />
       <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -81193,22 +81564,22 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="884" />
+      <location filename="../Templates/TemplateViewer.py" line="883" />
       <source>Edit Template Group</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="885" />
+      <location filename="../Templates/TemplateViewer.py" line="884" />
       <source>&lt;p&gt;A template group with the name &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Templates/TemplateViewer.py" line="1005" />
+      <source>Read Templates</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Templates/TemplateViewer.py" line="1006" />
-      <source>Read Templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="1007" />
       <source>&lt;p&gt;The templates file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -82554,42 +82925,42 @@
   <context>
     <name>TranslatorEngines</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="49" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
       <source>DeepL</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="50" />
-      <source>Google V.1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
-      <source>Google V.2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="52" />
-      <source>IBM Watson</source>
+      <source>Google V.1</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="53" />
-      <source>Microsoft</source>
+      <source>Google V.2</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="54" />
-      <source>MyMemory</source>
+      <source>IBM Watson</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="55" />
+      <source>Microsoft</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="56" />
+      <source>MyMemory</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="57" />
       <source>Yandex</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="58" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="60" />
       <source>Unknow translation service name ({0})</source>
       <translation type="unfinished" />
     </message>
@@ -83402,6 +83773,7 @@
   <context>
     <name>UF2FlashDialog</name>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1099" />
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash UF2 Device</source>
       <translation type="unfinished" />
@@ -83428,7 +83800,7 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>'Boot' Path:</source>
+      <source>'Boot' Volume:</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -83438,6 +83810,11 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
+      <source>Press to check for all known boot volume names.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash MicroPython / CircuitPython</source>
       <translation type="unfinished" />
     </message>
@@ -83463,106 +83840,111 @@
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1100" />
+      <source>Select the Boot Volume of the device:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="717" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="786" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="775" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="766" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="789" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="778" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="769" />
       <source>Manual Select</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="885" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="853" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="830" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="888" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="833" />
       <source>Reset Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="832" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="835" />
       <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="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="859" />
       <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="866" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="869" />
       <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="887" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="890" />
       <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="899" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="902" />
       <source>Flash Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="901" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="904" />
       <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="926" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="929" />
       <source>Boot Volume not found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="928" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="931" />
       <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="934" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="937" />
       <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="939" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="942" />
       <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="946" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="949" />
       <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="965" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="968" />
       <source>Multiple Boot Volumes found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="967" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="970" />
       <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="986" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="988" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="991" />
       <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="995" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="998" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="997" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1000" />
       <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>
@@ -86976,43 +87358,43 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8282" />
+      <location filename="../UI/UserInterface.py" line="8285" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8283" />
+      <location filename="../UI/UserInterface.py" line="8286" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8336" />
-      <location filename="../UI/UserInterface.py" line="8323" />
+      <location filename="../UI/UserInterface.py" line="8339" />
+      <location filename="../UI/UserInterface.py" line="8326" />
       <source>First time usage</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8324" />
+      <location filename="../UI/UserInterface.py" line="8327" />
       <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="8337" />
+      <location filename="../UI/UserInterface.py" line="8340" />
       <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="8360" />
+      <location filename="../UI/UserInterface.py" line="8363" />
       <source>Select Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8520" />
+      <location filename="../UI/UserInterface.py" line="8523" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8521" />
+      <location filename="../UI/UserInterface.py" line="8524" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
@@ -92046,65 +92428,65 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5826" />
+      <location filename="../ViewManager/ViewManager.py" line="5830" />
       <source>Line: {0:5}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5832" />
+      <location filename="../ViewManager/ViewManager.py" line="5836" />
       <source>Pos: {0:5}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5852" />
+      <location filename="../ViewManager/ViewManager.py" line="5856" />
       <source>Language: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5861" />
+      <location filename="../ViewManager/ViewManager.py" line="5865" />
       <source>EOL Mode: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6318" />
-      <location filename="../ViewManager/ViewManager.py" line="6276" />
+      <location filename="../ViewManager/ViewManager.py" line="6326" />
+      <location filename="../ViewManager/ViewManager.py" line="6284" />
       <source>&amp;Clear</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6312" />
+      <location filename="../ViewManager/ViewManager.py" line="6320" />
       <source>&amp;Add</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6315" />
+      <location filename="../ViewManager/ViewManager.py" line="6323" />
       <source>&amp;Edit...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7361" />
-      <location filename="../ViewManager/ViewManager.py" line="7347" />
-      <location filename="../ViewManager/ViewManager.py" line="7315" />
+      <location filename="../ViewManager/ViewManager.py" line="7369" />
+      <location filename="../ViewManager/ViewManager.py" line="7355" />
+      <location filename="../ViewManager/ViewManager.py" line="7323" />
       <source>Edit Spelling Dictionary</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7318" />
+      <location filename="../ViewManager/ViewManager.py" line="7326" />
       <source>&lt;p&gt;The spelling dictionary 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="../ViewManager/ViewManager.py" line="7334" />
+      <location filename="../ViewManager/ViewManager.py" line="7342" />
       <source>Editing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7350" />
+      <location filename="../ViewManager/ViewManager.py" line="7358" />
       <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7364" />
+      <location filename="../ViewManager/ViewManager.py" line="7372" />
       <source>The spelling dictionary was saved successfully.</source>
       <translation type="unfinished" />
     </message>
@@ -97684,6 +98066,615 @@
     </message>
   </context>
   <context>
+    <name>WifiApConfigDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="39" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="116" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="120" />
+      <source>Press to show the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Access Point Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiApStationsDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Connected WiFi Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiConnectionDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>WiFi Connection Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="72" />
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="68" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiController</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="45" />
+      <source>WiFi Functions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="47" />
+      <source>Show WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="122" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="114" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="49" />
+      <source>Connect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="50" />
+      <source>Check Internet Connection</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="138" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="51" />
+      <source>Disconnect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="53" />
+      <source>Scan Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="216" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="207" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="55" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="254" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="244" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="233" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="56" />
+      <source>Remove WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="305" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="294" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="58" />
+      <source>Start WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="60" />
+      <source>Start WiFi Access Point with IP</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="359" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="63" />
+      <source>Show Connected Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="335" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="326" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="65" />
+      <source>Stop WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="68" />
+      <source>Deactivate Client Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="72" />
+      <source>Deactivate Access Point Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="115" />
+      <source>&lt;p&gt;The device was connected to &lt;b&gt;{0}&lt;/b&gt; successfully.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="123" />
+      <source>&lt;p&gt;The device could not connect to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="258" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="220" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="173" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="147" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="126" />
+      <source>unknown</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="139" />
+      <source>&lt;p&gt;The device was disconnected from the WiFi network.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="145" />
+      <source>&lt;p&gt;The device could not be disconnected.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="158" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="160" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;not available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="171" />
+      <source>&lt;p&gt;The internet is not available.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="208" />
+      <source>&lt;p&gt;The WiFi credentials were saved on the device. The device will connect to the WiFi network at boot time.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="217" />
+      <source>&lt;p&gt;The WiFi credentials could not be saved on the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="234" />
+      <source>Shall the saved WiFi credentials really be removed from the connected device?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="245" />
+      <source>&lt;p&gt;The WiFi credentials were removed from the device. The device will not connect to the WiFi network at boot time anymore.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="255" />
+      <source>&lt;p&gt;The WiFi credentials could not be removed from the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="295" />
+      <source>The WiFi Access Point interface was started successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="300" />
+      <source>&lt;p&gt;The WiFi Access Point could not be started.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="381" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="332" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="302" />
+      <source>&lt;p&gt;Reason: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="327" />
+      <source>The WiFi Access Point interface was stopped successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="330" />
+      <source>&lt;p&gt;The WiFi Access Point could not be stopped.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="360" />
+      <source>No clients are connected to the access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="384" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="375" />
+      <source>Deactivate WiFi Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="376" />
+      <source>The WiFi interface was deactivated successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="379" />
+      <source>&lt;p&gt;The WiFi interface could not be deactivated.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiCountryDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>WiFi Country Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiNetworksWindow</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Channel</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Security</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Press to scan for available WiFi networks.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan Interval:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source> s</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Periodic Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="67" />
+      <source>Scan WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="68" />
+      <source>&lt;p&gt;The scan for available WiFi networks failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message numerus="yes">
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="78" />
+      <source>&lt;p&gt;Detected &lt;b&gt;%n&lt;/b&gt; network(s).&lt;/p&gt;</source>
+      <translation type="unfinished">
+        <numerusform />
+      </translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiStatusDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <source>WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="135" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="57" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="46" />
+      <source>Active</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>Yes</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>No</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="53" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="143" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="65" />
+      <source>Connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="148" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="70" />
+      <source>Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="150" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="73" />
+      <source>Hostname</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="153" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="76" />
+      <source>IPv4 Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="156" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="79" />
+      <source>Netmask</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="159" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="82" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="161" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="84" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="116" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="85" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="167" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="113" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="88" />
+      <source>Channel</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="126" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="92" />
+      <source>Country</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="175" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="98" />
+      <source>Tx-Power</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="176" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="99" />
+      <source>{0} dBm</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="105" />
+      <source>Connected Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="108" />
+      <source>Name</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="119" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="122" />
+      <source>Security</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="131" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="163" />
+      <source>SSID</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>WizardEricPluginWizard</name>
     <message>
       <location filename="../Plugins/PluginWizardEricPlugin.py" line="93" />
Binary file src/eric7/i18n/eric7_en.qm has changed
--- a/src/eric7/i18n/eric7_en.ts	Fri Mar 03 11:34:59 2023 +0100
+++ b/src/eric7/i18n/eric7_en.ts	Fri Mar 03 13:44:34 2023 +0100
@@ -1,15989 +1,16063 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE TS>
 <TS version="2.1" language="en_US">
-  <context>
+<context>
     <name>AboutDialog</name>
     <message>
-      <location filename="../Plugins/AboutPlugin/AboutDialog.py" line="21" />
-      <source>&lt;p&gt;{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href="{1}"&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href="mailto:{2}"&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href="mailto:{3}"&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/AboutPlugin/AboutDialog.ui" line="0" />
-      <source>About Eric</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/AboutPlugin/AboutDialog.ui" line="0" />
-      <source>&amp;About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/AboutPlugin/AboutDialog.ui" line="0" />
-      <source>A&amp;uthors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/AboutPlugin/AboutDialog.ui" line="0" />
-      <source>&amp;Thanks To</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/AboutPlugin/AboutDialog.ui" line="0" />
-      <source>&amp;License Agreement</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/AboutPlugin/AboutDialog.py" line="21"/>
+        <source>&lt;p&gt;{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.&lt;/p&gt;&lt;p&gt;For more information see &lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Please send bug reports to &lt;a href=&quot;mailto:{2}&quot;&gt;{2}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To request a new feature please send an email to &lt;a href=&quot;mailto:{3}&quot;&gt;{3}&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/AboutPlugin/AboutDialog.ui" line="0"/>
+        <source>About Eric</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/AboutPlugin/AboutDialog.ui" line="0"/>
+        <source>&amp;About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/AboutPlugin/AboutDialog.ui" line="0"/>
+        <source>A&amp;uthors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/AboutPlugin/AboutDialog.ui" line="0"/>
+        <source>&amp;Thanks To</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/AboutPlugin/AboutDialog.ui" line="0"/>
+        <source>&amp;License Agreement</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AboutPlugin</name>
     <message>
-      <location filename="../Plugins/PluginAbout.py" line="79" />
-      <source>About {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginAbout.py" line="81" />
-      <source>&amp;About {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginAbout.py" line="87" />
-      <source>Display information about this software</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginAbout.py" line="89" />
-      <source>&lt;b&gt;About {0}&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginAbout.py" line="99" />
-      <source>About Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginAbout.py" line="101" />
-      <source>About &amp;Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginAbout.py" line="108" />
-      <source>Display information about the Qt toolkit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginAbout.py" line="111" />
-      <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginAbout.py" line="79"/>
+        <source>About {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginAbout.py" line="81"/>
+        <source>&amp;About {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginAbout.py" line="87"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginAbout.py" line="89"/>
+        <source>&lt;b&gt;About {0}&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginAbout.py" line="99"/>
+        <source>About Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginAbout.py" line="101"/>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginAbout.py" line="108"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginAbout.py" line="111"/>
+        <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AdBlockDialog</name>
     <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.ui" line="0" />
-      <source>AdBlock Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.ui" line="0" />
-      <source>Enable AdBlock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.ui" line="0" />
-      <source>Enter search term for subscriptions and rules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.ui" line="0" />
-      <source>Search...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.ui" line="0" />
-      <source>Actions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.ui" line="0" />
-      <source>Default Update Period (days):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.ui" line="0" />
-      <source>Enter the update period (1 to 14 days)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.ui" line="0" />
-      <source>Use only essential part of EasyList (for performance reasons)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="137" />
-      <source>Add Rule</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="140" />
-      <source>Remove Rule</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="144" />
-      <source>Browse Subscriptions...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="243" />
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="146" />
-      <source>Remove Subscription</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="151" />
-      <source>Disable Subscription</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="153" />
-      <source>Enable Subscription</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="157" />
-      <source>Update Subscription</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="160" />
-      <source>Update All Subscriptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="164" />
-      <source>Learn more about writing rules...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="231" />
-      <source>&lt;p&gt;Do you really want to remove subscription &lt;b&gt;{0}&lt;/b&gt; and all subscriptions requiring it?&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{1}&lt;/li&gt;&lt;/ul&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="239" />
-      <source>&lt;p&gt;Do you really want to remove subscription &lt;b&gt;{0}&lt;/b&gt;?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.ui" line="0"/>
+        <source>AdBlock Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.ui" line="0"/>
+        <source>Enable AdBlock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.ui" line="0"/>
+        <source>Enter search term for subscriptions and rules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.ui" line="0"/>
+        <source>Search...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.ui" line="0"/>
+        <source>Actions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.ui" line="0"/>
+        <source>Default Update Period (days):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.ui" line="0"/>
+        <source>Enter the update period (1 to 14 days)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.ui" line="0"/>
+        <source>Use only essential part of EasyList (for performance reasons)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="137"/>
+        <source>Add Rule</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="140"/>
+        <source>Remove Rule</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="144"/>
+        <source>Browse Subscriptions...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="243"/>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="146"/>
+        <source>Remove Subscription</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="151"/>
+        <source>Disable Subscription</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="153"/>
+        <source>Enable Subscription</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="157"/>
+        <source>Update Subscription</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="160"/>
+        <source>Update All Subscriptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="164"/>
+        <source>Learn more about writing rules...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="231"/>
+        <source>&lt;p&gt;Do you really want to remove subscription &lt;b&gt;{0}&lt;/b&gt; and all subscriptions requiring it?&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{1}&lt;/li&gt;&lt;/ul&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockDialog.py" line="239"/>
+        <source>&lt;p&gt;Do you really want to remove subscription &lt;b&gt;{0}&lt;/b&gt;?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AdBlockExceptionsDialog</name>
     <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockExceptionsDialog.ui" line="0" />
-      <source>AdBlock Exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockExceptionsDialog.ui" line="0" />
-      <source>Enter a host to block AdBlock for</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockExceptionsDialog.ui" line="0" />
-      <source>Enter host to be added...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockExceptionsDialog.ui" line="0" />
-      <source>Press to add the host</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockExceptionsDialog.ui" line="0" />
-      <source>&amp;Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockExceptionsDialog.ui" line="0" />
-      <source>Press to delete the selected hosts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockExceptionsDialog.ui" line="0" />
-      <source>&amp;Delete</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/AdBlock/AdBlockExceptionsDialog.ui" line="0"/>
+        <source>AdBlock Exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockExceptionsDialog.ui" line="0"/>
+        <source>Enter a host to block AdBlock for</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockExceptionsDialog.ui" line="0"/>
+        <source>Enter host to be added...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockExceptionsDialog.ui" line="0"/>
+        <source>Press to add the host</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockExceptionsDialog.ui" line="0"/>
+        <source>&amp;Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockExceptionsDialog.ui" line="0"/>
+        <source>Press to delete the selected hosts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockExceptionsDialog.ui" line="0"/>
+        <source>&amp;Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AdBlockIcon</name>
     <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockIcon.py" line="32" />
-      <source>AdBlock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockIcon.py" line="38" />
-      <source>AdBlock lets you block unwanted content on web pages.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockIcon.py" line="68" />
-      <source>Disable AdBlock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockIcon.py" line="73" />
-      <source>Enable AdBlock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockIcon.py" line="81" />
-      <source>Remove AdBlock Exception</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockIcon.py" line="87" />
-      <source>Add AdBlock Exception</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockIcon.py" line="92" />
-      <source>AdBlock Exceptions...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockIcon.py" line="98" />
-      <source>AdBlock Configuration...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/AdBlock/AdBlockIcon.py" line="32"/>
+        <source>AdBlock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockIcon.py" line="38"/>
+        <source>AdBlock lets you block unwanted content on web pages.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockIcon.py" line="68"/>
+        <source>Disable AdBlock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockIcon.py" line="73"/>
+        <source>Enable AdBlock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockIcon.py" line="81"/>
+        <source>Remove AdBlock Exception</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockIcon.py" line="87"/>
+        <source>Add AdBlock Exception</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockIcon.py" line="92"/>
+        <source>AdBlock Exceptions...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockIcon.py" line="98"/>
+        <source>AdBlock Configuration...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AdBlockManager</name>
     <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockManager.py" line="226" />
-      <source>Custom Rules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockManager.py" line="339" />
-      <source>Subscribe?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockManager.py" line="340" />
-      <source>&lt;p&gt;Subscribe to this AdBlock subscription?&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/AdBlock/AdBlockManager.py" line="226"/>
+        <source>Custom Rules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockManager.py" line="339"/>
+        <source>Subscribe?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockManager.py" line="340"/>
+        <source>&lt;p&gt;Subscribe to this AdBlock subscription?&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AdBlockSubscription</name>
     <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="360" />
-      <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="304" />
-      <source>Load subscription rules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="305" />
-      <source>AdBlock file '{0}' does not start with [Adblock.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="361" />
-      <source>Unable to read AdBlock file '{0}'.
+        <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="360"/>
+        <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="304"/>
+        <source>Load subscription rules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="305"/>
+        <source>AdBlock file &apos;{0}&apos; does not start with [Adblock.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="361"/>
+        <source>Unable to read AdBlock file &apos;{0}&apos;.
 Reason: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="532" />
-      <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="487" />
-      <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="441" />
-      <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="427" />
-      <source>Downloading subscription rules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="428" />
-      <source>&lt;p&gt;Subscription rules could not be downloaded.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="442" />
-      <source>Got empty subscription rules.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="561" />
-      <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="488" />
-      <source>Unable to write to AdBlock file '{0}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="533" />
-      <source>&lt;p&gt;AdBlock subscription &lt;b&gt;{0}&lt;/b&gt; has a wrong checksum.&lt;br/&gt;Found: {1}&lt;br/&gt;Calculated: {2}&lt;br/&gt;Use it anyway?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="560" />
-      <source>Saving subscription rules</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="532"/>
+        <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="487"/>
+        <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="441"/>
+        <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="427"/>
+        <source>Downloading subscription rules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="428"/>
+        <source>&lt;p&gt;Subscription rules could not be downloaded.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="442"/>
+        <source>Got empty subscription rules.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="561"/>
+        <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="488"/>
+        <source>Unable to write to AdBlock file &apos;{0}&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="533"/>
+        <source>&lt;p&gt;AdBlock subscription &lt;b&gt;{0}&lt;/b&gt; has a wrong checksum.&lt;br/&gt;Found: {1}&lt;br/&gt;Calculated: {2}&lt;br/&gt;Use it anyway?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockSubscription.py" line="560"/>
+        <source>Saving subscription rules</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AdBlockTreeWidget</name>
     <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockTreeWidget.py" line="131" />
-      <source>Add Custom Rule</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockTreeWidget.py" line="132" />
-      <source>Write your rule here:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockTreeWidget.py" line="172" />
-      <source>Add Rule</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockTreeWidget.py" line="174" />
-      <source>Remove Rule</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/AdBlock/AdBlockTreeWidget.py" line="230" />
-      <source>{0} (recently updated)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/AdBlock/AdBlockTreeWidget.py" line="131"/>
+        <source>Add Custom Rule</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockTreeWidget.py" line="132"/>
+        <source>Write your rule here:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockTreeWidget.py" line="172"/>
+        <source>Add Rule</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockTreeWidget.py" line="174"/>
+        <source>Remove Rule</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/AdBlock/AdBlockTreeWidget.py" line="230"/>
+        <source>{0} (recently updated)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AddBookmarkDialog</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.py" line="194" />
-      <source>Add Folder</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0" />
-      <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.py" line="198" />
-      <source>Add Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0" />
-      <source>Enter the name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0" />
-      <source>Bookmark Title</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0" />
-      <source>Address:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0" />
-      <source>Enter the address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0" />
-      <source>Bookmark URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0" />
-      <source>Description:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0" />
-      <source>Enter a description</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0" />
-      <source>Folder:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.py" line="194"/>
+        <source>Add Folder</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0"/>
+        <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.py" line="198"/>
+        <source>Add Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0"/>
+        <source>Enter the name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0"/>
+        <source>Bookmark Title</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0"/>
+        <source>Address:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0"/>
+        <source>Enter the address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0"/>
+        <source>Bookmark URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0"/>
+        <source>Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0"/>
+        <source>Enter a description</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/AddBookmarkDialog.ui" line="0"/>
+        <source>Folder:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AddDirectoryDialog</name>
     <message>
-      <location filename="../Project/AddDirectoryDialog.ui" line="0" />
-      <source>Add Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddDirectoryDialog.ui" line="0" />
-      <source>Add a directory to the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddDirectoryDialog.ui" line="0" />
-      <source>&lt;b&gt;Add Directory Dialog&lt;/b&gt;
+        <location filename="../Project/AddDirectoryDialog.ui" line="0"/>
+        <source>Add Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddDirectoryDialog.ui" line="0"/>
+        <source>Add a directory to the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddDirectoryDialog.ui" line="0"/>
+        <source>&lt;b&gt;Add Directory Dialog&lt;/b&gt;
 &lt;p&gt;This dialog is used to add a directory to the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddDirectoryDialog.ui" line="0" />
-      <source>&amp;File Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddDirectoryDialog.ui" line="0" />
-      <source>&amp;Source Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddDirectoryDialog.ui" line="0" />
-      <source>Enter the name of the directory to add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddDirectoryDialog.ui" line="0" />
-      <source>&lt;b&gt;Source Directory&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddDirectoryDialog.ui" line="0"/>
+        <source>&amp;File Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddDirectoryDialog.ui" line="0"/>
+        <source>&amp;Source Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddDirectoryDialog.ui" line="0"/>
+        <source>Enter the name of the directory to add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddDirectoryDialog.ui" line="0"/>
+        <source>&lt;b&gt;Source Directory&lt;/b&gt;
 &lt;p&gt;Enter the name of the directory to add to the current project.
  You may select it with a dialog by pressing the button to the right.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddDirectoryDialog.ui" line="0" />
-      <source>&amp;Target Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddDirectoryDialog.ui" line="0" />
-      <source>Enter the target directory for the file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddDirectoryDialog.ui" line="0" />
-      <source>&lt;b&gt;Target Directory&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddDirectoryDialog.ui" line="0"/>
+        <source>&amp;Target Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddDirectoryDialog.ui" line="0"/>
+        <source>Enter the target directory for the file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddDirectoryDialog.ui" line="0"/>
+        <source>&lt;b&gt;Target Directory&lt;/b&gt;
 &lt;p&gt;Enter the target directory. You may select it
  with a dialog by pressing the button to the right.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddDirectoryDialog.ui" line="0" />
-      <source>Select, whether a recursive add should be performed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddDirectoryDialog.ui" line="0" />
-      <source>&amp;Recurse into subdirectories</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddDirectoryDialog.ui" line="0"/>
+        <source>Select, whether a recursive add should be performed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddDirectoryDialog.ui" line="0"/>
+        <source>&amp;Recurse into subdirectories</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AddEditDevicesDialog</name>
     <message>
-      <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0" />
-      <source>Add Unknown Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0" />
-      <source>Vendor ID:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0" />
-      <source>Product ID:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0" />
-      <source>Description:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0" />
-      <source>Device Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0" />
-      <source>Select the device type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0" />
-      <source>Data Volume:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0" />
-      <source>Enter the volume name used for direct acces to the device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0" />
-      <source>Flash Volume:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0" />
-      <source>Enter the volume name used for flashing if this device supports UF2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0" />
-      <source>Press to report the entered data via email</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0" />
-      <source>Report Data</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0"/>
+        <source>Add Unknown Device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0"/>
+        <source>Vendor ID:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0"/>
+        <source>Product ID:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0"/>
+        <source>Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0"/>
+        <source>Device Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0"/>
+        <source>Select the device type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0"/>
+        <source>Data Volume:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0"/>
+        <source>Enter the volume name used for direct acces to the device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0"/>
+        <source>Flash Volume:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0"/>
+        <source>Enter the volume name used for flashing if this device supports UF2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0"/>
+        <source>Press to report the entered data via email</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/AddEditDevicesDialog.ui" line="0"/>
+        <source>Report Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AddEntryPointDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py" line="47" />
-      <source>Console</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py" line="48" />
-      <source>GUI</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py" line="99" />
-      <source>Select Script File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py" line="101" />
-      <source>Python Files (*.py);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0" />
-      <source>Add Entry Point</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0" />
-      <source>Script Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0" />
-      <source>Select the script type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0" />
-      <source>Enter a name for the entry point</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0" />
-      <source>Script Function:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0" />
-      <source>Enter the script and function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0" />
-      <source>Press to select the script via a file selection dialog</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py" line="47"/>
+        <source>Console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py" line="48"/>
+        <source>GUI</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py" line="99"/>
+        <source>Select Script File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py" line="101"/>
+        <source>Python Files (*.py);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0"/>
+        <source>Add Entry Point</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0"/>
+        <source>Script Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0"/>
+        <source>Select the script type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0"/>
+        <source>Enter a name for the entry point</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0"/>
+        <source>Script Function:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0"/>
+        <source>Enter the script and function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0"/>
+        <source>Press to select the script via a file selection dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AddFileDialog</name>
     <message>
-      <location filename="../Project/AddFileDialog.ui" line="0" />
-      <source>Add Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFileDialog.ui" line="0" />
-      <source>&lt;b&gt;Add Files Dialog&lt;/b&gt;
+        <location filename="../Project/AddFileDialog.ui" line="0"/>
+        <source>Add Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFileDialog.ui" line="0"/>
+        <source>&lt;b&gt;Add Files Dialog&lt;/b&gt;
 &lt;p&gt;This dialog is used to add files to the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFileDialog.ui" line="0" />
-      <source>&amp;Source Files:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFileDialog.ui" line="0" />
-      <source>Enter the name of files to add separated by ";"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFileDialog.ui" line="0" />
-      <source>&lt;b&gt;Source Files&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFileDialog.ui" line="0"/>
+        <source>&amp;Source Files:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFileDialog.ui" line="0"/>
+        <source>Enter the name of files to add separated by &quot;;&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFileDialog.ui" line="0"/>
+        <source>&lt;b&gt;Source Files&lt;/b&gt;
 &lt;p&gt;Enter the name of files to add to the current project separated
-by ";". You may select them with a dialog by pressing 
+by &quot;;&quot;. You may select them with a dialog by pressing 
 the button to the right.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFileDialog.ui" line="0" />
-      <source>&amp;Target Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFileDialog.ui" line="0" />
-      <source>Enter the target directory for the file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFileDialog.ui" line="0" />
-      <source>&lt;b&gt;Target Directory&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFileDialog.ui" line="0"/>
+        <source>&amp;Target Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFileDialog.ui" line="0"/>
+        <source>Enter the target directory for the file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFileDialog.ui" line="0"/>
+        <source>&lt;b&gt;Target Directory&lt;/b&gt;
 &lt;p&gt;Enter the target directory. You may select it
  with a dialog by pressing the button to the right.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFileDialog.ui" line="0" />
-      <source>Select, if the files should be added as sourcecode (overriding automatic detection)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFileDialog.ui" line="0" />
-      <source>Is source&amp;code files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFileDialog.ui" line="0" />
-      <source>Alt+C</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFileDialog.py" line="74" />
-      <source>Select Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFileDialog.py" line="85" />
-      <source>All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFileDialog.ui" line="0"/>
+        <source>Select, if the files should be added as sourcecode (overriding automatic detection)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFileDialog.ui" line="0"/>
+        <source>Is source&amp;code files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFileDialog.ui" line="0"/>
+        <source>Alt+C</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFileDialog.py" line="74"/>
+        <source>Select Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFileDialog.py" line="85"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AddFoundFilesDialog</name>
     <message>
-      <location filename="../Project/AddFoundFilesDialog.py" line="40" />
-      <source>Add All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFoundFilesDialog.py" line="42" />
-      <source>Add all files.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFoundFilesDialog.py" line="44" />
-      <source>Add Selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFoundFilesDialog.py" line="46" />
-      <source>Add selected files only.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFoundFilesDialog.ui" line="0" />
-      <source>Add found files to project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFoundFilesDialog.ui" line="0" />
-      <source>Adds the found files to the current project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddFoundFilesDialog.ui" line="0" />
-      <source>List of found files.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/AddFoundFilesDialog.py" line="40"/>
+        <source>Add All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFoundFilesDialog.py" line="42"/>
+        <source>Add all files.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFoundFilesDialog.py" line="44"/>
+        <source>Add Selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFoundFilesDialog.py" line="46"/>
+        <source>Add selected files only.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFoundFilesDialog.ui" line="0"/>
+        <source>Add found files to project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFoundFilesDialog.ui" line="0"/>
+        <source>Adds the found files to the current project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddFoundFilesDialog.ui" line="0"/>
+        <source>List of found files.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AddLanguageDialog</name>
     <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>Add Language</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>Add a language to the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>&lt;b&gt;Add Language Dialog&lt;/b&gt;
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>Add Language</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>Add a language to the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>&lt;b&gt;Add Language Dialog&lt;/b&gt;
 &lt;p&gt;This dialog is used to add a language to the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>&amp;Language:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>Select a language to add to the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>&lt;b&gt;Language&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>&amp;Language:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>Select a language to add to the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>&lt;b&gt;Language&lt;/b&gt;
 &lt;p&gt;Select a language to add to the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>af</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>ar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>bg</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>bo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>br</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>bs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>ca</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>cs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>cy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>da</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>de</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>el</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>en</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>en_GB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>en_US</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>eo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>es</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>et</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>eu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>fi</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>fr</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>ga</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>gl</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>gu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>he</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>hi</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>hu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>is</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>it</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>ja</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>km</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>ko</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>lt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>lv</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>mi</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>mk</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>mr</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>nl</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>no</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>no_NY</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>oc</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>pl</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>pt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>pt_BR</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>ro</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>ru</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>sk</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>sl</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>sr</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>sv</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>ta</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>th</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>tr</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>uk</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>vn</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>wa</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>zh_CN.GB2312</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/AddLanguageDialog.ui" line="0" />
-      <source>zh_TW.Big5</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>af</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>ar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>bg</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>bo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>br</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>bs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>ca</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>cs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>cy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>da</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>de</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>el</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>en</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>en_GB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>en_US</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>eo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>es</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>et</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>eu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>fi</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>fr</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>ga</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>gl</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>gu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>he</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>hi</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>hu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>is</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>it</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>ja</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>km</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>ko</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>lt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>lv</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>mi</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>mk</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>mr</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>nl</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>no</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>no_NY</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>oc</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>pl</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>pt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>pt_BR</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>ro</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>ru</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>sk</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>sl</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>sr</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>sv</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>ta</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>th</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>tr</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>uk</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>vn</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>wa</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>zh_CN.GB2312</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/AddLanguageDialog.ui" line="0"/>
+        <source>zh_TW.Big5</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AddProjectDialog</name>
     <message>
-      <location filename="../MultiProject/AddProjectDialog.py" line="49" />
-      <source>Project Files (*.epj);;XML Project Files (*.e4p)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/AddProjectDialog.py" line="67" />
-      <source>Project Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/AddProjectDialog.ui" line="0" />
-      <source>Add Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/AddProjectDialog.ui" line="0" />
-      <source>&amp;Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/AddProjectDialog.ui" line="0" />
-      <source>Enter the name of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/AddProjectDialog.ui" line="0" />
-      <source>Project&amp;file:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/AddProjectDialog.ui" line="0" />
-      <source>Enter the name of the project file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/AddProjectDialog.ui" line="0" />
-      <source>&amp;Description:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/AddProjectDialog.ui" line="0" />
-      <source>Enter a short description for the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/AddProjectDialog.ui" line="0" />
-      <source>&amp;Category:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/AddProjectDialog.ui" line="0" />
-      <source>Select a project category</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/AddProjectDialog.ui" line="0" />
-      <source>Select to make this project the main project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/AddProjectDialog.ui" line="0" />
-      <source>Is &amp;main project</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MultiProject/AddProjectDialog.py" line="49"/>
+        <source>Project Files (*.epj);;XML Project Files (*.e4p)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/AddProjectDialog.py" line="67"/>
+        <source>Project Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/AddProjectDialog.ui" line="0"/>
+        <source>Add Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/AddProjectDialog.ui" line="0"/>
+        <source>&amp;Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/AddProjectDialog.ui" line="0"/>
+        <source>Enter the name of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/AddProjectDialog.ui" line="0"/>
+        <source>Project&amp;file:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/AddProjectDialog.ui" line="0"/>
+        <source>Enter the name of the project file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/AddProjectDialog.ui" line="0"/>
+        <source>&amp;Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/AddProjectDialog.ui" line="0"/>
+        <source>Enter a short description for the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/AddProjectDialog.ui" line="0"/>
+        <source>&amp;Category:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/AddProjectDialog.ui" line="0"/>
+        <source>Select a project category</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/AddProjectDialog.ui" line="0"/>
+        <source>Select to make this project the main project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/AddProjectDialog.ui" line="0"/>
+        <source>Is &amp;main project</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AddProjectUrlDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddProjectUrlDialog.ui" line="0" />
-      <source>Add Project URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddProjectUrlDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddProjectUrlDialog.ui" line="0" />
-      <source>Enter a name for the URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddProjectUrlDialog.ui" line="0" />
-      <source>URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/AddProjectUrlDialog.ui" line="0" />
-      <source>Enter the URL</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddProjectUrlDialog.ui" line="0"/>
+        <source>Add Project URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddProjectUrlDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddProjectUrlDialog.ui" line="0"/>
+        <source>Enter a name for the URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddProjectUrlDialog.ui" line="0"/>
+        <source>URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/AddProjectUrlDialog.ui" line="0"/>
+        <source>Enter the URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AnnotationsChecker</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="15" />
-      <source>missing type annotation for function argument '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="18" />
-      <source>missing type annotation for '*{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="21" />
-      <source>missing type annotation for '**{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="24" />
-      <source>missing type annotation for 'self' in method</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="27" />
-      <source>missing type annotation for 'cls' in classmethod</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="30" />
-      <source>missing return type annotation for public function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="33" />
-      <source>missing return type annotation for protected function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="36" />
-      <source>missing return type annotation for private function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="39" />
-      <source>missing return type annotation for special method</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="42" />
-      <source>missing return type annotation for staticmethod</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="45" />
-      <source>missing return type annotation for classmethod</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="48" />
-      <source>PEP 484 disallows both type annotations and type comments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="52" />
-      <source>Dynamically typed expressions (typing.Any) are disallowed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="56" />
-      <source>missing 'from __future__ import annotations' but imports: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="60" />
-      <source>missing 'from __future__ import annotations'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="63" />
-      <source>type annotation coverage of {0}% is too low</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="66" />
-      <source>type annotation is too complex ({0} &gt; {1})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="69" />
-      <source>type annotation is too long ({0} &gt; {1})</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="15"/>
+        <source>missing type annotation for function argument &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="18"/>
+        <source>missing type annotation for &apos;*{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="21"/>
+        <source>missing type annotation for &apos;**{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="24"/>
+        <source>missing type annotation for &apos;self&apos; in method</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="27"/>
+        <source>missing type annotation for &apos;cls&apos; in classmethod</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="30"/>
+        <source>missing return type annotation for public function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="33"/>
+        <source>missing return type annotation for protected function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="36"/>
+        <source>missing return type annotation for private function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="39"/>
+        <source>missing return type annotation for special method</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="42"/>
+        <source>missing return type annotation for staticmethod</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="45"/>
+        <source>missing return type annotation for classmethod</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="48"/>
+        <source>PEP 484 disallows both type annotations and type comments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="52"/>
+        <source>Dynamically typed expressions (typing.Any) are disallowed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="56"/>
+        <source>missing &apos;from __future__ import annotations&apos; but imports: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="60"/>
+        <source>missing &apos;from __future__ import annotations&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="63"/>
+        <source>type annotation coverage of {0}% is too low</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="66"/>
+        <source>type annotation is too complex ({0} &gt; {1})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py" line="69"/>
+        <source>type annotation is too long ({0} &gt; {1})</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ApplicationDiagramBuilder</name>
     <message>
-      <location filename="../Graphics/ApplicationDiagramBuilder.py" line="49" />
-      <source>Application Diagram {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ApplicationDiagramBuilder.py" line="72" />
-      <source>Parsing modules...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ApplicationDiagramBuilder.py" line="76" />
-      <source>%v/%m Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ApplicationDiagramBuilder.py" line="158" />
-      <location filename="../Graphics/ApplicationDiagramBuilder.py" line="147" />
-      <location filename="../Graphics/ApplicationDiagramBuilder.py" line="79" />
-      <source>Application Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ApplicationDiagramBuilder.py" line="148" />
-      <source>Select the application directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ApplicationDiagramBuilder.py" line="159" />
-      <source>No application package could be detected. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ApplicationDiagramBuilder.py" line="272" />
-      <source>&lt;&lt;Application&gt;&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ApplicationDiagramBuilder.py" line="274" />
-      <source>&lt;&lt;Others&gt;&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ApplicationDiagramBuilder.py" line="439" />
-      <source>Load Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ApplicationDiagramBuilder.py" line="440" />
-      <source>&lt;p&gt;The diagram belongs to the project &lt;b&gt;{0}&lt;/b&gt;. Shall this project be opened?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ApplicationDiagramBuilder.py" line="482" />
-      <source>&lt;p&gt;The diagram belongs to project &lt;b&gt;{0}&lt;/b&gt;. Please open it and try again.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Graphics/ApplicationDiagramBuilder.py" line="49"/>
+        <source>Application Diagram {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ApplicationDiagramBuilder.py" line="72"/>
+        <source>Parsing modules...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ApplicationDiagramBuilder.py" line="76"/>
+        <source>%v/%m Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ApplicationDiagramBuilder.py" line="158"/>
+        <location filename="../Graphics/ApplicationDiagramBuilder.py" line="147"/>
+        <location filename="../Graphics/ApplicationDiagramBuilder.py" line="79"/>
+        <source>Application Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ApplicationDiagramBuilder.py" line="148"/>
+        <source>Select the application directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ApplicationDiagramBuilder.py" line="159"/>
+        <source>No application package could be detected. Aborting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ApplicationDiagramBuilder.py" line="272"/>
+        <source>&lt;&lt;Application&gt;&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ApplicationDiagramBuilder.py" line="274"/>
+        <source>&lt;&lt;Others&gt;&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ApplicationDiagramBuilder.py" line="439"/>
+        <source>Load Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ApplicationDiagramBuilder.py" line="440"/>
+        <source>&lt;p&gt;The diagram belongs to the project &lt;b&gt;{0}&lt;/b&gt;. Shall this project be opened?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ApplicationDiagramBuilder.py" line="482"/>
+        <source>&lt;p&gt;The diagram belongs to project &lt;b&gt;{0}&lt;/b&gt;. Please open it and try again.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ApplicationPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>&lt;b&gt;Configure the application&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select, if only one instance of the application should be running</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Single Application Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select to show the startup splash screen</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Show Splash Screen at startup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select to enable the generation of a crash session file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Enable Crash Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select to use the global application menu bar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Use Global Menu Bar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Open at startup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select to not open anything</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>None</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select to open the most recently opened file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Last File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select to open the most recently opened project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Last Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select to open the most recently opened multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Last Multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select to restore the global session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Global Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select to look for a crash session file first</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Load Crash Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Check for updates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select to disable update checking</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Never</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select to check for updates at every startup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Always</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select to check for updates once a day</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Daily</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select to check for updates once a week</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Weekly</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select to check for updates once a month</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Monthly</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Upgrader</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Upgrader Delay:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Enter the time the upgrader process should wait for eric to exit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source> s</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Reporting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select to use the system email client to send reports</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Use System Email Client</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Error Log</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select to check the existence of an error log upon startup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Check for Error Log at Startup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Minimum Severity for message dialog:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Select the minimum message severity shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Keyboard Input Interval</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Enter the keyboard input interval, '0' for default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>System Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source> ms</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Background Services</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>max. Processes:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" />
-      <source>Automatic</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="33" />
-      <source>&lt;p&gt;eric is using background services for certain things like syntax checks or code style checks. Per default the number of processes to use for these checks is determined automatically based on the number of CPUs. Please note, that this is an advanced setting.&lt;/p&gt;&lt;p&gt;Available CPUs: &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="43" />
-      <source>Debug</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="44" />
-      <source>Warning</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="45" />
-      <source>Critical</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="46" />
-      <source>Fatal Error</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure the application&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select, if only one instance of the application should be running</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Single Application Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select to show the startup splash screen</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Show Splash Screen at startup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select to enable the generation of a crash session file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Enable Crash Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select to use the global application menu bar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Use Global Menu Bar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Open at startup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select to not open anything</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select to open the most recently opened file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Last File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select to open the most recently opened project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Last Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select to open the most recently opened multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Last Multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select to restore the global session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Global Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select to look for a crash session file first</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Load Crash Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Check for updates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select to disable update checking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Never</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select to check for updates at every startup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Always</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select to check for updates once a day</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Daily</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select to check for updates once a week</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Weekly</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select to check for updates once a month</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Monthly</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Upgrader</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Upgrader Delay:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Enter the time the upgrader process should wait for eric to exit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source> s</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Reporting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select to use the system email client to send reports</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Use System Email Client</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Error Log</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select to check the existence of an error log upon startup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Check for Error Log at Startup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Minimum Severity for message dialog:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Select the minimum message severity shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Keyboard Input Interval</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Enter the keyboard input interval, &apos;0&apos; for default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>System Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source> ms</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Background Services</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>max. Processes:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0"/>
+        <source>Automatic</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="33"/>
+        <source>&lt;p&gt;eric is using background services for certain things like syntax checks or code style checks. Per default the number of processes to use for these checks is determined automatically based on the number of CPUs. Please note, that this is an advanced setting.&lt;/p&gt;&lt;p&gt;Available CPUs: &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="43"/>
+        <source>Debug</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="44"/>
+        <source>Warning</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="45"/>
+        <source>Critical</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="46"/>
+        <source>Fatal Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AssistantJedi</name>
     <message>
-      <location filename="../JediInterface/AssistantJedi.py" line="228" />
-      <source>Refactoring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/AssistantJedi.py" line="230" />
-      <source>Rename Variable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/AssistantJedi.py" line="233" />
-      <source>Extract Variable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/AssistantJedi.py" line="236" />
-      <source>Inline Variable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/AssistantJedi.py" line="240" />
-      <source>Extract Function</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../JediInterface/AssistantJedi.py" line="228"/>
+        <source>Refactoring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/AssistantJedi.py" line="230"/>
+        <source>Rename Variable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/AssistantJedi.py" line="233"/>
+        <source>Extract Variable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/AssistantJedi.py" line="236"/>
+        <source>Inline Variable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/AssistantJedi.py" line="240"/>
+        <source>Extract Function</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>AuthenticationDialog</name>
     <message>
-      <location filename="../UI/AuthenticationDialog.ui" line="0" />
-      <source>Authentication Required</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/AuthenticationDialog.ui" line="0" />
-      <source>Icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/AuthenticationDialog.ui" line="0" />
-      <source>Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/AuthenticationDialog.ui" line="0" />
-      <source>Username:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/AuthenticationDialog.ui" line="0" />
-      <source>Enter username</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/AuthenticationDialog.ui" line="0" />
-      <source>Password:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/AuthenticationDialog.ui" line="0" />
-      <source>Enter password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/AuthenticationDialog.ui" line="0" />
-      <source>Select to save the login data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/AuthenticationDialog.ui" line="0" />
-      <source>Save login data</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/AuthenticationDialog.ui" line="0"/>
+        <source>Authentication Required</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/AuthenticationDialog.ui" line="0"/>
+        <source>Icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/AuthenticationDialog.ui" line="0"/>
+        <source>Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/AuthenticationDialog.ui" line="0"/>
+        <source>Username:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/AuthenticationDialog.ui" line="0"/>
+        <source>Enter username</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/AuthenticationDialog.ui" line="0"/>
+        <source>Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/AuthenticationDialog.ui" line="0"/>
+        <source>Enter password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/AuthenticationDialog.ui" line="0"/>
+        <source>Select to save the login data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/AuthenticationDialog.ui" line="0"/>
+        <source>Save login data</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BackgroundService</name>
     <message>
-      <location filename="../Utilities/BackgroundService.py" line="168" />
-      <source>{0} not configured.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/BackgroundService.py" line="218" />
-      <source>Initialization of Background Service</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/BackgroundService.py" line="219" />
-      <source>&lt;p&gt;Initialization of Background Service &lt;b&gt;{0}&lt;/b&gt; failed.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/BackgroundService.py" line="232" />
-      <source>Restart background client?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/BackgroundService.py" line="233" />
-      <source>&lt;p&gt;The background client for &lt;b&gt;{0}&lt;/b&gt; has stopped due to an exception. It's used by various plug-ins like the different checkers.&lt;/p&gt;&lt;p&gt;Select&lt;ul&gt;&lt;li&gt;&lt;b&gt;'Yes'&lt;/b&gt; to restart the client, but abort the last job&lt;/li&gt;&lt;li&gt;&lt;b&gt;'Retry'&lt;/b&gt; to restart the client and the last job&lt;/li&gt;&lt;li&gt;&lt;b&gt;'No'&lt;/b&gt; to leave the client off.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;Note: The client can be restarted by opening and accepting the preferences dialog or reloading/changing the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/BackgroundService.py" line="262" />
-      <source>An error in Eric's background client stopped the service.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/BackgroundService.py" line="497" />
-      <source>Eric's background client disconnected because of an unknown reason.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/BackgroundService.py" line="506" />
-      <source>Background client disconnected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/BackgroundService.py" line="507" />
-      <source>The background client for &lt;b&gt;{0}&lt;/b&gt; disconnected because of an unknown reason.&lt;br&gt;Should it be restarted?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Utilities/BackgroundService.py" line="168"/>
+        <source>{0} not configured.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/BackgroundService.py" line="218"/>
+        <source>Initialization of Background Service</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/BackgroundService.py" line="219"/>
+        <source>&lt;p&gt;Initialization of Background Service &lt;b&gt;{0}&lt;/b&gt; failed.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/BackgroundService.py" line="232"/>
+        <source>Restart background client?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/BackgroundService.py" line="233"/>
+        <source>&lt;p&gt;The background client for &lt;b&gt;{0}&lt;/b&gt; has stopped due to an exception. It&apos;s used by various plug-ins like the different checkers.&lt;/p&gt;&lt;p&gt;Select&lt;ul&gt;&lt;li&gt;&lt;b&gt;&apos;Yes&apos;&lt;/b&gt; to restart the client, but abort the last job&lt;/li&gt;&lt;li&gt;&lt;b&gt;&apos;Retry&apos;&lt;/b&gt; to restart the client and the last job&lt;/li&gt;&lt;li&gt;&lt;b&gt;&apos;No&apos;&lt;/b&gt; to leave the client off.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;Note: The client can be restarted by opening and accepting the preferences dialog or reloading/changing the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/BackgroundService.py" line="262"/>
+        <source>An error in Eric&apos;s background client stopped the service.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/BackgroundService.py" line="497"/>
+        <source>Eric&apos;s background client disconnected because of an unknown reason.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/BackgroundService.py" line="506"/>
+        <source>Background client disconnected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/BackgroundService.py" line="507"/>
+        <source>The background client for &lt;b&gt;{0}&lt;/b&gt; disconnected because of an unknown reason.&lt;br&gt;Should it be restarted?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BaseDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="128" />
-      <source>Show MicroPython Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="129" />
-      <source>&lt;p&gt;The device data is not available. Try to connect to the device again. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="173" />
-      <source>Unsupported Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="183" />
-      <source>REPL is not supported by this device.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="202" />
-      <source>Plotter is not supported by this device.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="221" />
-      <source>Running scripts is not supported by this device.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="240" />
-      <source>File Manager is not supported by this device.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="285" />
-      <source>Select Device Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="286" />
-      <source>Select the directory for the connected device:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="432" />
-      <source>Detected an error without indications.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/Devices/DeviceBase.py" line="162"/>
+        <source>Device Data Not Available</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/DeviceBase.py" line="163"/>
+        <source>&lt;p&gt;The device data is not available. Try to connect to the device again. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/DeviceBase.py" line="216"/>
+        <source>Unsupported Device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/DeviceBase.py" line="226"/>
+        <source>REPL is not supported by this device.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/DeviceBase.py" line="245"/>
+        <source>Plotter is not supported by this device.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/DeviceBase.py" line="264"/>
+        <source>Running scripts is not supported by this device.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/DeviceBase.py" line="283"/>
+        <source>File Manager is not supported by this device.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/DeviceBase.py" line="328"/>
+        <source>Select Device Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/DeviceBase.py" line="329"/>
+        <source>Select the directory for the connected device:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/DeviceBase.py" line="475"/>
+        <source>Detected an error without indications.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/DeviceBase.py" line="1245"/>
+        <source>Operation not supported.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BlackConfigurationDialog</name>
     <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="64" />
-      <source>Generate TOML</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="67" />
-      <source>Place a code snippet for 'pyproject.toml' into the clipboard.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="93" />
-      <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="91" />
-      <source>Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="95" />
-      <source>Defaults</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="96" />
-      <source>Configuration Below</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="188" />
-      <source>Validation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="189" />
-      <source>The exclusion expression is valid.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="192" />
-      <source>Validation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="244" />
-      <source>Create TOML snippet</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="245" />
-      <source>The 'pyproject.toml' snippet was copied to the clipboard successfully.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0" />
-      <source>Black Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0" />
-      <source>Configuration Source:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0" />
-      <source>Select the configuration source.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0" />
-      <source>Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0" />
-      <source>Line Length:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0" />
-      <source>Enter the allowed maximum line length.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0" />
-      <source>Target Versions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0" />
-      <source>Select the Python versions to be supported (none for auto-detection).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0" />
-      <source>Select to not normalize string quotes or prefixes.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0" />
-      <source>Skip string normalization</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0" />
-      <source>Select to not use trailing commas as a reason to split lines.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0" />
-      <source>Skip magic trailing comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0" />
-      <source>Exclude:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0" />
-      <source>Enter a regular expression that matches files and directories that should be excluded in addition to the default exclusions.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0" />
-      <source>Press to validate the entered exclusion pattern.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0" />
-      <source>Validate</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="64"/>
+        <source>Generate TOML</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="67"/>
+        <source>Place a code snippet for &apos;pyproject.toml&apos; into the clipboard.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="93"/>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="91"/>
+        <source>Project File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="95"/>
+        <source>Defaults</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="96"/>
+        <source>Configuration Below</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="188"/>
+        <source>Validation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="189"/>
+        <source>The exclusion expression is valid.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="192"/>
+        <source>Validation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="244"/>
+        <source>Create TOML snippet</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.py" line="245"/>
+        <source>The &apos;pyproject.toml&apos; snippet was copied to the clipboard successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0"/>
+        <source>Black Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0"/>
+        <source>Configuration Source:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0"/>
+        <source>Select the configuration source.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0"/>
+        <source>Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0"/>
+        <source>Line Length:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0"/>
+        <source>Enter the allowed maximum line length.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0"/>
+        <source>Target Versions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0"/>
+        <source>Select the Python versions to be supported (none for auto-detection).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0"/>
+        <source>Select to not normalize string quotes or prefixes.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0"/>
+        <source>Skip string normalization</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0"/>
+        <source>Select to not use trailing commas as a reason to split lines.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0"/>
+        <source>Skip magic trailing comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0"/>
+        <source>Exclude:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0"/>
+        <source>Enter a regular expression that matches files and directories that should be excluded in addition to the default exclusions.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0"/>
+        <source>Press to validate the entered exclusion pattern.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackConfigurationDialog.ui" line="0"/>
+        <source>Validate</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BlackFormattingDialog</name>
     <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.py" line="87" />
-      <source>&lt;all&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.py" line="90" />
-      <source>Format Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" />
-      <location filename="../CodeFormatting/BlackFormattingDialog.py" line="216" />
-      <source>Reformatted:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.py" line="218" />
-      <source>Would Reformat:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.py" line="281" />
-      <source>Formatting Failure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.py" line="282" />
-      <source>&lt;p&gt;Formatting failed due to this error.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.py" line="543" />
-      <source>would reformat</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.py" line="546" />
-      <source>reformatted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.py" line="551" />
-      <source>unchanged</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.py" line="555" />
-      <source>unmodified</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.py" line="559" />
-      <source>ignored</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.py" line="563" />
-      <source>failed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.py" line="568" />
-      <source>invalid status ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" />
-      <source>Code Formatting with Black</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" />
-      <source>Status Filter:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" />
-      <source>Select the status of items to be shown (empty for all).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" />
-      <source>Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" />
-      <source>File Name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" />
-      <source>Statistics</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" />
-      <source>Total Files:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" />
-      <source>Excluded:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" />
-      <source>Failures:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" />
-      <source>Processed:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" />
-      <source>Unchanged:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" />
-      <source>%v/%m Files</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CodeFormatting/BlackFormattingDialog.py" line="87"/>
+        <source>&lt;all&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.py" line="90"/>
+        <source>Format Code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0"/>
+        <location filename="../CodeFormatting/BlackFormattingDialog.py" line="216"/>
+        <source>Reformatted:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.py" line="218"/>
+        <source>Would Reformat:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.py" line="281"/>
+        <source>Formatting Failure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.py" line="282"/>
+        <source>&lt;p&gt;Formatting failed due to this error.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.py" line="543"/>
+        <source>would reformat</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.py" line="546"/>
+        <source>reformatted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.py" line="551"/>
+        <source>unchanged</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.py" line="555"/>
+        <source>unmodified</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.py" line="559"/>
+        <source>ignored</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.py" line="563"/>
+        <source>failed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.py" line="568"/>
+        <source>invalid status ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0"/>
+        <source>Code Formatting with Black</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0"/>
+        <source>Status Filter:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0"/>
+        <source>Select the status of items to be shown (empty for all).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0"/>
+        <source>Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0"/>
+        <source>File Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0"/>
+        <source>Statistics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0"/>
+        <source>Total Files:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0"/>
+        <source>Excluded:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0"/>
+        <source>Failures:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0"/>
+        <source>Processed:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0"/>
+        <source>Unchanged:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0"/>
+        <source>%v/%m Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BlackUtilities</name>
     <message>
-      <location filename="../CodeFormatting/BlackUtilities.py" line="69" />
-      <source>Invalid regular expression: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackUtilities.py" line="76" />
-      <source>Invalid regular expression: missing group name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackUtilities.py" line="83" />
-      <source>A regular expression must be given.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackUtilities.py" line="96" />
-      <source>About Black</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/BlackUtilities.py" line="97" />
-      <source>&lt;p&gt;&lt;b&gt;Black Version {0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;Black&lt;/i&gt; is the uncompromising Python code formatter.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CodeFormatting/BlackUtilities.py" line="69"/>
+        <source>Invalid regular expression: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackUtilities.py" line="76"/>
+        <source>Invalid regular expression: missing group name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackUtilities.py" line="83"/>
+        <source>A regular expression must be given.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackUtilities.py" line="96"/>
+        <source>About Black</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/BlackUtilities.py" line="97"/>
+        <source>&lt;p&gt;&lt;b&gt;Black Version {0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;Black&lt;/i&gt; is the uncompromising Python code formatter.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BoardDataDialog</name>
     <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="39" />
-      <source>General</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="40" />
-      <source>Board ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="44" />
-      <source>Board Frequency</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="45" />
-      <source>{0} MHz</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="54" />
-      <source>Board Temperature</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="55" />
-      <source>{0} °C</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="59" />
-      <source>Python</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="60" />
-      <source>Python Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="61" />
-      <source>Platform</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="77" />
-      <location filename="../MicroPython/BoardDataDialog.py" line="69" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="83" />
-      <source>Implementation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="84" />
-      <source>{0} V. {1}{2}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="87" />
-      <source> ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="94" />
-      <source>System</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="95" />
-      <source>System Name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="96" />
-      <source>Node Name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="97" />
-      <source>Release</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="166" />
-      <location filename="../MicroPython/BoardDataDialog.py" line="98" />
-      <source>Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="99" />
-      <source>Machine</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="101" />
-      <source>Memory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="137" />
-      <location filename="../MicroPython/BoardDataDialog.py" line="105" />
-      <source>total</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="138" />
-      <location filename="../MicroPython/BoardDataDialog.py" line="106" />
-      <source>{0} KBytes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="146" />
-      <location filename="../MicroPython/BoardDataDialog.py" line="114" />
-      <source>used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="157" />
-      <location filename="../MicroPython/BoardDataDialog.py" line="147" />
-      <location filename="../MicroPython/BoardDataDialog.py" line="125" />
-      <location filename="../MicroPython/BoardDataDialog.py" line="115" />
-      <source>{0} KBytes ({1}%)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="156" />
-      <location filename="../MicroPython/BoardDataDialog.py" line="124" />
-      <source>free</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="133" />
-      <source>Flash Memory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="164" />
-      <source>µLab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.py" line="168" />
-      <source>µLab is not available</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/BoardDataDialog.ui" line="0" />
-      <location filename="../MicroPython/BoardDataDialog.ui" line="0" />
-      <source>Board Data</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/BoardDataDialog.py" line="39"/>
+        <source>General</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="40"/>
+        <source>Board ID</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="44"/>
+        <source>Board Frequency</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="45"/>
+        <source>{0} MHz</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="54"/>
+        <source>Board Temperature</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="55"/>
+        <source>{0} °C</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="59"/>
+        <source>Python</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="60"/>
+        <source>Python Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="61"/>
+        <source>Platform</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="77"/>
+        <location filename="../MicroPython/BoardDataDialog.py" line="69"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="83"/>
+        <source>Implementation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="84"/>
+        <source>{0} V. {1}{2}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="87"/>
+        <source> ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="94"/>
+        <source>System</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="95"/>
+        <source>System Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="96"/>
+        <source>Node Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="97"/>
+        <source>Release</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="166"/>
+        <location filename="../MicroPython/BoardDataDialog.py" line="98"/>
+        <source>Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="99"/>
+        <source>Machine</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="101"/>
+        <source>Memory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="137"/>
+        <location filename="../MicroPython/BoardDataDialog.py" line="105"/>
+        <source>total</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="138"/>
+        <location filename="../MicroPython/BoardDataDialog.py" line="106"/>
+        <source>{0} KBytes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="146"/>
+        <location filename="../MicroPython/BoardDataDialog.py" line="114"/>
+        <source>used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="157"/>
+        <location filename="../MicroPython/BoardDataDialog.py" line="147"/>
+        <location filename="../MicroPython/BoardDataDialog.py" line="125"/>
+        <location filename="../MicroPython/BoardDataDialog.py" line="115"/>
+        <source>{0} KBytes ({1}%)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="156"/>
+        <location filename="../MicroPython/BoardDataDialog.py" line="124"/>
+        <source>free</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="133"/>
+        <source>Flash Memory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="164"/>
+        <source>µLab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.py" line="168"/>
+        <source>µLab is not available</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/BoardDataDialog.ui" line="0"/>
+        <location filename="../MicroPython/BoardDataDialog.ui" line="0"/>
+        <source>Board Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BookmarkActionSelectionDialog</name>
     <message>
-      <location filename="../WebBrowser/UrlBar/BookmarkActionSelectionDialog.ui" line="0" />
-      <source>&lt;b&gt;Add/Edit Bookmark&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UrlBar/BookmarkActionSelectionDialog.py" line="48" />
-      <source>Add Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UrlBar/BookmarkActionSelectionDialog.py" line="51" />
-      <source>Edit Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UrlBar/BookmarkActionSelectionDialog.py" line="55" />
-      <source>Remove from Speed Dial</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UrlBar/BookmarkActionSelectionDialog.py" line="58" />
-      <source>Add to Speed Dial</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/UrlBar/BookmarkActionSelectionDialog.ui" line="0"/>
+        <source>&lt;b&gt;Add/Edit Bookmark&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UrlBar/BookmarkActionSelectionDialog.py" line="48"/>
+        <source>Add Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UrlBar/BookmarkActionSelectionDialog.py" line="51"/>
+        <source>Edit Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UrlBar/BookmarkActionSelectionDialog.py" line="55"/>
+        <source>Remove from Speed Dial</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UrlBar/BookmarkActionSelectionDialog.py" line="58"/>
+        <source>Add to Speed Dial</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BookmarkInfoDialog</name>
     <message>
-      <location filename="../WebBrowser/UrlBar/BookmarkInfoDialog.ui" line="0" />
-      <source>Edit Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UrlBar/BookmarkInfoDialog.ui" line="0" />
-      <source>Edit this Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UrlBar/BookmarkInfoDialog.ui" line="0" />
-      <source>Press to remove this bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UrlBar/BookmarkInfoDialog.ui" line="0" />
-      <source>Remove this Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UrlBar/BookmarkInfoDialog.ui" line="0" />
-      <source>Title:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/UrlBar/BookmarkInfoDialog.ui" line="0"/>
+        <source>Edit Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UrlBar/BookmarkInfoDialog.ui" line="0"/>
+        <source>Edit this Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UrlBar/BookmarkInfoDialog.ui" line="0"/>
+        <source>Press to remove this bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UrlBar/BookmarkInfoDialog.ui" line="0"/>
+        <source>Remove this Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UrlBar/BookmarkInfoDialog.ui" line="0"/>
+        <source>Title:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BookmarkPropertiesDialog</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui" line="0" />
-      <source>Bookmark Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui" line="0" />
-      <source>Enter the name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui" line="0" />
-      <source>Address:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui" line="0" />
-      <source>Enter the address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui" line="0" />
-      <source>Description:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui" line="0" />
-      <source>Enter a description</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.py" line="43" />
-      <source>Visited &lt;b&gt;{0}&lt;/b&gt; times. Last visit on &lt;b&gt;{1}&lt;/b&gt;.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui" line="0"/>
+        <source>Bookmark Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui" line="0"/>
+        <source>Enter the name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui" line="0"/>
+        <source>Address:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui" line="0"/>
+        <source>Enter the address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui" line="0"/>
+        <source>Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui" line="0"/>
+        <source>Enter a description</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.py" line="43"/>
+        <source>Visited &lt;b&gt;{0}&lt;/b&gt; times. Last visit on &lt;b&gt;{1}&lt;/b&gt;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BookmarkedFilesDialog</name>
     <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>Configure Bookmarked Files Menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>Add a new bookmarked file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>&lt;b&gt;Add&lt;/b&gt;
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>Configure Bookmarked Files Menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>Add a new bookmarked file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Add&lt;/b&gt;
 &lt;p&gt;Add a new bookmarked file with the value entered below.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>&amp;Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>Alt+A</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>Change the value of the selected entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>&lt;b&gt;Change&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>&amp;Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>Alt+A</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>Change the value of the selected entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Change&lt;/b&gt;
 &lt;p&gt;Change the value of the selected entry.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>C&amp;hange</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>Alt+H</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>Delete the selected entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>&lt;b&gt;Delete&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>C&amp;hange</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>Alt+H</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>Delete the selected entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Delete&lt;/b&gt;
 &lt;p&gt;Delete the selected entry.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>&amp;Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>Alt+D</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>Move up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>&lt;b&gt;Move Up&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>&amp;Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>Alt+D</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>Move up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Move Up&lt;/b&gt;
 &lt;p&gt;Move the selected entry up.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>&amp;Up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>Alt+U</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>Move down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>&lt;b&gt;Move Down&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>&amp;Up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>Alt+U</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>Move down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Move Down&lt;/b&gt;
 &lt;p&gt;Move the selected entry down.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>&amp;Down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>&amp;File:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>Enter the filename of the file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0" />
-      <source>&lt;b&gt;File&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>&amp;Down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>&amp;File:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>Enter the filename of the file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/BookmarkedFilesDialog.ui" line="0"/>
+        <source>&lt;b&gt;File&lt;/b&gt;
 &lt;p&gt;Enter the filename of the bookmarked file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BookmarksDialog</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="148" />
-      <source>&amp;Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="149" />
-      <source>Open in New &amp;Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="151" />
-      <source>Open in New &amp;Background Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="155" />
-      <source>Open in New &amp;Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="158" />
-      <source>Open in New Pri&amp;vate Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="162" />
-      <source>Edit &amp;Name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="167" />
-      <source>Edit &amp;Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.ui" line="0" />
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="169" />
-      <source>&amp;Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="174" />
-      <source>&amp;Properties...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="180" />
-      <source>New &amp;Folder...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="335" />
-      <source>New Bookmark Folder</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="336" />
-      <source>Enter title for new bookmark folder:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="342" />
-      <source>New Folder</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.ui" line="0" />
-      <source>Manage Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.ui" line="0" />
-      <source>Enter search term for bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.ui" line="0" />
-      <source>Press to delete the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.ui" line="0" />
-      <source>Press to add a new bookmarks folder</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksDialog.ui" line="0" />
-      <source>Add &amp;Folder</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="148"/>
+        <source>&amp;Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="149"/>
+        <source>Open in New &amp;Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="151"/>
+        <source>Open in New &amp;Background Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="155"/>
+        <source>Open in New &amp;Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="158"/>
+        <source>Open in New Pri&amp;vate Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="162"/>
+        <source>Edit &amp;Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="167"/>
+        <source>Edit &amp;Address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.ui" line="0"/>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="169"/>
+        <source>&amp;Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="174"/>
+        <source>&amp;Properties...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="180"/>
+        <source>New &amp;Folder...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="335"/>
+        <source>New Bookmark Folder</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="336"/>
+        <source>Enter title for new bookmark folder:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.py" line="342"/>
+        <source>New Folder</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.ui" line="0"/>
+        <source>Manage Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.ui" line="0"/>
+        <source>Enter search term for bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.ui" line="0"/>
+        <source>Press to delete the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.ui" line="0"/>
+        <source>Press to add a new bookmarks folder</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksDialog.ui" line="0"/>
+        <source>Add &amp;Folder</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BookmarksImportDialog</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.py" line="104" />
-      <source>&lt;b&gt;Importing from {0}&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.py" line="110" />
-      <source>Finish</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.py" line="141" />
-      <source>Error importing bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.ui" line="0" />
-      <source>Import Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.ui" line="0" />
-      <source>Choose source from which you want to import bookmarks:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.ui" line="0" />
-      <source>Choose the source to import from</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.ui" line="0" />
-      <source>Enter the name of the bookmarks file or directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.ui" line="0" />
-      <source>Next &gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.ui" line="0" />
-      <source>Cancel</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.py" line="104"/>
+        <source>&lt;b&gt;Importing from {0}&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.py" line="110"/>
+        <source>Finish</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.py" line="141"/>
+        <source>Error importing bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.ui" line="0"/>
+        <source>Import Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.ui" line="0"/>
+        <source>Choose source from which you want to import bookmarks:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.ui" line="0"/>
+        <source>Choose the source to import from</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.ui" line="0"/>
+        <source>Enter the name of the bookmarks file or directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.ui" line="0"/>
+        <source>Next &gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImportDialog.ui" line="0"/>
+        <source>Cancel</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BookmarksImporters</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/__init__.py" line="33" />
-      <source>XBEL File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/__init__.py" line="38" />
-      <source>HTML File</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/__init__.py" line="33"/>
+        <source>XBEL File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/__init__.py" line="38"/>
+        <source>HTML File</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BookmarksManager</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="34" />
-      <source>Bookmarks Bar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="35" />
-      <source>Bookmarks Menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="543" />
-      <source>Remove Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="585" />
-      <source>Insert Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="626" />
-      <source>Name Change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="630" />
-      <source>Address Change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="151" />
-      <source>Loading Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="152" />
-      <source>Error when loading bookmarks on line {0}, column {1}:
+        <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="34"/>
+        <source>Bookmarks Bar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="35"/>
+        <source>Bookmarks Menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="543"/>
+        <source>Remove Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="585"/>
+        <source>Insert Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="626"/>
+        <source>Name Change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="630"/>
+        <source>Address Change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="151"/>
+        <source>Loading Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="152"/>
+        <source>Error when loading bookmarks on line {0}, column {1}:
  {2}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="165" />
-      <source>Toolbar Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="172" />
-      <source>Menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="216" />
-      <source>Saving Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="217" />
-      <source>Error saving bookmarks to &lt;b&gt;{0}&lt;/b&gt;.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="401" />
-      <source>Export Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="403" />
-      <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml);;HTML Bookmarks (*.html)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="429" />
-      <source>Exporting Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="430" />
-      <source>Error exporting bookmarks to &lt;b&gt;{0}&lt;/b&gt;.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="165"/>
+        <source>Toolbar Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="172"/>
+        <source>Menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="216"/>
+        <source>Saving Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="217"/>
+        <source>Error saving bookmarks to &lt;b&gt;{0}&lt;/b&gt;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="401"/>
+        <source>Export Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="403"/>
+        <source>XBEL bookmarks (*.xbel);;XBEL bookmarks (*.xml);;HTML Bookmarks (*.html)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="429"/>
+        <source>Exporting Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksManager.py" line="430"/>
+        <source>Error exporting bookmarks to &lt;b&gt;{0}&lt;/b&gt;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BookmarksMenu</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="118" />
-      <source>Open all in Tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="170" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="173" />
-      <source>Open in New Tab	Ctrl+LMB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="176" />
-      <source>Open in New Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="179" />
-      <source>Open in New Private Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="184" />
-      <source>Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="189" />
-      <source>Properties...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="118"/>
+        <source>Open all in Tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="170"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="173"/>
+        <source>Open in New Tab	Ctrl+LMB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="176"/>
+        <source>Open in New Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="179"/>
+        <source>Open in New Private Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="184"/>
+        <source>Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="189"/>
+        <source>Properties...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BookmarksMenuBarMenu</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="349" />
-      <source>Default Home Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="352" />
-      <source>Speed Dial</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="356" />
-      <source>Open all in Tabs</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="349"/>
+        <source>Default Home Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="352"/>
+        <source>Speed Dial</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksMenu.py" line="356"/>
+        <source>Open all in Tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BookmarksModel</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksModel.py" line="59" />
-      <source>Title</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksModel.py" line="60" />
-      <source>Address</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Bookmarks/BookmarksModel.py" line="59"/>
+        <source>Title</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksModel.py" line="60"/>
+        <source>Address</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BookmarksToolBar</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="43" />
-      <source>Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="87" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="90" />
-      <source>Open in New Tab	Ctrl+LMB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="93" />
-      <source>Open in New Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="96" />
-      <source>Open in New Private Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="101" />
-      <source>Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="106" />
-      <source>Properties...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="111" />
-      <source>Add Bookmark...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="112" />
-      <source>Add Folder...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="43"/>
+        <source>Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="87"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="90"/>
+        <source>Open in New Tab	Ctrl+LMB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="93"/>
+        <source>Open in New Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="96"/>
+        <source>Open in New Private Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="101"/>
+        <source>Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="106"/>
+        <source>Properties...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="111"/>
+        <source>Add Bookmark...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksToolBar.py" line="112"/>
+        <source>Add Folder...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BreakPointModel</name>
     <message>
-      <location filename="../Debugger/BreakPointModel.py" line="39" />
-      <source>Filename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointModel.py" line="40" />
-      <source>Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointModel.py" line="41" />
-      <source>Condition</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointModel.py" line="42" />
-      <source>Temporary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointModel.py" line="43" />
-      <source>Enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointModel.py" line="44" />
-      <source>Ignore Count</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/BreakPointModel.py" line="39"/>
+        <source>Filename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointModel.py" line="40"/>
+        <source>Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointModel.py" line="41"/>
+        <source>Condition</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointModel.py" line="42"/>
+        <source>Temporary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointModel.py" line="43"/>
+        <source>Enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointModel.py" line="44"/>
+        <source>Ignore Count</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BreakPointViewer</name>
     <message>
-      <location filename="../Debugger/BreakPointViewer.py" line="49" />
-      <source>Breakpoints</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointViewer.py" line="192" />
-      <location filename="../Debugger/BreakPointViewer.py" line="175" />
-      <location filename="../Debugger/BreakPointViewer.py" line="155" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointViewer.py" line="156" />
-      <source>Edit...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointViewer.py" line="158" />
-      <source>Enable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointViewer.py" line="197" />
-      <location filename="../Debugger/BreakPointViewer.py" line="177" />
-      <location filename="../Debugger/BreakPointViewer.py" line="159" />
-      <source>Enable all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointViewer.py" line="161" />
-      <source>Disable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointViewer.py" line="202" />
-      <location filename="../Debugger/BreakPointViewer.py" line="180" />
-      <location filename="../Debugger/BreakPointViewer.py" line="162" />
-      <source>Disable all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointViewer.py" line="164" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointViewer.py" line="207" />
-      <location filename="../Debugger/BreakPointViewer.py" line="183" />
-      <location filename="../Debugger/BreakPointViewer.py" line="165" />
-      <source>Delete all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointViewer.py" line="167" />
-      <source>Goto</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointViewer.py" line="209" />
-      <location filename="../Debugger/BreakPointViewer.py" line="186" />
-      <location filename="../Debugger/BreakPointViewer.py" line="169" />
-      <source>Clear Histories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointViewer.py" line="211" />
-      <location filename="../Debugger/BreakPointViewer.py" line="188" />
-      <location filename="../Debugger/BreakPointViewer.py" line="171" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointViewer.py" line="195" />
-      <source>Enable selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointViewer.py" line="200" />
-      <source>Disable selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/BreakPointViewer.py" line="205" />
-      <source>Delete selected</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/BreakPointViewer.py" line="49"/>
+        <source>Breakpoints</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointViewer.py" line="192"/>
+        <location filename="../Debugger/BreakPointViewer.py" line="175"/>
+        <location filename="../Debugger/BreakPointViewer.py" line="155"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointViewer.py" line="156"/>
+        <source>Edit...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointViewer.py" line="158"/>
+        <source>Enable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointViewer.py" line="197"/>
+        <location filename="../Debugger/BreakPointViewer.py" line="177"/>
+        <location filename="../Debugger/BreakPointViewer.py" line="159"/>
+        <source>Enable all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointViewer.py" line="161"/>
+        <source>Disable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointViewer.py" line="202"/>
+        <location filename="../Debugger/BreakPointViewer.py" line="180"/>
+        <location filename="../Debugger/BreakPointViewer.py" line="162"/>
+        <source>Disable all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointViewer.py" line="164"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointViewer.py" line="207"/>
+        <location filename="../Debugger/BreakPointViewer.py" line="183"/>
+        <location filename="../Debugger/BreakPointViewer.py" line="165"/>
+        <source>Delete all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointViewer.py" line="167"/>
+        <source>Goto</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointViewer.py" line="209"/>
+        <location filename="../Debugger/BreakPointViewer.py" line="186"/>
+        <location filename="../Debugger/BreakPointViewer.py" line="169"/>
+        <source>Clear Histories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointViewer.py" line="211"/>
+        <location filename="../Debugger/BreakPointViewer.py" line="188"/>
+        <location filename="../Debugger/BreakPointViewer.py" line="171"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointViewer.py" line="195"/>
+        <source>Enable selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointViewer.py" line="200"/>
+        <source>Disable selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/BreakPointViewer.py" line="205"/>
+        <source>Delete selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Browser</name>
     <message>
-      <location filename="../UI/Browser.py" line="117" />
-      <source>File-Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="136" />
-      <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>
-      <location filename="../UI/Browser.py" line="238" />
-      <source>Show Hidden Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="244" />
-      <source>New</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="246" />
-      <source>Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="249" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="323" />
-      <location filename="../UI/Browser.py" line="285" />
-      <location filename="../UI/Browser.py" line="255" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="258" />
-      <source>Run Test...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="622" />
-      <location filename="../UI/Browser.py" line="614" />
-      <location filename="../UI/Browser.py" line="604" />
-      <location filename="../UI/Browser.py" line="595" />
-      <location filename="../UI/Browser.py" line="305" />
-      <location filename="../UI/Browser.py" line="262" />
-      <source>Show Mime-Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="266" />
-      <source>Refresh Source File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="361" />
-      <location filename="../UI/Browser.py" line="309" />
-      <location filename="../UI/Browser.py" line="271" />
-      <source>Copy Path to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="369" />
-      <location filename="../UI/Browser.py" line="329" />
-      <location filename="../UI/Browser.py" line="317" />
-      <location filename="../UI/Browser.py" line="279" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="288" />
-      <source>Open in Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="292" />
-      <source>Open in Icon Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="296" />
-      <source>Open in Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="300" />
-      <source>Open in PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="388" />
-      <location filename="../UI/Browser.py" line="379" />
-      <location filename="../UI/Browser.py" line="335" />
-      <source>New toplevel directory...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="339" />
-      <source>Add as toplevel directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="343" />
-      <source>Remove from toplevel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="348" />
-      <source>Refresh directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="353" />
-      <source>Find in this directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="357" />
-      <source>Find &amp;&amp; Replace in this directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="373" />
-      <source>Goto</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="491" />
-      <source>Line {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="596" />
-      <source>The mime type of the file could not be determined.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="615" />
-      <location filename="../UI/Browser.py" line="605" />
-      <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="623" />
-      <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.&lt;br/&gt; Shall it be added to the list of text mime types?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="731" />
-      <source>New toplevel directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="967" />
-      <location filename="../UI/Browser.py" line="955" />
-      <location filename="../UI/Browser.py" line="946" />
-      <source>New Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="947" />
-      <source>Name for new directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="994" />
-      <location filename="../UI/Browser.py" line="956" />
-      <source>A file or directory named &lt;b&gt;{0}&lt;/b&gt; exists already. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="968" />
-      <source>&lt;p&gt;The 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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="1006" />
-      <location filename="../UI/Browser.py" line="993" />
-      <location filename="../UI/Browser.py" line="984" />
-      <source>New File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="985" />
-      <source>Name for new file:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="1007" />
-      <source>&lt;p&gt;The 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="../UI/Browser.py" line="1103" />
-      <location filename="../UI/Browser.py" line="1045" />
-      <location filename="../UI/Browser.py" line="1035" />
-      <source>Delete File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="1036" />
-      <source>Do you really want to delete this file?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="1104" />
-      <location filename="../UI/Browser.py" line="1046" />
-      <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="../UI/Browser.py" line="1071" />
-      <location filename="../UI/Browser.py" line="1061" />
-      <source>Delete Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="1062" />
-      <source>Do you really want to delete this directory?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="1072" />
-      <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="../UI/Browser.py" line="1092" />
-      <source>Delete Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Browser.py" line="1093" />
-      <source>Do you really want to delete these files?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/Browser.py" line="117"/>
+        <source>File-Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="136"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="238"/>
+        <source>Show Hidden Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="244"/>
+        <source>New</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="246"/>
+        <source>Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="249"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="323"/>
+        <location filename="../UI/Browser.py" line="285"/>
+        <location filename="../UI/Browser.py" line="255"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="258"/>
+        <source>Run Test...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="622"/>
+        <location filename="../UI/Browser.py" line="614"/>
+        <location filename="../UI/Browser.py" line="604"/>
+        <location filename="../UI/Browser.py" line="595"/>
+        <location filename="../UI/Browser.py" line="305"/>
+        <location filename="../UI/Browser.py" line="262"/>
+        <source>Show Mime-Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="266"/>
+        <source>Refresh Source File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="361"/>
+        <location filename="../UI/Browser.py" line="309"/>
+        <location filename="../UI/Browser.py" line="271"/>
+        <source>Copy Path to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="369"/>
+        <location filename="../UI/Browser.py" line="329"/>
+        <location filename="../UI/Browser.py" line="317"/>
+        <location filename="../UI/Browser.py" line="279"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="288"/>
+        <source>Open in Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="292"/>
+        <source>Open in Icon Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="296"/>
+        <source>Open in Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="300"/>
+        <source>Open in PDF Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="388"/>
+        <location filename="../UI/Browser.py" line="379"/>
+        <location filename="../UI/Browser.py" line="335"/>
+        <source>New toplevel directory...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="339"/>
+        <source>Add as toplevel directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="343"/>
+        <source>Remove from toplevel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="348"/>
+        <source>Refresh directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="353"/>
+        <source>Find in this directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="357"/>
+        <source>Find &amp;&amp; Replace in this directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="373"/>
+        <source>Goto</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="491"/>
+        <source>Line {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="596"/>
+        <source>The mime type of the file could not be determined.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="615"/>
+        <location filename="../UI/Browser.py" line="605"/>
+        <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="623"/>
+        <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.&lt;br/&gt; Shall it be added to the list of text mime types?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="731"/>
+        <source>New toplevel directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="967"/>
+        <location filename="../UI/Browser.py" line="955"/>
+        <location filename="../UI/Browser.py" line="946"/>
+        <source>New Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="947"/>
+        <source>Name for new directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="994"/>
+        <location filename="../UI/Browser.py" line="956"/>
+        <source>A file or directory named &lt;b&gt;{0}&lt;/b&gt; exists already. Aborting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="968"/>
+        <source>&lt;p&gt;The 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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="1006"/>
+        <location filename="../UI/Browser.py" line="993"/>
+        <location filename="../UI/Browser.py" line="984"/>
+        <source>New File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="985"/>
+        <source>Name for new file:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="1007"/>
+        <source>&lt;p&gt;The 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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="1103"/>
+        <location filename="../UI/Browser.py" line="1045"/>
+        <location filename="../UI/Browser.py" line="1035"/>
+        <source>Delete File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="1036"/>
+        <source>Do you really want to delete this file?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="1104"/>
+        <location filename="../UI/Browser.py" line="1046"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="1071"/>
+        <location filename="../UI/Browser.py" line="1061"/>
+        <source>Delete Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="1062"/>
+        <source>Do you really want to delete this directory?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="1072"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="1092"/>
+        <source>Delete Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Browser.py" line="1093"/>
+        <source>Do you really want to delete these files?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>BrowserModel</name>
     <message>
-      <location filename="../UI/BrowserModel.py" line="73" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../UI/BrowserModel.py" line="672" />
-      <source>Coding: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/BrowserModel.py" line="682" />
-      <source>Globals</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/BrowserModel.py" line="687" />
-      <source>Imports</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/BrowserModel.py" line="785" />
-      <source>Attributes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/BrowserModel.py" line="796" />
-      <source>Class Attributes</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/BrowserModel.py" line="73"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../UI/BrowserModel.py" line="672"/>
+        <source>Coding: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/BrowserModel.py" line="682"/>
+        <source>Globals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/BrowserModel.py" line="687"/>
+        <source>Imports</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/BrowserModel.py" line="785"/>
+        <source>Attributes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/BrowserModel.py" line="796"/>
+        <source>Class Attributes</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CallStackViewer</name>
     <message>
-      <location filename="../Debugger/CallStackViewer.py" line="62" />
-      <source>Call Stack</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallStackViewer.py" line="66" />
-      <source>Show source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallStackViewer.py" line="68" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallStackViewer.py" line="70" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallStackViewer.py" line="79" />
-      <source>File: {0}
+        <location filename="../Debugger/CallStackViewer.py" line="62"/>
+        <source>Call Stack</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallStackViewer.py" line="66"/>
+        <source>Show source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallStackViewer.py" line="68"/>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallStackViewer.py" line="70"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallStackViewer.py" line="79"/>
+        <source>File: {0}
 Line: {1}
 {2}{3}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallStackViewer.py" line="81" />
-      <source>File: {0}
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallStackViewer.py" line="81"/>
+        <source>File: {0}
 Line: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallStackViewer.py" line="213" />
-      <location filename="../Debugger/CallStackViewer.py" line="198" />
-      <source>Save Call Stack Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallStackViewer.py" line="200" />
-      <source>Text Files (*.txt);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallStackViewer.py" line="214" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallStackViewer.py" line="224" />
-      <source>Call Stack of '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallStackViewer.py" line="238" />
-      <source>Error saving Call Stack Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallStackViewer.py" line="239" />
-      <source>&lt;p&gt;The call stack info could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallStackViewer.py" line="213"/>
+        <location filename="../Debugger/CallStackViewer.py" line="198"/>
+        <source>Save Call Stack Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallStackViewer.py" line="200"/>
+        <source>Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallStackViewer.py" line="214"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallStackViewer.py" line="224"/>
+        <source>Call Stack of &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallStackViewer.py" line="238"/>
+        <source>Error saving Call Stack Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallStackViewer.py" line="239"/>
+        <source>&lt;p&gt;The call stack info could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CallTraceViewer</name>
     <message>
-      <location filename="../Debugger/CallTraceViewer.ui" line="0" />
-      <source>Call Trace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallTraceViewer.ui" line="0" />
-      <source>Press to start tracing calls and returns</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallTraceViewer.ui" line="0" />
-      <source>Press to stop tracing calls and returns</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallTraceViewer.ui" line="0" />
-      <source>Select to stop recording the call trace when the client exits</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallTraceViewer.ui" line="0" />
-      <source>Stop recording on exit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallTraceViewer.ui" line="0" />
-      <source>Press to resize the columns to their contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallTraceViewer.ui" line="0" />
-      <source>Press to clear the call trace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallTraceViewer.ui" line="0" />
-      <source>Press to save the call trace as a text file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallTraceViewer.py" line="57" />
-      <location filename="../Debugger/CallTraceViewer.ui" line="0" />
-      <source>From</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallTraceViewer.py" line="57" />
-      <location filename="../Debugger/CallTraceViewer.ui" line="0" />
-      <source>To</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallTraceViewer.py" line="171" />
-      <location filename="../Debugger/CallTraceViewer.py" line="156" />
-      <source>Save Call Trace Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallTraceViewer.py" line="158" />
-      <source>Text Files (*.txt);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallTraceViewer.py" line="172" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallTraceViewer.py" line="182" />
-      <source>Call Trace Info of '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallTraceViewer.py" line="201" />
-      <source>Error saving Call Trace Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/CallTraceViewer.py" line="202" />
-      <source>&lt;p&gt;The call trace info could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/CallTraceViewer.ui" line="0"/>
+        <source>Call Trace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallTraceViewer.ui" line="0"/>
+        <source>Press to start tracing calls and returns</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallTraceViewer.ui" line="0"/>
+        <source>Press to stop tracing calls and returns</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallTraceViewer.ui" line="0"/>
+        <source>Select to stop recording the call trace when the client exits</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallTraceViewer.ui" line="0"/>
+        <source>Stop recording on exit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallTraceViewer.ui" line="0"/>
+        <source>Press to resize the columns to their contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallTraceViewer.ui" line="0"/>
+        <source>Press to clear the call trace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallTraceViewer.ui" line="0"/>
+        <source>Press to save the call trace as a text file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallTraceViewer.py" line="57"/>
+        <location filename="../Debugger/CallTraceViewer.ui" line="0"/>
+        <source>From</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallTraceViewer.py" line="57"/>
+        <location filename="../Debugger/CallTraceViewer.ui" line="0"/>
+        <source>To</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallTraceViewer.py" line="171"/>
+        <location filename="../Debugger/CallTraceViewer.py" line="156"/>
+        <source>Save Call Trace Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallTraceViewer.py" line="158"/>
+        <source>Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallTraceViewer.py" line="172"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallTraceViewer.py" line="182"/>
+        <source>Call Trace Info of &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallTraceViewer.py" line="201"/>
+        <source>Error saving Call Trace Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/CallTraceViewer.py" line="202"/>
+        <source>&lt;p&gt;The call trace info could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ChatWidget</name>
     <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Chat</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Users</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Enter the text to send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Press to send the text above</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Share Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Press to toggle the shared status of the current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Press to start a shared edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Press to end the edit and send the changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Press to cancel the shared edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Connection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Host:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Enter the host and port to connect to in the form "host@port"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Press to clear the hosts list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="510" />
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Shows the connection status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Port:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Enter the server port</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.ui" line="0" />
-      <source>Shows the status of the server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="314" />
-      <location filename="../Cooperation/ChatWidget.py" line="82" />
-      <source>Start Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="149" />
-      <source>! Unknown command: {0}
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Chat</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Users</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Enter the text to send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Press to send the text above</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Share Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Press to toggle the shared status of the current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Press to start a shared edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Press to end the edit and send the changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Press to cancel the shared edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Connection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Host:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Enter the host and port to connect to in the form &quot;host@port&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Press to clear the hosts list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="510"/>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Shows the connection status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Port:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Enter the server port</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.ui" line="0"/>
+        <source>Shows the status of the server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="314"/>
+        <location filename="../Cooperation/ChatWidget.py" line="82"/>
+        <source>Start Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="149"/>
+        <source>! Unknown command: {0}
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="172" />
-      <source>* {0} has joined.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="172"/>
+        <source>* {0} has joined.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="189" />
-      <source>New User</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="190" />
-      <source>{0} has joined.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="213" />
-      <source>* {0} has left.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="189"/>
+        <source>New User</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="190"/>
+        <source>{0} has joined.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="213"/>
+        <source>* {0} has left.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="222" />
-      <source>User Left</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="223" />
-      <source>{0} has left.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="249" />
-      <source>Message from &lt;{0}&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="322" />
-      <source>Stop Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="328" />
-      <source>! Server Error: {0}
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="222"/>
+        <source>User Left</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="223"/>
+        <source>{0} has left.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="249"/>
+        <source>Message from &lt;{0}&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="322"/>
+        <source>Stop Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="328"/>
+        <source>! Server Error: {0}
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="338" />
-      <source>Disconnect</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="342" />
-      <source>Connect</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="499" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="503" />
-      <source>Cut all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="506" />
-      <source>Copy all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="514" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="570" />
-      <location filename="../Cooperation/ChatWidget.py" line="555" />
-      <source>Save Chat</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="557" />
-      <source>Text Files (*.txt);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="571" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="586" />
-      <source>Error saving Chat</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="587" />
-      <source>&lt;p&gt;The chat contents could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="626" />
-      <source>Kick User</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="630" />
-      <source>Ban User</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="634" />
-      <source>Ban and Kick User</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="665" />
-      <source>* {0} has been kicked.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="338"/>
+        <source>Disconnect</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="342"/>
+        <source>Connect</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="499"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="503"/>
+        <source>Cut all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="506"/>
+        <source>Copy all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="514"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="570"/>
+        <location filename="../Cooperation/ChatWidget.py" line="555"/>
+        <source>Save Chat</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="557"/>
+        <source>Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="571"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="586"/>
+        <source>Error saving Chat</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="587"/>
+        <source>&lt;p&gt;The chat contents could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="626"/>
+        <source>Kick User</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="630"/>
+        <source>Ban User</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="634"/>
+        <source>Ban and Kick User</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="665"/>
+        <source>* {0} has been kicked.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="683" />
-      <source>* {0} has been banned.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="683"/>
+        <source>* {0} has been banned.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/ChatWidget.py" line="701" />
-      <source>* {0} has been banned and kicked.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/ChatWidget.py" line="701"/>
+        <source>* {0} has been banned and kicked.
 </source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CheckerCategories</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="84" />
-      <source>Annotations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="85" />
-      <source>Code Complexity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="86" />
-      <source>Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="87" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="88" />
-      <source>Imports</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="89" />
-      <source>Miscellaneous</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="90" />
-      <source>Naming</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="91" />
-      <source>'pathlib' Usage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="92" />
-      <source>Security</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="93" />
-      <source>Warnings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="94" />
-      <source>Simplify Code</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="84"/>
+        <source>Annotations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="85"/>
+        <source>Code Complexity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="86"/>
+        <source>Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="87"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="88"/>
+        <source>Imports</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="89"/>
+        <source>Miscellaneous</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="90"/>
+        <source>Naming</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="91"/>
+        <source>&apos;pathlib&apos; Usage</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="92"/>
+        <source>Security</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="93"/>
+        <source>Warnings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="94"/>
+        <source>Simplify Code</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ChromeImporter</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="50" />
-      <source>Google Chrome stores its bookmarks in the &lt;b&gt;Bookmarks&lt;/b&gt; text file. This file is usually located in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="198" />
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="175" />
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="151" />
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="127" />
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="103" />
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="79" />
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="56" />
-      <source>Please choose the file to begin importing bookmarks.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="74" />
-      <source>Chromium stores its bookmarks in the &lt;b&gt;Bookmarks&lt;/b&gt; text file. This file is usually located in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="97" />
-      <source>Microsoft Edge stores its bookmarks in the &lt;b&gt;Bookmarks&lt;/b&gt; text file. This file is usually located in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="121" />
-      <source>Falkon stores its bookmarks in the &lt;b&gt;bookmarks.json&lt;/b&gt; text file. This file is usually located in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="145" />
-      <source>Opera stores its bookmarks in the &lt;b&gt;Bookmarks&lt;/b&gt; text file. This file is usually located in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="169" />
-      <source>Vivaldi stores its bookmarks in the &lt;b&gt;Bookmarks&lt;/b&gt; text file. This file is usually located in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="192" />
-      <source>This browser stores its bookmarks in the &lt;b&gt;Bookmarks&lt;/b&gt; text file. This file is usually located somewhere below</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="240" />
-      <source>File '{0}' does not exist.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="259" />
-      <source>File '{0}' cannot be read.
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="50"/>
+        <source>Google Chrome stores its bookmarks in the &lt;b&gt;Bookmarks&lt;/b&gt; text file. This file is usually located in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="198"/>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="175"/>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="151"/>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="127"/>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="103"/>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="79"/>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="56"/>
+        <source>Please choose the file to begin importing bookmarks.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="74"/>
+        <source>Chromium stores its bookmarks in the &lt;b&gt;Bookmarks&lt;/b&gt; text file. This file is usually located in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="97"/>
+        <source>Microsoft Edge stores its bookmarks in the &lt;b&gt;Bookmarks&lt;/b&gt; text file. This file is usually located in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="121"/>
+        <source>Falkon stores its bookmarks in the &lt;b&gt;bookmarks.json&lt;/b&gt; text file. This file is usually located in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="145"/>
+        <source>Opera stores its bookmarks in the &lt;b&gt;Bookmarks&lt;/b&gt; text file. This file is usually located in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="169"/>
+        <source>Vivaldi stores its bookmarks in the &lt;b&gt;Bookmarks&lt;/b&gt; text file. This file is usually located in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="192"/>
+        <source>This browser stores its bookmarks in the &lt;b&gt;Bookmarks&lt;/b&gt; text file. This file is usually located somewhere below</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="240"/>
+        <source>File &apos;{0}&apos; does not exist.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="259"/>
+        <source>File &apos;{0}&apos; cannot be read.
 Reason: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="269" />
-      <source>Google Chrome Import</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="271" />
-      <source>Chromium Import</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="273" />
-      <source>Imported {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="269"/>
+        <source>Google Chrome Import</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="271"/>
+        <source>Chromium Import</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py" line="273"/>
+        <source>Imported {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CircuitPythonDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="87" />
-      <source>CircuitPython</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="216" />
-      <source>Workspace Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="217" />
-      <source>Python files for CircuitPython can be edited in place, if the device volume is locally available. Such a volume was not found. In place editing will not be available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="247" />
-      <source>Library Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="251" />
-      <source>CircuitPython Functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="254" />
-      <source>Show CircuitPython Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="263" />
-      <source>CircuitPython Flash Instructions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="345" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="276" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="267" />
-      <source>Flash CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="270" />
-      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="443" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="305" />
-      <source>Install Library Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="441" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="309" />
-      <source>Install Library Package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="315" />
-      <source>Install 'circup' Package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="346" />
-      <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 do not support the UF2 bootloader. Please use the 'Teensy Loader' application to flash CircuitPython. Make sure you downloaded the CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="366" />
-      <source>Start 'Teensy Loader'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="367" />
-      <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="396" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="415" />
-      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="423" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="427" />
-      <source>CircuitPython Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="449" />
-      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="477" />
-      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="507" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="511" />
-      <source>CircuitPython Libraries</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="67"/>
+        <source>open</source>
+        <comment>open WiFi network</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="129"/>
+        <source>CircuitPython</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="258"/>
+        <source>Workspace Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="259"/>
+        <source>Python files for CircuitPython can be edited in place, if the device volume is locally available. Such a volume was not found. In place editing will not be available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="289"/>
+        <source>Library Management</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="295"/>
+        <source>CircuitPython Functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="297"/>
+        <source>Show CircuitPython Versions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="305"/>
+        <source>Reset Device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="315"/>
+        <source>Flash CircuitPython Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="319"/>
+        <source>UF2 Device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="323"/>
+        <source>ESP32 Device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="324"/>
+        <source>Erase Flash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="326"/>
+        <source>Flash MicroPython Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="330"/>
+        <source>Flash Additional Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="335"/>
+        <source>Teensy Device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="337"/>
+        <source>CircuitPython Flash Instructions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="341"/>
+        <source>Start &apos;Teensy Loader&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="344"/>
+        <source>Start the &apos;Teensy Loader&apos; application to flash the Teensy device.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="539"/>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="376"/>
+        <source>Install Library Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="537"/>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="380"/>
+        <source>Install Library Package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="386"/>
+        <source>Install &apos;circup&apos; Package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="492"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="511"/>
+        <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="519"/>
+        <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="523"/>
+        <source>CircuitPython Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="545"/>
+        <source>The device volume &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; is not available. Ensure it is mounted properly and try again.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="573"/>
+        <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="603"/>
+        <source>CircuitPython Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="607"/>
+        <source>CircuitPython Libraries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="999"/>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="737"/>
+        <source>unknown ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="911"/>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="833"/>
+        <source>The device volume is not available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="876"/>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="848"/>
+        <source>Write WiFi Credentials</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="877"/>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="849"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="884"/>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="856"/>
+        <source>Aborted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066"/>
+        <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1137"/>
+        <source>CircuitPython does not support reporting of connected clients.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CircuitPythonUpdaterInterface</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="595" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="587" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="574" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="543" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="514" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="504" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="484" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="467" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="458" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="444" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="54" />
-      <source>Install Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="57" />
-      <source>Select from Available Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="60" />
-      <source>Install Requirements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="63" />
-      <source>Install based on 'code.py'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="67" />
-      <source>Install Python Source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="87" />
-      <source>circup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="93" />
-      <source>List Outdated Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="383" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="373" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="363" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="344" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="95" />
-      <source>Update Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="99" />
-      <source>Update All Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="102" />
-      <source>Show Available Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="104" />
-      <source>Show Installed Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="636" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="615" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="108" />
-      <source>Uninstall Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="112" />
-      <source>Generate Requirements ...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="115" />
-      <source>Show Bundles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="116" />
-      <source>Show Bundles with Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="247" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="234" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="223" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="211" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="199" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="186" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="118" />
-      <source>Add Bundle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="282" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="267" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="119" />
-      <source>Remove Bundles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="128" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="132" />
-      <source>About circup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="133" />
-      <source>&lt;p&gt;&lt;b&gt;circup Version {0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;circup&lt;/i&gt; is a tool to manage and update libraries on a CircuitPython device.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="187" />
-      <source>Enter Bundle by 'User/Repo' Github String:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="200" />
-      <source>&lt;p&gt;The bundle &lt;b&gt;{0}&lt;/b&gt; is already in the list.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="212" />
-      <source>&lt;p&gt;The bundle string is invalid, expecting github URL or 'user/repository' string.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="224" />
-      <source>&lt;p&gt;The bundle string is invalid. The repository doesn't exist (error code 404).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="235" />
-      <source>&lt;p&gt;The bundle string is invalid. Is the repository a valid circup bundle?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="248" />
-      <source>&lt;p&gt;Added bundle &lt;b&gt;{0}&lt;/b&gt; ({1}).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="268" />
-      <source>Select the bundles to be removed:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="283" />
-      <source>&lt;p&gt;These bundles were removed from the local bundles list.{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="345" />
-      <source>All modules are already up-to-date.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="364" />
-      <source>&lt;p&gt;There was an error updating &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="374" />
-      <source>&lt;p&gt;These modules were updated on the connected device.{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="384" />
-      <source>No modules could be updated.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="446" />
-      <source>Text Files (*.txt);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="459" />
-      <source>&lt;p&gt;The given requirements file &lt;b&gt;{0}&lt;/b&gt; does not contain valid modules.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="468" />
-      <source>&lt;p&gt;The given requirements file &lt;b&gt;{0}&lt;/b&gt; does not exist.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="486" />
-      <source>Python Files (*.py);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="505" />
-      <source>&lt;p&gt;The given code file &lt;b&gt;{0}&lt;/b&gt; does not contain valid import statements or does not import external modules.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="515" />
-      <source>&lt;p&gt;The given code file &lt;b&gt;{0}&lt;/b&gt; does not exist.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="544" />
-      <source>&lt;p&gt;Ready to install these modules?{0}{1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="548" />
-      <source>Dependencies:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="575" />
-      <source>&lt;p&gt;Installation complete. These modules were installed successfully.{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="588" />
-      <source>&lt;p&gt;Installation complete. No modules were installed.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="596" />
-      <source>&lt;p&gt;No modules installation is required.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="616" />
-      <source>Select the modules/packages to be uninstalled:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="637" />
-      <source>&lt;p&gt;These modules/packages were uninstalled from the connected device.{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="595"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="587"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="574"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="543"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="514"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="504"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="484"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="467"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="458"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="444"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="54"/>
+        <source>Install Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="57"/>
+        <source>Select from Available Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="60"/>
+        <source>Install Requirements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="63"/>
+        <source>Install based on &apos;code.py&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="67"/>
+        <source>Install Python Source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="87"/>
+        <source>circup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="93"/>
+        <source>List Outdated Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="383"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="373"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="363"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="344"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="95"/>
+        <source>Update Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="99"/>
+        <source>Update All Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="102"/>
+        <source>Show Available Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="104"/>
+        <source>Show Installed Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="636"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="615"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="108"/>
+        <source>Uninstall Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="112"/>
+        <source>Generate Requirements ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="115"/>
+        <source>Show Bundles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="116"/>
+        <source>Show Bundles with Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="247"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="234"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="223"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="211"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="199"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="186"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="118"/>
+        <source>Add Bundle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="282"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="267"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="119"/>
+        <source>Remove Bundles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="128"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="132"/>
+        <source>About circup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="133"/>
+        <source>&lt;p&gt;&lt;b&gt;circup Version {0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;circup&lt;/i&gt; is a tool to manage and update libraries on a CircuitPython device.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="187"/>
+        <source>Enter Bundle by &apos;User/Repo&apos; Github String:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="200"/>
+        <source>&lt;p&gt;The bundle &lt;b&gt;{0}&lt;/b&gt; is already in the list.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="212"/>
+        <source>&lt;p&gt;The bundle string is invalid, expecting github URL or &apos;user/repository&apos; string.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="224"/>
+        <source>&lt;p&gt;The bundle string is invalid. The repository doesn&apos;t exist (error code 404).&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="235"/>
+        <source>&lt;p&gt;The bundle string is invalid. Is the repository a valid circup bundle?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="248"/>
+        <source>&lt;p&gt;Added bundle &lt;b&gt;{0}&lt;/b&gt; ({1}).&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="268"/>
+        <source>Select the bundles to be removed:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="283"/>
+        <source>&lt;p&gt;These bundles were removed from the local bundles list.{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="345"/>
+        <source>All modules are already up-to-date.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="364"/>
+        <source>&lt;p&gt;There was an error updating &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="374"/>
+        <source>&lt;p&gt;These modules were updated on the connected device.{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="384"/>
+        <source>No modules could be updated.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="446"/>
+        <source>Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="459"/>
+        <source>&lt;p&gt;The given requirements file &lt;b&gt;{0}&lt;/b&gt; does not contain valid modules.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="468"/>
+        <source>&lt;p&gt;The given requirements file &lt;b&gt;{0}&lt;/b&gt; does not exist.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="486"/>
+        <source>Python Files (*.py);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="505"/>
+        <source>&lt;p&gt;The given code file &lt;b&gt;{0}&lt;/b&gt; does not contain valid import statements or does not import external modules.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="515"/>
+        <source>&lt;p&gt;The given code file &lt;b&gt;{0}&lt;/b&gt; does not exist.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="544"/>
+        <source>&lt;p&gt;Ready to install these modules?{0}{1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="548"/>
+        <source>Dependencies:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="575"/>
+        <source>&lt;p&gt;Installation complete. These modules were installed successfully.{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="588"/>
+        <source>&lt;p&gt;Installation complete. No modules were installed.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="596"/>
+        <source>&lt;p&gt;No modules installation is required.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="616"/>
+        <source>Select the modules/packages to be uninstalled:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="637"/>
+        <source>&lt;p&gt;These modules/packages were uninstalled from the connected device.{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CircupFunctions</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="70" />
-      <source>Find Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="71" />
-      <source>&lt;p&gt;There was an error: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="143" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="104" />
-      <source>Download Bundle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="105" />
-      <source>&lt;p&gt;There was a problem downloading the bundle. Please try again in a moment.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="144" />
-      <source>&lt;p&gt;Missing file &lt;b&gt;boot_out.txt&lt;/b&gt; on the device: wrong path or drive corrupted.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="238" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="227" />
-      <source>Install Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="228" />
-      <source>&lt;p&gt;The compiled version of module &lt;b&gt;{0}&lt;/b&gt; cannot be found.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="239" />
-      <source>&lt;p&gt;The module name &lt;b&gt;{0}&lt;/b&gt; is not known.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="70"/>
+        <source>Find Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="71"/>
+        <source>&lt;p&gt;There was an error: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="143"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="104"/>
+        <source>Download Bundle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="105"/>
+        <source>&lt;p&gt;There was a problem downloading the bundle. Please try again in a moment.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="144"/>
+        <source>&lt;p&gt;Missing file &lt;b&gt;boot_out.txt&lt;/b&gt; on the device: wrong path or drive corrupted.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="238"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="227"/>
+        <source>Install Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="228"/>
+        <source>&lt;p&gt;The compiled version of module &lt;b&gt;{0}&lt;/b&gt; cannot be found.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircupFunctions.py" line="239"/>
+        <source>&lt;p&gt;The module name &lt;b&gt;{0}&lt;/b&gt; is not known.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ClassItem</name>
     <message>
-      <location filename="../Graphics/ClassItem.py" line="182" />
-      <source>Class Attributes:
+        <location filename="../Graphics/ClassItem.py" line="182"/>
+        <source>Class Attributes:
   </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ClassItem.py" line="218" />
-      <location filename="../Graphics/ClassItem.py" line="200" />
-      <location filename="../Graphics/ClassItem.py" line="186" />
-      <source>none</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ClassItem.py" line="196" />
-      <source>Instance Attributes:
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ClassItem.py" line="218"/>
+        <location filename="../Graphics/ClassItem.py" line="200"/>
+        <location filename="../Graphics/ClassItem.py" line="186"/>
+        <source>none</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ClassItem.py" line="196"/>
+        <source>Instance Attributes:
   </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ClassItem.py" line="214" />
-      <source>Methods:
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ClassItem.py" line="214"/>
+        <source>Methods:
   </source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ClearPrivateDataDialog</name>
     <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Clear Private Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Select to clear the list of recently opened files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Recently opened files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Select to clear the list of recently opened projects and project related histories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Recently opened projects and project histories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Select to clear the list of recently opened multi projects</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Recently opened multi projects</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Select to clear the debug histories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Debug histories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Select to clear the shell histories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Shell histories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Select to clear the test histories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Test histories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Select to clear the VCS related histories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Version Control System histories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Select to clear the private data of plug-ins not covered above</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ClearPrivateDataDialog.ui" line="0" />
-      <source>Plug-in private data</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Clear Private Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to clear the list of recently opened files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Recently opened files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to clear the list of recently opened projects and project related histories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Recently opened projects and project histories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to clear the list of recently opened multi projects</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Recently opened multi projects</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to clear the debug histories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Debug histories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to clear the shell histories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Shell histories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to clear the test histories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Test histories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to clear the VCS related histories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Version Control System histories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to clear the private data of plug-ins not covered above</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ClearPrivateDataDialog.ui" line="0"/>
+        <source>Plug-in private data</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Closehead</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py" line="52" />
-      <source>Revision &lt;{0}&gt; closed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py" line="54" />
-      <source>Revisions &lt;{0}&gt; closed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py" line="61" />
-      <source>Closing Heads</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py" line="52"/>
+        <source>Revision &lt;{0}&gt; closed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py" line="54"/>
+        <source>Revisions &lt;{0}&gt; closed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/closehead.py" line="61"/>
+        <source>Closing Heads</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CloseheadProjectHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/ProjectHelper.py" line="78" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/ProjectHelper.py" line="36" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/ProjectHelper.py" line="34" />
-      <source>Close Heads</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/ProjectHelper.py" line="43" />
-      <source>Close arbitrary heads without checking them out first</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/ProjectHelper.py" line="46" />
-      <source>&lt;b&gt;Close Heads&lt;/b&gt;&lt;p&gt;This closes arbitrary heads without the need to check them out first.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/ProjectHelper.py" line="78"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/ProjectHelper.py" line="36"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/ProjectHelper.py" line="34"/>
+        <source>Close Heads</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/ProjectHelper.py" line="43"/>
+        <source>Close arbitrary heads without checking them out first</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/ProjectHelper.py" line="46"/>
+        <source>&lt;b&gt;Close Heads&lt;/b&gt;&lt;p&gt;This closes arbitrary heads without the need to check them out first.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CodeDocumentationViewer</name>
     <message>
-      <location filename="../UI/CodeDocumentationViewer.py" line="220" />
-      <source>Code Info Provider:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CodeDocumentationViewer.py" line="238" />
-      <source>Select the code info provider</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CodeDocumentationViewer.py" line="239" />
-      <source>&lt;disabled&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CodeDocumentationViewer.py" line="420" />
-      <source>No documentation available</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CodeDocumentationViewer.py" line="441" />
-      <source>No source code documentation provider has been registered. This function has been disabled.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CodeDocumentationViewer.py" line="449" />
-      <source>This function has been disabled.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CodeDocumentationViewerTemplate.py" line="85" />
-      <source>&lt;p&gt;&lt;b&gt;Definition:&lt;/b&gt; &lt;span class="def"&gt;@NAME@@ARGSPEC@&lt;/span&gt;&lt;/p&gt;</source>
-      <comment>Just translate 'Definition:' and leave the rest intact.</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CodeDocumentationViewerTemplate.py" line="91" />
-      <source>&lt;p&gt;&lt;b&gt;Type:&lt;/b&gt; @TYPE@&lt;/p&gt;</source>
-      <comment>Just translate 'Type:' and leave the rest intact.</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CodeDocumentationViewerTemplate.py" line="97" />
-      <source>&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; @NOTE@&lt;/p&gt;</source>
-      <comment>Just translate 'Note:' and leave the rest intact.</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CodeDocumentationViewerTemplate.py" line="156" />
-      <source>No further documentation available</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/CodeDocumentationViewer.py" line="220"/>
+        <source>Code Info Provider:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CodeDocumentationViewer.py" line="238"/>
+        <source>Select the code info provider</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CodeDocumentationViewer.py" line="239"/>
+        <source>&lt;disabled&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CodeDocumentationViewer.py" line="420"/>
+        <source>No documentation available</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CodeDocumentationViewer.py" line="441"/>
+        <source>No source code documentation provider has been registered. This function has been disabled.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CodeDocumentationViewer.py" line="449"/>
+        <source>This function has been disabled.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CodeDocumentationViewerTemplate.py" line="85"/>
+        <source>&lt;p&gt;&lt;b&gt;Definition:&lt;/b&gt; &lt;span class=&quot;def&quot;&gt;@NAME@@ARGSPEC@&lt;/span&gt;&lt;/p&gt;</source>
+        <comment>Just translate &apos;Definition:&apos; and leave the rest intact.</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CodeDocumentationViewerTemplate.py" line="91"/>
+        <source>&lt;p&gt;&lt;b&gt;Type:&lt;/b&gt; @TYPE@&lt;/p&gt;</source>
+        <comment>Just translate &apos;Type:&apos; and leave the rest intact.</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CodeDocumentationViewerTemplate.py" line="97"/>
+        <source>&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; @NOTE@&lt;/p&gt;</source>
+        <comment>Just translate &apos;Note:&apos; and leave the rest intact.</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CodeDocumentationViewerTemplate.py" line="156"/>
+        <source>No further documentation available</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CodeMetricsDialog</name>
     <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>Code Metrics</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>&lt;b&gt;Code Metrics&lt;/b&gt;
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>Code Metrics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Code Metrics&lt;/b&gt;
 &lt;p&gt;This dialog shows some code metrics.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>Exclude Files:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>Enter filename patterns of files to be excluded separated by a comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>Press to start the code metrics run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>Start</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>&lt;b&gt;Code metrics&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>Exclude Files:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>Enter filename patterns of files to be excluded separated by a comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>Press to start the code metrics run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>Start</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Code metrics&lt;/b&gt;
 &lt;p&gt;This list shows some code metrics.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>End</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>Lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>Lines of code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>Comments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>Empty</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>&lt;b&gt;Summary&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>End</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>Lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>Lines of code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>Comments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>Empty</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Summary&lt;/b&gt;
 &lt;p&gt;This shows some overall code metrics.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>Summary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>#</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>Shows the progress of the code metrics action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.ui" line="0" />
-      <source>%v/%m Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.py" line="59" />
-      <source>Collapse All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.py" line="60" />
-      <source>Expand All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.py" line="202" />
-      <source>files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.py" line="203" />
-      <source>lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.py" line="204" />
-      <source>bytes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.py" line="205" />
-      <source>comments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.py" line="207" />
-      <source>comment lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.py" line="210" />
-      <source>empty lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/CodeMetricsDialog.py" line="213" />
-      <source>non-commentary lines</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>Summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>#</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>Shows the progress of the code metrics action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.ui" line="0"/>
+        <source>%v/%m Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.py" line="59"/>
+        <source>Collapse All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.py" line="60"/>
+        <source>Expand All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.py" line="202"/>
+        <source>files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.py" line="203"/>
+        <source>lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.py" line="204"/>
+        <source>bytes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.py" line="205"/>
+        <source>comments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.py" line="207"/>
+        <source>comment lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.py" line="210"/>
+        <source>empty lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/CodeMetricsDialog.py" line="213"/>
+        <source>non-commentary lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CodeStyleAddBuiltinIgnoreDialog</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.ui" line="0" />
-      <source>Add Built-in Assignment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.ui" line="0" />
-      <source>Enter the data for a built-in assignment to be ignored:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.ui" line="0" />
-      <source>Left Side:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.ui" line="0" />
-      <source>Enter left hand side of assignment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.ui" line="0" />
-      <source>Right Side:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.ui" line="0" />
-      <source>Enter right hand side of assignment</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.ui" line="0"/>
+        <source>Add Built-in Assignment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.ui" line="0"/>
+        <source>Enter the data for a built-in assignment to be ignored:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.ui" line="0"/>
+        <source>Left Side:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.ui" line="0"/>
+        <source>Enter left hand side of assignment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.ui" line="0"/>
+        <source>Right Side:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleAddBuiltinIgnoreDialog.ui" line="0"/>
+        <source>Enter right hand side of assignment</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CodeStyleChecker</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="510" />
-      <source>No message defined for code '{0}'.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="510"/>
+        <source>No message defined for code &apos;{0}&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CodeStyleCheckerDialog</name>
     <message>
-      <location filename="../Plugins/PluginCodeStyleChecker.py" line="234" />
-      <source>Fix: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="126" />
-      <source>PEP-257</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="127" />
-      <source>Eric</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="128" />
-      <source>Eric (Blacked)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="230" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="255" />
-      <source>Error: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1140" />
-      <source>{0} (ignored)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1215" />
-      <source>No issues found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1219" />
-      <source>No files found (check your ignore list).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="2601" />
-      <source>Commented Code Whitelist Pattern</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="2602" />
-      <source>Enter a Commented Code Whitelist Pattern</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Code Style Check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Configure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Globals</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Categories:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select the categories of checks to be performed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Exclude Files:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter filename patterns of files to be excluded separated by a comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Exclude Messages:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter message codes to be excluded separated by a comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Press to select the message codes from a list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Included Messages:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter message codes to be included separated by a comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Fix Issues:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter message codes of issues to be fixed automatically (leave empty to fix all)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Don't Fix Issues:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter message codes of issues not to be fixed automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to repeat each message type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Repeat messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to fix some issues</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Fix issues automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to show ignored issues</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Show ignored</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Specifics</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Source Style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Max. Line Length:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter the maximum allowed line length (PEP-8: 79 characters)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Max. Documentation Line Length:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Blank Lines Before</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Top Level Classes and Functions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter the number of blank lines before top level classes and functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Methods and Nested Classes and Functions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter the number of blank lines before methods and nested classes or functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to allow hanging closing brackets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Allow hanging closing brackets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Documentation Style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Docstring Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select the rule set for docstrings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Coding Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Valid Encodings:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter valid encodings separated by a comma (leave empty to use defaults)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Copyright</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Min. File Size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter the minimum size a file must have to be checked (0 for all files)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Author:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter a copyright author name to check for (leave empty to omit this check)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Future Imports</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Expected Imports:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Ignore Built-ins Assignment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Left</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Right</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Press to add a built-in assignment to be ignored</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Press to delete the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Commented Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to search for commented code more aggressively. This may increase the number of false positives.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Search aggressively</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Whitelist:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Press to add a commented code whitelist pattern</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Complexity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Code Complexity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Max. McCabe Complexity:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter the maximum allowed code complexity (McCabe: 10)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Max. Line Complexity:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter the maximum complexity (number of nodes) for a line of code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Max. Line Complexity Score:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter the maximum allowed median for line complexity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Annotations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Type Annotations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Min. Coverage:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter the minimum percentage of type annotations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>off</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>%</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Max. Complexity:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter the maximum type annotation complexity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Max. Length:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter the maximum type annotation length</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to not report functions without returns or with only bare returns</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Suppress 'None' return</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to not report dummy (i.e. '_') arguments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Suppress Dummy Arguments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to not report dynamically typed functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Allow Untyped Functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to not report dynamically typed nested functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Allow Untyped Nested Functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to not report unhinted '__init__' return</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Allow Untyped '__init__' function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Allow dynamically typed *args and **kwargs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Allow dynamically typed * Arguments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enforce the presence of a 'from __future__ import annotations' statement</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enforce '__future__' statement</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Dispatch Decorators:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter the list of dispatch decorators separated by comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Overload Decorators:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter the list of typing.overload decorators separated by comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Security</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Hardcoded 'tmp' Directories:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Weak Cryptographic Keys</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>DSA</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>High Risk:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select the bit length below which a DSA key is to be considered very weak</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Medium Risk:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select the bit length below which a DSA key is to be considered weak</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>RSA</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select the bit length below which a RSA key is to be considered very weak</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select the bit length below which a RSA key is to be considered weak</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Elliptic Curves</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select the bit length below which an Elliptic Curve is to be considered very weak</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select the bit length below which an Elliptic Curve is to be considered weak</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter the names of insecure SSL protocols and methods (one per line)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Insecure SSL Protocols:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Insecure Hashes:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter a list of hash methods to be considered insecure separated by comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to also check for insecure exception handling for typed exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Check Typed Exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter directory names (one per line) to be checked for</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Imports</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Application Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter top level application package names separated by a space character:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Banned Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Enter the name of modules to be banned separated by a space character:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Ban Relative Imports</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to allow relative imports</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Allow</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to ban relative imports of parents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Ban Parents Import</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to ban all relative imports</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Ban All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Imports Sorting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Sort Order:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select the sort order</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to sort the imports by module, independent of import style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Sort Ignoring Style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to sort imports observing the case</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Sort Case Sensitively</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to place from imports first then straight ones</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Sort From First</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select to allow combined as imports (e.g. from foo import bar, baz as bas)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Combined As Imports</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Press to start the code style check run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>&amp;Start</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Press to load the default values</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>&amp;Load Defaults</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Press to store the current values as defaults</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>St&amp;ore Defaults</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Press to reset the default values</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>&amp;Reset Defaults</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Progress</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Shows the list of files still to be checked</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Shows the progress of the code style check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>%v/%m Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Cancel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Results</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>&lt;b&gt;Note:&lt;/b&gt; Mark reviewed security issues with a "&lt;b&gt;#  secok&lt;/b&gt;" comment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>&lt;b&gt;Result List&lt;/b&gt;
+        <location filename="../Plugins/PluginCodeStyleChecker.py" line="234"/>
+        <source>Fix: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="126"/>
+        <source>PEP-257</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="127"/>
+        <source>Eric</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="128"/>
+        <source>Eric (Blacked)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="230"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="255"/>
+        <source>Error: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1140"/>
+        <source>{0} (ignored)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1215"/>
+        <source>No issues found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="1219"/>
+        <source>No files found (check your ignore list).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="2601"/>
+        <source>Commented Code Whitelist Pattern</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py" line="2602"/>
+        <source>Enter a Commented Code Whitelist Pattern</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Code Style Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Configure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Globals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Categories:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select the categories of checks to be performed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Exclude Files:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter filename patterns of files to be excluded separated by a comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Exclude Messages:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter message codes to be excluded separated by a comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Press to select the message codes from a list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Included Messages:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter message codes to be included separated by a comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Fix Issues:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter message codes of issues to be fixed automatically (leave empty to fix all)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Don&apos;t Fix Issues:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter message codes of issues not to be fixed automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to repeat each message type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Repeat messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to fix some issues</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Fix issues automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to show ignored issues</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Show ignored</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Specifics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Source Style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Max. Line Length:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter the maximum allowed line length (PEP-8: 79 characters)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Max. Documentation Line Length:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Blank Lines Before</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Top Level Classes and Functions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter the number of blank lines before top level classes and functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Methods and Nested Classes and Functions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter the number of blank lines before methods and nested classes or functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to allow hanging closing brackets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Allow hanging closing brackets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Documentation Style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Docstring Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select the rule set for docstrings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Coding Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Valid Encodings:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter valid encodings separated by a comma (leave empty to use defaults)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Copyright</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Min. File Size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter the minimum size a file must have to be checked (0 for all files)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Author:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter a copyright author name to check for (leave empty to omit this check)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Future Imports</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Expected Imports:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Ignore Built-ins Assignment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Left</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Right</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Press to add a built-in assignment to be ignored</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Press to delete the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Commented Code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to search for commented code more aggressively. This may increase the number of false positives.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Search aggressively</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Whitelist:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Press to add a commented code whitelist pattern</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Complexity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Code Complexity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Max. McCabe Complexity:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter the maximum allowed code complexity (McCabe: 10)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Max. Line Complexity:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter the maximum complexity (number of nodes) for a line of code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Max. Line Complexity Score:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter the maximum allowed median for line complexity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Annotations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Type Annotations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Min. Coverage:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter the minimum percentage of type annotations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>off</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>%</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Max. Complexity:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter the maximum type annotation complexity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Max. Length:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter the maximum type annotation length</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to not report functions without returns or with only bare returns</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Suppress &apos;None&apos; return</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to not report dummy (i.e. &apos;_&apos;) arguments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Suppress Dummy Arguments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to not report dynamically typed functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Allow Untyped Functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to not report dynamically typed nested functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Allow Untyped Nested Functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to not report unhinted &apos;__init__&apos; return</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Allow Untyped &apos;__init__&apos; function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Allow dynamically typed *args and **kwargs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Allow dynamically typed * Arguments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enforce the presence of a &apos;from __future__ import annotations&apos; statement</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enforce &apos;__future__&apos; statement</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Dispatch Decorators:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter the list of dispatch decorators separated by comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Overload Decorators:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter the list of typing.overload decorators separated by comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Security</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Hardcoded &apos;tmp&apos; Directories:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Weak Cryptographic Keys</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>DSA</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>High Risk:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select the bit length below which a DSA key is to be considered very weak</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Medium Risk:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select the bit length below which a DSA key is to be considered weak</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>RSA</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select the bit length below which a RSA key is to be considered very weak</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select the bit length below which a RSA key is to be considered weak</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Elliptic Curves</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select the bit length below which an Elliptic Curve is to be considered very weak</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select the bit length below which an Elliptic Curve is to be considered weak</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter the names of insecure SSL protocols and methods (one per line)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Insecure SSL Protocols:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Insecure Hashes:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter a list of hash methods to be considered insecure separated by comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to also check for insecure exception handling for typed exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Check Typed Exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter directory names (one per line) to be checked for</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Imports</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Application Packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter top level application package names separated by a space character:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Banned Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Enter the name of modules to be banned separated by a space character:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Ban Relative Imports</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to allow relative imports</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Allow</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to ban relative imports of parents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Ban Parents Import</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to ban all relative imports</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Ban All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Imports Sorting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Sort Order:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select the sort order</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to sort the imports by module, independent of import style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Sort Ignoring Style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to sort imports observing the case</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Sort Case Sensitively</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to place from imports first then straight ones</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Sort From First</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select to allow combined as imports (e.g. from foo import bar, baz as bas)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Combined As Imports</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Press to start the code style check run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>&amp;Start</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Press to load the default values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>&amp;Load Defaults</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Press to store the current values as defaults</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>St&amp;ore Defaults</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Press to reset the default values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>&amp;Reset Defaults</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Progress</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Shows the list of files still to be checked</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Shows the progress of the code style check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>%v/%m Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Cancel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Results</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; Mark reviewed security issues with a &quot;&lt;b&gt;#  secok&lt;/b&gt;&quot; comment.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>&lt;b&gt;Result List&lt;/b&gt;
 &lt;p&gt;This list shows the results of the code style check. Double clicking
 an entry will open this entry in an editor window and position the cursor at
 the respective line and position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>File/Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Code</source>
-      <translation>Code</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Press to restart the code style check run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Restart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Press to fix the selected issues</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>&amp;Fix Selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Press to show all files containing an issue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Show</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Press to show some statistics for the last run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Statistics...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Code Filter:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Select the message code to be shown (empty for all)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Press to filter the list of messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0" />
-      <source>Filter</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>File/Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Code</source>
+        <translation>Code</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Press to restart the code style check run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Restart</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Press to fix the selected issues</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>&amp;Fix Selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Press to show all files containing an issue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Show</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Press to show some statistics for the last run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Statistics...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Code Filter:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Select the message code to be shown (empty for all)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Press to filter the list of messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui" line="0"/>
+        <source>Filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CodeStyleCheckerPlugin</name>
     <message>
-      <location filename="../Plugins/PluginCodeStyleChecker.py" line="113" />
-      <source>Python 3 batch check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginCodeStyleChecker.py" line="351" />
-      <location filename="../Plugins/PluginCodeStyleChecker.py" line="270" />
-      <location filename="../Plugins/PluginCodeStyleChecker.py" line="250" />
-      <source>Check Code Style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginCodeStyleChecker.py" line="352" />
-      <location filename="../Plugins/PluginCodeStyleChecker.py" line="270" />
-      <location filename="../Plugins/PluginCodeStyleChecker.py" line="251" />
-      <source>&amp;Code Style...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginCodeStyleChecker.py" line="257" />
-      <source>Check code style.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginCodeStyleChecker.py" line="359" />
-      <location filename="../Plugins/PluginCodeStyleChecker.py" line="273" />
-      <location filename="../Plugins/PluginCodeStyleChecker.py" line="259" />
-      <source>&lt;b&gt;Check Code Style...&lt;/b&gt;&lt;p&gt;This checks Python files for compliance to the code style conventions given in various PEPs.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginCodeStyleChecker.py" line="113"/>
+        <source>Python 3 batch check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginCodeStyleChecker.py" line="351"/>
+        <location filename="../Plugins/PluginCodeStyleChecker.py" line="270"/>
+        <location filename="../Plugins/PluginCodeStyleChecker.py" line="250"/>
+        <source>Check Code Style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginCodeStyleChecker.py" line="352"/>
+        <location filename="../Plugins/PluginCodeStyleChecker.py" line="270"/>
+        <location filename="../Plugins/PluginCodeStyleChecker.py" line="251"/>
+        <source>&amp;Code Style...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginCodeStyleChecker.py" line="257"/>
+        <source>Check code style.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginCodeStyleChecker.py" line="359"/>
+        <location filename="../Plugins/PluginCodeStyleChecker.py" line="273"/>
+        <location filename="../Plugins/PluginCodeStyleChecker.py" line="259"/>
+        <source>&lt;b&gt;Check Code Style...&lt;/b&gt;&lt;p&gt;This checks Python files for compliance to the code style conventions given in various PEPs.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CodeStyleCodeSelectionDialog</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCodeSelectionDialog.ui" line="0" />
-      <source>Code Style Message Codes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCodeSelectionDialog.ui" line="0" />
-      <source>Select the message codes from the list:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCodeSelectionDialog.ui" line="0" />
-      <source>Select the message codes from this table</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCodeSelectionDialog.ui" line="0" />
-      <source>Code</source>
-      <translation>Code</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCodeSelectionDialog.ui" line="0" />
-      <source>Message</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCodeSelectionDialog.ui" line="0"/>
+        <source>Code Style Message Codes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCodeSelectionDialog.ui" line="0"/>
+        <source>Select the message codes from the list:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCodeSelectionDialog.ui" line="0"/>
+        <source>Select the message codes from this table</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCodeSelectionDialog.ui" line="0"/>
+        <source>Code</source>
+        <translation>Code</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCodeSelectionDialog.ui" line="0"/>
+        <source>Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CodeStyleFixer</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="257" />
-      <source>Triple single quotes converted to triple double quotes.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="260" />
-      <source>Introductory quotes corrected to be {0}"""</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="263" />
-      <source>Single line docstring put on one line.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="266" />
-      <source>Period added to summary line.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="293" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="269" />
-      <source>Blank line before function/method docstring removed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="272" />
-      <source>Blank line inserted before class docstring.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="275" />
-      <source>Blank line inserted after class docstring.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="278" />
-      <source>Blank line inserted after docstring summary.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="281" />
-      <source>Blank line inserted after last paragraph of docstring.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="284" />
-      <source>Leading quotes put on separate line.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="287" />
-      <source>Trailing quotes put on separate line.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="290" />
-      <source>Blank line before class docstring removed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="296" />
-      <source>Blank line after class docstring removed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="299" />
-      <source>Blank line after function/method docstring removed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="302" />
-      <source>Blank line after last paragraph removed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="305" />
-      <source>Tab converted to 4 spaces.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="308" />
-      <source>Indentation adjusted to be a multiple of four.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="311" />
-      <source>Indentation of continuation line corrected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="314" />
-      <source>Indentation of closing bracket corrected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="317" />
-      <source>Missing indentation of continuation line corrected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="320" />
-      <source>Closing bracket aligned to opening bracket.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="323" />
-      <source>Indentation level changed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="326" />
-      <source>Indentation level of hanging indentation changed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="329" />
-      <source>Visual indentation corrected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="344" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="338" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="332" />
-      <source>Extraneous whitespace removed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="341" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="335" />
-      <source>Missing whitespace added.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="347" />
-      <source>Whitespace around comment sign corrected.</source>
-      <translation type="unfinished" />
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="257"/>
+        <source>Triple single quotes converted to triple double quotes.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="260"/>
+        <source>Introductory quotes corrected to be {0}&quot;&quot;&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="263"/>
+        <source>Single line docstring put on one line.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="266"/>
+        <source>Period added to summary line.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="293"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="269"/>
+        <source>Blank line before function/method docstring removed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="272"/>
+        <source>Blank line inserted before class docstring.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="275"/>
+        <source>Blank line inserted after class docstring.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="278"/>
+        <source>Blank line inserted after docstring summary.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="281"/>
+        <source>Blank line inserted after last paragraph of docstring.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="284"/>
+        <source>Leading quotes put on separate line.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="287"/>
+        <source>Trailing quotes put on separate line.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="290"/>
+        <source>Blank line before class docstring removed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="296"/>
+        <source>Blank line after class docstring removed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="299"/>
+        <source>Blank line after function/method docstring removed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="302"/>
+        <source>Blank line after last paragraph removed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="305"/>
+        <source>Tab converted to 4 spaces.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="308"/>
+        <source>Indentation adjusted to be a multiple of four.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="311"/>
+        <source>Indentation of continuation line corrected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="314"/>
+        <source>Indentation of closing bracket corrected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="317"/>
+        <source>Missing indentation of continuation line corrected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="320"/>
+        <source>Closing bracket aligned to opening bracket.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="323"/>
+        <source>Indentation level changed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="326"/>
+        <source>Indentation level of hanging indentation changed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="329"/>
+        <source>Visual indentation corrected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="344"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="338"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="332"/>
+        <source>Extraneous whitespace removed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="341"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="335"/>
+        <source>Missing whitespace added.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="347"/>
+        <source>Whitespace around comment sign corrected.</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="350" />
-      <source>%n blank line(s) inserted.</source>
-      <translation>
-        <numerusform>%n blank line inserted.</numerusform>
-        <numerusform>%n blank lines inserted.</numerusform>
-      </translation>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="350"/>
+        <source>%n blank line(s) inserted.</source>
+        <translation>
+            <numerusform>%n blank line inserted.</numerusform>
+            <numerusform>%n blank lines inserted.</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="353" />
-      <source>%n superfluous lines removed</source>
-      <translation>
-        <numerusform>%n superfluous line removed</numerusform>
-        <numerusform>%n superfluous lines removed</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="356" />
-      <source>Superfluous blank lines removed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="359" />
-      <source>Superfluous blank lines after function decorator removed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="362" />
-      <source>Imports were put on separate lines.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="365" />
-      <source>Long lines have been shortened.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="368" />
-      <source>Redundant backslash in brackets removed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="374" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="371" />
-      <source>Compound statement corrected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="377" />
-      <source>Comparison to None/True/False corrected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="380" />
-      <source>'{0}' argument added.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="381" />
-      <source>'{0}' argument removed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="382" />
-      <source>Whitespace stripped from end of line.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="385" />
-      <source>newline added to end of file.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="388" />
-      <source>Superfluous trailing blank lines removed from end of file.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="391" />
-      <source>'&lt;&gt;' replaced by '!='.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="392" />
-      <source>Could not save the file! Skipping it. Reason: {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="353"/>
+        <source>%n superfluous lines removed</source>
+        <translation>
+            <numerusform>%n superfluous line removed</numerusform>
+            <numerusform>%n superfluous lines removed</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="356"/>
+        <source>Superfluous blank lines removed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="359"/>
+        <source>Superfluous blank lines after function decorator removed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="362"/>
+        <source>Imports were put on separate lines.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="365"/>
+        <source>Long lines have been shortened.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="368"/>
+        <source>Redundant backslash in brackets removed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="374"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="371"/>
+        <source>Compound statement corrected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="377"/>
+        <source>Comparison to None/True/False corrected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="380"/>
+        <source>&apos;{0}&apos; argument added.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="381"/>
+        <source>&apos;{0}&apos; argument removed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="382"/>
+        <source>Whitespace stripped from end of line.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="385"/>
+        <source>newline added to end of file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="388"/>
+        <source>Superfluous trailing blank lines removed from end of file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="391"/>
+        <source>&apos;&lt;&gt;&apos; replaced by &apos;!=&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="392"/>
+        <source>Could not save the file! Skipping it. Reason: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CodeStyleStatisticsDialog</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.ui" line="0" />
-      <source>Code Style Checker Statistics</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.ui" line="0" />
-      <source>Code</source>
-      <translation>Code</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.ui" line="0" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.ui" line="0" />
-      <source>Ignored</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.ui" line="0" />
-      <source>Message</source>
-      <translation type="unfinished" />
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.ui" line="0"/>
+        <source>Code Style Checker Statistics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.ui" line="0"/>
+        <source>Code</source>
+        <translation>Code</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.ui" line="0"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.ui" line="0"/>
+        <source>Ignored</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.ui" line="0"/>
+        <source>Message</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="65" />
-      <source>%n issue(s) found</source>
-      <translation>
-        <numerusform>%n issue found</numerusform>
-        <numerusform>%n issues found</numerusform>
-      </translation>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="65"/>
+        <source>%n issue(s) found</source>
+        <translation>
+            <numerusform>%n issue found</numerusform>
+            <numerusform>%n issues found</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="66" />
-      <source>%n issue(s) ignored</source>
-      <translation>
-        <numerusform>%n issue ignored</numerusform>
-        <numerusform>%n issues ignored</numerusform>
-      </translation>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="66"/>
+        <source>%n issue(s) ignored</source>
+        <translation>
+            <numerusform>%n issue ignored</numerusform>
+            <numerusform>%n issues ignored</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="67" />
-      <source>%n issue(s) fixed</source>
-      <translation>
-        <numerusform>%n issue fixed</numerusform>
-        <numerusform>%n issues fixed</numerusform>
-      </translation>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="67"/>
+        <source>%n issue(s) fixed</source>
+        <translation>
+            <numerusform>%n issue fixed</numerusform>
+            <numerusform>%n issues fixed</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="68" />
-      <source>%n file(s) checked</source>
-      <translation>
-        <numerusform>%n file checked</numerusform>
-        <numerusform>%n files checked</numerusform>
-      </translation>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="68"/>
+        <source>%n file(s) checked</source>
+        <translation>
+            <numerusform>%n file checked</numerusform>
+            <numerusform>%n files checked</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="70" />
-      <source>%n file(s) with issues found</source>
-      <translation>
-        <numerusform>%n file with issues found</numerusform>
-        <numerusform>%n files with issues found</numerusform>
-      </translation>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="70"/>
+        <source>%n file(s) with issues found</source>
+        <translation>
+            <numerusform>%n file with issues found</numerusform>
+            <numerusform>%n files with issues found</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="73" />
-      <source>%n security issue(s) acknowledged</source>
-      <translation>
-        <numerusform>%n security issue acknowledged</numerusform>
-        <numerusform>%n security issues acknowledged</numerusform>
-      </translation>
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py" line="73"/>
+        <source>%n security issue(s) acknowledged</source>
+        <translation>
+            <numerusform>%n security issue acknowledged</numerusform>
+            <numerusform>%n security issues acknowledged</numerusform>
+        </translation>
+    </message>
+</context>
+<context>
     <name>CodingError</name>
     <message>
-      <location filename="../Utilities/__init__.py" line="246" />
-      <source>The coding '{0}' is wrong for the given text.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Utilities/__init__.py" line="246"/>
+        <source>The coding &apos;{0}&apos; is wrong for the given text.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ColorDialogWizard</name>
     <message>
-      <location filename="../Plugins/PluginWizardQColorDialog.py" line="80" />
-      <location filename="../Plugins/PluginWizardQColorDialog.py" line="73" />
-      <source>QColorDialog Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQColorDialog.py" line="74" />
-      <source>QColorDialog Wizard...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQColorDialog.py" line="82" />
-      <source>&lt;b&gt;QColorDialog Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create a QColorDialog. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQColorDialog.py" line="133" />
-      <source>No current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQColorDialog.py" line="134" />
-      <source>Please open or create a file first.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginWizardQColorDialog.py" line="80"/>
+        <location filename="../Plugins/PluginWizardQColorDialog.py" line="73"/>
+        <source>QColorDialog Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQColorDialog.py" line="74"/>
+        <source>QColorDialog Wizard...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQColorDialog.py" line="82"/>
+        <source>&lt;b&gt;QColorDialog Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create a QColorDialog. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQColorDialog.py" line="133"/>
+        <source>No current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQColorDialog.py" line="134"/>
+        <source>Please open or create a file first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ColorDialogWizardDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="39" />
-      <source>Test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="78" />
-      <source>QColorDialog Wizard Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="79" />
-      <source>&lt;p&gt;The color &lt;b&gt;{0}&lt;/b&gt; is not valid.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>QColorDialog Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Select to generate a QColorDialog.getColor dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Select to generate a QColorDialog.getRgba dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>RGBA</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Result</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Enter the result variable name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Title</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Enter the dialog title</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Select "self" as parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>self</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Select "None" as parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>None</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Select to enter a parent expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Enter the parent expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Enter a variable name or a color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Enter a variable name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Color Variable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Enter the alpha value</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Enter the blue value</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Enter the green value</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Enter the red value</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Alpha</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Blue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Red</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" />
-      <source>Green</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="39"/>
+        <source>Test</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="78"/>
+        <source>QColorDialog Wizard Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="79"/>
+        <source>&lt;p&gt;The color &lt;b&gt;{0}&lt;/b&gt; is not valid.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>QColorDialog Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Select to generate a QColorDialog.getColor dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Select to generate a QColorDialog.getRgba dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>RGBA</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Result</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Enter the result variable name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Title</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Enter the dialog title</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Select &quot;self&quot; as parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>self</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Select &quot;None&quot; as parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Select to enter a parent expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Enter the parent expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Enter a variable name or a color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Enter a variable name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Color Variable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Enter the alpha value</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Enter the blue value</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Enter the green value</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Enter the red value</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Alpha</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Blue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Red</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0"/>
+        <source>Green</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CompareDialog</name>
     <message>
-      <location filename="../UI/CompareDialog.py" line="120" />
-      <source>Compare</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.py" line="123" />
-      <source>Press to perform the comparison of the two files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.py" line="380" />
-      <location filename="../UI/CompareDialog.py" line="133" />
-      <source>Total: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.py" line="381" />
-      <location filename="../UI/CompareDialog.py" line="134" />
-      <source>Changed: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.py" line="382" />
-      <location filename="../UI/CompareDialog.py" line="135" />
-      <source>Added: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.py" line="383" />
-      <location filename="../UI/CompareDialog.py" line="136" />
-      <source>Deleted: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.py" line="276" />
-      <location filename="../UI/CompareDialog.py" line="262" />
-      <source>Compare Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.py" line="277" />
-      <location filename="../UI/CompareDialog.py" line="263" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.ui" line="0" />
-      <source>File Comparison</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.ui" line="0" />
-      <source>Files to be compared:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.ui" line="0" />
-      <source>File &amp;1:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.ui" line="0" />
-      <source>Enter the name of the first file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.ui" line="0" />
-      <source>File &amp;2:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.ui" line="0" />
-      <source>Enter the name of the second file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.ui" line="0" />
-      <source>Press to move to the first difference</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.ui" line="0" />
-      <source>Press to move to the previous difference</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.ui" line="0" />
-      <source>Press to move to the next difference</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.ui" line="0" />
-      <source>Press to move to the last difference</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.ui" line="0" />
-      <source>Select, if the horizontal scrollbars should be synchronized</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.ui" line="0" />
-      <source>&amp;Synchronize horizontal scrollbars</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/CompareDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/CompareDialog.py" line="120"/>
+        <source>Compare</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.py" line="123"/>
+        <source>Press to perform the comparison of the two files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.py" line="380"/>
+        <location filename="../UI/CompareDialog.py" line="133"/>
+        <source>Total: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.py" line="381"/>
+        <location filename="../UI/CompareDialog.py" line="134"/>
+        <source>Changed: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.py" line="382"/>
+        <location filename="../UI/CompareDialog.py" line="135"/>
+        <source>Added: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.py" line="383"/>
+        <location filename="../UI/CompareDialog.py" line="136"/>
+        <source>Deleted: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.py" line="276"/>
+        <location filename="../UI/CompareDialog.py" line="262"/>
+        <source>Compare Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.py" line="277"/>
+        <location filename="../UI/CompareDialog.py" line="263"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.ui" line="0"/>
+        <source>File Comparison</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.ui" line="0"/>
+        <source>Files to be compared:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.ui" line="0"/>
+        <source>File &amp;1:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.ui" line="0"/>
+        <source>Enter the name of the first file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.ui" line="0"/>
+        <source>File &amp;2:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.ui" line="0"/>
+        <source>Enter the name of the second file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.ui" line="0"/>
+        <source>Press to move to the first difference</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.ui" line="0"/>
+        <source>Press to move to the previous difference</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.ui" line="0"/>
+        <source>Press to move to the next difference</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.ui" line="0"/>
+        <source>Press to move to the last difference</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.ui" line="0"/>
+        <source>Select, if the horizontal scrollbars should be synchronized</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.ui" line="0"/>
+        <source>&amp;Synchronize horizontal scrollbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/CompareDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ComplexityChecker</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Complexity/translations.py" line="15" />
-      <source>'{0}' is too complex ({1})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Complexity/translations.py" line="18" />
-      <source>source code line is too complex ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Complexity/translations.py" line="21" />
-      <source>overall source code line complexity is too high ({0})</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Complexity/translations.py" line="15"/>
+        <source>&apos;{0}&apos; is too complex ({1})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Complexity/translations.py" line="18"/>
+        <source>source code line is too complex ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Complexity/translations.py" line="21"/>
+        <source>overall source code line complexity is too high ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Conda</name>
     <message>
-      <location filename="../CondaInterface/Conda.py" line="38" />
-      <source>&lt;root&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/Conda.py" line="164" />
-      <location filename="../CondaInterface/Conda.py" line="156" />
-      <location filename="../CondaInterface/Conda.py" line="140" />
-      <source>conda remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/Conda.py" line="141" />
-      <source>The conda executable could not be started.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/Conda.py" line="157" />
-      <source>The conda executable returned invalid data.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/Conda.py" line="165" />
-      <source>&lt;p&gt;The conda executable returned an error.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/Conda.py" line="504" />
-      <source>Uninstall Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/Conda.py" line="505" />
-      <source>Do you really want to uninstall these packages and their dependencies?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/Conda.py" line="715" />
-      <source>conda exited with an error ({0}).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/Conda.py" line="724" />
-      <source>conda did not finish within 3 seconds.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/Conda.py" line="726" />
-      <source>conda could not be started.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CondaInterface/Conda.py" line="38"/>
+        <source>&lt;root&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/Conda.py" line="164"/>
+        <location filename="../CondaInterface/Conda.py" line="156"/>
+        <location filename="../CondaInterface/Conda.py" line="140"/>
+        <source>conda remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/Conda.py" line="141"/>
+        <source>The conda executable could not be started.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/Conda.py" line="157"/>
+        <source>The conda executable returned invalid data.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/Conda.py" line="165"/>
+        <source>&lt;p&gt;The conda executable returned an error.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/Conda.py" line="504"/>
+        <source>Uninstall Packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/Conda.py" line="505"/>
+        <source>Do you really want to uninstall these packages and their dependencies?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/Conda.py" line="715"/>
+        <source>conda exited with an error ({0}).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/Conda.py" line="724"/>
+        <source>conda did not finish within 3 seconds.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/Conda.py" line="726"/>
+        <source>conda could not be started.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CondaExecDialog</name>
     <message>
-      <location filename="../CondaInterface/CondaExecDialog.py" line="97" />
-      <location filename="../CondaInterface/CondaExecDialog.ui" line="0" />
-      <source>Conda Execution</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExecDialog.ui" line="0" />
-      <source>Messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExecDialog.ui" line="0" />
-      <source>&lt;b&gt;conda Execution&lt;/b&gt;
+        <location filename="../CondaInterface/CondaExecDialog.py" line="97"/>
+        <location filename="../CondaInterface/CondaExecDialog.ui" line="0"/>
+        <source>Conda Execution</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExecDialog.ui" line="0"/>
+        <source>Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExecDialog.ui" line="0"/>
+        <source>&lt;b&gt;conda Execution&lt;/b&gt;
 &lt;p&gt;This shows the output of the conda command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExecDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExecDialog.ui" line="0" />
-      <source>&lt;b&gt;conda Execution&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExecDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExecDialog.ui" line="0"/>
+        <source>&lt;b&gt;conda Execution&lt;/b&gt;
 &lt;p&gt;This shows the errors of the conda command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExecDialog.py" line="98" />
-      <source>The conda executable could not be started. Is it configured correctly?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExecDialog.py" line="105" />
-      <source>Operation started.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExecDialog.py" line="98"/>
+        <source>The conda executable could not be started. Is it configured correctly?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExecDialog.py" line="105"/>
+        <source>Operation started.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExecDialog.py" line="138" />
-      <source>Operation finished.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExecDialog.py" line="138"/>
+        <source>Operation finished.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExecDialog.py" line="158" />
-      <source>Conda command '{0}' did not return success.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExecDialog.py" line="170" />
-      <location filename="../CondaInterface/CondaExecDialog.py" line="165" />
-      <source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExecDialog.py" line="158"/>
+        <source>Conda command &apos;{0}&apos; did not return success.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExecDialog.py" line="170"/>
+        <location filename="../CondaInterface/CondaExecDialog.py" line="165"/>
+        <source>
 Conda Message: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExecDialog.py" line="208" />
-      <source>{0} (Size: {1})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExecDialog.py" line="213" />
-      <source>Fetching {0} ...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExecDialog.py" line="216" />
-      <source> Done.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExecDialog.py" line="208"/>
+        <source>{0} (Size: {1})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExecDialog.py" line="213"/>
+        <source>Fetching {0} ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExecDialog.py" line="216"/>
+        <source> Done.
 </source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CondaExportDialog</name>
     <message>
-      <location filename="../CondaInterface/CondaExportDialog.py" line="48" />
-      <source>&amp;Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.py" line="222" />
-      <location filename="../CondaInterface/CondaExportDialog.py" line="53" />
-      <source>Text Files (*.txt);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.ui" line="0" />
-      <location filename="../CondaInterface/CondaExportDialog.py" line="220" />
-      <location filename="../CondaInterface/CondaExportDialog.py" line="198" />
-      <location filename="../CondaInterface/CondaExportDialog.py" line="183" />
-      <location filename="../CondaInterface/CondaExportDialog.py" line="112" />
-      <source>Generate Requirements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.py" line="113" />
-      <source>The requirements were changed. Do you want to overwrite these changes?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.py" line="146" />
-      <source>No output generated by conda.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.py" line="184" />
-      <source>The file &lt;b&gt;{0}&lt;/b&gt; already exists. Do you want to overwrite it?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.py" line="199" />
-      <source>&lt;p&gt;The requirements could not be written to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.ui" line="0" />
-      <source>Conda Environment:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.ui" line="0" />
-      <source>Requirements File:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.ui" line="0" />
-      <source>Press to save to the requirements file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.ui" line="0" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.ui" line="0" />
-      <source>Save to a new file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.ui" line="0" />
-      <source>Save To</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.ui" line="0" />
-      <source>Copy the requirements text to the clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.ui" line="0" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.ui" line="0" />
-      <source>Insert the requirements text at the cursor position</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.ui" line="0" />
-      <source>Insert</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.ui" line="0" />
-      <source>Replace the current selection with the requirements text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.ui" line="0" />
-      <source>Replace Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.ui" line="0" />
-      <source>Replace all text with the requirements text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaExportDialog.ui" line="0" />
-      <source>Replace All</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CondaInterface/CondaExportDialog.py" line="48"/>
+        <source>&amp;Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.py" line="222"/>
+        <location filename="../CondaInterface/CondaExportDialog.py" line="53"/>
+        <source>Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.ui" line="0"/>
+        <location filename="../CondaInterface/CondaExportDialog.py" line="220"/>
+        <location filename="../CondaInterface/CondaExportDialog.py" line="198"/>
+        <location filename="../CondaInterface/CondaExportDialog.py" line="183"/>
+        <location filename="../CondaInterface/CondaExportDialog.py" line="112"/>
+        <source>Generate Requirements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.py" line="113"/>
+        <source>The requirements were changed. Do you want to overwrite these changes?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.py" line="146"/>
+        <source>No output generated by conda.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.py" line="184"/>
+        <source>The file &lt;b&gt;{0}&lt;/b&gt; already exists. Do you want to overwrite it?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.py" line="199"/>
+        <source>&lt;p&gt;The requirements could not be written to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.ui" line="0"/>
+        <source>Conda Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.ui" line="0"/>
+        <source>Requirements File:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.ui" line="0"/>
+        <source>Press to save to the requirements file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.ui" line="0"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.ui" line="0"/>
+        <source>Save to a new file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.ui" line="0"/>
+        <source>Save To</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.ui" line="0"/>
+        <source>Copy the requirements text to the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.ui" line="0"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.ui" line="0"/>
+        <source>Insert the requirements text at the cursor position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.ui" line="0"/>
+        <source>Insert</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.ui" line="0"/>
+        <source>Replace the current selection with the requirements text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.ui" line="0"/>
+        <source>Replace Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.ui" line="0"/>
+        <source>Replace all text with the requirements text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaExportDialog.ui" line="0"/>
+        <source>Replace All</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CondaInfoDialog</name>
     <message>
-      <location filename="../CondaInterface/CondaInfoDialog.py" line="114" />
-      <location filename="../CondaInterface/CondaInfoDialog.py" line="61" />
-      <source>None</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.py" line="68" />
-      <source>{0} (writable)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>Conda Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>&lt;h2&gt;Conda Information&lt;/h2&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>conda Version:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>conda-build Version:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>python Version:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>Active Environment:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>User Configuration:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>System Configuration:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>Populated Configurations:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>Base Environment:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>Channel URLs:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>Package Cache:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>Environment Directories:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>Platform:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>User-Agent:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>UID:GID:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>netrc File:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>Offline Mode:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaInfoDialog.ui" line="0" />
-      <source>conda-env Version:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CondaInterface/CondaInfoDialog.py" line="114"/>
+        <location filename="../CondaInterface/CondaInfoDialog.py" line="61"/>
+        <source>None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.py" line="68"/>
+        <source>{0} (writable)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>Conda Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>&lt;h2&gt;Conda Information&lt;/h2&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>conda Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>conda-build Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>python Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>Active Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>User Configuration:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>System Configuration:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>Populated Configurations:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>Base Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>Channel URLs:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>Package Cache:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>Environment Directories:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>Platform:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>User-Agent:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>UID:GID:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>netrc File:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>Offline Mode:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaInfoDialog.ui" line="0"/>
+        <source>conda-env Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CondaInterface</name>
     <message>
-      <location filename="../CondaInterface/__init__.py" line="39" />
-      <source>&lt;conda not found or not configured.&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/__init__.py" line="52" />
-      <source>&lt;conda returned invalid data.&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/__init__.py" line="58" />
-      <source>&lt;conda returned an error: {0}.&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CondaInterface/__init__.py" line="39"/>
+        <source>&lt;conda not found or not configured.&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/__init__.py" line="52"/>
+        <source>&lt;conda returned invalid data.&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/__init__.py" line="58"/>
+        <source>&lt;conda returned an error: {0}.&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CondaNewEnvironmentDataDialog</name>
     <message>
-      <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.py" line="44" />
-      <source>Text Files (*.txt);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0" />
-      <source>New Conda Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0" />
-      <source>Logical Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0" />
-      <source>Enter a unique name for the virtual environment to register it with the Virtual Environment Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0" />
-      <source>Name for registration of the virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0" />
-      <source>Conda Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0" />
-      <source>Enter the name of the virtual environment in Conda</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0" />
-      <source>Name of the virtual environment in Conda</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0" />
-      <source>Requirements File:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.py" line="44"/>
+        <source>Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0"/>
+        <source>New Conda Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0"/>
+        <source>Logical Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0"/>
+        <source>Enter a unique name for the virtual environment to register it with the Virtual Environment Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0"/>
+        <source>Name for registration of the virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0"/>
+        <source>Conda Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0"/>
+        <source>Enter the name of the virtual environment in Conda</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0"/>
+        <source>Name of the virtual environment in Conda</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0"/>
+        <source>Requirements File:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CondaPackageDetailsDialog</name>
     <message>
-      <location filename="../CondaInterface/CondaPackageDetailsWidget.py" line="96" />
-      <source>Package Details</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CondaInterface/CondaPackageDetailsWidget.py" line="96"/>
+        <source>Package Details</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CondaPackageDetailsWidget</name>
     <message>
-      <location filename="../CondaInterface/CondaPackageDetailsWidget.py" line="36" />
-      <source>&lt;b&gt;{0} / {1} / {2}&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackageDetailsWidget.py" line="57" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0" />
-      <source>Filename:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0" />
-      <source>Size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0" />
-      <source>Channel:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0" />
-      <source>URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0" />
-      <source>MD5:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0" />
-      <source>Timestamp:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0" />
-      <source>License:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0" />
-      <source>Platform:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0" />
-      <source>Dependencies:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CondaInterface/CondaPackageDetailsWidget.py" line="36"/>
+        <source>&lt;b&gt;{0} / {1} / {2}&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackageDetailsWidget.py" line="57"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0"/>
+        <source>Filename:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0"/>
+        <source>Size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0"/>
+        <source>Channel:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0"/>
+        <source>URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0"/>
+        <source>MD5:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0"/>
+        <source>Timestamp:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0"/>
+        <source>License:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0"/>
+        <source>Platform:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackageDetailsWidget.ui" line="0"/>
+        <source>Dependencies:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CondaPackagesWidget</name>
     <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="75" />
-      <source>Conda Menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="133" />
-      <source>Clean</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="135" />
-      <source>All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="138" />
-      <source>Cache</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="141" />
-      <source>Lock Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="144" />
-      <source>Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="147" />
-      <source>Tarballs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="150" />
-      <source>About Conda...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="152" />
-      <source>Update Conda</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="616" />
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="594" />
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="156" />
-      <source>Install Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="161" />
-      <source>Install Requirements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="167" />
-      <source>Generate Requirements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="172" />
-      <source>Create Environment from Requirements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="658" />
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="176" />
-      <source>Clone Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="704" />
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="180" />
-      <source>Delete Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="186" />
-      <source>Edit User Configuration...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="189" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="239" />
-      <source>Getting installed packages...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="250" />
-      <source>Getting outdated packages...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="277" />
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="270" />
-      <source>{0} (Build: {1})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="420" />
-      <source>Conda Search Package Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="595" />
-      <source>Package Specifications (separated by whitespace):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="618" />
-      <source>Text Files (*.txt);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="681" />
-      <source>Create Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="705" />
-      <source>&lt;p&gt;Shall the environment &lt;b&gt;{0}&lt;/b&gt; really be deleted?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="730" />
-      <source>Edit Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.py" line="731" />
-      <source>The configuration file "{0}" does not exist or is not writable.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>&lt;h2&gt;conda is not available&lt;/h2&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Press to re-check the availability of conda</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Re-Check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Press to install the selected package (by name or package specification)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Press to show details for the selected entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Toggle to show or hide the search window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Enter search specification</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Press to start the search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Search string is a pattern (default)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Search Pattern</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Search string is a full name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Full Name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Search string is a package specification</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Package Specification</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Platform:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Select the platform</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Build</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Platform</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Press to refresh the lists</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Press to upgrade the selected packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Press to upgrade all listed packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Press to uninstall the selected package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Installed Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" />
-      <source>Available Version</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="75"/>
+        <source>Conda Menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="133"/>
+        <source>Clean</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="135"/>
+        <source>All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="138"/>
+        <source>Cache</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="141"/>
+        <source>Lock Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="144"/>
+        <source>Packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="147"/>
+        <source>Tarballs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="150"/>
+        <source>About Conda...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="152"/>
+        <source>Update Conda</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="616"/>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="594"/>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="156"/>
+        <source>Install Packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="161"/>
+        <source>Install Requirements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="167"/>
+        <source>Generate Requirements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="172"/>
+        <source>Create Environment from Requirements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="658"/>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="176"/>
+        <source>Clone Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="704"/>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="180"/>
+        <source>Delete Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="186"/>
+        <source>Edit User Configuration...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="189"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="239"/>
+        <source>Getting installed packages...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="250"/>
+        <source>Getting outdated packages...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="277"/>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="270"/>
+        <source>{0} (Build: {1})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="420"/>
+        <source>Conda Search Package Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="595"/>
+        <source>Package Specifications (separated by whitespace):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="618"/>
+        <source>Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="681"/>
+        <source>Create Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="705"/>
+        <source>&lt;p&gt;Shall the environment &lt;b&gt;{0}&lt;/b&gt; really be deleted?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="730"/>
+        <source>Edit Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.py" line="731"/>
+        <source>The configuration file &quot;{0}&quot; does not exist or is not writable.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>&lt;h2&gt;conda is not available&lt;/h2&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Press to re-check the availability of conda</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Re-Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Press to install the selected package (by name or package specification)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Press to show details for the selected entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Toggle to show or hide the search window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Enter search specification</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Press to start the search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Search string is a pattern (default)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Search Pattern</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Search string is a full name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Full Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Search string is a package specification</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Package Specification</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Platform:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Select the platform</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Build</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Platform</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Press to refresh the lists</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Press to upgrade the selected packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Press to upgrade all listed packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Press to uninstall the selected package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Installed Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0"/>
+        <source>Available Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CondaPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/CondaPage.py" line="32" />
-      <source>Press to select the conda executable via a file selection dialog.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CondaPage.ui" line="0" />
-      <source>&lt;b&gt;Configure "conda" support&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CondaPage.ui" line="0" />
-      <source>conda Executable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CondaPage.ui" line="0" />
-      <source>Enter the path to the conda executable.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CondaPage.ui" line="0" />
-      <source>&lt;b&gt;Note:&lt;/b&gt; Leave this entry empty to use the default value (conda or conda.exe).</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/CondaPage.py" line="32"/>
+        <source>Press to select the conda executable via a file selection dialog.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CondaPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure &quot;conda&quot; support&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CondaPage.ui" line="0"/>
+        <source>conda Executable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CondaPage.ui" line="0"/>
+        <source>Enter the path to the conda executable.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CondaPage.ui" line="0"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; Leave this entry empty to use the default value (conda or conda.exe).</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ConfigurationWidget</name>
     <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="166" />
-      <source>Application</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="172" />
-      <source>Conda</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="174" />
-      <source>Cooperation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="181" />
-      <source>Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="188" />
-      <source>Email</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="195" />
-      <source>Graphics</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="857" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="202" />
-      <source>Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="906" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="874" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="843" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="746" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="631" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="209" />
-      <source>Icons</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="215" />
-      <source>IRC</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="217" />
-      <source>Log-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="224" />
-      <source>MicroPython</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="231" />
-      <source>Mimetypes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="760" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="238" />
-      <source>Network</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="245" />
-      <source>Notifications</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="888" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="252" />
-      <source>PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="259" />
-      <source>Python Package Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="266" />
-      <source>Plugin Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="767" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="645" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="273" />
-      <source>Printer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="280" />
-      <source>Python</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="286" />
-      <source>Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="774" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="288" />
-      <source>Security</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="295" />
-      <source>Shell</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="301" />
-      <source>Tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="303" />
-      <source>Templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="826" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="310" />
-      <source>Tray Starter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="317" />
-      <source>Version Control Systems</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="324" />
-      <source>Debugger</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="659" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="366" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="331" />
-      <source>General</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="338" />
-      <source>Python3</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="652" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="345" />
-      <source>Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="352" />
-      <source>APIs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="359" />
-      <source>Documentation Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="666" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="373" />
-      <source>Filehandling</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="673" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="380" />
-      <source>Searching</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="809" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="680" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="609" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="387" />
-      <source>Spell checking</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="687" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="394" />
-      <source>Style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="401" />
-      <source>Code Checkers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="694" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="408" />
-      <source>Typing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="415" />
-      <source>Exporters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="422" />
-      <source>Autocompletion</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="450" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="429" />
-      <source>QScintilla</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="506" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="457" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="436" />
-      <source>Jedi</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="443" />
-      <source>Calltips</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="701" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="464" />
-      <source>Highlighters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="708" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="471" />
-      <source>Filetype Associations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="715" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="478" />
-      <source>Styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="722" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="485" />
-      <source>Keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="729" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="492" />
-      <source>Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="499" />
-      <source>Mouse Click Handlers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="512" />
-      <source>Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="781" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="514" />
-      <source>Help Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="521" />
-      <source>Help Viewers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="542" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="528" />
-      <source>Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="535" />
-      <source>Project Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="549" />
-      <source>Multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="913" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="881" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="850" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="753" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="638" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="563" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="556" />
-      <source>Interface</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="570" />
-      <source>Viewmanager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="581" />
-      <source>Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="788" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="588" />
-      <source>Appearance</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="795" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="595" />
-      <source>eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="802" />
-      <location filename="../Preferences/ConfigurationDialog.py" line="602" />
-      <source>VirusTotal Interface</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="999" />
-      <source>Enter search text...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="1072" />
-      <source>Preferences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="1078" />
-      <source>Please select an entry of the list 
+        <location filename="../Preferences/ConfigurationDialog.py" line="166"/>
+        <source>Application</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="172"/>
+        <source>Conda</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="174"/>
+        <source>Cooperation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="181"/>
+        <source>Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="188"/>
+        <source>Email</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="195"/>
+        <source>Graphics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="857"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="202"/>
+        <source>Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="906"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="874"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="843"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="746"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="631"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="209"/>
+        <source>Icons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="215"/>
+        <source>IRC</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="217"/>
+        <source>Log-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="224"/>
+        <source>MicroPython</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="231"/>
+        <source>Mimetypes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="760"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="238"/>
+        <source>Network</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="245"/>
+        <source>Notifications</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="888"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="252"/>
+        <source>PDF Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="259"/>
+        <source>Python Package Management</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="266"/>
+        <source>Plugin Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="767"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="645"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="273"/>
+        <source>Printer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="280"/>
+        <source>Python</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="286"/>
+        <source>Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="774"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="288"/>
+        <source>Security</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="295"/>
+        <source>Shell</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="301"/>
+        <source>Tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="303"/>
+        <source>Templates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="826"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="310"/>
+        <source>Tray Starter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="317"/>
+        <source>Version Control Systems</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="324"/>
+        <source>Debugger</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="659"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="366"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="331"/>
+        <source>General</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="338"/>
+        <source>Python3</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="652"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="345"/>
+        <source>Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="352"/>
+        <source>APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="359"/>
+        <source>Documentation Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="666"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="373"/>
+        <source>Filehandling</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="673"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="380"/>
+        <source>Searching</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="809"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="680"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="609"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="387"/>
+        <source>Spell checking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="687"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="394"/>
+        <source>Style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="401"/>
+        <source>Code Checkers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="694"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="408"/>
+        <source>Typing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="415"/>
+        <source>Exporters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="422"/>
+        <source>Autocompletion</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="450"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="429"/>
+        <source>QScintilla</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="506"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="457"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="436"/>
+        <source>Jedi</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="443"/>
+        <source>Calltips</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="701"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="464"/>
+        <source>Highlighters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="708"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="471"/>
+        <source>Filetype Associations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="715"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="478"/>
+        <source>Styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="722"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="485"/>
+        <source>Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="729"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="492"/>
+        <source>Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="499"/>
+        <source>Mouse Click Handlers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="512"/>
+        <source>Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="781"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="514"/>
+        <source>Help Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="521"/>
+        <source>Help Viewers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="542"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="528"/>
+        <source>Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="535"/>
+        <source>Project Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="549"/>
+        <source>Multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="913"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="881"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="850"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="753"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="638"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="563"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="556"/>
+        <source>Interface</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="570"/>
+        <source>Viewmanager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="581"/>
+        <source>Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="788"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="588"/>
+        <source>Appearance</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="795"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="595"/>
+        <source>eric Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="802"/>
+        <location filename="../Preferences/ConfigurationDialog.py" line="602"/>
+        <source>VirusTotal Interface</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="999"/>
+        <source>Enter search text...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="1072"/>
+        <source>Preferences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="1078"/>
+        <source>Please select an entry of the list 
 to display the configuration page.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="1155" />
-      <source>Configuration Page Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationDialog.py" line="1156" />
-      <source>&lt;p&gt;The configuration page &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="1155"/>
+        <source>Configuration Page Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationDialog.py" line="1156"/>
+        <source>&lt;p&gt;The configuration page &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Connection</name>
     <message>
-      <location filename="../Cooperation/Connection.py" line="78" />
-      <source>undefined</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/Connection.py" line="79" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/Connection.py" line="209" />
-      <source>* Connection attempted by banned user '{0}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/Connection.py" line="223" />
-      <source>New Connection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/Connection.py" line="224" />
-      <source>&lt;p&gt;Accept connection from &lt;strong&gt;{0}@{1}&lt;/strong&gt;?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/Connection.py" line="494" />
-      <source>* Connection to {0}:{1} refused.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Cooperation/Connection.py" line="78"/>
+        <source>undefined</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/Connection.py" line="79"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/Connection.py" line="209"/>
+        <source>* Connection attempted by banned user &apos;{0}&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/Connection.py" line="223"/>
+        <source>New Connection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/Connection.py" line="224"/>
+        <source>&lt;p&gt;Accept connection from &lt;strong&gt;{0}@{1}&lt;/strong&gt;?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/Connection.py" line="494"/>
+        <source>* Connection to {0}:{1} refused.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ConnectionSelectionDialog</name>
     <message>
-      <location filename="../MicroPython/ConnectionSelectionDialog.py" line="47" />
-      <source>{0} - {1}</source>
-      <comment>description - port name</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/ConnectionSelectionDialog.ui" line="0" />
-      <source>Port and Device Type Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/ConnectionSelectionDialog.ui" line="0" />
-      <source>Serial Port Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/ConnectionSelectionDialog.ui" line="0" />
-      <source>Select the serial port name to connect</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/ConnectionSelectionDialog.ui" line="0" />
-      <source>Device Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/ConnectionSelectionDialog.ui" line="0" />
-      <source>Select the device type</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/ConnectionSelectionDialog.py" line="47"/>
+        <source>{0} - {1}</source>
+        <comment>description - port name</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/ConnectionSelectionDialog.ui" line="0"/>
+        <source>Port and Device Type Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/ConnectionSelectionDialog.ui" line="0"/>
+        <source>Serial Port Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/ConnectionSelectionDialog.ui" line="0"/>
+        <source>Select the serial port name to connect</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/ConnectionSelectionDialog.ui" line="0"/>
+        <source>Device Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/ConnectionSelectionDialog.ui" line="0"/>
+        <source>Select the device type</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CookieDetailsDialog</name>
     <message>
-      <location filename="../WebBrowser/CookieJar/CookieDetailsDialog.ui" line="0" />
-      <source>Cookie Details</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookieDetailsDialog.ui" line="0" />
-      <source>Domain:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookieDetailsDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookieDetailsDialog.ui" line="0" />
-      <source>Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookieDetailsDialog.ui" line="0" />
-      <source>Secure:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookieDetailsDialog.ui" line="0" />
-      <source>Expires:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookieDetailsDialog.ui" line="0" />
-      <source>Contents:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/CookieJar/CookieDetailsDialog.ui" line="0"/>
+        <source>Cookie Details</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookieDetailsDialog.ui" line="0"/>
+        <source>Domain:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookieDetailsDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookieDetailsDialog.ui" line="0"/>
+        <source>Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookieDetailsDialog.ui" line="0"/>
+        <source>Secure:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookieDetailsDialog.ui" line="0"/>
+        <source>Expires:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookieDetailsDialog.ui" line="0"/>
+        <source>Contents:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CookieExceptionsModel</name>
     <message>
-      <location filename="../WebBrowser/CookieJar/CookieExceptionsModel.py" line="34" />
-      <source>Website</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookieExceptionsModel.py" line="35" />
-      <source>Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookieExceptionsModel.py" line="83" />
-      <source>Allow</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookieExceptionsModel.py" line="92" />
-      <source>Block</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookieExceptionsModel.py" line="101" />
-      <source>Allow For Session</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/CookieJar/CookieExceptionsModel.py" line="34"/>
+        <source>Website</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookieExceptionsModel.py" line="35"/>
+        <source>Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookieExceptionsModel.py" line="83"/>
+        <source>Allow</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookieExceptionsModel.py" line="92"/>
+        <source>Block</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookieExceptionsModel.py" line="101"/>
+        <source>Allow For Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CookiesConfigurationDialog</name>
     <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>Configure cookies</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Configure cookies&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>&amp;Accept Cookies:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>Select the accept policy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>Always</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>Never</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>Only from sites you navigate to</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>Show a dialog to configure exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>&amp;Exceptions...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>&amp;Keep until:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>Select the keep policy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>They expire</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>I exit the application</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>Show a dialog listing all cookies</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>&amp;Show Cookies...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>Select to filter tracking cookies</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0" />
-      <source>&amp;Filter Tracking Cookies</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>Configure cookies</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Configure cookies&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>&amp;Accept Cookies:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>Select the accept policy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>Always</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>Never</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>Only from sites you navigate to</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>Show a dialog to configure exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>&amp;Exceptions...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>&amp;Keep until:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>Select the keep policy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>They expire</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>I exit the application</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>Show a dialog listing all cookies</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>&amp;Show Cookies...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>Select to filter tracking cookies</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesConfigurationDialog.ui" line="0"/>
+        <source>&amp;Filter Tracking Cookies</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CookiesDialog</name>
     <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>Cookies</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>Enter search term for cookies</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>Cookie Name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>Domain:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="178" />
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="177" />
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="176" />
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="175" />
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="174" />
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="173" />
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>&lt;no cookie selected&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>Secure:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>Expiration:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>Value:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>Press to remove the selected cookie or list of cookies</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>&amp;Remove Cookies</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>Press to remove all cookies</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>Remove &amp;All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>Press to open the cookies exceptions dialog to add a new rule</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" />
-      <source>Add R&amp;ule...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="147" />
-      <source>Remove All Cookies</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="148" />
-      <source>Do you really want to remove all stored cookies?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="180" />
-      <source>Remove Cookies</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="189" />
-      <source>Secure connections only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="191" />
-      <source>All connections</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="193" />
-      <source>Session Cookie</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="202" />
-      <source>Remove Cookie</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>Cookies</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>Enter search term for cookies</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>Cookie Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>Domain:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="178"/>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="177"/>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="176"/>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="175"/>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="174"/>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="173"/>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>&lt;no cookie selected&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>Secure:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>Expiration:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>Value:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>Press to remove the selected cookie or list of cookies</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>&amp;Remove Cookies</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>Press to remove all cookies</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>Remove &amp;All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>Press to open the cookies exceptions dialog to add a new rule</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0"/>
+        <source>Add R&amp;ule...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="147"/>
+        <source>Remove All Cookies</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="148"/>
+        <source>Do you really want to remove all stored cookies?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="180"/>
+        <source>Remove Cookies</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="189"/>
+        <source>Secure connections only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="191"/>
+        <source>All connections</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="193"/>
+        <source>Session Cookie</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="202"/>
+        <source>Remove Cookie</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CookiesExceptionsDialog</name>
     <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.py" line="60" />
-      <source>Allow For Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" />
-      <source>Cookie Exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" />
-      <source>New Exception</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" />
-      <source>&amp;Domain:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" />
-      <source>Enter the domain name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" />
-      <source>Press to always reject cookies for the domain</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" />
-      <source>&amp;Block</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" />
-      <source>Press to accept cookies for the domain for the current session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" />
-      <source>Allow For &amp;Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" />
-      <source>Press to always accept cookies for the domain</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" />
-      <source>Allo&amp;w</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" />
-      <source>Exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" />
-      <source>Enter search term for exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" />
-      <source>Press to remove the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" />
-      <source>&amp;Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" />
-      <source>Press to remove all entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" />
-      <source>Remove &amp;All</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.py" line="60"/>
+        <source>Allow For Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0"/>
+        <source>Cookie Exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0"/>
+        <source>New Exception</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0"/>
+        <source>&amp;Domain:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0"/>
+        <source>Enter the domain name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0"/>
+        <source>Press to always reject cookies for the domain</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0"/>
+        <source>&amp;Block</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0"/>
+        <source>Press to accept cookies for the domain for the current session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0"/>
+        <source>Allow For &amp;Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0"/>
+        <source>Press to always accept cookies for the domain</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0"/>
+        <source>Allo&amp;w</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0"/>
+        <source>Exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0"/>
+        <source>Enter search term for exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0"/>
+        <source>Press to remove the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0"/>
+        <source>&amp;Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0"/>
+        <source>Press to remove all entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0"/>
+        <source>Remove &amp;All</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CooperationClient</name>
     <message>
-      <location filename="../Cooperation/CooperationClient.py" line="85" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/CooperationClient.py" line="295" />
-      <source>Illegal address: {0}@{1}
+        <location filename="../Cooperation/CooperationClient.py" line="85"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/CooperationClient.py" line="295"/>
+        <source>Illegal address: {0}@{1}
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Cooperation/CooperationClient.py" line="387" />
-      <source>No servers present.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Cooperation/CooperationClient.py" line="387"/>
+        <source>No servers present.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CooperationPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>&lt;b&gt;Configure cooperation settings&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Select to start the server automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Start server automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Server Port:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Enter the port number to listen on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Select to incrementally try other ports for the server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Try other ports for server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>No. ports to try:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Enter the maximum number of additional ports to try</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Connections</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Select to accept incomming connections automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Accept connections automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Banned Users</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Delete the selected entries from the list of banned users</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Enter the user and host of the banned user</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Add the user to the list of banned users</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure cooperation settings&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Select to start the server automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Start server automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Server Port:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Enter the port number to listen on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Select to incrementally try other ports for the server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Try other ports for server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>No. ports to try:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Enter the maximum number of additional ports to try</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Connections</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Select to accept incomming connections automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Accept connections automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Banned Users</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Delete the selected entries from the list of banned users</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Enter the user and host of the banned user</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Add the user to the list of banned users</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/CooperationPage.ui" line="0"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CreateDialogCodeDialog</name>
     <message>
-      <location filename="../Project/CreateDialogCodeDialog.ui" line="0" />
-      <source>Forms code generator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.ui" line="0" />
-      <source>&amp;Classname:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.ui" line="0" />
-      <source>Select the class that should get the forms code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.ui" line="0" />
-      <source>Press to generate a new forms class</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.ui" line="0" />
-      <source>&amp;New...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.ui" line="0" />
-      <source>&amp;Filename:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.ui" line="0" />
-      <source>Displays the name of the file containing the code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.ui" line="0" />
-      <source>Filter &amp;with:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.ui" line="0" />
-      <source>Enter a regular expression to filter the list below</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="146" />
-      <source>Create Dialog Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="147" />
-      <source>The file &lt;b&gt;{0}&lt;/b&gt; exists but does not contain any classes.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="239" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="230" />
-      <source>uic error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="231" />
-      <source>&lt;p&gt;There was an error loading the form &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="240" />
-      <source>&lt;p&gt;The project specific Python interpreter &lt;b&gt;{0}&lt;/b&gt; could not be started or did not finish within 30 seconds.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="389" />
-      <source>Update Slots List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="390" />
-      <source>&lt;p&gt;The update of the slots list failed because invalid data was received.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="606" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="503" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="465" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="453" />
-      <location filename="../Project/CreateDialogCodeDialog.py" line="417" />
-      <source>Code Generation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="418" />
-      <source>&lt;p&gt;Code generation for project language "{0}" is not supported.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="454" />
-      <source>&lt;p&gt;No code template file available for project type "{0}".&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="466" />
-      <source>&lt;p&gt;Could not open the code template file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="504" />
-      <source>&lt;p&gt;Could not open the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/CreateDialogCodeDialog.py" line="607" />
-      <source>&lt;p&gt;Could not write the source file "{0}".&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/CreateDialogCodeDialog.ui" line="0"/>
+        <source>Forms code generator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.ui" line="0"/>
+        <source>&amp;Classname:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.ui" line="0"/>
+        <source>Select the class that should get the forms code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.ui" line="0"/>
+        <source>Press to generate a new forms class</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.ui" line="0"/>
+        <source>&amp;New...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.ui" line="0"/>
+        <source>&amp;Filename:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.ui" line="0"/>
+        <source>Displays the name of the file containing the code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.ui" line="0"/>
+        <source>Filter &amp;with:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.ui" line="0"/>
+        <source>Enter a regular expression to filter the list below</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="146"/>
+        <source>Create Dialog Code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="147"/>
+        <source>The file &lt;b&gt;{0}&lt;/b&gt; exists but does not contain any classes.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="239"/>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="230"/>
+        <source>uic error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="231"/>
+        <source>&lt;p&gt;There was an error loading the form &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="240"/>
+        <source>&lt;p&gt;The project specific Python interpreter &lt;b&gt;{0}&lt;/b&gt; could not be started or did not finish within 30 seconds.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="389"/>
+        <source>Update Slots List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="390"/>
+        <source>&lt;p&gt;The update of the slots list failed because invalid data was received.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="606"/>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="503"/>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="465"/>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="453"/>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="417"/>
+        <source>Code Generation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="418"/>
+        <source>&lt;p&gt;Code generation for project language &quot;{0}&quot; is not supported.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="454"/>
+        <source>&lt;p&gt;No code template file available for project type &quot;{0}&quot;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="466"/>
+        <source>&lt;p&gt;Could not open the code template file &quot;{0}&quot;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="504"/>
+        <source>&lt;p&gt;Could not open the source file &quot;{0}&quot;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/CreateDialogCodeDialog.py" line="607"/>
+        <source>&lt;p&gt;Could not write the source file &quot;{0}&quot;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Crypto</name>
     <message>
-      <location filename="../Utilities/crypto/__init__.py" line="96" />
-      <location filename="../Utilities/crypto/__init__.py" line="88" />
-      <location filename="../Utilities/crypto/__init__.py" line="80" />
-      <location filename="../Utilities/crypto/__init__.py" line="67" />
-      <source>Master Password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/crypto/__init__.py" line="68" />
-      <source>Enter the master password:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/crypto/__init__.py" line="81" />
-      <source>The given password is incorrect.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/crypto/__init__.py" line="89" />
-      <source>There is no master password registered.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Utilities/crypto/__init__.py" line="96"/>
+        <location filename="../Utilities/crypto/__init__.py" line="88"/>
+        <location filename="../Utilities/crypto/__init__.py" line="80"/>
+        <location filename="../Utilities/crypto/__init__.py" line="67"/>
+        <source>Master Password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/crypto/__init__.py" line="68"/>
+        <source>Enter the master password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/crypto/__init__.py" line="81"/>
+        <source>The given password is incorrect.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/crypto/__init__.py" line="89"/>
+        <source>There is no master password registered.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CycloneDX</name>
     <message>
-      <location filename="../CycloneDXInterface/CycloneDXUtilities.py" line="190" />
-      <location filename="../CycloneDXInterface/CycloneDXUtilities.py" line="182" />
-      <location filename="../CycloneDXInterface/CycloneDXUtilities.py" line="151" />
-      <location filename="../CycloneDXInterface/CycloneDXUtilities.py" line="115" />
-      <source>CycloneDX - SBOM Creation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXUtilities.py" line="118" />
-      <source>&lt;p&gt;The configured input file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXUtilities.py" line="152" />
-      <source>&lt;p&gt;Some of the dependencies do not have pinned version numbers.&lt;ul&gt;{0}&lt;/ul&gt;The above listed packages will NOT be included in the generated CycloneDX SBOM file as version is a mandatory field.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXUtilities.py" line="183" />
-      <source>&lt;p&gt;The SBOM data was written to file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXUtilities.py" line="191" />
-      <source>&lt;p&gt;The SBOM file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CycloneDXInterface/CycloneDXUtilities.py" line="190"/>
+        <location filename="../CycloneDXInterface/CycloneDXUtilities.py" line="182"/>
+        <location filename="../CycloneDXInterface/CycloneDXUtilities.py" line="151"/>
+        <location filename="../CycloneDXInterface/CycloneDXUtilities.py" line="115"/>
+        <source>CycloneDX - SBOM Creation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXUtilities.py" line="118"/>
+        <source>&lt;p&gt;The configured input file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXUtilities.py" line="152"/>
+        <source>&lt;p&gt;Some of the dependencies do not have pinned version numbers.&lt;ul&gt;{0}&lt;/ul&gt;The above listed packages will NOT be included in the generated CycloneDX SBOM file as version is a mandatory field.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXUtilities.py" line="183"/>
+        <source>&lt;p&gt;The SBOM data was written to file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXUtilities.py" line="191"/>
+        <source>&lt;p&gt;The SBOM file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CycloneDXConfigDialog</name>
     <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>SBOM Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Environment:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Select to build SBOM from environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Select to build SBOM from 'Pipfile.lock' file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>PipEnv</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Select to build SBOM from 'poetry.lock' file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Poetry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Select to build SBOM from 'requirements.txt' file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Requirements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>SBOM Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Select the format of the SBOM file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>JSON</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>XML</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Select to include vulnerability data in the generated SBOM (requires Schema 1.4 or newer)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Include Vulnerability Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Select to include dependency information in the generated SBOM</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Include Dependencies</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>File Format:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Select the SBOM schema version of the SBOM file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Enter the file path for the SBOM file (leave empty for default)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>File Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Schema Version:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Select to generate non-compact, readable output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" />
-      <source>Generate Readable Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="110" />
-      <source>Edit Metadata...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="144" />
-      <source>JSON Files (*.json);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="147" />
-      <source>XML Files (*.xml);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="150" />
-      <source>All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>SBOM Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Select to build SBOM from environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Select to build SBOM from &apos;Pipfile.lock&apos; file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>PipEnv</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Select to build SBOM from &apos;poetry.lock&apos; file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Poetry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Select to build SBOM from &apos;requirements.txt&apos; file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Requirements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>SBOM Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Select the format of the SBOM file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>JSON</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>XML</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Select to include vulnerability data in the generated SBOM (requires Schema 1.4 or newer)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Include Vulnerability Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Select to include dependency information in the generated SBOM</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Include Dependencies</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>File Format:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Select the SBOM schema version of the SBOM file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Enter the file path for the SBOM file (leave empty for default)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>File Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Schema Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Select to generate non-compact, readable output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0"/>
+        <source>Generate Readable Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="110"/>
+        <source>Edit Metadata...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="144"/>
+        <source>JSON Files (*.json);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="147"/>
+        <source>XML Files (*.xml);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="150"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>CycloneDXMetaDataDialog</name>
     <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.py" line="25" />
-      <source>Application</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.py" line="28" />
-      <source>Container</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.py" line="31" />
-      <source>Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.py" line="34" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.py" line="37" />
-      <source>Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.py" line="40" />
-      <source>Framework</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.py" line="43" />
-      <source>Library</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.py" line="46" />
-      <source>Operating System</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>SBOM Meta Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Component</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Enter the component name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Select the component type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Version:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Enter the version number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Description:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Enter a description of the component</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Author</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Enter author's name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Email:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Enter author's email</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>License</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Enter or select the license</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Various</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Manufacturer:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Enter the name of the manufacturer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Supplier:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0" />
-      <source>Enter the name of the supplier</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.py" line="25"/>
+        <source>Application</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.py" line="28"/>
+        <source>Container</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.py" line="31"/>
+        <source>Device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.py" line="34"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.py" line="37"/>
+        <source>Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.py" line="40"/>
+        <source>Framework</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.py" line="43"/>
+        <source>Library</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.py" line="46"/>
+        <source>Operating System</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>SBOM Meta Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Component</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Enter the component name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Select the component type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Enter the version number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Enter a description of the component</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Author</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Enter author&apos;s name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Email:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Enter author&apos;s email</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>License</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Enter or select the license</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Various</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Manufacturer:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Enter the name of the manufacturer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Supplier:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CycloneDXInterface/CycloneDXMetaDataDialog.ui" line="0"/>
+        <source>Enter the name of the supplier</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DebugServer</name>
     <message>
-      <location filename="../Debugger/DebugServer.py" line="189" />
-      <source>created</source>
-      <comment>must be same as in EditWatchpointDialog</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugServer.py" line="192" />
-      <source>changed</source>
-      <comment>must be same as in EditWatchpointDialog</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugServer.py" line="352" />
-      <source>Register Debugger Interface</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugServer.py" line="353" />
-      <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="921" />
-      <source>Connection from illegal host</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugServer.py" line="922" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugServer.py" line="1305" />
-      <location filename="../Debugger/DebugServer.py" line="1223" />
-      <location filename="../Debugger/DebugServer.py" line="1140" />
-      <location filename="../Debugger/DebugServer.py" line="1052" />
-      <source>Start Debugger</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugServer.py" line="1306" />
-      <location filename="../Debugger/DebugServer.py" line="1224" />
-      <location filename="../Debugger/DebugServer.py" line="1141" />
-      <location filename="../Debugger/DebugServer.py" line="1053" />
-      <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="1893" />
-      <source>
+        <location filename="../Debugger/DebugServer.py" line="189"/>
+        <source>created</source>
+        <comment>must be same as in EditWatchpointDialog</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugServer.py" line="192"/>
+        <source>changed</source>
+        <comment>must be same as in EditWatchpointDialog</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugServer.py" line="352"/>
+        <source>Register Debugger Interface</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugServer.py" line="353"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugServer.py" line="921"/>
+        <source>Connection from illegal host</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugServer.py" line="922"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugServer.py" line="1305"/>
+        <location filename="../Debugger/DebugServer.py" line="1223"/>
+        <location filename="../Debugger/DebugServer.py" line="1140"/>
+        <location filename="../Debugger/DebugServer.py" line="1052"/>
+        <source>Start Debugger</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugServer.py" line="1306"/>
+        <location filename="../Debugger/DebugServer.py" line="1224"/>
+        <location filename="../Debugger/DebugServer.py" line="1141"/>
+        <location filename="../Debugger/DebugServer.py" line="1053"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugServer.py" line="1893"/>
+        <source>
 Not connected
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugServer.py" line="2056" />
-      <source>Passive debug connection received
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugServer.py" line="2056"/>
+        <source>Passive debug connection received
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugServer.py" line="2070" />
-      <source>Passive debug connection closed
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugServer.py" line="2070"/>
+        <source>Passive debug connection closed
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugServer.py" line="2200" />
-      <source>&lt;project&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugServer.py" line="2200"/>
+        <source>&lt;project&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DebugUI</name>
     <message>
-      <location filename="../Debugger/DebugUI.py" line="205" />
-      <source>Notification</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="2335" />
-      <location filename="../Debugger/DebugUI.py" line="231" />
-      <source>Run Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="233" />
-      <source>&amp;Run Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="239" />
-      <source>Run the current Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="241" />
-      <source>&lt;b&gt;Run Script&lt;/b&gt;&lt;p&gt;Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="2379" />
-      <location filename="../Debugger/DebugUI.py" line="2335" />
-      <location filename="../Debugger/DebugUI.py" line="252" />
-      <source>Run Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="254" />
-      <source>Run &amp;Project...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="260" />
-      <source>Run the current Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="262" />
-      <source>&lt;b&gt;Run Project&lt;/b&gt;&lt;p&gt;Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="274" />
-      <source>Coverage run of Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="276" />
-      <source>Coverage run of Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="283" />
-      <source>Perform a coverage run of the current Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="286" />
-      <source>&lt;b&gt;Coverage run of Script&lt;/b&gt;&lt;p&gt;Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="297" />
-      <source>Coverage run of Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="299" />
-      <source>Coverage run of Project...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="306" />
-      <source>Perform a coverage run of the current Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="309" />
-      <source>&lt;b&gt;Coverage run of Project&lt;/b&gt;&lt;p&gt;Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="321" />
-      <source>Profile Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="323" />
-      <source>Profile Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="329" />
-      <source>Profile the current Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="331" />
-      <source>&lt;b&gt;Profile Script&lt;/b&gt;&lt;p&gt;Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="341" />
-      <source>Profile Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="343" />
-      <source>Profile Project...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="349" />
-      <source>Profile the current Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="351" />
-      <source>&lt;b&gt;Profile Project&lt;/b&gt;&lt;p&gt;Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="2530" />
-      <location filename="../Debugger/DebugUI.py" line="362" />
-      <source>Debug Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="364" />
-      <source>&amp;Debug Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="370" />
-      <source>Debug the current Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="372" />
-      <source>&lt;b&gt;Debug Script&lt;/b&gt;&lt;p&gt;Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="2584" />
-      <location filename="../Debugger/DebugUI.py" line="2530" />
-      <location filename="../Debugger/DebugUI.py" line="384" />
-      <source>Debug Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="386" />
-      <source>Debug &amp;Project...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="392" />
-      <source>Debug the current Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="394" />
-      <source>&lt;b&gt;Debug Project&lt;/b&gt;&lt;p&gt;Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="408" />
-      <location filename="../Debugger/DebugUI.py" line="406" />
-      <source>Restart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="414" />
-      <source>Restart the last debugged script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="416" />
-      <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="625" />
-      <location filename="../Debugger/DebugUI.py" line="430" />
-      <location filename="../Debugger/DebugUI.py" line="428" />
-      <source>Stop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="436" />
-      <source>Stop the running script.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="438" />
-      <source>&lt;b&gt;Stop&lt;/b&gt;&lt;p&gt;This stops the script running in the debugger backend.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="449" />
-      <source>Continue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="451" />
-      <source>&amp;Continue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="457" />
-      <source>Continue running the program from the current line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="459" />
-      <source>&lt;b&gt;Continue&lt;/b&gt;&lt;p&gt;Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="470" />
-      <source>Continue to Cursor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="472" />
-      <source>Continue &amp;To Cursor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="479" />
-      <source>Continue running the program from the current line to the current cursor position</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="485" />
-      <source>&lt;b&gt;Continue To Cursor&lt;/b&gt;&lt;p&gt;Continue running the program from the current line to the current cursor position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="495" />
-      <source>Continue Until</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="497" />
-      <source>Continue &amp;Until</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="504" />
-      <source>Continue running the program from the current line to the current cursor position or until leaving the current frame</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="510" />
-      <source>&lt;b&gt;Continue Until&lt;/b&gt;&lt;p&gt;Continue running the program from the current line to the cursor position greater than the current line or until leaving the current frame.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="521" />
-      <source>Move Instruction Pointer to Cursor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="523" />
-      <source>&amp;Jump To Cursor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="530" />
-      <source>Skip the code from the current line to the current cursor position</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="536" />
-      <source>&lt;b&gt;Move Instruction Pointer to Cursor&lt;/b&gt;&lt;p&gt;Move the Python internal instruction pointer to the current cursor position without executing the code in between.&lt;/p&gt;&lt;p&gt;It's not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="550" />
-      <source>Single Step</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="552" />
-      <source>Sin&amp;gle Step</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="558" />
-      <source>Execute a single Python statement</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="560" />
-      <source>&lt;b&gt;Single Step&lt;/b&gt;&lt;p&gt;Execute a single Python statement. If the statement is an &lt;tt&gt;import&lt;/tt&gt; statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="572" />
-      <source>Step Over</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="574" />
-      <source>Step &amp;Over</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="581" />
-      <source>Execute a single Python statement staying in the current frame</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="587" />
-      <source>&lt;b&gt;Step Over&lt;/b&gt;&lt;p&gt;Execute a single Python statement staying in the same frame. If the statement is an &lt;tt&gt;import&lt;/tt&gt; statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="600" />
-      <source>Step Out</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="602" />
-      <source>Step Ou&amp;t</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="609" />
-      <source>Execute Python statements until leaving the current frame</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="612" />
-      <source>&lt;b&gt;Step Out&lt;/b&gt;&lt;p&gt;Execute Python statements until leaving the current frame. If the statements are inside an &lt;tt&gt;import&lt;/tt&gt; statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="627" />
-      <source>&amp;Stop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="633" />
-      <source>Stop debugging</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="635" />
-      <source>&lt;b&gt;Stop&lt;/b&gt;&lt;p&gt;Stop the running debugging session.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="641" />
-      <source>Variables Type Filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="642" />
-      <source>Varia&amp;bles Type Filter...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="648" />
-      <source>Configure variables type filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="650" />
-      <source>&lt;b&gt;Variables Type Filter&lt;/b&gt;&lt;p&gt;Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="661" />
-      <source>Exceptions Filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="662" />
-      <source>&amp;Exceptions Filter...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="668" />
-      <source>Configure exceptions filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="670" />
-      <source>&lt;b&gt;Exceptions Filter&lt;/b&gt;&lt;p&gt;Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.&lt;/p&gt;&lt;p&gt;Please note, that all unhandled exceptions are highlighted indepent from the filter list.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="682" />
-      <source>Ignored Exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="683" />
-      <source>&amp;Ignored Exceptions...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="689" />
-      <source>Configure ignored exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="691" />
-      <source>&lt;b&gt;Ignored Exceptions&lt;/b&gt;&lt;p&gt;Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.&lt;/p&gt;&lt;p&gt;Please note, that unhandled exceptions cannot be ignored.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="713" />
-      <location filename="../Debugger/DebugUI.py" line="707" />
-      <location filename="../Debugger/DebugUI.py" line="705" />
-      <source>Toggle Breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="708" />
-      <source>Shift+F11</source>
-      <comment>Debug|Toggle Breakpoint</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="715" />
-      <source>&lt;b&gt;Toggle Breakpoint&lt;/b&gt;&lt;p&gt;Toggles a breakpoint at the current line of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="733" />
-      <location filename="../Debugger/DebugUI.py" line="725" />
-      <source>Edit Breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="727" />
-      <source>Edit Breakpoint...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="728" />
-      <source>Shift+F12</source>
-      <comment>Debug|Edit Breakpoint</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="735" />
-      <source>&lt;b&gt;Edit Breakpoint&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="753" />
-      <location filename="../Debugger/DebugUI.py" line="747" />
-      <location filename="../Debugger/DebugUI.py" line="745" />
-      <source>Next Breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="748" />
-      <source>Ctrl+Shift+PgDown</source>
-      <comment>Debug|Next Breakpoint</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="755" />
-      <source>&lt;b&gt;Next Breakpoint&lt;/b&gt;&lt;p&gt;Go to next breakpoint of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="772" />
-      <location filename="../Debugger/DebugUI.py" line="766" />
-      <location filename="../Debugger/DebugUI.py" line="764" />
-      <source>Previous Breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="767" />
-      <source>Ctrl+Shift+PgUp</source>
-      <comment>Debug|Previous Breakpoint</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="774" />
-      <source>&lt;b&gt;Previous Breakpoint&lt;/b&gt;&lt;p&gt;Go to previous breakpoint of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="790" />
-      <location filename="../Debugger/DebugUI.py" line="784" />
-      <location filename="../Debugger/DebugUI.py" line="783" />
-      <source>Clear Breakpoints</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="792" />
-      <source>&lt;b&gt;Clear Breakpoints&lt;/b&gt;&lt;p&gt;Clear breakpoints of all editors.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="815" />
-      <source>&amp;Debug</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="817" />
-      <source>Sta&amp;rt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="819" />
-      <source>&amp;Breakpoints</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="861" />
-      <location filename="../Debugger/DebugUI.py" line="859" />
-      <source>Start</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="874" />
-      <location filename="../Debugger/DebugUI.py" line="872" />
-      <source>Debug</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1328" />
-      <source>Message: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1332" />
-      <source>&lt;p&gt;The program has terminated with an exit status of {0}.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1337" />
-      <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; has terminated with an exit status of {1}.&lt;/p&gt;&lt;p&gt;{2}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1349" />
-      <source>Program terminated</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1381" />
-      <source>The program being debugged contains an unspecified syntax error.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1401" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; contains the syntax error &lt;b&gt;{1}&lt;/b&gt; at line &lt;b&gt;{2}&lt;/b&gt;, character &lt;b&gt;{3}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1429" />
-      <source>An unhandled exception occured. See the shell window for details.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1476" />
-      <source>&lt;p&gt;The debugged program raised the exception &lt;b&gt;{0}&lt;/b&gt;&lt;br&gt;"&lt;b&gt;{1}&lt;/b&gt;"&lt;br&gt;File: &lt;b&gt;{2}&lt;/b&gt;, Line: &lt;b&gt;{3}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Break here?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1494" />
-      <source>&lt;p&gt;The debugged program raised the exception &lt;b&gt;{0}&lt;/b&gt;&lt;br&gt;"&lt;b&gt;{1}&lt;/b&gt;"&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1550" />
-      <source>&lt;p&gt;The program generate the signal "{0}".&lt;br/&gt;File: &lt;b&gt;{1}&lt;/b&gt;, Line: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1567" />
-      <source>The program being debugged has terminated unexpectedly.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1628" />
-      <source>No locals available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1675" />
-      <source>Breakpoint Condition Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1676" />
-      <source>&lt;p&gt;The condition of the breakpoint &lt;b&gt;{0}, {1}&lt;/b&gt; contains a syntax error.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1733" />
-      <source>Watch Expression Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1734" />
-      <source>&lt;p&gt;The watch expression &lt;b&gt;{0}&lt;/b&gt; contains a syntax error.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1762" />
-      <source>&lt;p&gt;A watch expression '&lt;b&gt;{0}&lt;/b&gt;' already exists.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1767" />
-      <source>&lt;p&gt;A watch expression '&lt;b&gt;{0}&lt;/b&gt;' for the variable &lt;b&gt;{1}&lt;/b&gt; already exists.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1773" />
-      <source>Watch expression already exists</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1976" />
-      <location filename="../Debugger/DebugUI.py" line="1928" />
-      <source>Coverage of Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="1930" />
-      <source>Coverage of Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="2380" />
-      <location filename="../Debugger/DebugUI.py" line="2181" />
-      <location filename="../Debugger/DebugUI.py" line="1977" />
-      <source>There is no main script defined for the current project. Aborting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="2180" />
-      <location filename="../Debugger/DebugUI.py" line="2132" />
-      <source>Profile of Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="2134" />
-      <source>Profile of Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugUI.py" line="2585" />
-      <source>There is no main script defined for the current project. No debugging possible.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/DebugUI.py" line="205"/>
+        <source>Notification</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="2335"/>
+        <location filename="../Debugger/DebugUI.py" line="231"/>
+        <source>Run Script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="233"/>
+        <source>&amp;Run Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="239"/>
+        <source>Run the current Script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="241"/>
+        <source>&lt;b&gt;Run Script&lt;/b&gt;&lt;p&gt;Set the command line arguments and run the script outside the debugger. If the file has unsaved changes it may be saved first.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="2379"/>
+        <location filename="../Debugger/DebugUI.py" line="2335"/>
+        <location filename="../Debugger/DebugUI.py" line="252"/>
+        <source>Run Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="254"/>
+        <source>Run &amp;Project...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="260"/>
+        <source>Run the current Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="262"/>
+        <source>&lt;b&gt;Run Project&lt;/b&gt;&lt;p&gt;Set the command line arguments and run the current project outside the debugger. If files of the current project have unsaved changes they may be saved first.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="274"/>
+        <source>Coverage run of Script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="276"/>
+        <source>Coverage run of Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="283"/>
+        <source>Perform a coverage run of the current Script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="286"/>
+        <source>&lt;b&gt;Coverage run of Script&lt;/b&gt;&lt;p&gt;Set the command line arguments and run the script under the control of a coverage analysis tool. If the file has unsaved changes it may be saved first.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="297"/>
+        <source>Coverage run of Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="299"/>
+        <source>Coverage run of Project...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="306"/>
+        <source>Perform a coverage run of the current Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="309"/>
+        <source>&lt;b&gt;Coverage run of Project&lt;/b&gt;&lt;p&gt;Set the command line arguments and run the current project under the control of a coverage analysis tool. If files of the current project have unsaved changes they may be saved first.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="321"/>
+        <source>Profile Script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="323"/>
+        <source>Profile Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="329"/>
+        <source>Profile the current Script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="331"/>
+        <source>&lt;b&gt;Profile Script&lt;/b&gt;&lt;p&gt;Set the command line arguments and profile the script. If the file has unsaved changes it may be saved first.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="341"/>
+        <source>Profile Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="343"/>
+        <source>Profile Project...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="349"/>
+        <source>Profile the current Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="351"/>
+        <source>&lt;b&gt;Profile Project&lt;/b&gt;&lt;p&gt;Set the command line arguments and profile the current project. If files of the current project have unsaved changes they may be saved first.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="2530"/>
+        <location filename="../Debugger/DebugUI.py" line="362"/>
+        <source>Debug Script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="364"/>
+        <source>&amp;Debug Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="370"/>
+        <source>Debug the current Script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="372"/>
+        <source>&lt;b&gt;Debug Script&lt;/b&gt;&lt;p&gt;Set the command line arguments and set the current line to be the first executable Python statement of the current editor window. If the file has unsaved changes it may be saved first.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="2584"/>
+        <location filename="../Debugger/DebugUI.py" line="2530"/>
+        <location filename="../Debugger/DebugUI.py" line="384"/>
+        <source>Debug Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="386"/>
+        <source>Debug &amp;Project...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="392"/>
+        <source>Debug the current Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="394"/>
+        <source>&lt;b&gt;Debug Project&lt;/b&gt;&lt;p&gt;Set the command line arguments and set the current line to be the first executable Python statement of the main script of the current project. If files of the current project have unsaved changes they may be saved first.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="408"/>
+        <location filename="../Debugger/DebugUI.py" line="406"/>
+        <source>Restart</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="414"/>
+        <source>Restart the last debugged script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="416"/>
+        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Set the command line arguments and set the current line to be the first executable Python statement of the script that was debugged last. If there are unsaved changes, they may be saved first.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="625"/>
+        <location filename="../Debugger/DebugUI.py" line="430"/>
+        <location filename="../Debugger/DebugUI.py" line="428"/>
+        <source>Stop</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="436"/>
+        <source>Stop the running script.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="438"/>
+        <source>&lt;b&gt;Stop&lt;/b&gt;&lt;p&gt;This stops the script running in the debugger backend.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="449"/>
+        <source>Continue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="451"/>
+        <source>&amp;Continue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="457"/>
+        <source>Continue running the program from the current line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="459"/>
+        <source>&lt;b&gt;Continue&lt;/b&gt;&lt;p&gt;Continue running the program from the current line. The program will stop when it terminates or when a breakpoint is reached.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="470"/>
+        <source>Continue to Cursor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="472"/>
+        <source>Continue &amp;To Cursor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="479"/>
+        <source>Continue running the program from the current line to the current cursor position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="485"/>
+        <source>&lt;b&gt;Continue To Cursor&lt;/b&gt;&lt;p&gt;Continue running the program from the current line to the current cursor position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="495"/>
+        <source>Continue Until</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="497"/>
+        <source>Continue &amp;Until</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="504"/>
+        <source>Continue running the program from the current line to the current cursor position or until leaving the current frame</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="510"/>
+        <source>&lt;b&gt;Continue Until&lt;/b&gt;&lt;p&gt;Continue running the program from the current line to the cursor position greater than the current line or until leaving the current frame.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="521"/>
+        <source>Move Instruction Pointer to Cursor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="523"/>
+        <source>&amp;Jump To Cursor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="530"/>
+        <source>Skip the code from the current line to the current cursor position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="536"/>
+        <source>&lt;b&gt;Move Instruction Pointer to Cursor&lt;/b&gt;&lt;p&gt;Move the Python internal instruction pointer to the current cursor position without executing the code in between.&lt;/p&gt;&lt;p&gt;It&apos;s not possible to jump out of a function or jump in a code block, e.g. a loop. In these cases, a error message is printed to the log window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="550"/>
+        <source>Single Step</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="552"/>
+        <source>Sin&amp;gle Step</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="558"/>
+        <source>Execute a single Python statement</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="560"/>
+        <source>&lt;b&gt;Single Step&lt;/b&gt;&lt;p&gt;Execute a single Python statement. If the statement is an &lt;tt&gt;import&lt;/tt&gt; statement, a class constructor, or a method or function call then control is returned to the debugger at the next statement.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="572"/>
+        <source>Step Over</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="574"/>
+        <source>Step &amp;Over</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="581"/>
+        <source>Execute a single Python statement staying in the current frame</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="587"/>
+        <source>&lt;b&gt;Step Over&lt;/b&gt;&lt;p&gt;Execute a single Python statement staying in the same frame. If the statement is an &lt;tt&gt;import&lt;/tt&gt; statement, a class constructor, or a method or function call then control is returned to the debugger after the statement has completed.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="600"/>
+        <source>Step Out</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="602"/>
+        <source>Step Ou&amp;t</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="609"/>
+        <source>Execute Python statements until leaving the current frame</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="612"/>
+        <source>&lt;b&gt;Step Out&lt;/b&gt;&lt;p&gt;Execute Python statements until leaving the current frame. If the statements are inside an &lt;tt&gt;import&lt;/tt&gt; statement, a class constructor, or a method or function call then control is returned to the debugger after the current frame has been left.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="627"/>
+        <source>&amp;Stop</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="633"/>
+        <source>Stop debugging</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="635"/>
+        <source>&lt;b&gt;Stop&lt;/b&gt;&lt;p&gt;Stop the running debugging session.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="641"/>
+        <source>Variables Type Filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="642"/>
+        <source>Varia&amp;bles Type Filter...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="648"/>
+        <source>Configure variables type filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="650"/>
+        <source>&lt;b&gt;Variables Type Filter&lt;/b&gt;&lt;p&gt;Configure the variables type filter. Only variable types that are not selected are displayed in the global or local variables window during a debugging session.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="661"/>
+        <source>Exceptions Filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="662"/>
+        <source>&amp;Exceptions Filter...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="668"/>
+        <source>Configure exceptions filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="670"/>
+        <source>&lt;b&gt;Exceptions Filter&lt;/b&gt;&lt;p&gt;Configure the exceptions filter. Only exception types that are listed are highlighted during a debugging session.&lt;/p&gt;&lt;p&gt;Please note, that all unhandled exceptions are highlighted indepent from the filter list.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="682"/>
+        <source>Ignored Exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="683"/>
+        <source>&amp;Ignored Exceptions...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="689"/>
+        <source>Configure ignored exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="691"/>
+        <source>&lt;b&gt;Ignored Exceptions&lt;/b&gt;&lt;p&gt;Configure the ignored exceptions. Only exception types that are not listed are highlighted during a debugging session.&lt;/p&gt;&lt;p&gt;Please note, that unhandled exceptions cannot be ignored.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="713"/>
+        <location filename="../Debugger/DebugUI.py" line="707"/>
+        <location filename="../Debugger/DebugUI.py" line="705"/>
+        <source>Toggle Breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="708"/>
+        <source>Shift+F11</source>
+        <comment>Debug|Toggle Breakpoint</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="715"/>
+        <source>&lt;b&gt;Toggle Breakpoint&lt;/b&gt;&lt;p&gt;Toggles a breakpoint at the current line of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="733"/>
+        <location filename="../Debugger/DebugUI.py" line="725"/>
+        <source>Edit Breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="727"/>
+        <source>Edit Breakpoint...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="728"/>
+        <source>Shift+F12</source>
+        <comment>Debug|Edit Breakpoint</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="735"/>
+        <source>&lt;b&gt;Edit Breakpoint&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the breakpoints properties. It works at the current line of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="753"/>
+        <location filename="../Debugger/DebugUI.py" line="747"/>
+        <location filename="../Debugger/DebugUI.py" line="745"/>
+        <source>Next Breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="748"/>
+        <source>Ctrl+Shift+PgDown</source>
+        <comment>Debug|Next Breakpoint</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="755"/>
+        <source>&lt;b&gt;Next Breakpoint&lt;/b&gt;&lt;p&gt;Go to next breakpoint of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="772"/>
+        <location filename="../Debugger/DebugUI.py" line="766"/>
+        <location filename="../Debugger/DebugUI.py" line="764"/>
+        <source>Previous Breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="767"/>
+        <source>Ctrl+Shift+PgUp</source>
+        <comment>Debug|Previous Breakpoint</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="774"/>
+        <source>&lt;b&gt;Previous Breakpoint&lt;/b&gt;&lt;p&gt;Go to previous breakpoint of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="790"/>
+        <location filename="../Debugger/DebugUI.py" line="784"/>
+        <location filename="../Debugger/DebugUI.py" line="783"/>
+        <source>Clear Breakpoints</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="792"/>
+        <source>&lt;b&gt;Clear Breakpoints&lt;/b&gt;&lt;p&gt;Clear breakpoints of all editors.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="815"/>
+        <source>&amp;Debug</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="817"/>
+        <source>Sta&amp;rt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="819"/>
+        <source>&amp;Breakpoints</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="861"/>
+        <location filename="../Debugger/DebugUI.py" line="859"/>
+        <source>Start</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="874"/>
+        <location filename="../Debugger/DebugUI.py" line="872"/>
+        <source>Debug</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1328"/>
+        <source>Message: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1332"/>
+        <source>&lt;p&gt;The program has terminated with an exit status of {0}.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1337"/>
+        <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; has terminated with an exit status of {1}.&lt;/p&gt;&lt;p&gt;{2}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1349"/>
+        <source>Program terminated</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1381"/>
+        <source>The program being debugged contains an unspecified syntax error.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1401"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; contains the syntax error &lt;b&gt;{1}&lt;/b&gt; at line &lt;b&gt;{2}&lt;/b&gt;, character &lt;b&gt;{3}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1429"/>
+        <source>An unhandled exception occured. See the shell window for details.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1476"/>
+        <source>&lt;p&gt;The debugged program raised the exception &lt;b&gt;{0}&lt;/b&gt;&lt;br&gt;&quot;&lt;b&gt;{1}&lt;/b&gt;&quot;&lt;br&gt;File: &lt;b&gt;{2}&lt;/b&gt;, Line: &lt;b&gt;{3}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Break here?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1494"/>
+        <source>&lt;p&gt;The debugged program raised the exception &lt;b&gt;{0}&lt;/b&gt;&lt;br&gt;&quot;&lt;b&gt;{1}&lt;/b&gt;&quot;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1550"/>
+        <source>&lt;p&gt;The program generate the signal &quot;{0}&quot;.&lt;br/&gt;File: &lt;b&gt;{1}&lt;/b&gt;, Line: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1567"/>
+        <source>The program being debugged has terminated unexpectedly.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1628"/>
+        <source>No locals available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1675"/>
+        <source>Breakpoint Condition Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1676"/>
+        <source>&lt;p&gt;The condition of the breakpoint &lt;b&gt;{0}, {1}&lt;/b&gt; contains a syntax error.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1733"/>
+        <source>Watch Expression Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1734"/>
+        <source>&lt;p&gt;The watch expression &lt;b&gt;{0}&lt;/b&gt; contains a syntax error.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1762"/>
+        <source>&lt;p&gt;A watch expression &apos;&lt;b&gt;{0}&lt;/b&gt;&apos; already exists.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1767"/>
+        <source>&lt;p&gt;A watch expression &apos;&lt;b&gt;{0}&lt;/b&gt;&apos; for the variable &lt;b&gt;{1}&lt;/b&gt; already exists.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1773"/>
+        <source>Watch expression already exists</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1976"/>
+        <location filename="../Debugger/DebugUI.py" line="1928"/>
+        <source>Coverage of Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="1930"/>
+        <source>Coverage of Script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="2380"/>
+        <location filename="../Debugger/DebugUI.py" line="2181"/>
+        <location filename="../Debugger/DebugUI.py" line="1977"/>
+        <source>There is no main script defined for the current project. Aborting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="2180"/>
+        <location filename="../Debugger/DebugUI.py" line="2132"/>
+        <source>Profile of Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="2134"/>
+        <source>Profile of Script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugUI.py" line="2585"/>
+        <source>There is no main script defined for the current project. No debugging possible.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DebugViewer</name>
     <message>
-      <location filename="../Debugger/DebugViewer.py" line="84" />
-      <source>waiting at breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="85" />
-      <source>waiting at exception</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="86" />
-      <source>running</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="87" />
-      <source>syntax error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="117" />
-      <source>Debuggers and Threads:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="119" />
-      <source>ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="119" />
-      <source>State</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="221" />
-      <location filename="../Debugger/DebugViewer.py" line="149" />
-      <source>Source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="237" />
-      <location filename="../Debugger/DebugViewer.py" line="165" />
-      <source>Don't Show</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="237" />
-      <location filename="../Debugger/DebugViewer.py" line="165" />
-      <source>Show Only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="248" />
-      <location filename="../Debugger/DebugViewer.py" line="176" />
-      <source>Enter regular expression patterns separated by ';' to define variable filters. </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="254" />
-      <location filename="../Debugger/DebugViewer.py" line="182" />
-      <source>Enter regular expression patterns separated by ';' to define variable filters. All variables and class attributes matched by one of the expressions are not shown in the list above.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="261" />
-      <location filename="../Debugger/DebugViewer.py" line="190" />
-      <source>Set</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="198" />
-      <source>Shows the list of global variables and their values.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="269" />
-      <source>Shows the list of local variables and their values.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="295" />
-      <source>Shows the current call stack.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="305" />
-      <source>Shows a trace of the program flow.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="316" />
-      <source>Shows a list of defined breakpoints.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="327" />
-      <source>Shows a list of defined watchpoints.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="336" />
-      <source>Shows a list of raised exceptions.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="347" />
-      <source>Shows a code disassembly in case of an exception.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="793" />
-      <source>&lt;p&gt;Debugger with ID &lt;b&gt;{0}&lt;/b&gt; has been connected.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebugViewer.py" line="1036" />
-      <location filename="../Debugger/DebugViewer.py" line="908" />
-      <source>unknown state ({0})</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/DebugViewer.py" line="84"/>
+        <source>waiting at breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="85"/>
+        <source>waiting at exception</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="86"/>
+        <source>running</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="87"/>
+        <source>syntax error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="117"/>
+        <source>Debuggers and Threads:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="119"/>
+        <source>ID</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="119"/>
+        <source>State</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="221"/>
+        <location filename="../Debugger/DebugViewer.py" line="149"/>
+        <source>Source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="237"/>
+        <location filename="../Debugger/DebugViewer.py" line="165"/>
+        <source>Don&apos;t Show</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="237"/>
+        <location filename="../Debugger/DebugViewer.py" line="165"/>
+        <source>Show Only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="248"/>
+        <location filename="../Debugger/DebugViewer.py" line="176"/>
+        <source>Enter regular expression patterns separated by &apos;;&apos; to define variable filters. </source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="254"/>
+        <location filename="../Debugger/DebugViewer.py" line="182"/>
+        <source>Enter regular expression patterns separated by &apos;;&apos; to define variable filters. All variables and class attributes matched by one of the expressions are not shown in the list above.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="261"/>
+        <location filename="../Debugger/DebugViewer.py" line="190"/>
+        <source>Set</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="198"/>
+        <source>Shows the list of global variables and their values.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="269"/>
+        <source>Shows the list of local variables and their values.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="295"/>
+        <source>Shows the current call stack.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="305"/>
+        <source>Shows a trace of the program flow.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="316"/>
+        <source>Shows a list of defined breakpoints.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="327"/>
+        <source>Shows a list of defined watchpoints.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="336"/>
+        <source>Shows a list of raised exceptions.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="347"/>
+        <source>Shows a code disassembly in case of an exception.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="793"/>
+        <source>&lt;p&gt;Debugger with ID &lt;b&gt;{0}&lt;/b&gt; has been connected.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebugViewer.py" line="1036"/>
+        <location filename="../Debugger/DebugViewer.py" line="908"/>
+        <source>unknown state ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DebuggerGeneralPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>&lt;b&gt;Configure general debugger settings&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Network Interface</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>&lt;font color="#FF0000"&gt;&lt;b&gt;Note:&lt;/b&gt; These settings are activated at the next startup of the application.&lt;/font&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select the interface(s) to listen on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select the network interface to listen on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select to listen on a fixed network port</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Static Server Port</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Server Port:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Enter the port number to listen on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select to increment the server port to listen on if the configured one is unavailable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Increment server port if unavailable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Allowed hosts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Edit...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Add...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Remote Debugging</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>&lt;font color="#FF0000"&gt;&lt;b&gt;Note:&lt;/b&gt; Only one or none of 'Passive' or 'Remote Debugger must be activated.&lt;/font&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Passive Debugger</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Enables the passive debug mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>&lt;b&gt;Passive Debugger Enabled&lt;/b&gt;
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure general debugger settings&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Network Interface</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; These settings are activated at the next startup of the application.&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select the interface(s) to listen on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select the network interface to listen on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select to listen on a fixed network port</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Static Server Port</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Server Port:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Enter the port number to listen on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select to increment the server port to listen on if the configured one is unavailable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Increment server port if unavailable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Allowed hosts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Edit...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Add...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Remote Debugging</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; Only one or none of &apos;Passive&apos; or &apos;Remote Debugger must be activated.&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Passive Debugger</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Enables the passive debug mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>&lt;b&gt;Passive Debugger Enabled&lt;/b&gt;
 &lt;p&gt;This enables the passive debugging mode. In this mode the debug client (the script) connects to the debug server (the IDE). The script is started outside the IDE. This way mod_python or Zope scripts can be debugged.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Passive Debugger Enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Debug Server Port:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Enter the port the debugger should listen on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>&lt;b&gt;Debug Server Port&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Passive Debugger Enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Debug Server Port:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Enter the port the debugger should listen on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>&lt;b&gt;Debug Server Port&lt;/b&gt;
 &lt;p&gt;Enter the port the debugger should listen on.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Debugger Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select the debugger type of the backend</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select, if the debugger should be run remotely</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Remote Debugger</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Remote Execution:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Enter the remote execution command.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>&lt;b&gt;Remote Execution&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Debugger Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select the debugger type of the backend</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select, if the debugger should be run remotely</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Remote Debugger</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Remote Execution:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Enter the remote execution command.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>&lt;b&gt;Remote Execution&lt;/b&gt;
 &lt;p&gt;Enter the remote execution command (e.g. ssh). This command is used to log into the remote host and execute the remote debugger.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Enter the hostname of the remote machine.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>&lt;b&gt;Remote Host&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Enter the hostname of the remote machine.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>&lt;b&gt;Remote Host&lt;/b&gt;
 &lt;p&gt;Enter the hostname of the remote machine.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Remote Host:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select, if path translation for remote debugging should be done</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Perform Path Translation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Local Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Enter the local path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Enter the remote path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Remote Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select, if the debugger should be executed in a console window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Console Debugger</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Enter the console command (e.g. xterm -e)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>&lt;b&gt;Console Command&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Remote Host:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select, if path translation for remote debugging should be done</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Perform Path Translation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Local Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Enter the local path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Enter the remote path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Remote Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select, if the debugger should be executed in a console window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Console Debugger</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Enter the console command (e.g. xterm -e)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>&lt;b&gt;Console Command&lt;/b&gt;
 &lt;p&gt;Enter the console command (e.g. xterm -e). This command is used to open a command window for the debugger.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Console Command:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Environment Variables for Debug Client</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select, if the environment should be replaced.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>&lt;b&gt;Replace Environment&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Console Command:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Environment Variables for Debug Client</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select, if the environment should be replaced.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>&lt;b&gt;Replace Environment&lt;/b&gt;
 &lt;p&gt;If this entry is checked, the environment of the debugger will be replaced by the entries of the environment variables field. If it is unchecked, the environment will be ammended by these settings.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Replace Environment Variables</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Environment Variables:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Enter the environment variables to be set.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>&lt;b&gt;Environment Variables&lt;/b&gt;
-&lt;p&gt;Enter the environment variables to be set for the debugger. The individual settings must be separated by whitespace and be given in the form 'var=value'.&lt;/p&gt;
-&lt;p&gt;Example: var1=1 var2="hello world"&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Start Debugging</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select, whether changed scripts should be saved upon a debug, run, ... action.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Autosave changed scripts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Debug Client Exit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select, whether a reset of the debug client should be performed after a client exit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Automatic Reset after Client Exit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Multi Process Debugging</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select to enable multiprocess debugging support globally</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Enable Multi Process Debugging Support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Breakpoints</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select to change the breakpoint toggle order from Off-&gt;On-&gt;Off to Off-&gt;On (permanent)-&gt;On (temporary)-&gt;Off</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Three state breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select to move a breakpoint to a line generating executable code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Intelligent breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Number of recent files and conditions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Enter the number of recent files and breakpoint conditions to remember</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select to always break at exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Always break at exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select to show exception information in the shell window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Show exceptions in Shell</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Variables Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Max. Variable Size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Enter the maximum size of a variable to be shown (0 = no limit)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>no limit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source> Bytes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Background Colors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select the background color for changed items.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Changed elements:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>First time opened elements:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Select the background color for elements which are loaded for the first time.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Local Variables Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Automatically view source code when user changes the callstack frame in the callstack viewer.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" />
-      <source>Automatically view source code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="60" />
-      <source>All Network Interfaces (IPv4 &amp; IPv6)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="64" />
-      <source>All Network Interfaces (IPv4)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="68" />
-      <source>All Network Interfaces (IPv6)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="72" />
-      <source>Localhost (IPv4)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="76" />
-      <source>Localhost (IPv6)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="80" />
-      <source>Selected Interface</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="317" />
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="304" />
-      <source>Add allowed host</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="341" />
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="305" />
-      <source>Enter the IP address of an allowed host</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="355" />
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="318" />
-      <source>&lt;p&gt;The entered address &lt;b&gt;{0}&lt;/b&gt; is not a valid IP v4 or IP v6 address. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="354" />
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="340" />
-      <source>Edit allowed host</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Replace Environment Variables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Environment Variables:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Enter the environment variables to be set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>&lt;b&gt;Environment Variables&lt;/b&gt;
+&lt;p&gt;Enter the environment variables to be set for the debugger. The individual settings must be separated by whitespace and be given in the form &apos;var=value&apos;.&lt;/p&gt;
+&lt;p&gt;Example: var1=1 var2=&quot;hello world&quot;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Start Debugging</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select, whether changed scripts should be saved upon a debug, run, ... action.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Autosave changed scripts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Debug Client Exit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select, whether a reset of the debug client should be performed after a client exit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Automatic Reset after Client Exit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Multi Process Debugging</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select to enable multiprocess debugging support globally</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Enable Multi Process Debugging Support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Breakpoints</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select to change the breakpoint toggle order from Off-&gt;On-&gt;Off to Off-&gt;On (permanent)-&gt;On (temporary)-&gt;Off</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Three state breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select to move a breakpoint to a line generating executable code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Intelligent breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Number of recent files and conditions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Enter the number of recent files and breakpoint conditions to remember</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select to always break at exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Always break at exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select to show exception information in the shell window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Show exceptions in Shell</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Variables Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Max. Variable Size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Enter the maximum size of a variable to be shown (0 = no limit)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>no limit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source> Bytes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Background Colors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select the background color for changed items.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Changed elements:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>First time opened elements:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Select the background color for elements which are loaded for the first time.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Local Variables Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Automatically view source code when user changes the callstack frame in the callstack viewer.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0"/>
+        <source>Automatically view source code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="60"/>
+        <source>All Network Interfaces (IPv4 &amp; IPv6)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="64"/>
+        <source>All Network Interfaces (IPv4)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="68"/>
+        <source>All Network Interfaces (IPv6)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="72"/>
+        <source>Localhost (IPv4)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="76"/>
+        <source>Localhost (IPv6)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="80"/>
+        <source>Selected Interface</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="317"/>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="304"/>
+        <source>Add allowed host</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="341"/>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="305"/>
+        <source>Enter the IP address of an allowed host</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="355"/>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="318"/>
+        <source>&lt;p&gt;The entered address &lt;b&gt;{0}&lt;/b&gt; is not a valid IP v4 or IP v6 address. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="354"/>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="340"/>
+        <source>Edit allowed host</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DebuggerInterfacePython</name>
     <message>
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="546" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="525" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="462" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="425" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="333" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="312" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="249" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="198" />
-      <source>Start Debugger</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="426" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="199" />
-      <source>&lt;p&gt;No suitable Python3 environment configured.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="547" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="526" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="463" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="334" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="313" />
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="250" />
-      <source>&lt;p&gt;The debugger backend could not be started.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="1378" />
-      <source>Debug Protocol Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/DebuggerInterfacePython.py" line="1379" />
-      <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>
-  </context>
-  <context>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="546"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="525"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="462"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="425"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="333"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="312"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="249"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="198"/>
+        <source>Start Debugger</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="426"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="199"/>
+        <source>&lt;p&gt;No suitable Python3 environment configured.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="547"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="526"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="463"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="334"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="313"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="250"/>
+        <source>&lt;p&gt;The debugger backend could not be started.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1378"/>
+        <source>Debug Protocol Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1379"/>
+        <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"></translation>
+    </message>
+</context>
+<context>
     <name>DebuggerPropertiesDialog</name>
     <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Debugger Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Debug Client</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Enter the path of the Debug Client to be used.  Leave empty to use the default.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Press to clear the history of entered debug clients</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Virtual Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Select the virtual environment to be used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Select, if the debugger should be run remotely</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Remote Debugger</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Select, if path translation for remote debugging should be done</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Perform Path Translation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Local Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Enter the local path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Enter the remote path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Remote Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Remote Host:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Enter the remote execution command.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;Remote Execution&lt;/b&gt;
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Debugger Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Debug Client</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Enter the path of the Debug Client to be used.  Leave empty to use the default.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Press to clear the history of entered debug clients</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Virtual Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Select the virtual environment to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Select, if the debugger should be run remotely</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Remote Debugger</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Select, if path translation for remote debugging should be done</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Perform Path Translation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Local Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Enter the local path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Enter the remote path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Remote Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Remote Host:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Enter the remote execution command.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Remote Execution&lt;/b&gt;
 &lt;p&gt;Enter the remote execution command (e.g. ssh). This command is used to log into the remote host and execute the remote debugger.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Remote Execution:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Enter the hostname of the remote machine.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;Remote Host&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Remote Execution:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Enter the hostname of the remote machine.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Remote Host&lt;/b&gt;
 &lt;p&gt;Enter the hostname of the remote machine.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Select, if the debugger should be executed in a console window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Console Debugger</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Console Command:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Enter the console command (e.g. xterm -e)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;Console Command&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Select, if the debugger should be executed in a console window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Console Debugger</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Console Command:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Enter the console command (e.g. xterm -e)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Console Command&lt;/b&gt;
 &lt;p&gt;Enter the console command (e.g. xterm -e). This command is used to open a command window for the debugger.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Environment Variables for Debug Client</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Select, if the environment of the debug client should be replaced</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Replace Environment Variables</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Enter the environment variables to be set.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;Environment Variables&lt;/b&gt;
-&lt;p&gt;Enter the environment variables to be set for the debugger. The individual settings must be separated by whitespace and be given in the form 'var=value'.&lt;/p&gt;
-&lt;p&gt;Example: var1=1 var2="hello world"&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Environment Variables:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Select to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Redirect stdin/stdout/stderr</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Select to not set the debug client encoding</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.ui" line="0" />
-      <source>Don't set the encoding of the debug client</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesDialog.py" line="136" />
-      <source>All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Environment Variables for Debug Client</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Select, if the environment of the debug client should be replaced</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Replace Environment Variables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Enter the environment variables to be set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Environment Variables&lt;/b&gt;
+&lt;p&gt;Enter the environment variables to be set for the debugger. The individual settings must be separated by whitespace and be given in the form &apos;var=value&apos;.&lt;/p&gt;
+&lt;p&gt;Example: var1=1 var2=&quot;hello world&quot;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Environment Variables:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Select to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Redirect stdin/stdout/stderr</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Select to not set the debug client encoding</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.ui" line="0"/>
+        <source>Don&apos;t set the encoding of the debug client</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesDialog.py" line="136"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DebuggerPropertiesFile</name>
     <message>
-      <location filename="../Project/DebuggerPropertiesFile.py" line="75" />
-      <source>Save Debugger Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesFile.py" line="76" />
-      <source>&lt;p&gt;The project debugger properties file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesFile.py" line="103" />
-      <source>Read Debugger Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/DebuggerPropertiesFile.py" line="104" />
-      <source>&lt;p&gt;The project debugger properties 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>
-  </context>
-  <context>
+        <location filename="../Project/DebuggerPropertiesFile.py" line="75"/>
+        <source>Save Debugger Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesFile.py" line="76"/>
+        <source>&lt;p&gt;The project debugger properties file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesFile.py" line="103"/>
+        <source>Read Debugger Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/DebuggerPropertiesFile.py" line="104"/>
+        <source>&lt;p&gt;The project debugger properties 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"></translation>
+    </message>
+</context>
+<context>
     <name>DebuggerPython3Page</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>&lt;b&gt;Configure Python3 Debugger&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Python3 Virtual Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Select the virtual environment to be used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Press to open the virtual environment manager dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Press to refresh the list of vitual environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Debug Client Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Enter the path of the Debug Client to be used.  Leave empty to use the default.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Select the standard debug client</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Standard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Select the custom selected debug client</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Custom</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Source association</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Please configure the associated file extensions on the 'Python' page.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Press to update the display of the source associations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Redirect stdin/stdout/stderr</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Select to not set the debug client encoding</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0" />
-      <source>Don't set the encoding of the debug client</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="53" />
-      <source>Press to select the Debug Client via a file selection dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="55" />
-      <source>Python Files (*.py *.py3)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>&lt;b&gt;Configure Python3 Debugger&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Python3 Virtual Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Select the virtual environment to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Press to open the virtual environment manager dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Press to refresh the list of vitual environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Debug Client Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Enter the path of the Debug Client to be used.  Leave empty to use the default.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Select the standard debug client</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Standard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Select the custom selected debug client</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Custom</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Source association</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Please configure the associated file extensions on the &apos;Python&apos; page.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Press to update the display of the source associations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Redirect stdin/stdout/stderr</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Select to not set the debug client encoding</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.ui" line="0"/>
+        <source>Don&apos;t set the encoding of the debug client</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="53"/>
+        <source>Press to select the Debug Client via a file selection dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DebuggerPython3Page.py" line="55"/>
+        <source>Python Files (*.py *.py3)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DeepLEngine</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="109" />
-      <source>DeepL: Text to be translated exceeds the translation limit of {0} characters.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="118" />
-      <source>A valid DeepL Pro key is required.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="139" />
-      <source>Invalid response received from DeepL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="142" />
-      <source>DeepL call returned an unknown result</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="146" />
-      <source>&lt;p&gt;DeepL: No translation found&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="109"/>
+        <source>DeepL: Text to be translated exceeds the translation limit of {0} characters.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="118"/>
+        <source>A valid DeepL Pro key is required.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="139"/>
+        <source>Invalid response received from DeepL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="142"/>
+        <source>DeepL call returned an unknown result</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="146"/>
+        <source>&lt;p&gt;DeepL: No translation found&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DeleteFilesConfirmationDialog</name>
     <message>
-      <location filename="../UI/DeleteFilesConfirmationDialog.ui" line="0" />
-      <source>Dummy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DeleteFilesConfirmationDialog.ui" line="0" />
-      <source>&lt;font color="#FF0000"&gt;&lt;b&gt;WARNING:&lt;/b&gt; This operation is not reversible!&lt;/font&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/DeleteFilesConfirmationDialog.ui" line="0"/>
+        <source>Dummy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DeleteFilesConfirmationDialog.ui" line="0"/>
+        <source>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;WARNING:&lt;/b&gt; This operation is not reversible!&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DiffColoursPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Diff colors&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Select the background color for header lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Header Color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Header Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Select the background color for bad whitespace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Whitespace Color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Select the text foreground color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Text Color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Normal Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Select the background color for additions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Added Color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Added Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Select the background color for removed text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Removed Color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Removed Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Select the background color for replaced text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Replaced Color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Replaced Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Select the background color for context lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Context Color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0" />
-      <source>Context Line</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Diff colors&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Select the background color for header lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Header Color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Header Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Select the background color for bad whitespace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Whitespace Color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Select the text foreground color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Text Color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Normal Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Select the background color for additions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Added Color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Added Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Select the background color for removed text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Removed Color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Removed Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Select the background color for replaced text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Replaced Color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Replaced Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Select the background color for context lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Context Color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/DiffColoursPage.ui" line="0"/>
+        <source>Context Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DiffDialog</name>
     <message>
-      <location filename="../UI/DiffDialog.ui" line="0" />
-      <source>File Differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.ui" line="0" />
-      <source>File &amp;1:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.ui" line="0" />
-      <source>Enter the name of the first file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.ui" line="0" />
-      <source>File &amp;2:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.ui" line="0" />
-      <source>Enter the name of the second file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.ui" line="0" />
-      <source>Select Diff Kind</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.ui" line="0" />
-      <source>Select to generate a unified diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.ui" line="0" />
-      <source>&amp;Unified Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.ui" line="0" />
-      <source>Alt+U</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.ui" line="0" />
-      <source>Select to generate a context diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.ui" line="0" />
-      <source>Co&amp;ntext Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.ui" line="0" />
-      <source>Alt+N</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.py" line="49" />
-      <source>Compare</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.py" line="52" />
-      <source>Press to perform the comparison of the two files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.py" line="55" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.py" line="57" />
-      <source>Save the output to a patch file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.py" line="148" />
-      <location filename="../UI/DiffDialog.py" line="130" />
-      <location filename="../UI/DiffDialog.py" line="112" />
-      <source>Save Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.py" line="114" />
-      <source>Patch Files (*.diff)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.py" line="131" />
-      <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.py" line="149" />
-      <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br /&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.py" line="189" />
-      <location filename="../UI/DiffDialog.py" line="171" />
-      <source>Compare Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.py" line="190" />
-      <location filename="../UI/DiffDialog.py" line="172" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/DiffDialog.py" line="267" />
-      <location filename="../UI/DiffDialog.py" line="246" />
-      <source>There is no difference.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/DiffDialog.ui" line="0"/>
+        <source>File Differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.ui" line="0"/>
+        <source>File &amp;1:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.ui" line="0"/>
+        <source>Enter the name of the first file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.ui" line="0"/>
+        <source>File &amp;2:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.ui" line="0"/>
+        <source>Enter the name of the second file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.ui" line="0"/>
+        <source>Select Diff Kind</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.ui" line="0"/>
+        <source>Select to generate a unified diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.ui" line="0"/>
+        <source>&amp;Unified Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.ui" line="0"/>
+        <source>Alt+U</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.ui" line="0"/>
+        <source>Select to generate a context diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.ui" line="0"/>
+        <source>Co&amp;ntext Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.ui" line="0"/>
+        <source>Alt+N</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.py" line="49"/>
+        <source>Compare</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.py" line="52"/>
+        <source>Press to perform the comparison of the two files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.py" line="55"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.py" line="57"/>
+        <source>Save the output to a patch file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.py" line="148"/>
+        <location filename="../UI/DiffDialog.py" line="130"/>
+        <location filename="../UI/DiffDialog.py" line="112"/>
+        <source>Save Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.py" line="114"/>
+        <source>Patch Files (*.diff)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.py" line="131"/>
+        <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.py" line="149"/>
+        <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br /&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.py" line="189"/>
+        <location filename="../UI/DiffDialog.py" line="171"/>
+        <source>Compare Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.py" line="190"/>
+        <location filename="../UI/DiffDialog.py" line="172"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/DiffDialog.py" line="267"/>
+        <location filename="../UI/DiffDialog.py" line="246"/>
+        <source>There is no difference.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DirectorySyncHandler</name>
     <message>
-      <location filename="../WebBrowser/Sync/DirectorySyncHandler.py" line="74" />
-      <source>Error creating the shared directory.
+        <location filename="../WebBrowser/Sync/DirectorySyncHandler.py" line="74"/>
+        <source>Error creating the shared directory.
 {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/DirectorySyncHandler.py" line="105" />
-      <source>Cannot read remote file.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/DirectorySyncHandler.py" line="105"/>
+        <source>Cannot read remote file.
 {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/DirectorySyncHandler.py" line="144" />
-      <source>Cannot write remote file.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/DirectorySyncHandler.py" line="144"/>
+        <source>Cannot write remote file.
 {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/DirectorySyncHandler.py" line="244" />
-      <source>Synchronization finished</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/DirectorySyncHandler.py" line="244"/>
+        <source>Synchronization finished</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DocStyleChecker</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="15" />
-      <source>module is missing a docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="18" />
-      <source>public function/method is missing a docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="21" />
-      <source>private function/method may be missing a docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="24" />
-      <source>public class is missing a docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="27" />
-      <source>private class may be missing a docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="30" />
-      <source>docstring not surrounded by """</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="33" />
-      <source>docstring containing \ not surrounded by r"""</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="36" />
-      <source>one-liner docstring on multiple lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="39" />
-      <source>docstring has wrong indentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="42" />
-      <source>docstring does not contain a summary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="98" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="45" />
-      <source>docstring summary does not end with a period</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="48" />
-      <source>docstring summary is not in imperative mood (Does instead of Do)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="52" />
-      <source>docstring summary looks like a function's/method's signature</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="56" />
-      <source>docstring does not mention the return value type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="59" />
-      <source>function/method docstring is separated by a blank line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="62" />
-      <source>class docstring is not preceded by a blank line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="65" />
-      <source>class docstring is not followed by a blank line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="151" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="68" />
-      <source>docstring summary is not followed by a blank line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="71" />
-      <source>last paragraph of docstring is not followed by a blank line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="74" />
-      <source>module docstring is still a default string</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="77" />
-      <source>function docstring is still a default string</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="80" />
-      <source>function docstring still contains some placeholders</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="83" />
-      <source>private function/method is missing a docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="86" />
-      <source>private class is missing a docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="89" />
-      <source>class docstring is still a default string</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="92" />
-      <source>leading quotes of docstring not on separate line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="95" />
-      <source>trailing quotes of docstring not on separate line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="101" />
-      <source>docstring summary does not start with '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="104" />
-      <source>docstring does not contain a @return line but function/method returns something</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="109" />
-      <source>docstring contains a @return line but function/method doesn't return anything</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="114" />
-      <source>docstring does not contain a @yield line but function/method yields something</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="119" />
-      <source>docstring contains a @yield line but function/method doesn't yield anything</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="124" />
-      <source>docstring does not contain enough @param/@keyparam lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="127" />
-      <source>docstring contains too many @param/@keyparam lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="130" />
-      <source>keyword only arguments must be documented with @keyparam lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="134" />
-      <source>order of @param/@keyparam lines does not match the function/method signature</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="139" />
-      <source>class docstring is preceded by a blank line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="142" />
-      <source>class docstring is followed by a blank line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="145" />
-      <source>function/method docstring is preceded by a blank line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="148" />
-      <source>function/method docstring is followed by a blank line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="154" />
-      <source>last paragraph of docstring is followed by a blank line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="157" />
-      <source>docstring does not contain a @exception line but function/method raises an exception</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="162" />
-      <source>docstring contains a @exception line but function/method doesn't raise an exception</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="167" />
-      <source>raised exception '{0}' is not documented in docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="170" />
-      <source>documented exception '{0}' is not raised</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="173" />
-      <source>docstring does not contain a @signal line but class defines signals</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="177" />
-      <source>docstring contains a @signal line but class doesn't define signals</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="181" />
-      <source>defined signal '{0}' is not documented in docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="184" />
-      <source>documented signal '{0}' is not defined</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="15"/>
+        <source>module is missing a docstring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="18"/>
+        <source>public function/method is missing a docstring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="21"/>
+        <source>private function/method may be missing a docstring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="24"/>
+        <source>public class is missing a docstring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="27"/>
+        <source>private class may be missing a docstring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="30"/>
+        <source>docstring not surrounded by &quot;&quot;&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="33"/>
+        <source>docstring containing \ not surrounded by r&quot;&quot;&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="36"/>
+        <source>one-liner docstring on multiple lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="39"/>
+        <source>docstring has wrong indentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="42"/>
+        <source>docstring does not contain a summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="98"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="45"/>
+        <source>docstring summary does not end with a period</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="48"/>
+        <source>docstring summary is not in imperative mood (Does instead of Do)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="52"/>
+        <source>docstring summary looks like a function&apos;s/method&apos;s signature</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="56"/>
+        <source>docstring does not mention the return value type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="59"/>
+        <source>function/method docstring is separated by a blank line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="62"/>
+        <source>class docstring is not preceded by a blank line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="65"/>
+        <source>class docstring is not followed by a blank line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="151"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="68"/>
+        <source>docstring summary is not followed by a blank line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="71"/>
+        <source>last paragraph of docstring is not followed by a blank line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="74"/>
+        <source>module docstring is still a default string</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="77"/>
+        <source>function docstring is still a default string</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="80"/>
+        <source>function docstring still contains some placeholders</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="83"/>
+        <source>private function/method is missing a docstring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="86"/>
+        <source>private class is missing a docstring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="89"/>
+        <source>class docstring is still a default string</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="92"/>
+        <source>leading quotes of docstring not on separate line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="95"/>
+        <source>trailing quotes of docstring not on separate line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="101"/>
+        <source>docstring summary does not start with &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="104"/>
+        <source>docstring does not contain a @return line but function/method returns something</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="109"/>
+        <source>docstring contains a @return line but function/method doesn&apos;t return anything</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="114"/>
+        <source>docstring does not contain a @yield line but function/method yields something</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="119"/>
+        <source>docstring contains a @yield line but function/method doesn&apos;t yield anything</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="124"/>
+        <source>docstring does not contain enough @param/@keyparam lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="127"/>
+        <source>docstring contains too many @param/@keyparam lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="130"/>
+        <source>keyword only arguments must be documented with @keyparam lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="134"/>
+        <source>order of @param/@keyparam lines does not match the function/method signature</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="139"/>
+        <source>class docstring is preceded by a blank line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="142"/>
+        <source>class docstring is followed by a blank line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="145"/>
+        <source>function/method docstring is preceded by a blank line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="148"/>
+        <source>function/method docstring is followed by a blank line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="154"/>
+        <source>last paragraph of docstring is followed by a blank line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="157"/>
+        <source>docstring does not contain a @exception line but function/method raises an exception</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="162"/>
+        <source>docstring contains a @exception line but function/method doesn&apos;t raise an exception</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="167"/>
+        <source>raised exception &apos;{0}&apos; is not documented in docstring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="170"/>
+        <source>documented exception &apos;{0}&apos; is not raised</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="173"/>
+        <source>docstring does not contain a @signal line but class defines signals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="177"/>
+        <source>docstring contains a @signal line but class doesn&apos;t define signals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="181"/>
+        <source>defined signal &apos;{0}&apos; is not documented in docstring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py" line="184"/>
+        <source>documented signal &apos;{0}&apos; is not defined</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DocstringGenerator</name>
     <message>
-      <location filename="../QScintilla/DocstringGenerator/__init__.py" line="49" />
-      <source>Eric</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/DocstringGenerator/__init__.py" line="50" />
-      <source>NumPy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/DocstringGenerator/__init__.py" line="51" />
-      <source>Google</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/DocstringGenerator/__init__.py" line="52" />
-      <source>Sphinx</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/DocstringGenerator/__init__.py" line="49"/>
+        <source>Eric</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/DocstringGenerator/__init__.py" line="50"/>
+        <source>NumPy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/DocstringGenerator/__init__.py" line="51"/>
+        <source>Google</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/DocstringGenerator/__init__.py" line="52"/>
+        <source>Sphinx</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DotDesktopListSelectionDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopListSelectionDialog.ui" line="0" />
-      <source>Select Entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopListSelectionDialog.ui" line="0" />
-      <source>Select applicable entries:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopListSelectionDialog.ui" line="0"/>
+        <source>Select Entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopListSelectionDialog.ui" line="0"/>
+        <source>Select applicable entries:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DotDesktopWizard</name>
     <message>
-      <location filename="../Plugins/PluginWizardDotDesktop.py" line="128" />
-      <location filename="../Plugins/PluginWizardDotDesktop.py" line="90" />
-      <location filename="../Plugins/PluginWizardDotDesktop.py" line="83" />
-      <source>.desktop Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardDotDesktop.py" line="84" />
-      <source>.desktop Wizard...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardDotDesktop.py" line="92" />
-      <source>&lt;b&gt;.desktop Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create the contents of a .desktop file. The generated code replaces the text of the current editor. Alternatively a new editor is opened.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardDotDesktop.py" line="121" />
-      <source>No current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardDotDesktop.py" line="122" />
-      <source>Please open or create a file first.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardDotDesktop.py" line="129" />
-      <source>The current editor contains text. Shall this be replaced?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginWizardDotDesktop.py" line="128"/>
+        <location filename="../Plugins/PluginWizardDotDesktop.py" line="90"/>
+        <location filename="../Plugins/PluginWizardDotDesktop.py" line="83"/>
+        <source>.desktop Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardDotDesktop.py" line="84"/>
+        <source>.desktop Wizard...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardDotDesktop.py" line="92"/>
+        <source>&lt;b&gt;.desktop Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create the contents of a .desktop file. The generated code replaces the text of the current editor. Alternatively a new editor is opened.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardDotDesktop.py" line="121"/>
+        <source>No current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardDotDesktop.py" line="122"/>
+        <source>Please open or create a file first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardDotDesktop.py" line="129"/>
+        <source>The current editor contains text. Shall this be replaced?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DotDesktopWizardDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py" line="445" />
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py" line="416" />
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>.desktop Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>.desktop File Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Select a target .desktop file format</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Basic</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Mandatory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Version:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the version of the .desktop specification</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the application name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Generic Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the generic application name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Comment:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter a comment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Icon:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the icon file name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Try Exec:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter an executable command used to determine the application's presence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Exec:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the executable command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the working directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Execute in Terminal:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Select to execute the application in a terminal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Mimetype:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the mime type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Categories:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the list of categories separated by ';'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Press to select the categories via a dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Actions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the list of actions separated by ';'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Only Show In:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the list of environments to show in separated by ';'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Only one of 'Only Show In' or 'Not Show In' allowed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Press to select the environments via a dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Not Show In:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the list of environments to not show in separated by ';'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>KDE Plasma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Encoding:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Select the encoding of the file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>API:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Select the Plasma API</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Service Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the service type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Main Script:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the main script name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Author:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the author's name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Email:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the auhor email</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the version number in the form 'major.minor[.patch[.sub]]'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Website:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the URL of the website</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Category:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Select a category</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Depends:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the list of dependancies separated by ';'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>License:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the license type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enabled by Default:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Select to enable this by default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Unity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>X-Ayatana-Desktop-Shortcuts:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Enter the desktop shortcuts separated by ';'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Press to populate entry fields from project data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0" />
-      <source>Populate from Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py" line="203" />
-      <source>FreeDesktop Standard .desktop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py" line="204" />
-      <source>KDE Plasma MetaData .desktop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py" line="205" />
-      <source>Ubuntu Unity QuickList .desktop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py" line="446" />
-      <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py" line="417" />
-      <source>Only one of 'Only Show In' or  'Not Show In' allowed.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py" line="445"/>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py" line="416"/>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>.desktop Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>.desktop File Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Select a target .desktop file format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Basic</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Mandatory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the version of the .desktop specification</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the application name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Generic Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the generic application name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Comment:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter a comment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Icon:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the icon file name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Try Exec:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter an executable command used to determine the application&apos;s presence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Exec:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the executable command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the working directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Execute in Terminal:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Select to execute the application in a terminal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Mimetype:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the mime type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Categories:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the list of categories separated by &apos;;&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Press to select the categories via a dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Actions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the list of actions separated by &apos;;&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Only Show In:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the list of environments to show in separated by &apos;;&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Only one of &apos;Only Show In&apos; or &apos;Not Show In&apos; allowed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Press to select the environments via a dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Not Show In:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the list of environments to not show in separated by &apos;;&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>KDE Plasma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Encoding:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Select the encoding of the file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>API:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Select the Plasma API</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Service Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the service type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Main Script:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the main script name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Author:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the author&apos;s name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Email:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the auhor email</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the version number in the form &apos;major.minor[.patch[.sub]]&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Website:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the URL of the website</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Category:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Select a category</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Depends:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the list of dependancies separated by &apos;;&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>License:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the license type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enabled by Default:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Select to enable this by default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Unity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>X-Ayatana-Desktop-Shortcuts:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Enter the desktop shortcuts separated by &apos;;&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Press to populate entry fields from project data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.ui" line="0"/>
+        <source>Populate from Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py" line="203"/>
+        <source>FreeDesktop Standard .desktop</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py" line="204"/>
+        <source>KDE Plasma MetaData .desktop</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py" line="205"/>
+        <source>Ubuntu Unity QuickList .desktop</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py" line="446"/>
+        <location filename="../Plugins/WizardPlugins/DotDesktopWizard/DotDesktopWizardDialog.py" line="417"/>
+        <source>Only one of &apos;Only Show In&apos; or  &apos;Not Show In&apos; allowed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DownloadAskActionDialog</name>
     <message>
-      <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0" />
-      <source>What to do?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0" />
-      <source>You are about to download this file:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0" />
-      <source>Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0" />
-      <source>From:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0" />
-      <source>Select to open the downloaded file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0" />
-      <source>&amp;Open File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0" />
-      <source>Select to scan the file with VirusTotal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0" />
-      <source>Scan with &amp;VirusTotal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0" />
-      <source>Select to save the file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0" />
-      <source>&amp;Save File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0" />
-      <source>&lt;b&gt;What do you want to do?&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0"/>
+        <source>What to do?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0"/>
+        <source>You are about to download this file:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0"/>
+        <source>Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0"/>
+        <source>From:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0"/>
+        <source>Select to open the downloaded file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0"/>
+        <source>&amp;Open File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0"/>
+        <source>Select to scan the file with VirusTotal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0"/>
+        <source>Scan with &amp;VirusTotal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0"/>
+        <source>Select to save the file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0"/>
+        <source>&amp;Save File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadAskActionDialog.ui" line="0"/>
+        <source>&lt;b&gt;What do you want to do?&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DownloadItem</name>
     <message>
-      <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" />
-      <source>Icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" />
-      <source>Date and Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" />
-      <source>Filename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" />
-      <source>Press to pause the download</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" />
-      <source>Press to cancel the download</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" />
-      <source>Press to open the downloaded file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadItem.py" line="231" />
-      <location filename="../WebBrowser/Download/DownloadItem.py" line="192" />
-      <source>Download canceled: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadItem.py" line="206" />
-      <source>VirusTotal scan scheduled: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadItem.py" line="223" />
-      <source>Save File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadItem.py" line="431" />
-      <source>{0} of {1} ({2}/sec) {3}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadItem.py" line="433" />
-      <source>?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadItem.py" line="439" />
-      <source>{0} downloaded</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadItem.py" line="443" />
-      <source>{0} of {1} - Stopped</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadItem.py" line="593" />
-      <source>{0} - deleted</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Download/DownloadItem.ui" line="0"/>
+        <source>Icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadItem.ui" line="0"/>
+        <source>Date and Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadItem.ui" line="0"/>
+        <source>Filename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadItem.ui" line="0"/>
+        <source>Press to pause the download</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadItem.ui" line="0"/>
+        <source>Press to cancel the download</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadItem.ui" line="0"/>
+        <source>Press to open the downloaded file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="231"/>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="192"/>
+        <source>Download canceled: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="206"/>
+        <source>VirusTotal scan scheduled: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="223"/>
+        <source>Save File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="431"/>
+        <source>{0} of {1} ({2}/sec) {3}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="433"/>
+        <source>?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="439"/>
+        <source>{0} downloaded</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="443"/>
+        <source>{0} of {1} - Stopped</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="593"/>
+        <source>{0} - deleted</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DownloadManager</name>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="111" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="117" />
-      <source>Cancel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="122" />
-      <source>Open Containing Folder</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="125" />
-      <source>Go to Download Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="126" />
-      <source>Copy Download Link</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="128" />
-      <source>Select All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="137" />
-      <source>Remove From List</source>
-      <translation type="unfinished" />
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="111"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="117"/>
+        <source>Cancel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="122"/>
+        <source>Open Containing Folder</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="125"/>
+        <source>Go to Download Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="126"/>
+        <source>Copy Download Link</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="128"/>
+        <source>Select All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="137"/>
+        <source>Remove From List</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="172" />
-      <source>There are %n downloads in progress.
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="172"/>
+        <source>There are %n downloads in progress.
 Do you want to quit anyway?</source>
-      <translation>
-        <numerusform>There is one download in progress.
+        <translation>
+            <numerusform>There is one download in progress.
 Do you want to quit anyway?</numerusform>
-        <numerusform>There are %n downloads in progress.
+            <numerusform>There are %n downloads in progress.
 Do you want to quit anyway?</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="264" />
-      <source>Suspicuous URL detected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="265" />
-      <source>&lt;p&gt;The URL &lt;b&gt;{0}&lt;/b&gt; was found in the Safe Browsing database.&lt;/p&gt;{1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
-      <source>Downloads finished</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="502" />
-      <source>All files have been downloaded.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadManager.ui" line="0" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="587" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="510" />
-      <source>Download Manager</source>
-      <translation type="unfinished" />
+        </translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="264"/>
+        <source>Suspicuous URL detected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="265"/>
+        <source>&lt;p&gt;The URL &lt;b&gt;{0}&lt;/b&gt; was found in the Safe Browsing database.&lt;/p&gt;{1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="500"/>
+        <source>Downloads finished</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="501"/>
+        <source>All files have been downloaded.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadManager.ui" line="0"/>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="586"/>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="509"/>
+        <source>Download Manager</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="620" />
-      <source>{0}% of %n file(s) ({1}) {2}</source>
-      <translation>
-        <numerusform>{0}% of one file ({1}) {2}</numerusform>
-        <numerusform>{0}% of %n files ({1}) {2}</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="628" />
-      <source>{0}% - Download Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadManager.ui" line="0" />
-      <source>Press to clean up the list of downloads</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadManager.ui" line="0" />
-      <source>Clear List</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="619"/>
+        <source>{0}% of %n file(s) ({1}) {2}</source>
+        <translation>
+            <numerusform>{0}% of one file ({1}) {2}</numerusform>
+            <numerusform>{0}% of %n files ({1}) {2}</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="627"/>
+        <source>{0}% - Download Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadManager.ui" line="0"/>
+        <source>Press to clean up the list of downloads</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadManager.ui" line="0"/>
+        <source>Clear List</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DownloadManagerButton</name>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManagerButton.py" line="35" />
-      <source>Open Download Manager</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Download/DownloadManagerButton.py" line="35"/>
+        <source>Open Download Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>DownloadUtilities</name>
     <message>
-      <location filename="../WebBrowser/Download/DownloadUtilities.py" line="23" />
-      <source>few seconds remaining</source>
-      <translation type="unfinished" />
+        <location filename="../WebBrowser/Download/DownloadUtilities.py" line="23"/>
+        <source>few seconds remaining</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/Download/DownloadUtilities.py" line="26" />
-      <source>%n seconds remaining</source>
-      <translation>
-        <numerusform>One second remaining</numerusform>
-        <numerusform>%n seconds remaining</numerusform>
-      </translation>
+        <location filename="../WebBrowser/Download/DownloadUtilities.py" line="26"/>
+        <source>%n seconds remaining</source>
+        <translation>
+            <numerusform>One second remaining</numerusform>
+            <numerusform>%n seconds remaining</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/Download/DownloadUtilities.py" line="31" />
-      <source>%n minutes remaining</source>
-      <translation>
-        <numerusform>one minute remaining</numerusform>
-        <numerusform>%n minutes remaining</numerusform>
-      </translation>
+        <location filename="../WebBrowser/Download/DownloadUtilities.py" line="31"/>
+        <source>%n minutes remaining</source>
+        <translation>
+            <numerusform>one minute remaining</numerusform>
+            <numerusform>%n minutes remaining</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/Download/DownloadUtilities.py" line="36" />
-      <source>%n hours remaining</source>
-      <translation>
-        <numerusform>one hour remaining</numerusform>
-        <numerusform>%n hours remaining</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadUtilities.py" line="51" />
-      <source>{0:.1f} Bytes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadUtilities.py" line="56" />
-      <source>{0:.1f} KiB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadUtilities.py" line="61" />
-      <source>{0:.2f} MiB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadUtilities.py" line="66" />
-      <source>{0:.2f} GiB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadUtilities.py" line="81" />
-      <source>Unknown speed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadUtilities.py" line="85" />
-      <source>{0:.1f} KiB/s</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadUtilities.py" line="91" />
-      <source>{0:.2f} MiB/s</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Download/DownloadUtilities.py" line="97" />
-      <source>{0:.2f} GiB/s</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Download/DownloadUtilities.py" line="36"/>
+        <source>%n hours remaining</source>
+        <translation>
+            <numerusform>one hour remaining</numerusform>
+            <numerusform>%n hours remaining</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadUtilities.py" line="51"/>
+        <source>{0:.1f} Bytes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadUtilities.py" line="56"/>
+        <source>{0:.1f} KiB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadUtilities.py" line="61"/>
+        <source>{0:.2f} MiB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadUtilities.py" line="66"/>
+        <source>{0:.2f} GiB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadUtilities.py" line="81"/>
+        <source>Unknown speed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadUtilities.py" line="85"/>
+        <source>{0:.1f} KiB/s</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadUtilities.py" line="91"/>
+        <source>{0:.2f} MiB/s</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadUtilities.py" line="97"/>
+        <source>{0:.2f} GiB/s</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditBreakpointDialog</name>
     <message>
-      <location filename="../Debugger/EditBreakpointDialog.ui" line="0" />
-      <source>Edit Breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditBreakpointDialog.ui" line="0" />
-      <source>Filename:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditBreakpointDialog.ui" line="0" />
-      <source>Enter the filename of the breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditBreakpointDialog.ui" line="0" />
-      <source>Linenumber:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditBreakpointDialog.ui" line="0" />
-      <source>Enter the linenumber of the breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditBreakpointDialog.ui" line="0" />
-      <source>Condition:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditBreakpointDialog.ui" line="0" />
-      <source>Enter or select a condition for the breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditBreakpointDialog.ui" line="0" />
-      <source>Ignore Count:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditBreakpointDialog.ui" line="0" />
-      <source>Enter an ignore count for the breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditBreakpointDialog.ui" line="0" />
-      <source>Select whether this is a temporary breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditBreakpointDialog.ui" line="0" />
-      <source>Temporary Breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditBreakpointDialog.ui" line="0" />
-      <source>Select, whether the breakpoint is enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditBreakpointDialog.ui" line="0" />
-      <source>Enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditBreakpointDialog.py" line="97" />
-      <source>Add Breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/EditBreakpointDialog.ui" line="0"/>
+        <source>Edit Breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditBreakpointDialog.ui" line="0"/>
+        <source>Filename:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditBreakpointDialog.ui" line="0"/>
+        <source>Enter the filename of the breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditBreakpointDialog.ui" line="0"/>
+        <source>Linenumber:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditBreakpointDialog.ui" line="0"/>
+        <source>Enter the linenumber of the breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditBreakpointDialog.ui" line="0"/>
+        <source>Condition:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditBreakpointDialog.ui" line="0"/>
+        <source>Enter or select a condition for the breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditBreakpointDialog.ui" line="0"/>
+        <source>Ignore Count:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditBreakpointDialog.ui" line="0"/>
+        <source>Enter an ignore count for the breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditBreakpointDialog.ui" line="0"/>
+        <source>Select whether this is a temporary breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditBreakpointDialog.ui" line="0"/>
+        <source>Temporary Breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditBreakpointDialog.ui" line="0"/>
+        <source>Select, whether the breakpoint is enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditBreakpointDialog.ui" line="0"/>
+        <source>Enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditBreakpointDialog.py" line="97"/>
+        <source>Add Breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditWatchpointDialog</name>
     <message>
-      <location filename="../Debugger/EditWatchpointDialog.ui" line="0" />
-      <source>Edit Watch Expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditWatchpointDialog.ui" line="0" />
-      <source>Enter an ignore count for the watch expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditWatchpointDialog.ui" line="0" />
-      <source>Ignore Count:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditWatchpointDialog.ui" line="0" />
-      <source>Select, whether the watch expression is enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditWatchpointDialog.ui" line="0" />
-      <source>Enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditWatchpointDialog.ui" line="0" />
-      <source>Select whether this is a temporary watch expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditWatchpointDialog.ui" line="0" />
-      <source>Temporary Watch Expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditWatchpointDialog.ui" line="0" />
-      <source>Variable:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditWatchpointDialog.ui" line="0" />
-      <source>Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditWatchpointDialog.ui" line="0" />
-      <source>Enter a variable and select the special condition below</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditWatchpointDialog.ui" line="0" />
-      <source>Select a special condition</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditWatchpointDialog.ui" line="0" />
-      <source>created</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditWatchpointDialog.ui" line="0" />
-      <source>changed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/EditWatchpointDialog.ui" line="0" />
-      <source>Enter the expression for the watch expression</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/EditWatchpointDialog.ui" line="0"/>
+        <source>Edit Watch Expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditWatchpointDialog.ui" line="0"/>
+        <source>Enter an ignore count for the watch expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditWatchpointDialog.ui" line="0"/>
+        <source>Ignore Count:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditWatchpointDialog.ui" line="0"/>
+        <source>Select, whether the watch expression is enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditWatchpointDialog.ui" line="0"/>
+        <source>Enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditWatchpointDialog.ui" line="0"/>
+        <source>Select whether this is a temporary watch expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditWatchpointDialog.ui" line="0"/>
+        <source>Temporary Watch Expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditWatchpointDialog.ui" line="0"/>
+        <source>Variable:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditWatchpointDialog.ui" line="0"/>
+        <source>Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditWatchpointDialog.ui" line="0"/>
+        <source>Enter a variable and select the special condition below</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditWatchpointDialog.ui" line="0"/>
+        <source>Select a special condition</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditWatchpointDialog.ui" line="0"/>
+        <source>created</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditWatchpointDialog.ui" line="0"/>
+        <source>changed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/EditWatchpointDialog.ui" line="0"/>
+        <source>Enter the expression for the watch expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Editor</name>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3297" />
-      <location filename="../QScintilla/Editor.py" line="427" />
-      <location filename="../QScintilla/Editor.py" line="412" />
-      <source>Open File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="413" />
-      <source>&lt;p&gt;The size of the file &lt;b&gt;{0}&lt;/b&gt; is &lt;b&gt;{1} KB&lt;/b&gt; and exceeds the configured limit of &lt;b&gt;{2} KB&lt;/b&gt;. It will not be opened!&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="428" />
-      <source>&lt;p&gt;The size of the file &lt;b&gt;{0}&lt;/b&gt; is &lt;b&gt;{1} KB&lt;/b&gt;. Do you really want to load it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="525" />
-      <source>&lt;b&gt;A Source Editor Window&lt;/b&gt;&lt;p&gt;This window is used to display and edit a source file.  You can open as many of these as you like. The name of the file is displayed in the window's titlebar.&lt;/p&gt;&lt;p&gt;In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.&lt;/p&gt;&lt;p&gt;In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.&lt;/p&gt;&lt;p&gt;These actions can be reversed via the context menu.&lt;/p&gt;&lt;p&gt;Ctrl clicking on a syntax error marker shows some info about this error.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="866" />
-      <source>Undo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="869" />
-      <source>Redo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="872" />
-      <source>Revert to last saved state</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="876" />
-      <source>Cut</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="879" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="882" />
-      <source>Paste</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="888" />
-      <source>Indent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="893" />
-      <source>Unindent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="898" />
-      <source>Comment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="903" />
-      <source>Uncomment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="9017" />
-      <location filename="../QScintilla/Editor.py" line="908" />
-      <source>Generate Docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="911" />
-      <source>Select to brace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="912" />
-      <source>Select all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="913" />
-      <source>Deselect all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="915" />
-      <source>Execute Selection In Console</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="927" />
-      <source>Use Monospaced Font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="932" />
-      <source>Autosave enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="937" />
-      <source>Typing aids enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="945" />
-      <source>Automatic Completion enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="954" />
-      <source>Calltip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="957" />
-      <source>Code Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="972" />
-      <source>New Document View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="977" />
-      <source>New Document View (with new split)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="985" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="989" />
-      <source>Save As...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="994" />
-      <source>Save Copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1016" />
-      <location filename="../QScintilla/Editor.py" line="1013" />
-      <source>Complete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1020" />
-      <source>Clear Completions Cache</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1023" />
-      <source>Complete from Document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1025" />
-      <source>Complete from APIs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1028" />
-      <source>Complete from Document and APIs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1042" />
-      <source>Check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1053" />
-      <source>Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1059" />
-      <source>Black</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1064" />
-      <source>Format Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1068" />
-      <source>Check Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1072" />
-      <source>Formatting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1081" />
-      <source>isort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1086" />
-      <source>Sort Imports</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1090" />
-      <source>Imports Sorting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1106" />
-      <source>Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1117" />
-      <source>Show</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1119" />
-      <source>Code metrics...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1121" />
-      <source>Code coverage...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1124" />
-      <source>Show code coverage annotations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1127" />
-      <source>Hide code coverage annotations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1131" />
-      <source>Profile data...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1145" />
-      <source>Diagrams</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1147" />
-      <source>Class Diagram...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1148" />
-      <source>Package Diagram...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1149" />
-      <source>Imports Diagram...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1151" />
-      <source>Application Diagram...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1156" />
-      <source>Load Diagram...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1171" />
-      <source>Languages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1175" />
-      <source>Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1198" />
-      <source>Guessed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1527" />
-      <location filename="../QScintilla/Editor.py" line="1202" />
-      <source>Alternatives</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1219" />
-      <source>Encodings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1242" />
-      <source>Re-Open With Encoding</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1262" />
-      <source>End-of-Line Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1266" />
-      <source>Unix</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1272" />
-      <source>Windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1278" />
-      <source>Macintosh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1296" />
-      <source>Spelling</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="8135" />
-      <location filename="../QScintilla/Editor.py" line="1304" />
-      <source>Check spelling...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1309" />
-      <source>Check spelling of selection...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1313" />
-      <source>Remove from dictionary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1330" />
-      <source>Spell Check Languages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1334" />
-      <source>No Language</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1361" />
-      <source>Toggle bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1363" />
-      <source>Next bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1366" />
-      <source>Previous bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1369" />
-      <source>Clear all bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1380" />
-      <source>Toggle breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1383" />
-      <source>Toggle temporary breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1386" />
-      <source>Edit breakpoint...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="5812" />
-      <location filename="../QScintilla/Editor.py" line="1389" />
-      <source>Enable breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1392" />
-      <source>Next breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1395" />
-      <source>Previous breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1398" />
-      <source>Clear all breakpoints</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1409" />
-      <source>Toggle all folds</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1414" />
-      <source>Toggle all folds (including children)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1417" />
-      <source>Toggle current fold</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1421" />
-      <source>Expand (including children)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1425" />
-      <source>Collapse (including children)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1430" />
-      <source>Clear all folds</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1441" />
-      <source>Goto syntax error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1444" />
-      <source>Show syntax error message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1447" />
-      <source>Clear syntax error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1451" />
-      <source>Next warning</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1454" />
-      <source>Previous warning</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1457" />
-      <source>Show warning message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1460" />
-      <source>Clear warnings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1464" />
-      <source>Next uncovered line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1467" />
-      <source>Previous uncovered line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1471" />
-      <source>Next task</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1474" />
-      <source>Previous task</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1478" />
-      <source>Next change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1481" />
-      <source>Previous change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1484" />
-      <source>Clear changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1513" />
-      <location filename="../QScintilla/Editor.py" line="1504" />
-      <source>Export source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1505" />
-      <source>&lt;p&gt;No exporter available for the export format &lt;b&gt;{0}&lt;/b&gt;. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1514" />
-      <source>No export format given. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1524" />
-      <source>Alternatives ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1547" />
-      <source>Pygments Lexer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1548" />
-      <source>Select the Pygments lexer to apply.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="2098" />
-      <source>Modification of Read Only file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="2099" />
-      <source>You are attempting to change a read only file. Please save to a different file first.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="2520" />
-      <source>Add Breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="2521" />
-      <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="2854" />
-      <source>Printing...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="2871" />
-      <source>Printing completed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="2873" />
-      <source>Error while printing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="2876" />
-      <source>Printing aborted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="3239" />
-      <source>File Modified</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="3240" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="3298" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="3474" />
-      <location filename="../QScintilla/Editor.py" line="3455" />
-      <location filename="../QScintilla/Editor.py" line="3417" />
-      <source>Save File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="3418" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="3475" />
-      <source>&lt;p&gt;The 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="4986" />
-      <source>Autocompletion</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="4987" />
-      <source>Autocompletion is not available because there is no autocompletion source set.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="5115" />
-      <source>Auto-Completion Provider</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="5116" />
-      <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="5408" />
-      <source>Call-Tips Provider</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="5409" />
-      <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="5816" />
-      <source>Disable breakpoint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6177" />
-      <source>Code Coverage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6178" />
-      <source>Please select a coverage file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6253" />
-      <location filename="../QScintilla/Editor.py" line="6245" />
-      <source>Show Code Coverage Annotations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6246" />
-      <source>All lines have been covered.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6254" />
-      <source>There is no coverage file available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6358" />
-      <source>Profile Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6359" />
-      <source>Please select a profile file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6520" />
-      <location filename="../QScintilla/Editor.py" line="6514" />
-      <source>Syntax Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6521" />
-      <source>No syntax error message available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
-      <location filename="../QScintilla/Editor.py" line="6726" />
-      <source>Warning</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
-      <source>No warning messages available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6796" />
-      <source>Style: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6799" />
-      <source>Warning: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6806" />
-      <source>Error: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
-      <source>Macro Name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
-      <source>Select a macro name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6939" />
-      <source>Load macro file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6985" />
-      <location filename="../QScintilla/Editor.py" line="6941" />
-      <source>Macro files (*.macro)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6963" />
-      <location filename="../QScintilla/Editor.py" line="6953" />
-      <source>Error loading macro</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6954" />
-      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6964" />
-      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="6983" />
-      <source>Save macro file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7001" />
-      <source>Save macro</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7002" />
-      <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="7017" />
-      <source>Error saving macro</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7018" />
-      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7031" />
-      <source>Start Macro Recording</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7032" />
-      <source>Macro recording is already active. Start new?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7058" />
-      <source>Macro Recording</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7059" />
-      <source>Enter name of the macro:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7210" />
-      <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="7216" />
-      <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="7223" />
-      <source>File changed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7273" />
-      <source>{0} (ro)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7579" />
-      <source>Drop Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7580" />
-      <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7600" />
-      <source>Resources</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7602" />
-      <source>Add file...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7603" />
-      <source>Add files...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7604" />
-      <source>Add aliased file...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7606" />
-      <source>Add localized resource...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7609" />
-      <source>Add resource frame</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7628" />
-      <source>Add file resource</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7642" />
-      <source>Add file resources</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7666" />
-      <location filename="../QScintilla/Editor.py" line="7660" />
-      <source>Add aliased file resource</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7667" />
-      <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7742" />
-      <source>Package Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7743" />
-      <source>Include class attributes?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7763" />
-      <source>Imports Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7764" />
-      <source>Include imports from external modules?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7783" />
-      <source>Application Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7784" />
-      <source>Include module names?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="8139" />
-      <source>Add to dictionary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="8141" />
-      <source>Ignore All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="8559" />
-      <source>Sort Lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="8560" />
-      <source>The selection contains illegal data for a numerical sort.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="8653" />
-      <source>Register Mouse Click Handler</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="8654" />
-      <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="8750" />
-      <source>{0:4d}    {1}</source>
-      <comment>line number, source code</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="8756" />
-      <source>{0:4d}    {1}
+        <location filename="../QScintilla/Editor.py" line="3315"/>
+        <location filename="../QScintilla/Editor.py" line="427"/>
+        <location filename="../QScintilla/Editor.py" line="412"/>
+        <source>Open File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="413"/>
+        <source>&lt;p&gt;The size of the file &lt;b&gt;{0}&lt;/b&gt; is &lt;b&gt;{1} KB&lt;/b&gt; and exceeds the configured limit of &lt;b&gt;{2} KB&lt;/b&gt;. It will not be opened!&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="428"/>
+        <source>&lt;p&gt;The size of the file &lt;b&gt;{0}&lt;/b&gt; is &lt;b&gt;{1} KB&lt;/b&gt;. Do you really want to load it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="525"/>
+        <source>&lt;b&gt;A Source Editor Window&lt;/b&gt;&lt;p&gt;This window is used to display and edit a source file.  You can open as many of these as you like. The name of the file is displayed in the window&apos;s titlebar.&lt;/p&gt;&lt;p&gt;In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.&lt;/p&gt;&lt;p&gt;In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.&lt;/p&gt;&lt;p&gt;These actions can be reversed via the context menu.&lt;/p&gt;&lt;p&gt;Ctrl clicking on a syntax error marker shows some info about this error.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="884"/>
+        <source>Undo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="887"/>
+        <source>Redo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="890"/>
+        <source>Revert to last saved state</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="894"/>
+        <source>Cut</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="897"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="900"/>
+        <source>Paste</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="906"/>
+        <source>Indent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="911"/>
+        <source>Unindent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="916"/>
+        <source>Comment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="921"/>
+        <source>Uncomment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="9035"/>
+        <location filename="../QScintilla/Editor.py" line="926"/>
+        <source>Generate Docstring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="929"/>
+        <source>Select to brace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="930"/>
+        <source>Select all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="931"/>
+        <source>Deselect all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="933"/>
+        <source>Execute Selection In Console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="945"/>
+        <source>Use Monospaced Font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="950"/>
+        <source>Autosave enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="955"/>
+        <source>Typing aids enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="963"/>
+        <source>Automatic Completion enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="972"/>
+        <source>Calltip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="975"/>
+        <source>Code Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="990"/>
+        <source>New Document View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="995"/>
+        <source>New Document View (with new split)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1003"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1007"/>
+        <source>Save As...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1012"/>
+        <source>Save Copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1034"/>
+        <location filename="../QScintilla/Editor.py" line="1031"/>
+        <source>Complete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1038"/>
+        <source>Clear Completions Cache</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1041"/>
+        <source>Complete from Document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1043"/>
+        <source>Complete from APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1046"/>
+        <source>Complete from Document and APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1060"/>
+        <source>Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1071"/>
+        <source>Code Formatting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1077"/>
+        <source>Black</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1082"/>
+        <source>Format Code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1086"/>
+        <source>Check Formatting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1090"/>
+        <source>Formatting Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1099"/>
+        <source>isort</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1104"/>
+        <source>Sort Imports</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1108"/>
+        <source>Imports Sorting Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1124"/>
+        <source>Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1135"/>
+        <source>Show</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1137"/>
+        <source>Code metrics...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1139"/>
+        <source>Code coverage...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1142"/>
+        <source>Show code coverage annotations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1145"/>
+        <source>Hide code coverage annotations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1149"/>
+        <source>Profile data...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1163"/>
+        <source>Diagrams</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1165"/>
+        <source>Class Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1166"/>
+        <source>Package Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1167"/>
+        <source>Imports Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1169"/>
+        <source>Application Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1174"/>
+        <source>Load Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1189"/>
+        <source>Languages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1193"/>
+        <source>Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1216"/>
+        <source>Guessed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1545"/>
+        <location filename="../QScintilla/Editor.py" line="1220"/>
+        <source>Alternatives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1237"/>
+        <source>Encodings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1260"/>
+        <source>Re-Open With Encoding</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1280"/>
+        <source>End-of-Line Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1284"/>
+        <source>Unix</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1290"/>
+        <source>Windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1296"/>
+        <source>Macintosh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1314"/>
+        <source>Spelling</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="8153"/>
+        <location filename="../QScintilla/Editor.py" line="1322"/>
+        <source>Check spelling...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1327"/>
+        <source>Check spelling of selection...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1331"/>
+        <source>Remove from dictionary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1348"/>
+        <source>Spell Check Languages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1352"/>
+        <source>No Language</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1379"/>
+        <source>Toggle bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1381"/>
+        <source>Next bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1384"/>
+        <source>Previous bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1387"/>
+        <source>Clear all bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1398"/>
+        <source>Toggle breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1401"/>
+        <source>Toggle temporary breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1404"/>
+        <source>Edit breakpoint...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5831"/>
+        <location filename="../QScintilla/Editor.py" line="1407"/>
+        <source>Enable breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1410"/>
+        <source>Next breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1413"/>
+        <source>Previous breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1416"/>
+        <source>Clear all breakpoints</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1427"/>
+        <source>Toggle all folds</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1432"/>
+        <source>Toggle all folds (including children)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1435"/>
+        <source>Toggle current fold</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1439"/>
+        <source>Expand (including children)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1443"/>
+        <source>Collapse (including children)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1448"/>
+        <source>Clear all folds</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1459"/>
+        <source>Goto syntax error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1462"/>
+        <source>Show syntax error message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1465"/>
+        <source>Clear syntax error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1469"/>
+        <source>Next warning</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1472"/>
+        <source>Previous warning</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1475"/>
+        <source>Show warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1478"/>
+        <source>Clear warnings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1482"/>
+        <source>Next uncovered line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1485"/>
+        <source>Previous uncovered line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1489"/>
+        <source>Next task</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1492"/>
+        <source>Previous task</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1496"/>
+        <source>Next change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1499"/>
+        <source>Previous change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1502"/>
+        <source>Clear changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1531"/>
+        <location filename="../QScintilla/Editor.py" line="1522"/>
+        <source>Export source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1523"/>
+        <source>&lt;p&gt;No exporter available for the export format &lt;b&gt;{0}&lt;/b&gt;. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1532"/>
+        <source>No export format given. Aborting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1542"/>
+        <source>Alternatives ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1565"/>
+        <source>Pygments Lexer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1566"/>
+        <source>Select the Pygments lexer to apply.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="2116"/>
+        <source>Modification of Read Only file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="2117"/>
+        <source>You are attempting to change a read only file. Please save to a different file first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="2538"/>
+        <source>Add Breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="2539"/>
+        <source>No Python byte code will be created for the selected line. No break point will be set!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="2872"/>
+        <source>Printing...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="2889"/>
+        <source>Printing completed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="2891"/>
+        <source>Error while printing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="2894"/>
+        <source>Printing aborted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="3257"/>
+        <source>File Modified</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="3258"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="3316"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="3492"/>
+        <location filename="../QScintilla/Editor.py" line="3473"/>
+        <location filename="../QScintilla/Editor.py" line="3435"/>
+        <source>Save File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="3436"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="3493"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5005"/>
+        <source>Autocompletion</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5006"/>
+        <source>Autocompletion is not available because there is no autocompletion source set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5134"/>
+        <source>Auto-Completion Provider</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5135"/>
+        <source>The completion list provider &apos;{0}&apos; was already registered. Ignoring duplicate request.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5427"/>
+        <source>Call-Tips Provider</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5428"/>
+        <source>The call-tips provider &apos;{0}&apos; was already registered. Ignoring duplicate request.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5835"/>
+        <source>Disable breakpoint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6196"/>
+        <source>Code Coverage</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6197"/>
+        <source>Please select a coverage file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6272"/>
+        <location filename="../QScintilla/Editor.py" line="6264"/>
+        <source>Show Code Coverage Annotations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6265"/>
+        <source>All lines have been covered.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6273"/>
+        <source>There is no coverage file available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6377"/>
+        <source>Profile Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6378"/>
+        <source>Please select a profile file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6539"/>
+        <location filename="../QScintilla/Editor.py" line="6533"/>
+        <source>Syntax Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6540"/>
+        <source>No syntax error message available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6751"/>
+        <location filename="../QScintilla/Editor.py" line="6745"/>
+        <source>Warning</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6751"/>
+        <source>No warning messages available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6815"/>
+        <source>Style: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6818"/>
+        <source>Warning: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6825"/>
+        <source>Error: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6932"/>
+        <source>Macro Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6932"/>
+        <source>Select a macro name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6958"/>
+        <source>Load macro file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7004"/>
+        <location filename="../QScintilla/Editor.py" line="6960"/>
+        <source>Macro files (*.macro)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6982"/>
+        <location filename="../QScintilla/Editor.py" line="6972"/>
+        <source>Error loading macro</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6973"/>
+        <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6983"/>
+        <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7002"/>
+        <source>Save macro file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7020"/>
+        <source>Save macro</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7021"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7036"/>
+        <source>Error saving macro</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7037"/>
+        <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7050"/>
+        <source>Start Macro Recording</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7051"/>
+        <source>Macro recording is already active. Start new?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7077"/>
+        <source>Macro Recording</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7078"/>
+        <source>Enter name of the macro:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7229"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7235"/>
+        <source>&lt;br&gt;&lt;b&gt;Warning:&lt;/b&gt; You will lose your changes upon reopening it.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7242"/>
+        <source>File changed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7292"/>
+        <source>{0} (ro)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7597"/>
+        <source>Drop Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7598"/>
+        <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7618"/>
+        <source>Resources</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7620"/>
+        <source>Add file...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7621"/>
+        <source>Add files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7622"/>
+        <source>Add aliased file...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7624"/>
+        <source>Add localized resource...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7627"/>
+        <source>Add resource frame</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7646"/>
+        <source>Add file resource</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7660"/>
+        <source>Add file resources</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7684"/>
+        <location filename="../QScintilla/Editor.py" line="7678"/>
+        <source>Add aliased file resource</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7685"/>
+        <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7760"/>
+        <source>Package Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7761"/>
+        <source>Include class attributes?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7781"/>
+        <source>Imports Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7782"/>
+        <source>Include imports from external modules?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7801"/>
+        <source>Application Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7802"/>
+        <source>Include module names?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="8157"/>
+        <source>Add to dictionary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="8159"/>
+        <source>Ignore All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="8577"/>
+        <source>Sort Lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="8578"/>
+        <source>The selection contains illegal data for a numerical sort.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="8671"/>
+        <source>Register Mouse Click Handler</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="8672"/>
+        <source>A mouse click handler for &quot;{0}&quot; was already registered by &quot;{1}&quot;. Aborting request by &quot;{2}&quot;...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="8768"/>
+        <source>{0:4d}    {1}</source>
+        <comment>line number, source code</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="8774"/>
+        <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="8824" />
-      <source>EditorConfig Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="8825" />
-      <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>
-  </context>
-  <context>
+        <comment>line number, source code, file name</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="8842"/>
+        <source>EditorConfig Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="8843"/>
+        <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"></translation>
+    </message>
+</context>
+<context>
     <name>EditorAPIsPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="44" />
-      <source>Press to select an API file via a selection dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="46" />
-      <source>API File (*.api);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="318" />
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="48" />
-      <source>Compile APIs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="265" />
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="253" />
-      <source>Add from installed APIs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="254" />
-      <source>Select from the list of installed API files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="266" />
-      <source>There are no APIs installed yet. Selection is not available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="286" />
-      <source>Add from Plugin APIs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="287" />
-      <source>Select from the list of API files installed by plugins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="333" />
-      <source>Cancel compilation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <source>&lt;b&gt;Configure API files&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <source>Select to compile the APIs automatically upon loading</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <source>Compile APIs automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <source>Language:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <source>Select the language to be configured.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <source>Project Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <source>Select the project type to be configured</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <source>APIs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <source>List of API files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <source>Press to delete the selected file from the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <source>Press to add the entered file to the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <source>Press to select an API file from the list of installed API files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <source>Press to select an API file from the list of API files installed by plugins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0" />
-      <source>Press to compile the selected APIs definition</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="44"/>
+        <source>Press to select an API file via a selection dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="46"/>
+        <source>API File (*.api);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="318"/>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="48"/>
+        <source>Compile APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="265"/>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="253"/>
+        <source>Add from installed APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="254"/>
+        <source>Select from the list of installed API files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="266"/>
+        <source>There are no APIs installed yet. Selection is not available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="286"/>
+        <source>Add from Plugin APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="287"/>
+        <source>Select from the list of API files installed by plugins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.py" line="333"/>
+        <source>Cancel compilation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure API files&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <source>Select to compile the APIs automatically upon loading</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <source>Compile APIs automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <source>Language:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <source>Select the language to be configured.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <source>Project Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <source>Select the project type to be configured</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <source>APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <source>List of API files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <source>Press to delete the selected file from the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <source>Press to add the entered file to the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <source>Press to select an API file from the list of installed API files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <source>Press to select an API file from the list of API files installed by plugins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAPIsPage.ui" line="0"/>
+        <source>Press to compile the selected APIs definition</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorAutoCompletionJediPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutoCompletionJediPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Jedi Completion&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutoCompletionJediPage.ui" line="0" />
-      <source>Select, whether the jedi autocompletion support shall be enabled.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutoCompletionJediPage.ui" line="0" />
-      <source>Enable autocompletion</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutoCompletionJediPage.ui" line="0" />
-      <source>Enable fuzzy completion</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorAutoCompletionJediPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Jedi Completion&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutoCompletionJediPage.ui" line="0"/>
+        <source>Select, whether the jedi autocompletion support shall be enabled.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutoCompletionJediPage.ui" line="0"/>
+        <source>Enable autocompletion</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutoCompletionJediPage.ui" line="0"/>
+        <source>Enable fuzzy completion</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorAutocompletionPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Completion Support&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>General</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Select this, if the word to the right should be replaced by the selected entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Replace word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Select this to have case sensitive auto-completion lists</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Case sensitive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Select to show completions of type 'public' first</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Show 'public' completions first</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Maximum visible characters:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Maximum visible lines: </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Move to set the maximum number of lines shown in a autocomplete list.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Displays the maximum number of lines.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Move to set the maximum number of characters visible in one line.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Displays the approximate number of characters per line.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Select this to enable autocompletion</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>&lt;b&gt;Autocompletion Enabled&lt;/b&gt;&lt;p&gt;Select to enable autocompletion. In order to get autocompletion from alternative autocompletion providers (if installed), these have to be enabled on their respective configuration page. Only one alternative provider might be enabled.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Automatic Completion Enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Threshold:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Time to start completion:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Move to set the threshold for display of an autocompletion list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Displays the selected autocompletion threshold</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Enter the time in milliseconds after which a list with completion proposals shall be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source> ms</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Plug-In Behavior</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Select to show QScintilla provided completions, if the selected plug-ins fail</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>QScintilla provided completions are shown, if this option is enabled and completions shall be provided by plug-ins (see completions sub-page of the plug-in) and the plugin-ins don't deliver any completions.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Show QScintilla completions, if plug-ins fail</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Maximum time to wait:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Enter the time in seconds after which QSintilla should be used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source> s</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Select to enable caching of completion results</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Completions Cache</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Enter the maximum number of entries to be kept in the completions cache</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source> entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Timeout:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0" />
-      <source>Enter the time in seconds after which a cached completion entry should be removed from the completions cache</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Completion Support&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>General</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Select this, if the word to the right should be replaced by the selected entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Replace word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Select this to have case sensitive auto-completion lists</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Case sensitive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Select to show completions of type &apos;public&apos; first</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Show &apos;public&apos; completions first</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Maximum visible characters:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Maximum visible lines: </source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Move to set the maximum number of lines shown in a autocomplete list.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Displays the maximum number of lines.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Move to set the maximum number of characters visible in one line.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Displays the approximate number of characters per line.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Select this to enable autocompletion</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>&lt;b&gt;Autocompletion Enabled&lt;/b&gt;&lt;p&gt;Select to enable autocompletion. In order to get autocompletion from alternative autocompletion providers (if installed), these have to be enabled on their respective configuration page. Only one alternative provider might be enabled.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Automatic Completion Enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Threshold:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Time to start completion:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Move to set the threshold for display of an autocompletion list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Displays the selected autocompletion threshold</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Enter the time in milliseconds after which a list with completion proposals shall be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source> ms</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Plug-In Behavior</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Select to show QScintilla provided completions, if the selected plug-ins fail</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>QScintilla provided completions are shown, if this option is enabled and completions shall be provided by plug-ins (see completions sub-page of the plug-in) and the plugin-ins don&apos;t deliver any completions.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Show QScintilla completions, if plug-ins fail</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Maximum time to wait:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Enter the time in seconds after which QSintilla should be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source> s</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Select to enable caching of completion results</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Completions Cache</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Enter the maximum number of entries to be kept in the completions cache</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source> entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Timeout:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionPage.ui" line="0"/>
+        <source>Enter the time in seconds after which a cached completion entry should be removed from the completions cache</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorAutocompletionQScintillaPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0" />
-      <source>&lt;b&gt;Configure QScintilla Completion&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0" />
-      <source>Select this, if single entries shall be inserted automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0" />
-      <source>Show single</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0" />
-      <source>Select to enable the use of fill-up characters to autocomplete the current word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0" />
-      <source>&lt;b&gt;Use fill-up characters&lt;/b&gt;&lt;p&gt;Select to enable the use of fill-up characters to autocomplete the current word. A fill-up character is one that, when entered while an auto-completion list is being displayed, causes the currently selected item from the list to be added to the text followed by the fill-up character.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0" />
-      <source>Use fill-up characters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0" />
-      <source>Source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0" />
-      <source>Select this to get autocompletion from current document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0" />
-      <source>from Document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0" />
-      <source>Select this to get autocompletion from installed APIs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0" />
-      <source>from API files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0" />
-      <source>Select this to get autocompletion from current document and installed APIs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0" />
-      <source>from Document and API files</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure QScintilla Completion&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0"/>
+        <source>Select this, if single entries shall be inserted automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0"/>
+        <source>Show single</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0"/>
+        <source>Select to enable the use of fill-up characters to autocomplete the current word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0"/>
+        <source>&lt;b&gt;Use fill-up characters&lt;/b&gt;&lt;p&gt;Select to enable the use of fill-up characters to autocomplete the current word. A fill-up character is one that, when entered while an auto-completion list is being displayed, causes the currently selected item from the list to be added to the text followed by the fill-up character.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0"/>
+        <source>Use fill-up characters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0"/>
+        <source>Source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0"/>
+        <source>Select this to get autocompletion from current document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0"/>
+        <source>from Document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0"/>
+        <source>Select this to get autocompletion from installed APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0"/>
+        <source>from API files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0"/>
+        <source>Select this to get autocompletion from current document and installed APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui" line="0"/>
+        <source>from Document and API files</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorButtonsWidget</name>
     <message>
-      <location filename="../QScintilla/EditorButtonsWidget.py" line="189" />
-      <source>Bold</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorButtonsWidget.py" line="190" />
-      <source>Italic</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorButtonsWidget.py" line="192" />
-      <source>Strike Through</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorButtonsWidget.py" line="195" />
-      <source>Header 1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorButtonsWidget.py" line="196" />
-      <source>Header 2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorButtonsWidget.py" line="197" />
-      <source>Header 3</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorButtonsWidget.py" line="198" />
-      <source>Header</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorButtonsWidget.py" line="202" />
-      <source>Inline Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorButtonsWidget.py" line="203" />
-      <source>Code Block</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorButtonsWidget.py" line="204" />
-      <source>Quote</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorButtonsWidget.py" line="206" />
-      <source>Add Hyperlink</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorButtonsWidget.py" line="208" />
-      <source>Add Horizontal Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorButtonsWidget.py" line="210" />
-      <source>Add Image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorButtonsWidget.py" line="213" />
-      <source>Add Bulleted List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorButtonsWidget.py" line="216" />
-      <source>Add Numbered List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorButtonsWidget.py" line="280" />
-      <source>Level {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/EditorButtonsWidget.py" line="189"/>
+        <source>Bold</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorButtonsWidget.py" line="190"/>
+        <source>Italic</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorButtonsWidget.py" line="192"/>
+        <source>Strike Through</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorButtonsWidget.py" line="195"/>
+        <source>Header 1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorButtonsWidget.py" line="196"/>
+        <source>Header 2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorButtonsWidget.py" line="197"/>
+        <source>Header 3</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorButtonsWidget.py" line="198"/>
+        <source>Header</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorButtonsWidget.py" line="202"/>
+        <source>Inline Code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorButtonsWidget.py" line="203"/>
+        <source>Code Block</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorButtonsWidget.py" line="204"/>
+        <source>Quote</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorButtonsWidget.py" line="206"/>
+        <source>Add Hyperlink</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorButtonsWidget.py" line="208"/>
+        <source>Add Horizontal Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorButtonsWidget.py" line="210"/>
+        <source>Add Image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorButtonsWidget.py" line="213"/>
+        <source>Add Bulleted List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorButtonsWidget.py" line="216"/>
+        <source>Add Numbered List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorButtonsWidget.py" line="280"/>
+        <source>Level {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorCallTipsJediPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCallTipsJediPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Jedi Calltips&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCallTipsJediPage.ui" line="0" />
-      <source>Select, whether the jedi calltip support shall be enabled.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCallTipsJediPage.ui" line="0" />
-      <source>Enable calltip</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorCallTipsJediPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Jedi Calltips&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCallTipsJediPage.ui" line="0"/>
+        <source>Select, whether the jedi calltip support shall be enabled.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCallTipsJediPage.ui" line="0"/>
+        <source>Enable calltip</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorCalltipsPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.py" line="32" />
-      <source>Below Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.py" line="35" />
-      <source>Above Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Calltips&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Select this to enable calltips</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Automatic Calltips Enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Visible Calltips</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Move to set the maximum number of calltips shown (0 = all available)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Displays the maximum number of calltips to be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Calltips Position</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Select the position for the calltips</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Colors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Background color:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Select the background color for calltips.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Foreground color:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Select the foreground color for calltips.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Highlight color:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Select the highlight color for calltips.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Plug-In Behavior</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Select to show QScintilla provided calltips, if the selected plug-ins fail</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Qscintilla provided calltips are shown, if this option is enabled and calltips shall be provided by plug-ins (see calltips sub-page of the plug-in) and the plugin-ins don't deliver any calltips.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0" />
-      <source>Show QScintilla calltips, if plug-ins fail</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.py" line="32"/>
+        <source>Below Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.py" line="35"/>
+        <source>Above Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Calltips&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Select this to enable calltips</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Automatic Calltips Enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Visible Calltips</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Move to set the maximum number of calltips shown (0 = all available)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Displays the maximum number of calltips to be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Calltips Position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Select the position for the calltips</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Colors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Background color:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Select the background color for calltips.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Foreground color:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Select the foreground color for calltips.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Highlight color:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Select the highlight color for calltips.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Plug-In Behavior</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Select to show QScintilla provided calltips, if the selected plug-ins fail</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Qscintilla provided calltips are shown, if this option is enabled and calltips shall be provided by plug-ins (see calltips sub-page of the plug-in) and the plugin-ins don&apos;t deliver any calltips.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsPage.ui" line="0"/>
+        <source>Show QScintilla calltips, if plug-ins fail</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorCalltipsQScintillaPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0" />
-      <source>&lt;b&gt;Configure QScintilla Calltips&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0" />
-      <source>Context display options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0" />
-      <source>Select to display calltips without a context</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0" />
-      <source>Don't show context information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0" />
-      <source>Select to display calltips with a context only if the user hasn't already implicitly identified the context using autocompletion</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0" />
-      <source>Show context information, if no prior autocompletion</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0" />
-      <source>Select to display calltips with a context</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0" />
-      <source>Show context information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0" />
-      <source>A context is any scope (e.g. a C++ namespace or a Python module) prior to the function/method name.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure QScintilla Calltips&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0"/>
+        <source>Context display options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0"/>
+        <source>Select to display calltips without a context</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0"/>
+        <source>Don&apos;t show context information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0"/>
+        <source>Select to display calltips with a context only if the user hasn&apos;t already implicitly identified the context using autocompletion</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0"/>
+        <source>Show context information, if no prior autocompletion</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0"/>
+        <source>Select to display calltips with a context</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0"/>
+        <source>Show context information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui" line="0"/>
+        <source>A context is any scope (e.g. a C++ namespace or a Python module) prior to the function/method name.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorDocViewerPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorDocViewerPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Documentation Viewer Settings&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorDocViewerPage.ui" line="0" />
-      <source>Select to enable the display of code documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorDocViewerPage.ui" line="0" />
-      <source>Enable Documentation Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorDocViewerPage.ui" line="0" />
-      <source>Select to show documentation when entering a '(' character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorDocViewerPage.ui" line="0" />
-      <source>Show documentation upon '('</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorDocViewerPage.ui" line="0" />
-      <source>Documentation Provider:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorDocViewerPage.ui" line="0" />
-      <source>Select the documentation provider to be used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorDocViewerPage.py" line="53" />
-      <source>The Documentation Viewer is disabled globally. Re-enable it on the Interface/Interface configuration page and restart the eric.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorDocViewerPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Documentation Viewer Settings&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorDocViewerPage.ui" line="0"/>
+        <source>Select to enable the display of code documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorDocViewerPage.ui" line="0"/>
+        <source>Enable Documentation Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorDocViewerPage.ui" line="0"/>
+        <source>Select to show documentation when entering a &apos;(&apos; character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorDocViewerPage.ui" line="0"/>
+        <source>Show documentation upon &apos;(&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorDocViewerPage.ui" line="0"/>
+        <source>Documentation Provider:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorDocViewerPage.ui" line="0"/>
+        <source>Select the documentation provider to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorDocViewerPage.py" line="53"/>
+        <source>The Documentation Viewer is disabled globally. Re-enable it on the Interface/Interface configuration page and restart the eric.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorExportersPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>&lt;b&gt;Configure exporters&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Exporter Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Select the exporter to be configured.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Select to export in WYSIWYG mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Use WYSIWYG mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Select to include folding functionality</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Include folding functionality</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Select to include only used styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Include only used styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Select to use the full pathname as the document title</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Use full pathname as document title</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Select to use tabs in the generated file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Use tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Magnification:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Select the magnification value to be added to the font sizes of the styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Displays the selected magnification value</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Font:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Select the font from the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Pagesize:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Select the page size from the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Margins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Select the top margin in points (72 pt == 1")</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Select the left margin in points (72 pt == 1")</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Select the right margin in points (72 pt == 1")</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Select the bottom margin in points (72 pt == 1")</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Press to select the font for the RTF export</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Select Font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0" />
-      <source>Font for RTF export</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="44" />
-      <source>Courier</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="45" />
-      <source>Helvetica</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="46" />
-      <source>Times</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="48" />
-      <source>A4</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="49" />
-      <source>Letter</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure exporters&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Exporter Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Select the exporter to be configured.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Select to export in WYSIWYG mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Use WYSIWYG mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Select to include folding functionality</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Include folding functionality</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Select to include only used styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Include only used styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Select to use the full pathname as the document title</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Use full pathname as document title</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Select to use tabs in the generated file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Use tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Magnification:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Select the magnification value to be added to the font sizes of the styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Displays the selected magnification value</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Font:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Select the font from the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Pagesize:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Select the page size from the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Margins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Select the top margin in points (72 pt == 1&quot;)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Select the left margin in points (72 pt == 1&quot;)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Select the right margin in points (72 pt == 1&quot;)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Select the bottom margin in points (72 pt == 1&quot;)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Press to select the font for the RTF export</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Select Font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.ui" line="0"/>
+        <source>Font for RTF export</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="44"/>
+        <source>Courier</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="45"/>
+        <source>Helvetica</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="46"/>
+        <source>Times</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="48"/>
+        <source>A4</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorExportersPage.py" line="49"/>
+        <source>Letter</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorFilePage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="339" />
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="322" />
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="305" />
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="294" />
-      <source>Add File Filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="295" />
-      <source>A Save File Filter must contain exactly one wildcard pattern. Yours contains {0}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="306" />
-      <source>A File Filter must contain at least one wildcard pattern.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="340" />
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="323" />
-      <source>Enter the file filter entry:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>&lt;b&gt;Configure file handling settings&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Open &amp;&amp; Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select, whether breakpoint belonging to an editor should be cleared, when the editor is closed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Clear Breakpoints upon closing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select to reread the file automatically, if it was changed externally</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Reread automatically when changed externally</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Warn, if file is greater than</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Enter the filesize, a warning dialog should be shown.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source> KB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Reject, if file is greater than</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Enter the filesize, opening a file should be rejected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>End of Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>End of Line Characters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select Unix type end of line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Unix</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select Macintosh type end of line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Macintosh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select Windows type end of line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Windows/DOS</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select whether the eol type should be converted upon opening the file.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Automatic End of Line Conversion</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select to insert a final newline if none is there</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Insert final newline upon save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select, whether trailing whitespace should be removed upon save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Strip trailing whitespace upon save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select, whether a backup file shall be generated upon save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Create backup file upon save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Autosave interval:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Move to set the autosave interval in minutes (0 to disable)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Displays the selected autosave interval.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Encoding</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select to use the advanced encoding detection </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>&lt;b&gt;Advanced encoding detection&lt;/b&gt;
-&lt;p&gt;Select to use the advanced encoding detection based on the &amp;quot;universal character encoding detector&amp;quot; from &lt;a href="http://chardet.feedparser.org"&gt;http://chardet.feedparser.org&lt;/a&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Use advanced encoding detection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Default Encoding:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select the string encoding to be used.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Default File Filters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Open Files:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Save Files:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Additional File Filters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>&lt;b&gt;Note:&lt;/b&gt; Save file filters must contain one wildcard pattern only.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select to edit the open file filters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Open Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select to edit the save file filters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Save Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Add...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Edit...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>File Preview</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Refresh Timeout:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Enter the timeout in milliseconds until the preview is refreshed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source> ms</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>HTML Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>File Extensions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Enter the filename extensions of HTML files that may be previewed (separated by a space)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Markdown Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Enter the filename extensions of Markdown files that may be previewed (separated by a space)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>HTML Format:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select the HTML format to be generated</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select this to convert a new line character to an HTML &amp;lt;br/&amp;gt; tag.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Convert New Line to HTML Break</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select to enable the use of the PyMdown extensions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>&lt;b&gt;Enable PyMdown Extensions&lt;/b&gt;
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="339"/>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="322"/>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="305"/>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="294"/>
+        <source>Add File Filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="295"/>
+        <source>A Save File Filter must contain exactly one wildcard pattern. Yours contains {0}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="306"/>
+        <source>A File Filter must contain at least one wildcard pattern.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="340"/>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="323"/>
+        <source>Enter the file filter entry:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>&lt;b&gt;Configure file handling settings&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Open &amp;&amp; Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select, whether breakpoint belonging to an editor should be cleared, when the editor is closed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Clear Breakpoints upon closing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select to reread the file automatically, if it was changed externally</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Reread automatically when changed externally</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Warn, if file is greater than</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Enter the filesize, a warning dialog should be shown.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source> KB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Reject, if file is greater than</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Enter the filesize, opening a file should be rejected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>End of Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>End of Line Characters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select Unix type end of line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Unix</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select Macintosh type end of line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Macintosh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select Windows type end of line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Windows/DOS</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select whether the eol type should be converted upon opening the file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Automatic End of Line Conversion</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select to insert a final newline if none is there</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Insert final newline upon save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select, whether trailing whitespace should be removed upon save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Strip trailing whitespace upon save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select, whether a backup file shall be generated upon save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Create backup file upon save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Autosave interval:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Move to set the autosave interval in minutes (0 to disable)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Displays the selected autosave interval.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Encoding</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select to use the advanced encoding detection </source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>&lt;b&gt;Advanced encoding detection&lt;/b&gt;
+&lt;p&gt;Select to use the advanced encoding detection based on the &amp;quot;universal character encoding detector&amp;quot; from &lt;a href=&quot;http://chardet.feedparser.org&quot;&gt;http://chardet.feedparser.org&lt;/a&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Use advanced encoding detection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Default Encoding:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select the string encoding to be used.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Default File Filters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Open Files:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Save Files:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Additional File Filters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; Save file filters must contain one wildcard pattern only.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select to edit the open file filters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Open Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select to edit the save file filters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Save Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Add...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Edit...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>File Preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Refresh Timeout:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Enter the timeout in milliseconds until the preview is refreshed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source> ms</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>HTML Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>File Extensions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Enter the filename extensions of HTML files that may be previewed (separated by a space)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Markdown Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Enter the filename extensions of Markdown files that may be previewed (separated by a space)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>HTML Format:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select the HTML format to be generated</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select this to convert a new line character to an HTML &amp;lt;br/&amp;gt; tag.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Convert New Line to HTML Break</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select to enable the use of the PyMdown extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>&lt;b&gt;Enable PyMdown Extensions&lt;/b&gt;
 &lt;p&gt;Select this entry to enable the use of the PyMdown extensions. These have to be installed with &lt;code&gt;pip install pymdown-extensions&lt;/code&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Enable PyMdown Extensions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Press to install the PyMdown extensions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Install PyMdown Extensions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select to enable Math support using MathJax</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Enable Math support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select to enable Graph support using Mermaid</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Enable Graph support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>&lt;font color="#FF0000"&gt;&lt;b&gt;Warning:&lt;/b&gt; Activating the above options will download files via CDNs causing your&lt;br/&gt;IP address to be exposed.&lt;/font&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>ReST Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Enter the filename extensions of ReStructuredText files that may be previewed (separated by a space)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Select to use 'sphinx' to generate the ReST preview</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Use 'sphinx' for ReST preview</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Docutils</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>QSS Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" />
-      <source>Enter the filename extensions of Qt Stylesheet files that may be previewed (separated by a space)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Enable PyMdown Extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Press to install the PyMdown extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Install PyMdown Extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select to enable Math support using MathJax</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Enable Math support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select to enable Graph support using Mermaid</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Enable Graph support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Warning:&lt;/b&gt; Activating the above options will download files via CDNs causing your&lt;br/&gt;IP address to be exposed.&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>ReST Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Enter the filename extensions of ReStructuredText files that may be previewed (separated by a space)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Select to use &apos;sphinx&apos; to generate the ReST preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Use &apos;sphinx&apos; for ReST preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Docutils</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>QSS Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0"/>
+        <source>Enter the filename extensions of Qt Stylesheet files that may be previewed (separated by a space)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorGeneralPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>&lt;b&gt;Configure general editor settings&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Tabs &amp;&amp; Indentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Select whether autoindentation shall be enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Auto indentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Select whether tab characters are used for indentations.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Use tabs for indentations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Select whether pressing the tab key indents.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Tab key indents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Select whether tabs shall be converted upon opening the file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Convert tabs upon open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Tab width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Move to set the tab width.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Displays the selected tab width.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Indentation width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Move to set the indentation width.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Displays the selected indentation width.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Language</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Tab Width</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Indent Width</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Press to add a language specific override</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Press to delete the selected language specific override</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Press to edit the selected language specific override</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Select to enable the source code navigator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>&lt;b&gt;Source Code Navigation&lt;/b&gt;
-&lt;p&gt;Select this option to enable one the two kind of source code navigation widgets. With "Source Code Outline" checked, a navigator is shown to the right of the editor. Otherwise two selector boxes are shown above the editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Source Code Navigation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Select to enable the source code outline view</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Source Code Outline</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Default Width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Enter the default width of the source code outline view</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Width Step Size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Enter the amount of pixels the width of the outline should be increased or decreased</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Select to show the source code encoding</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Show source file encoding</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Comments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Select to insert the comment sign at column 0</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>&lt;b&gt;Insert comment at column 0&lt;/b&gt;&lt;p&gt;Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Insert comment at column 0</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Docstring Style:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Select the docstring style to be used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Select this to generate a docstring when the docstring start sequence was entered (e.g. """ for Python).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Generate Docstring when Docstring start is entered</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Select to enable the support for mouse hover help text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>&lt;b&gt;Mouse Hover Help&lt;/b&gt;&lt;p&gt;Enable this option to show some information about the symbol the mouse is hovering over. An information provider plug-in (e.g. Jedi) must be installed for this to work.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Mouse Hover Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Wait time:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Enter the time to wait before help information is shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source> ms</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Virtual Space</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Select to enable a rectangular selection to extend into virtual space</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Selection may access virtual space</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Select to allow the cursor to be moved into virtual space</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0" />
-      <source>Cursor can move into virtual space</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="246" />
-      <source>Tab and Indent Override</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="247" />
-      <source>Shall the selected entries really be removed?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure general editor settings&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Tabs &amp;&amp; Indentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Select whether autoindentation shall be enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Auto indentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Select whether tab characters are used for indentations.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Use tabs for indentations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Select whether pressing the tab key indents.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Tab key indents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Select whether tabs shall be converted upon opening the file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Convert tabs upon open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Tab width:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Move to set the tab width.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Displays the selected tab width.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Indentation width:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Move to set the indentation width.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Displays the selected indentation width.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Language</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Tab Width</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Indent Width</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Press to add a language specific override</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Press to delete the selected language specific override</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Press to edit the selected language specific override</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Select to enable the source code navigator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>&lt;b&gt;Source Code Navigation&lt;/b&gt;
+&lt;p&gt;Select this option to enable one the two kind of source code navigation widgets. With &quot;Source Code Outline&quot; checked, a navigator is shown to the right of the editor. Otherwise two selector boxes are shown above the editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Source Code Navigation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Select to enable the source code outline view</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Source Code Outline</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Default Width:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Enter the default width of the source code outline view</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Width Step Size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Enter the amount of pixels the width of the outline should be increased or decreased</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Select to show the source code encoding</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Show source file encoding</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Comments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Select to insert the comment sign at column 0</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>&lt;b&gt;Insert comment at column 0&lt;/b&gt;&lt;p&gt;Select to insert the comment sign at column 0. Otherwise, the comment sign is inserted at the first non-whitespace position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Insert comment at column 0</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Docstring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Docstring Style:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Select the docstring style to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Select this to generate a docstring when the docstring start sequence was entered (e.g. &quot;&quot;&quot; for Python).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Generate Docstring when Docstring start is entered</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Select to enable the support for mouse hover help text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>&lt;b&gt;Mouse Hover Help&lt;/b&gt;&lt;p&gt;Enable this option to show some information about the symbol the mouse is hovering over. An information provider plug-in (e.g. Jedi) must be installed for this to work.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Mouse Hover Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Wait time:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Enter the time to wait before help information is shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source> ms</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Virtual Space</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Virtual space is the space after the last character of a line. It is not allocated unless some text is entered or copied into it. Usage of virtual space can be configured with these selections.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Select to enable a rectangular selection to extend into virtual space</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Selection may access virtual space</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Select to allow the cursor to be moved into virtual space</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.ui" line="0"/>
+        <source>Cursor can move into virtual space</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="246"/>
+        <source>Tab and Indent Override</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorGeneralPage.py" line="247"/>
+        <source>Shall the selected entries really be removed?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorHighlightersPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.py" line="144" />
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.py" line="51" />
-      <source>Alternative</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0" />
-      <source>&lt;b&gt;Configure syntax highlighters&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0" />
-      <source>Filename Pattern</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0" />
-      <source>Lexer Language</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0" />
-      <source>Filename Pattern:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0" />
-      <source>Enter the filename pattern to be associated</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0" />
-      <source>Press to add or change the entered association</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0" />
-      <source>Add/Change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0" />
-      <source>Lexer Language:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0" />
-      <source>Select the lexer language to associate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0" />
-      <source>Press to delete the selected association</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0" />
-      <source>Alternative Lexer:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0" />
-      <source>Select the alternative lexer to associate</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.py" line="144"/>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.py" line="51"/>
+        <source>Alternative</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure syntax highlighters&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0"/>
+        <source>Filename Pattern</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0"/>
+        <source>Lexer Language</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0"/>
+        <source>Filename Pattern:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0"/>
+        <source>Enter the filename pattern to be associated</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0"/>
+        <source>Press to add or change the entered association</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0"/>
+        <source>Add/Change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0"/>
+        <source>Lexer Language:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0"/>
+        <source>Select the lexer language to associate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0"/>
+        <source>Press to delete the selected association</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0"/>
+        <source>Alternative Lexer:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0"/>
+        <source>Select the alternative lexer to associate</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorHighlightingStylesPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>&lt;b&gt;Configure syntax highlighting&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Lexer Language:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Select the lexer language to be configured.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Style Element</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Press to set all sub-styles to default values</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Press to add a sub-style to the selected style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Press to to delete the selected sub-style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Press to edit the selected sub-style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Press to copy the selected sub-style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Select the foreground color.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Foreground Color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Select the background color.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Background Color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Select the font.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="79" />
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="66" />
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Select end of line fill.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="442" />
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Fill to end of line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Press to set the current style to its default values</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>to Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Press to show only monospaced fonts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Monospaced Fonts Only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Select the background color for all styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>All Background Colors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Select the font for all styles.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>All Fonts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Select the eol fill for all styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>All Fill to end of line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Press to set all styles to their default values</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>All to Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Sample Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>&lt;b&gt;Note:&lt;/b&gt; The tick in the list above indicates the entrie's 'fill to end of line' setting.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Imports all styles of languages to be selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Import styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Exports all styles of languages to be selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Export styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Imports all styles of all languages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Import all styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Exports all styles of all languages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0" />
-      <source>Export all styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="82" />
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="69" />
-      <source>Family and Size only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="84" />
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="71" />
-      <source>Family only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="86" />
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="73" />
-      <source>Size only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="438" />
-      <source>Enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="439" />
-      <source>Disabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="443" />
-      <source>Select fill to end of line for all styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="589" />
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="570" />
-      <source>Export Highlighting Styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="572" />
-      <source>Highlighting Styles File (*.ehj)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="590" />
-      <source>&lt;p&gt;The highlighting styles file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="646" />
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="617" />
-      <source>Import Highlighting Styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="619" />
-      <source>Highlighting Styles File (*.ehj);;XML Highlighting Styles File (*.e6h *.e4h)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="647" />
-      <source>&lt;p&gt;The highlighting styles 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="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="786" />
-      <source>Delete Sub-Style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="787" />
-      <source>&lt;p&gt;Shall the sub-style &lt;b&gt;{0}&lt;/b&gt; really be deleted?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="823" />
-      <source>{0} - Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="850" />
-      <source>Reset Sub-Styles to Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="851" />
-      <source>&lt;p&gt;Do you really want to reset all defined sub-styles of &lt;b&gt;{0}&lt;/b&gt; to the default values?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure syntax highlighting&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Lexer Language:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Select the lexer language to be configured.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Style Element</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Press to set all sub-styles to default values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Press to add a sub-style to the selected style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Press to to delete the selected sub-style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Press to edit the selected sub-style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Press to copy the selected sub-style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Select the foreground color.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Foreground Color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Select the background color.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Background Color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Select the font.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="79"/>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="66"/>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Select end of line fill.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="442"/>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Fill to end of line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Press to set the current style to its default values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>to Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Press to show only monospaced fonts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Monospaced Fonts Only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Select the background color for all styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>All Background Colors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Select the font for all styles.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>All Fonts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Select the eol fill for all styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>All Fill to end of line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Press to set all styles to their default values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>All to Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Sample Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; The tick in the list above indicates the entrie&apos;s &apos;fill to end of line&apos; setting.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Imports all styles of languages to be selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Import styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Exports all styles of languages to be selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Export styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Imports all styles of all languages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Import all styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Exports all styles of all languages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.ui" line="0"/>
+        <source>Export all styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="82"/>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="69"/>
+        <source>Family and Size only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="84"/>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="71"/>
+        <source>Family only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="86"/>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="73"/>
+        <source>Size only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="438"/>
+        <source>Enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="439"/>
+        <source>Disabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="443"/>
+        <source>Select fill to end of line for all styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="589"/>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="570"/>
+        <source>Export Highlighting Styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="572"/>
+        <source>Highlighting Styles File (*.ehj)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="590"/>
+        <source>&lt;p&gt;The highlighting styles file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="646"/>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="617"/>
+        <source>Import Highlighting Styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="619"/>
+        <source>Highlighting Styles File (*.ehj);;XML Highlighting Styles File (*.e6h *.e4h)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="647"/>
+        <source>&lt;p&gt;The highlighting styles 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"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="786"/>
+        <source>Delete Sub-Style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="787"/>
+        <source>&lt;p&gt;Shall the sub-style &lt;b&gt;{0}&lt;/b&gt; really be deleted?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="823"/>
+        <source>{0} - Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="850"/>
+        <source>Reset Sub-Styles to Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesPage.py" line="851"/>
+        <source>&lt;p&gt;Do you really want to reset all defined sub-styles of &lt;b&gt;{0}&lt;/b&gt; to the default values?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorHighlightingStylesSelectionDialog</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesSelectionDialog.py" line="42" />
-      <source>Select All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesSelectionDialog.py" line="46" />
-      <source>Import Highlighting Styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesSelectionDialog.py" line="48" />
-      <source>Select the highlighting styles to be imported</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesSelectionDialog.py" line="51" />
-      <source>Export Highlighting Styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesSelectionDialog.py" line="53" />
-      <source>Select the highlighting styles to be exported</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesSelectionDialog.py" line="42"/>
+        <source>Select All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesSelectionDialog.py" line="46"/>
+        <source>Import Highlighting Styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesSelectionDialog.py" line="48"/>
+        <source>Select the highlighting styles to be imported</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesSelectionDialog.py" line="51"/>
+        <source>Export Highlighting Styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorHighlightingStylesSelectionDialog.py" line="53"/>
+        <source>Select the highlighting styles to be exported</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorKeywordsPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0" />
-      <source>&lt;b&gt;Configure syntax highlighter keywords&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0" />
-      <source>Language:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0" />
-      <source>Select the language to be configured.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0" />
-      <source>Set:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0" />
-      <source>Enter the keywords separated by a blank</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0" />
-      <source>Press to set the current keyword set to the default value</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0" />
-      <source>to Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0" />
-      <source>Press to set all keyword sets of the selected language to default values</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0" />
-      <source>All to Defaults</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="170" />
-      <source>Reset to Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="171" />
-      <source>Shall the current keyword set really be reset to default values?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="195" />
-      <source>Reset All to Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="196" />
-      <source>Shall all keyword sets of the current language really be reset to default values?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure syntax highlighter keywords&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0"/>
+        <source>Language:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0"/>
+        <source>Select the language to be configured.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0"/>
+        <source>Set:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0"/>
+        <source>Enter the keywords separated by a blank</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0"/>
+        <source>Press to set the current keyword set to the default value</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0"/>
+        <source>to Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0"/>
+        <source>Press to set all keyword sets of the selected language to default values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0"/>
+        <source>All to Defaults</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="170"/>
+        <source>Reset to Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="171"/>
+        <source>Shall the current keyword set really be reset to default values?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="195"/>
+        <source>Reset All to Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="196"/>
+        <source>Shall all keyword sets of the current language really be reset to default values?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorLanguageTabIndentOverrideDialog</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.py" line="52" />
-      <source>Alternative</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0" />
-      <source>Tab and Indent Override</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0" />
-      <source>Lexer Language:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0" />
-      <source>Select the lexer language to override</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0" />
-      <source>Alternative Lexer:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0" />
-      <source>Select the alternative lexer to override</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0" />
-      <source>Tab Width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0" />
-      <source>Enter the tab width</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0" />
-      <source>Indentation width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0" />
-      <source>Enter the indentation width</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.py" line="52"/>
+        <source>Alternative</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0"/>
+        <source>Tab and Indent Override</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0"/>
+        <source>Lexer Language:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0"/>
+        <source>Select the lexer language to override</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0"/>
+        <source>Alternative Lexer:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0"/>
+        <source>Select the alternative lexer to override</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0"/>
+        <source>Tab Width:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0"/>
+        <source>Enter the tab width</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0"/>
+        <source>Indentation width:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorLanguageTabIndentOverrideDialog.ui" line="0"/>
+        <source>Enter the indentation width</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorMarkerMap</name>
     <message>
-      <location filename="../QScintilla/EditorMarkerMap.py" line="28" />
-      <source>&lt;b&gt;Editor Map&lt;/b&gt;&lt;p&gt;This shows a 'map' of the editor. The visible area is highlighted by the box and all markers like bookmarks, breakpoints, errors or changed lines are indicated by differently colored lines configurable via the Editor➝Style page of the configuration dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/EditorMarkerMap.py" line="28"/>
+        <source>&lt;b&gt;Editor Map&lt;/b&gt;&lt;p&gt;This shows a &apos;map&apos; of the editor. The visible area is highlighted by the box and all markers like bookmarks, breakpoints, errors or changed lines are indicated by differently colored lines configurable via the Editor➝Style page of the configuration dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorMouseClickHandlerJediPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Jedi Mouse Click Handler Support&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui" line="0" />
-      <source>Select, whether the jedi mouse click handler support shall be enabled.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui" line="0" />
-      <source>Enable Mouse Click Handler</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui" line="0" />
-      <source>Go To Definition</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui" line="0" />
-      <source>Click Sequence:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui" line="0" />
-      <source>Shows the mouse click sequence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui" line="0" />
-      <source>Press to open a dialog to configure the mouse click sequence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui" line="0" />
-      <source>Change...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Jedi Mouse Click Handler Support&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui" line="0"/>
+        <source>Select, whether the jedi mouse click handler support shall be enabled.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui" line="0"/>
+        <source>Enable Mouse Click Handler</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui" line="0"/>
+        <source>Go To Definition</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui" line="0"/>
+        <source>Click Sequence:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui" line="0"/>
+        <source>Shows the mouse click sequence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui" line="0"/>
+        <source>Press to open a dialog to configure the mouse click sequence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerJediPage.ui" line="0"/>
+        <source>Change...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorMouseClickHandlerPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Mouse Click Handler Support&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerPage.ui" line="0" />
-      <source>Select this to enable support for mouse click handlers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerPage.ui" line="0" />
-      <source>&lt;b&gt;Mouse Click Handlers Enabled&lt;/b&gt;&lt;p&gt;Select to enable support for mouse click handlers. Individual mouse click handlers may be configured on subordinate pages, if such have been installed and registered. This is usually done by plug-ins.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerPage.ui" line="0" />
-      <source>Mouse Click Handlers Enabled</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Mouse Click Handler Support&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerPage.ui" line="0"/>
+        <source>Select this to enable support for mouse click handlers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerPage.ui" line="0"/>
+        <source>&lt;b&gt;Mouse Click Handlers Enabled&lt;/b&gt;&lt;p&gt;Select to enable support for mouse click handlers. Individual mouse click handlers may be configured on subordinate pages, if such have been installed and registered. This is usually done by plug-ins.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorMouseClickHandlerPage.ui" line="0"/>
+        <source>Mouse Click Handlers Enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorOutlineModel</name>
     <message>
-      <location filename="../QScintilla/EditorOutlineModel.py" line="58" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorOutlineModel.py" line="104" />
-      <source>Coding: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorOutlineModel.py" line="114" />
-      <source>Globals</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorOutlineModel.py" line="120" />
-      <source>Imports</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/EditorOutlineModel.py" line="58"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorOutlineModel.py" line="104"/>
+        <source>Coding: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorOutlineModel.py" line="114"/>
+        <source>Globals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorOutlineModel.py" line="120"/>
+        <source>Imports</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorOutlineSizesDialog</name>
     <message>
-      <location filename="../QScintilla/EditorOutlineSizesDialog.ui" line="0" />
-      <source>Editor Outline Sizes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorOutlineSizesDialog.ui" line="0" />
-      <source>Default Width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorOutlineSizesDialog.ui" line="0" />
-      <source>Enter the default width of the source code outline view</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorOutlineSizesDialog.ui" line="0" />
-      <source>Width Step Size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorOutlineSizesDialog.ui" line="0" />
-      <source>Enter the amount of pixels the width of the outline should be increased or decreased</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/EditorOutlineSizesDialog.ui" line="0"/>
+        <source>Editor Outline Sizes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorOutlineSizesDialog.ui" line="0"/>
+        <source>Default Width:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorOutlineSizesDialog.ui" line="0"/>
+        <source>Enter the default width of the source code outline view</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorOutlineSizesDialog.ui" line="0"/>
+        <source>Width Step Size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorOutlineSizesDialog.ui" line="0"/>
+        <source>Enter the amount of pixels the width of the outline should be increased or decreased</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorOutlineView</name>
     <message>
-      <location filename="../QScintilla/EditorOutline.py" line="274" />
-      <location filename="../QScintilla/EditorOutline.py" line="234" />
-      <source>Goto</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorOutline.py" line="319" />
-      <location filename="../QScintilla/EditorOutline.py" line="282" />
-      <location filename="../QScintilla/EditorOutline.py" line="238" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorOutline.py" line="323" />
-      <location filename="../QScintilla/EditorOutline.py" line="286" />
-      <location filename="../QScintilla/EditorOutline.py" line="242" />
-      <source>Copy Path to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorOutline.py" line="328" />
-      <location filename="../QScintilla/EditorOutline.py" line="291" />
-      <location filename="../QScintilla/EditorOutline.py" line="247" />
-      <source>Expand All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorOutline.py" line="332" />
-      <location filename="../QScintilla/EditorOutline.py" line="295" />
-      <location filename="../QScintilla/EditorOutline.py" line="251" />
-      <source>Collapse All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorOutline.py" line="337" />
-      <location filename="../QScintilla/EditorOutline.py" line="300" />
-      <location filename="../QScintilla/EditorOutline.py" line="256" />
-      <source>Increment Width</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorOutline.py" line="341" />
-      <location filename="../QScintilla/EditorOutline.py" line="304" />
-      <location filename="../QScintilla/EditorOutline.py" line="260" />
-      <source>Decrement Width</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorOutline.py" line="345" />
-      <location filename="../QScintilla/EditorOutline.py" line="308" />
-      <location filename="../QScintilla/EditorOutline.py" line="264" />
-      <source>Set to Default Width</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorOutline.py" line="349" />
-      <location filename="../QScintilla/EditorOutline.py" line="312" />
-      <location filename="../QScintilla/EditorOutline.py" line="268" />
-      <source>Change Default Width</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/EditorOutline.py" line="400" />
-      <source>Line {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/EditorOutline.py" line="274"/>
+        <location filename="../QScintilla/EditorOutline.py" line="234"/>
+        <source>Goto</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorOutline.py" line="319"/>
+        <location filename="../QScintilla/EditorOutline.py" line="282"/>
+        <location filename="../QScintilla/EditorOutline.py" line="238"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorOutline.py" line="323"/>
+        <location filename="../QScintilla/EditorOutline.py" line="286"/>
+        <location filename="../QScintilla/EditorOutline.py" line="242"/>
+        <source>Copy Path to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorOutline.py" line="328"/>
+        <location filename="../QScintilla/EditorOutline.py" line="291"/>
+        <location filename="../QScintilla/EditorOutline.py" line="247"/>
+        <source>Expand All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorOutline.py" line="332"/>
+        <location filename="../QScintilla/EditorOutline.py" line="295"/>
+        <location filename="../QScintilla/EditorOutline.py" line="251"/>
+        <source>Collapse All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorOutline.py" line="337"/>
+        <location filename="../QScintilla/EditorOutline.py" line="300"/>
+        <location filename="../QScintilla/EditorOutline.py" line="256"/>
+        <source>Increment Width</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorOutline.py" line="341"/>
+        <location filename="../QScintilla/EditorOutline.py" line="304"/>
+        <location filename="../QScintilla/EditorOutline.py" line="260"/>
+        <source>Decrement Width</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorOutline.py" line="345"/>
+        <location filename="../QScintilla/EditorOutline.py" line="308"/>
+        <location filename="../QScintilla/EditorOutline.py" line="264"/>
+        <source>Set to Default Width</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorOutline.py" line="349"/>
+        <location filename="../QScintilla/EditorOutline.py" line="312"/>
+        <location filename="../QScintilla/EditorOutline.py" line="268"/>
+        <source>Change Default Width</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/EditorOutline.py" line="400"/>
+        <source>Line {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorPropertiesPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="201" />
-      <source>No Warning</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="202" />
-      <source>Inconsistent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="203" />
-      <source>Tabs after Spaces</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="204" />
-      <source>Spaces</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="205" />
-      <source>Tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>&lt;b&gt;Configure lexer properties&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>All Lexers Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to include trailing blank lines in a fold block</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Fold compact (except CMake, Python)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Bash Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select whether folding of comments shall be possible</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Fold comments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>C++ , C# , IDL, Java and JavaScript Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select whether folding at else statement should be possible</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Fold at else</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select whether folding of preprocessor directives shall be possible</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Fold preprocessor directives</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select, whether the line containing the opening brace should be indented</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Indent opening brace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select, whether the line containing the closing brace should be indented</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Indent closing brace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to use case insensitive keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Case insensitive keywords (C/C++ only)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to allow '$' characters in identifier names</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Allow '$' in identifier names</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to style preprocessor lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Style preprocessor lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to highlight triple quoted strings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Highlight triple quoted strings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to highlight hash quoted strings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Highlight hash quoted strings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to highlight back quoted strings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Highlight back quoted strings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to highlight escape sequences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Highlight escape sequences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to allow verbatim string escape sequences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Allow verbatim string escape sequences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>CMake Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>CoffeeScript</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>CSS Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to activate HSS support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>HSS support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to activate Less CSS support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Less CSS support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to activate Sassy CSS support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Sassy CSS support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>D Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Gettext Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>HTML Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to enable folding of script comments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Fold script comments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to enable folding of script heredocs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Fold script heredocs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select whether HTML tags should be case sensitive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Case sensitive tags</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to enable support for Django templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Enable Django templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to enable support for Mako templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Enable Mako templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>XML Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to enable styling of scripts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Style scripts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>JSON</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to enable highlighting of line/block comments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Highlight comments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to enable highlighting of escape sequences in strings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Pascal Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to enable smart highlighting of keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Smart Highlighting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Perl Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to enable folding of Perl packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Fold packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to enable folding of Perl POD blocks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Fold POD blocks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>PostScript Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to mark tokens</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Mark Tokens</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>PostScript Level:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select the PostScript level</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Povray Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select whether folding of directives shall be possible</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Fold directives</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Properties Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to allow initial spaces in a line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Allow initial spaces</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Python Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select whether folding of strings shall be possible</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Fold strings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select whether folding of triple quoted strings shall be possible</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Fold triple quoted strings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select whether text should be autoindented after a ':'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Auto indentation after ':'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to allow strings to span newline characters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Strings may span newline characters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to allow Python v2 unicode string literals (e.g. u"utf8")</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Allow v2 unicode string literals</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to allow Python v3 binary and octal literals (e.g. 0b1011, 0o712)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Allow v3 binary and octal literals</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to allow Python v3 bytes string literals (e.g. b"bytes")</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Allow v3 bytes string literals</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to highlight sub-identifiers defined in keyword set 2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Highlight sub-identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Highlight bad indentation:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select whether bad indentation shall be highlighted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Ruby Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>SQL Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select whether only BEGIN blocks can be folded</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Only BEGIN blocks can be folded</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to enable Backslash Escapes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Backslash Escapes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select if words may contain dots</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Words may contain dots</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to allow '#' as a comment character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Allow '#' as comment character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to enable quoted identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Enable quoted identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>TCL Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>TeX Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to treat comments as TeX source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Treat comments as TeX source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select to treat \if&lt;unknown&gt; as a command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Treat \if&lt;unknown&gt; as command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>VHDL Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select whether folding of blocks at a parenthesis shall be possible</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Fold at parenthesis</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Select whether folding of begin blocks shall be possible</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>Fold at begin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" />
-      <source>YAML Lexer Properties</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="201"/>
+        <source>No Warning</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="202"/>
+        <source>Inconsistent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="203"/>
+        <source>Tabs after Spaces</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="204"/>
+        <source>Spaces</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="205"/>
+        <source>Tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure lexer properties&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>All Lexers Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to include trailing blank lines in a fold block</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Fold compact (except CMake, Python)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Bash Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select whether folding of comments shall be possible</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Fold comments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>C++ , C# , IDL, Java and JavaScript Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select whether folding at else statement should be possible</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Fold at else</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select whether folding of preprocessor directives shall be possible</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Fold preprocessor directives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select, whether the line containing the opening brace should be indented</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Indent opening brace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select, whether the line containing the closing brace should be indented</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Indent closing brace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to use case insensitive keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Case insensitive keywords (C/C++ only)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to allow &apos;$&apos; characters in identifier names</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Allow &apos;$&apos; in identifier names</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to style preprocessor lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Style preprocessor lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to highlight triple quoted strings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Highlight triple quoted strings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to highlight hash quoted strings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Highlight hash quoted strings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to highlight back quoted strings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Highlight back quoted strings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to highlight escape sequences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Highlight escape sequences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to allow verbatim string escape sequences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Allow verbatim string escape sequences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>CMake Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>CoffeeScript</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>CSS Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to activate HSS support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>HSS support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to activate Less CSS support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Less CSS support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to activate Sassy CSS support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Sassy CSS support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>D Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Gettext Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>HTML Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to enable folding of script comments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Fold script comments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to enable folding of script heredocs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Fold script heredocs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select whether HTML tags should be case sensitive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Case sensitive tags</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to enable support for Django templates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Enable Django templates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to enable support for Mako templates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Enable Mako templates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>XML Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to enable styling of scripts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Style scripts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>JSON</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to enable highlighting of line/block comments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Highlight comments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to enable highlighting of escape sequences in strings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Pascal Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to enable smart highlighting of keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Smart Highlighting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Perl Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to enable folding of Perl packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Fold packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to enable folding of Perl POD blocks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Fold POD blocks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>PostScript Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to mark tokens</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Mark Tokens</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>PostScript Level:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select the PostScript level</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Povray Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select whether folding of directives shall be possible</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Fold directives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Properties Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to allow initial spaces in a line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Allow initial spaces</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Python Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select whether folding of strings shall be possible</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Fold strings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select whether folding of triple quoted strings shall be possible</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Fold triple quoted strings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select whether text should be autoindented after a &apos;:&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Auto indentation after &apos;:&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to allow strings to span newline characters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Strings may span newline characters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to allow Python v2 unicode string literals (e.g. u&quot;utf8&quot;)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Allow v2 unicode string literals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to allow Python v3 binary and octal literals (e.g. 0b1011, 0o712)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Allow v3 binary and octal literals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to allow Python v3 bytes string literals (e.g. b&quot;bytes&quot;)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Allow v3 bytes string literals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to highlight sub-identifiers defined in keyword set 2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Highlight sub-identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Highlight bad indentation:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select whether bad indentation shall be highlighted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Ruby Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>SQL Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select whether only BEGIN blocks can be folded</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Only BEGIN blocks can be folded</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to enable Backslash Escapes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Backslash Escapes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select if words may contain dots</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Words may contain dots</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to allow &apos;#&apos; as a comment character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Allow &apos;#&apos; as comment character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to enable quoted identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Enable quoted identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>TCL Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>TeX Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to treat comments as TeX source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Treat comments as TeX source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select to treat \if&lt;unknown&gt; as a command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Treat \if&lt;unknown&gt; as command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>VHDL Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select whether folding of blocks at a parenthesis shall be possible</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Fold at parenthesis</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Select whether folding of begin blocks shall be possible</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>Fold at begin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0"/>
+        <source>YAML Lexer Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorSearchPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>&lt;b&gt;Configure editor search options&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>Search Markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>Select, whether markers for all occurrences of the current word shall be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>Highlight all occurrences of current word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>Select, whether search markers shall be shown for a standard search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>Highlight all occurrences of search text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>Select, whether search markers shall be shown for a quicksearch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>Highlight all occurrences of quicksearch text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>Timeout for current word highlighting:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>Enter the time in milliseconds after which occurrences of the current word shall be highlighted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source> ms</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>Marker Color:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>Select the color for the search markers.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>Regular Expression Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>Select to used the QScintilla POSIX alike regular expression mode.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>QScintilla Regular Mode (POSIX)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>Select to used the QScintilla extended (C++11) regular expression mode.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" />
-      <source>QScintilla Extended  Mode (C++11)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure editor search options&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>Search Markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>Select, whether markers for all occurrences of the current word shall be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>Highlight all occurrences of current word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>Select, whether search markers shall be shown for a standard search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>Highlight all occurrences of search text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>Select, whether search markers shall be shown for a quicksearch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>Highlight all occurrences of quicksearch text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>Timeout for current word highlighting:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>Enter the time in milliseconds after which occurrences of the current word shall be highlighted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source> ms</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>Marker Color:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>Select the color for the search markers.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>Regular Expression Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>Select to used the QScintilla POSIX alike regular expression mode.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>QScintilla Regular Mode (POSIX)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>Select to used the QScintilla extended (C++11) regular expression mode.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0"/>
+        <source>QScintilla Extended  Mode (C++11)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorSpellCheckingPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>&lt;b&gt;Configure editor spell checking options&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>&lt;font color="#FF0000"&gt;Spell checking with PyEnchant is not available.&lt;/font&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Select to enable spell checking</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Spell checking enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Defaults</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Default language:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Select the default language</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Spell checking options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Select to check strings only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Spell check strings only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Select to perform a complete check of files without extension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Spell check unknown files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Minimum word size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Move to set the minimum size of words to be checked</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Displays the minimum size of words to be checked</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Textfiles:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Enter the file extensions of pure text files (separated by a space)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>&lt;b&gt;Textfiles&lt;/b&gt;
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure editor spell checking options&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>&lt;font color=&quot;#FF0000&quot;&gt;Spell checking with PyEnchant is not available.&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Select to enable spell checking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Spell checking enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Defaults</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Default language:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Select the default language</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Spell checking options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Select to check strings only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Spell check strings only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Select to perform a complete check of files without extension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Spell check unknown files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Minimum word size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Move to set the minimum size of words to be checked</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Displays the minimum size of words to be checked</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Textfiles:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Enter the file extensions of pure text files (separated by a space)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>&lt;b&gt;Textfiles&lt;/b&gt;
 &lt;p&gt;Enter the file extension of pure text files. The complete contents of files with these extensions will be checked.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Colors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Marker Color:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Select the color for the spelling markers.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Personal lists</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Personal word list file:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Personal exclude list file:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>&lt;b&gt;Note:&lt;/b&gt; leave these entries empty to use the default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>&lt;b&gt;Note:&lt;/b&gt; valid for all newly opened editors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Automatic spell checking</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Select to enable spellchecking</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Automatic spell checking enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Amount of lines to autocheck at once:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0" />
-      <source>Enter the number of lines to check per go. Higher values increase checking speed but decrease GUI responsivenes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="35" />
-      <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="32" />
-      <source>Dictionary File (*.dic);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Colors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Marker Color:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Select the color for the spelling markers.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Personal lists</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Personal word list file:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Personal exclude list file:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; leave these entries empty to use the default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; valid for all newly opened editors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Automatic spell checking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Select to enable spellchecking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Automatic spell checking enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Amount of lines to autocheck at once:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.ui" line="0"/>
+        <source>Enter the number of lines to check per go. Higher values increase checking speed but decrease GUI responsivenes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="35"/>
+        <location filename="../Preferences/ConfigurationPages/EditorSpellCheckingPage.py" line="32"/>
+        <source>Dictionary File (*.dic);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorStylesPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="53" />
-      <source>Disabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="56" />
-      <source>Word Boundary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="59" />
-      <source>Character Boundary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="62" />
-      <source>No Indicator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="65" />
-      <source>Indicator by Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="68" />
-      <source>Indicator by Margin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="72" />
-      <source>Indicator in Line Number Margin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="77" />
-      <source>Fixed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="80" />
-      <source>Aligned</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="83" />
-      <source>Aligned plus One</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="86" />
-      <source>Aligned plus Two</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>&lt;b&gt;Configure editor styles&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>&lt;b&gt;Note:&lt;/b&gt; Fonts and colors of the syntax highlighters have to be configured on the syntax highlighter styles page.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Colors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select to set the color of the edit area different to the default style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Override edit area colors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Edit area foreground:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the foreground color for the edit area.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Edit area background:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the background color for the edit area.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Highlighting:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for the caret.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Fonts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Default Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Press to select the default font for the editor's text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Default Text Font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Press to select the font to be used as the monospaced font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Monospaced Font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Monospaced Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select, whether the monospaced font should be used as default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Use monospaced as default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Margins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select whether line numbers margin should be shown.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Show Line Numbers Margin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select whether the fold margin should be shown.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Show Fold Margin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Folding style:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the folding style to be used in the folding margin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>&lt;b&gt;Folding style&lt;/b&gt;
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="53"/>
+        <source>Disabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="56"/>
+        <source>Word Boundary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="59"/>
+        <source>Character Boundary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="62"/>
+        <source>No Indicator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="65"/>
+        <source>Indicator by Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="68"/>
+        <source>Indicator by Margin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="72"/>
+        <source>Indicator in Line Number Margin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="77"/>
+        <source>Fixed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="80"/>
+        <source>Aligned</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="83"/>
+        <source>Aligned plus One</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.py" line="86"/>
+        <source>Aligned plus Two</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure editor styles&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; Fonts and colors of the syntax highlighters have to be configured on the syntax highlighter styles page.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Colors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select to set the color of the edit area different to the default style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Override edit area colors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Edit area foreground:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the foreground color for the edit area.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Edit area background:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the background color for the edit area.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Highlighting:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for the caret.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Fonts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Default Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Press to select the default font for the editor&apos;s text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Default Text Font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Press to select the font to be used as the monospaced font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Monospaced Font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Monospaced Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select, whether the monospaced font should be used as default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Use monospaced as default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Margins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select whether line numbers margin should be shown.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Show Line Numbers Margin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select whether the fold margin should be shown.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Show Fold Margin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Folding style:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the folding style to be used in the folding margin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>&lt;b&gt;Folding style&lt;/b&gt;
 &lt;p&gt;Select the desired folding style to be used in the folding margin.&lt;/p&gt;
 &lt;p&gt;The available styles are:
 &lt;ul&gt;
@@ -15994,1616 +16068,1616 @@
 &lt;li&gt;Boxed Tree - boxed plus and minus symbols and flattened tree with rectangled corners&lt;/li&gt;
 &lt;/ul&gt;
 &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Plain</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Circled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Boxed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Circled Tree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Boxed Tree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Arrow</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Arrow Tree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Foldmarkers foreground:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the foreground color for the margins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Foldmargin background:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the background color for the foldmargin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Margins background:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the foreground color of the foldmarkers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Margins foreground:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the background color for the margins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Foldmarkers background:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the background color of the foldmarkers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Press to select the font for the editor line numbers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Line Numbers Font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>2345</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select to use custom selection colors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>&lt;b&gt;Use custom selection colors&lt;/b&gt;&lt;p&gt;Select this entry in order to use custom selection colors in the editor and shell windows. The colors for the selection foreground and background are defined on the colors page.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Use custom selection colors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select, if selected text should be colorized by the lexer.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Colorize selected text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select to extend selection to end of line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Extend selection to end of line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Selection foreground:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the foreground color for the selection.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Selection background:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the background color for the selection.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Caret</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select caret width (1, 2 or 3 pixels)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Foreground:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Caret Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select, whether the caret line should be highlighted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Caret line visible</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select, whether the caret line should be highlighted even if the editor doesn't have the focus</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Caret line always visible</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Frame Width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select caret line frame width (off, 1, 2 or 3 pixels)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Off</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Background:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the background color for the line containing the caret.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Debugging Line Markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Current line marker:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for the current line marker.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select to indicate the debug markers using colored line backgrounds, arrow indicators otherwise</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Use background colors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Error line marker:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for the error line marker.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Braces</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Matched braces:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the background color for highlighting matching braces.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for highlighting matching braces.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Unmatched brace:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for  highlighting nonmatching braces.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Matched braces background:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Unmatched brace background:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the background color for  highlighting nonmatching braces.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select whether matching and bad braces shall be highlighted.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Highlight braces</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>End of Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select whether end of line shall be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Show End of Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Wrap long lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Mode:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the wrap mode for long lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Indication:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select, how wrapped lines are indicated</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Indentation:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select, how wrapped lines are indented</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Enter the number of characters to indent (only used for 'Fixed')</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source> characters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Edge Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for the edge marker.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Background color:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Move to set the edge column.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Displays the selected tab width.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Column number:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Draw Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Change Background Color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Zoom</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Initial zoom factor:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Move to set the initial zoom factor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Displays the selected initial zoom factor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Annotations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select to enable the display of annotations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Show annotations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Warnings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Press to select the foreground color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Foreground</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Press to select the background color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Background</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Warning: There might be an issue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Error: There is an issue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Style: There is a style issue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Change Tracing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select to mark changed lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Mark changed lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Timeout for marking changed lines:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Enter the time in milliseconds after which changed lines will be marked</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source> ms</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Unsaved changes color:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for the change marker for unsaved changes.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Saved changes color:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for the change marker for saved changes.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Whitespace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select whether whitspace characters shall be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Show Whitespace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Whitespace size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the size of the dots used to represent visible whitespace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Whitespace foreground:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the foreground color for visible whitespace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Whitespace background:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the background color for visible whitespace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Indentation Guides</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select whether indentation guides should be shown.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Show Indentation Guides</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Indentation Guides foreground:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the foreground color for indentation guides</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Indentation Guides background:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the background color for indentation guides</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Marker Map</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select to show the marker map right of the editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>&lt;b&gt;Show Marker Map Right of the Editor&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Plain</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Circled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Boxed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Circled Tree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Boxed Tree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Arrow</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Arrow Tree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Foldmarkers foreground:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the foreground color for the margins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Foldmargin background:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the background color for the foldmargin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Margins background:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the foreground color of the foldmarkers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Margins foreground:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the background color for the margins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Foldmarkers background:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the background color of the foldmarkers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Press to select the font for the editor line numbers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Line Numbers Font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>2345</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select to use custom selection colors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>&lt;b&gt;Use custom selection colors&lt;/b&gt;&lt;p&gt;Select this entry in order to use custom selection colors in the editor and shell windows. The colors for the selection foreground and background are defined on the colors page.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Use custom selection colors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select, if selected text should be colorized by the lexer.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Colorize selected text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select to extend selection to end of line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Extend selection to end of line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Selection foreground:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the foreground color for the selection.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Selection background:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the background color for the selection.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Caret</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Width:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select caret width (1, 2 or 3 pixels)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Foreground:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Caret Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select, whether the caret line should be highlighted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Caret line visible</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select, whether the caret line should be highlighted even if the editor doesn&apos;t have the focus</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Caret line always visible</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Frame Width:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select caret line frame width (off, 1, 2 or 3 pixels)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Off</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Background:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the background color for the line containing the caret.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Debugging Line Markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Current line marker:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for the current line marker.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select to indicate the debug markers using colored line backgrounds, arrow indicators otherwise</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Use background colors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Error line marker:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for the error line marker.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Braces</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Matched braces:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the background color for highlighting matching braces.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for highlighting matching braces.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Unmatched brace:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for  highlighting nonmatching braces.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Matched braces background:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Unmatched brace background:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the background color for  highlighting nonmatching braces.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select whether matching and bad braces shall be highlighted.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Highlight braces</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>End of Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select whether end of line shall be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Show End of Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Wrap long lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Mode:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the wrap mode for long lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Indication:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select, how wrapped lines are indicated</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Indentation:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select, how wrapped lines are indented</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Enter the number of characters to indent (only used for &apos;Fixed&apos;)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source> characters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Edge Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for the edge marker.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Background color:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Move to set the edge column.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Displays the selected tab width.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Column number:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Draw Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Change Background Color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Zoom</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Initial zoom factor:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Move to set the initial zoom factor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Displays the selected initial zoom factor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Annotations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select to enable the display of annotations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Show annotations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Warnings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Press to select the foreground color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Foreground</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Press to select the background color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Background</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Warning: There might be an issue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Error: There is an issue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Style: There is a style issue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Change Tracing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select to mark changed lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Mark changed lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Timeout for marking changed lines:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Enter the time in milliseconds after which changed lines will be marked</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source> ms</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Unsaved changes color:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for the change marker for unsaved changes.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Saved changes color:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for the change marker for saved changes.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Whitespace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select whether whitspace characters shall be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Show Whitespace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Whitespace size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the size of the dots used to represent visible whitespace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Whitespace foreground:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the foreground color for visible whitespace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Whitespace background:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the background color for visible whitespace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Indentation Guides</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select whether indentation guides should be shown.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Show Indentation Guides</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Indentation Guides foreground:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the foreground color for indentation guides</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Indentation Guides background:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the background color for indentation guides</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Marker Map</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select to show the marker map right of the editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>&lt;b&gt;Show Marker Map Right of the Editor&lt;/b&gt;
 &lt;p&gt;If this entry is selected (default), the marker map is show on the right side of the editor. If it is unselected, it is shown on the left side right before the margins.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Show Marker Map Right of the Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Marker Colors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Errors:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for error markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Warnings:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for warning markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Bookmarks:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for bookmark markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Breakpoints:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for breakpoint markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Tasks:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for task markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Changes:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for change markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Coverage:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for coverage markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Current Line:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for the current line marker</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Search Markers:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for the search marker</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Conflict Marker Line:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the color for the conflict marker line marker</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select the background color for the marker map</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Shown Markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select to show change markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select to show coverage markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Coverage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select to show search markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Search Markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Marker types not listed are always shown.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Various</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select to show a minimalistic context menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Show minimal context menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Select to hide the Format Buttons bar when formatting is not supported</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" />
-      <source>Hide Format Buttons bar when not supported</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Show Marker Map Right of the Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Marker Colors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Errors:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for error markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Warnings:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for warning markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Bookmarks:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for bookmark markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Breakpoints:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for breakpoint markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Tasks:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for task markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Changes:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for change markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Coverage:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for coverage markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Current Line:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for the current line marker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Search Markers:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for the search marker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Conflict Marker Line:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the color for the conflict marker line marker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select the background color for the marker map</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Shown Markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select to show change markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select to show coverage markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Coverage</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select to show search markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Search Markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>&lt;b&gt;Note&lt;/b&gt;: Marker types not listed are always shown.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Various</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select to show a minimalistic context menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Show minimal context menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Select to hide the Format Buttons bar when formatting is not supported</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0"/>
+        <source>Hide Format Buttons bar when not supported</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorSyntaxPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Code Checker settings&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" />
-      <source>Select, whether source files should be checked automatically for syntax errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" />
-      <source>&lt;b&gt;Automatic Syntax Check&lt;/b&gt;&lt;p&gt;Select to enable the automatic syntax checker. The syntax is checked, when a file is loaded or saved or the programming language of the editor is selected.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" />
-      <source>Automatic Syntax Check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" />
-      <source>Select to enable the online syntax checker</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" />
-      <source>&lt;b&gt;Online Syntax Check&lt;/b&gt;&lt;p&gt;Select this to enable syntax checks while typing. The check is performed, if typing is interrupted for the configured timeout period.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" />
-      <source>Online Syntax Check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" />
-      <source>Timeout Interval:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" />
-      <source>Enter the timeout for the online syntax checker</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" />
-      <source>&lt;b&gt;Timeout Interval&lt;/b&gt;&lt;p&gt;Enter the timeout interval for the online syntax check. The check is performed, if typing is interrupted for the configured timeout period.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" />
-      <source> s</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" />
-      <source>PyFlakes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" />
-      <source>Select to include a PyFlakes check after the syntax check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" />
-      <source>Include PyFlakes Checks after syntax check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" />
-      <source>Select to suppress star import warnings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" />
-      <source>Suppress star import warnings</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Code Checker settings&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0"/>
+        <source>Select, whether source files should be checked automatically for syntax errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0"/>
+        <source>&lt;b&gt;Automatic Syntax Check&lt;/b&gt;&lt;p&gt;Select to enable the automatic syntax checker. The syntax is checked, when a file is loaded or saved or the programming language of the editor is selected.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0"/>
+        <source>Automatic Syntax Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0"/>
+        <source>Select to enable the online syntax checker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0"/>
+        <source>&lt;b&gt;Online Syntax Check&lt;/b&gt;&lt;p&gt;Select this to enable syntax checks while typing. The check is performed, if typing is interrupted for the configured timeout period.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0"/>
+        <source>Online Syntax Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0"/>
+        <source>Timeout Interval:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0"/>
+        <source>Enter the timeout for the online syntax checker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0"/>
+        <source>&lt;b&gt;Timeout Interval&lt;/b&gt;&lt;p&gt;Enter the timeout interval for the online syntax check. The check is performed, if typing is interrupted for the configured timeout period.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0"/>
+        <source> s</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0"/>
+        <source>PyFlakes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0"/>
+        <source>Select to include a PyFlakes check after the syntax check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0"/>
+        <source>Include PyFlakes Checks after syntax check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0"/>
+        <source>Select to suppress star import warnings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0"/>
+        <source>Suppress star import warnings</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EditorTypingPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>&lt;b&gt;Configure typing&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Programming Language:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select the programming language to be configured.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to enable Python typing aids</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Enable Python typing aids</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to insert a closing parenthesis</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatic parenthesis insertion</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to skip matching braces when typing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatically skip matching braces when typing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to skip a ':', if typed next to another ':'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatic colon detection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to indent after typing 'return'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatic indent after '('</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to insert the matching quote character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatic quote insertion</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to dedent 'else:' and 'elif' to the matching 'if'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatic dedent of 'else:' and 'elif'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to dedent 'except' and 'finally' to the matching 'try:'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatic dedent of 'except' and 'finally'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to insert the 'import ' string when the line starts with 'from ...'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatic insertion of the 'import' string on 'from xxx'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to create import statements of the form 'from ... import (...)'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Generate '(...)' type import</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to insert the 'self' string when declaring a method</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatic insertion of 'self' when declaring methods</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to insert a blank after ','</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatic insertion of ' ' (blank) after ','</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to dedent 'def' statements to the last 'def' or 'class'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatic dedent of 'def' statements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to enable Ruby typing aids</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Enable Ruby typing aids</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to automatically complete a here document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatic completion of here document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to automatically insert '=end' after entering '=begin'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatic insertion of '=end' after '=begin'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to enable YAML typing aids</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Enable YAML typing aids</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatic indent after ':', '-', '|', '|-', '|+', '&gt;', '&gt;-', '&gt;+'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to insert a blank after ':'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatic insertion of ' ' (blank) after ':'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to insert a blank after '-'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatic insertion of ' ' (blank) after '-'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Select to insert a blank after '?'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0" />
-      <source>Automatic insertion of ' ' (blank) after '?'</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure typing&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Programming Language:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select the programming language to be configured.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to enable Python typing aids</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Enable Python typing aids</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to insert a closing parenthesis</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatic parenthesis insertion</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to skip matching braces when typing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatically skip matching braces when typing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to skip a &apos;:&apos;, if typed next to another &apos;:&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatic colon detection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to indent after typing &apos;return&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatic indent after &apos;(&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to insert the matching quote character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatic quote insertion</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to dedent &apos;else:&apos; and &apos;elif&apos; to the matching &apos;if&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatic dedent of &apos;else:&apos; and &apos;elif&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to dedent &apos;except&apos; and &apos;finally&apos; to the matching &apos;try:&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatic dedent of &apos;except&apos; and &apos;finally&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to insert the &apos;import &apos; string when the line starts with &apos;from ...&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatic insertion of the &apos;import&apos; string on &apos;from xxx&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to create import statements of the form &apos;from ... import (...)&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Generate &apos;(...)&apos; type import</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to insert the &apos;self&apos; string when declaring a method</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatic insertion of &apos;self&apos; when declaring methods</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to insert a blank after &apos;,&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatic insertion of &apos; &apos; (blank) after &apos;,&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to dedent &apos;def&apos; statements to the last &apos;def&apos; or &apos;class&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatic dedent of &apos;def&apos; statements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to enable Ruby typing aids</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Enable Ruby typing aids</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to automatically complete a here document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatic completion of here document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to automatically insert &apos;=end&apos; after entering &apos;=begin&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatic insertion of &apos;=end&apos; after &apos;=begin&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to enable YAML typing aids</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Enable YAML typing aids</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatic indent after &apos;:&apos;, &apos;-&apos;, &apos;|&apos;, &apos;|-&apos;, &apos;|+&apos;, &apos;&gt;&apos;, &apos;&gt;-&apos;, &apos;&gt;+&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to insert a blank after &apos;:&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatic insertion of &apos; &apos; (blank) after &apos;:&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to insert a blank after &apos;-&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatic insertion of &apos; &apos; (blank) after &apos;-&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Select to insert a blank after &apos;?&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EditorTypingPage.ui" line="0"/>
+        <source>Automatic insertion of &apos; &apos; (blank) after &apos;?&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EmailDialog</name>
     <message>
-      <location filename="../UI/EmailDialog.py" line="67" />
-      <source>Send feature request</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.py" line="69" />
-      <source>Enter your &amp;feature request below. Version information is added automatically.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.py" line="78" />
-      <source>Enter your &amp;bug description below. Version information is added automatically.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.py" line="86" />
-      <source>Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.py" line="92" />
-      <source>Google Mail API Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.py" line="148" />
-      <location filename="../UI/EmailDialog.py" line="125" />
-      <source>Close dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.py" line="149" />
-      <location filename="../UI/EmailDialog.py" line="126" />
-      <source>Do you really want to close the dialog?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.py" line="167" />
-      <source>&lt;p&gt;The Google Mail Client API is not installed. Change to the Email configuration page for more.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.py" line="173" />
-      <source>Gmail API Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.py" line="346" />
-      <source>Mail Server Password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.py" line="347" />
-      <source>Enter your mail server password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.py" line="423" />
-      <location filename="../UI/EmailDialog.py" line="391" />
-      <location filename="../UI/EmailDialog.py" line="366" />
-      <source>Send Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.py" line="367" />
-      <source>&lt;p&gt;Authentication failed.&lt;br&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.py" line="449" />
-      <location filename="../UI/EmailDialog.py" line="392" />
-      <source>&lt;p&gt;Message could not be sent.&lt;br&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.py" line="424" />
-      <source>The Google Mail Client API is not installed. The message cannot be sent.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.py" line="448" />
-      <source>Send Message via Gmail</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.py" line="459" />
-      <source>Attach file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.ui" line="0" />
-      <source>Send bug report</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.ui" line="0" />
-      <source>Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.ui" line="0" />
-      <source>&amp;Subject:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.ui" line="0" />
-      <source>Enter the subject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.ui" line="0" />
-      <source>Attachments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.ui" line="0" />
-      <source>Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.ui" line="0" />
-      <source>Press to add an attachment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.ui" line="0" />
-      <source>&amp;Add...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.ui" line="0" />
-      <source>Alt+A</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.ui" line="0" />
-      <source>Delete the selected entry from the list of attachments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.ui" line="0" />
-      <source>&amp;Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/EmailDialog.ui" line="0" />
-      <source>Alt+D</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/EmailDialog.py" line="67"/>
+        <source>Send feature request</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.py" line="69"/>
+        <source>Enter your &amp;feature request below. Version information is added automatically.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.py" line="78"/>
+        <source>Enter your &amp;bug description below. Version information is added automatically.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.py" line="86"/>
+        <source>Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.py" line="92"/>
+        <source>Google Mail API Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.py" line="148"/>
+        <location filename="../UI/EmailDialog.py" line="125"/>
+        <source>Close dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.py" line="149"/>
+        <location filename="../UI/EmailDialog.py" line="126"/>
+        <source>Do you really want to close the dialog?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.py" line="167"/>
+        <source>&lt;p&gt;The Google Mail Client API is not installed. Change to the Email configuration page for more.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.py" line="173"/>
+        <source>Gmail API Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.py" line="346"/>
+        <source>Mail Server Password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.py" line="347"/>
+        <source>Enter your mail server password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.py" line="423"/>
+        <location filename="../UI/EmailDialog.py" line="391"/>
+        <location filename="../UI/EmailDialog.py" line="366"/>
+        <source>Send Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.py" line="367"/>
+        <source>&lt;p&gt;Authentication failed.&lt;br&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.py" line="449"/>
+        <location filename="../UI/EmailDialog.py" line="392"/>
+        <source>&lt;p&gt;Message could not be sent.&lt;br&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.py" line="424"/>
+        <source>The Google Mail Client API is not installed. The message cannot be sent.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.py" line="448"/>
+        <source>Send Message via Gmail</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.py" line="459"/>
+        <source>Attach file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.ui" line="0"/>
+        <source>Send bug report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.ui" line="0"/>
+        <source>Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.ui" line="0"/>
+        <source>&amp;Subject:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.ui" line="0"/>
+        <source>Enter the subject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.ui" line="0"/>
+        <source>Attachments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.ui" line="0"/>
+        <source>Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.ui" line="0"/>
+        <source>Press to add an attachment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.ui" line="0"/>
+        <source>&amp;Add...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.ui" line="0"/>
+        <source>Alt+A</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.ui" line="0"/>
+        <source>Delete the selected entry from the list of attachments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.ui" line="0"/>
+        <source>&amp;Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/EmailDialog.ui" line="0"/>
+        <source>Alt+D</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EmailPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="214" />
-      <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="198" />
-      <source>Login Test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="198" />
-      <source>The login test succeeded.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="215" />
-      <source>&lt;p&gt;The login test failed.&lt;br&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="302" />
-      <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="233" />
-      <source>&lt;p&gt;The Google Mail Client API is not installed. Use the &lt;b&gt;{0}&lt;/b&gt; button to install it.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="239" />
-      <source>Gmail API Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="284" />
-      <source>&lt;p&gt;The client secrets file is not present. Has the Gmail API been enabled?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Email&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Email address:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Enter your email address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Signature:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Enter your email signature</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Google Mail</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Use Google Mail with OAuth2 authentication via Gmail API</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Press to get some help for enabling the Google Mail API</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Google Mail API Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Press to install the required Google API packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Install Google API Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Press to check the availability again</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Check Again</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Standard Email</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Encryption Method:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Outgoing mail server (SMTP):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Port:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Enter the port of the mail server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Enter the address of your mail server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Select to use no encryption</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>None</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Select to use SSL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>SSL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Select to use TLS</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>TLS</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Select to authenticatate against the mail server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Mail server needs authentication</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Username:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Enter your mail server username</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Password:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Enter your password for accessing the mail server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Press to test the login data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0" />
-      <source>Test Login</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="214"/>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="198"/>
+        <source>Login Test</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="198"/>
+        <source>The login test succeeded.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="215"/>
+        <source>&lt;p&gt;The login test failed.&lt;br&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="302"/>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="233"/>
+        <source>&lt;p&gt;The Google Mail Client API is not installed. Use the &lt;b&gt;{0}&lt;/b&gt; button to install it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="239"/>
+        <source>Gmail API Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.py" line="284"/>
+        <source>&lt;p&gt;The client secrets file is not present. Has the Gmail API been enabled?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Email&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Email address:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Enter your email address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Signature:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Enter your email signature</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Google Mail</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Use Google Mail with OAuth2 authentication via Gmail API</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Press to get some help for enabling the Google Mail API</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Google Mail API Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Press to install the required Google API packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Install Google API Packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Press to check the availability again</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Check Again</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Standard Email</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Encryption Method:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Outgoing mail server (SMTP):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Port:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Enter the port of the mail server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Enter the address of your mail server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Select to use no encryption</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Select to use SSL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>SSL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Select to use TLS</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>TLS</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Select to authenticatate against the mail server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Mail server needs authentication</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Username:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Enter your mail server username</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Enter your password for accessing the mail server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Press to test the login data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/EmailPage.ui" line="0"/>
+        <source>Test Login</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricApplication</name>
     <message>
-      <location filename="../EricWidgets/EricApplication.py" line="222" />
-      <source>Loading Style Sheet</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricApplication.py" line="225" />
-      <source>&lt;p&gt;The Qt Style Sheet file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricWidgets/EricApplication.py" line="222"/>
+        <source>Loading Style Sheet</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricApplication.py" line="225"/>
+        <source>&lt;p&gt;The Qt Style Sheet file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricComboSelectionDialog</name>
     <message>
-      <location filename="../EricWidgets/EricComboSelectionDialog.ui" line="0" />
-      <source>Select from List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricComboSelectionDialog.ui" line="0" />
-      <source>Select from the list below:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricWidgets/EricComboSelectionDialog.ui" line="0"/>
+        <source>Select from List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricComboSelectionDialog.ui" line="0"/>
+        <source>Select from the list below:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricErrorMessageFilterDialog</name>
     <message>
-      <location filename="../EricWidgets/EricErrorMessageFilterDialog.ui" line="0" />
-      <source>Error Messages Filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricErrorMessageFilterDialog.py" line="34" />
-      <source>&lt;b&gt;Error Message Filters&lt;/b&gt;&lt;p&gt;This list shows the configured message filters used to suppress error messages from within Qt.&lt;/p&gt;&lt;p&gt;A default list of message filters is added to this user list.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricWidgets/EricErrorMessageFilterDialog.ui" line="0"/>
+        <source>Error Messages Filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricErrorMessageFilterDialog.py" line="34"/>
+        <source>&lt;b&gt;Error Message Filters&lt;/b&gt;&lt;p&gt;This list shows the configured message filters used to suppress error messages from within Qt.&lt;/p&gt;&lt;p&gt;A default list of message filters is added to this user list.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricFileSaveConfirmDialog</name>
     <message>
-      <location filename="../EricWidgets/EricFileSaveConfirmDialog.py" line="52" />
-      <source>The given file exists already.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricFileSaveConfirmDialog.py" line="66" />
-      <source>Overwrite</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricFileSaveConfirmDialog.py" line="69" />
-      <source>Rename</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricWidgets/EricFileSaveConfirmDialog.py" line="52"/>
+        <source>The given file exists already.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricFileSaveConfirmDialog.py" line="66"/>
+        <source>Overwrite</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricFileSaveConfirmDialog.py" line="69"/>
+        <source>Rename</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricGoogleMail</name>
     <message>
-      <location filename="../EricNetwork/EricGoogleMail.py" line="84" />
-      <source>The client secrets file is not present. Has the Gmail API been enabled?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricGoogleMail.py" line="115" />
-      <source>No valid credentials available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricGoogleMail.py" line="129" />
-      <source>Message #{0} sent.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricNetwork/EricGoogleMail.py" line="84"/>
+        <source>The client secrets file is not present. Has the Gmail API been enabled?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricGoogleMail.py" line="115"/>
+        <source>No valid credentials available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricGoogleMail.py" line="129"/>
+        <source>Message #{0} sent.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricGraphicsView</name>
     <message>
-      <location filename="../EricGraphics/EricGraphicsView.py" line="82" />
-      <source>&lt;b&gt;Graphics View&lt;/b&gt;
+        <location filename="../EricGraphics/EricGraphicsView.py" line="82"/>
+        <source>&lt;b&gt;Graphics View&lt;/b&gt;
 &lt;p&gt;This graphics view is used to show a diagram. 
 There are various actions available to manipulate the 
 shown items.&lt;/p&gt;
@@ -17618,16141 +17692,16224 @@
 whole selection.&lt;/li&gt;
 &lt;/ul&gt;
 </source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>EricIPv4InputWidget</name>
+    <message>
+        <location filename="../EricNetwork/EricIPv4InputWidget.ui" line="0"/>
+        <source>Press to clear the entered IPv4 address</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricIconBar</name>
     <message>
-      <location filename="../EricWidgets/EricIconBar.py" line="36" />
-      <source>extra small</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricIconBar.py" line="37" />
-      <source>small</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricIconBar.py" line="38" />
-      <source>medium</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricIconBar.py" line="39" />
-      <source>large</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricIconBar.py" line="40" />
-      <source>extra large</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricIconBar.py" line="41" />
-      <source>very large</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricWidgets/EricIconBar.py" line="36"/>
+        <source>extra small</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricIconBar.py" line="37"/>
+        <source>small</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricIconBar.py" line="38"/>
+        <source>medium</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricIconBar.py" line="39"/>
+        <source>large</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricIconBar.py" line="40"/>
+        <source>extra large</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricIconBar.py" line="41"/>
+        <source>very large</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricJsonReader</name>
     <message>
-      <location filename="../EricNetwork/EricJsonStreamReader.py" line="139" />
-      <source>JSON Protocol Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricJsonStreamReader.py" line="140" />
-      <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>
+        <location filename="../EricNetwork/EricJsonStreamReader.py" line="139"/>
+        <source>JSON Protocol Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricJsonStreamReader.py" line="140"/>
+        <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"></translation>
+    </message>
+</context>
+<context>
     <name>EricJsonServer</name>
     <message>
-      <location filename="../EricNetwork/EricJsonServer.py" line="170" />
-      <source>JSON Protocol Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricJsonServer.py" line="171" />
-      <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>
-  </context>
-  <context>
+        <location filename="../EricNetwork/EricJsonServer.py" line="170"/>
+        <source>JSON Protocol Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricJsonServer.py" line="171"/>
+        <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"></translation>
+    </message>
+</context>
+<context>
     <name>EricListSelectionDialog</name>
     <message>
-      <location filename="../EricWidgets/EricListSelectionDialog.ui" line="0" />
-      <source>Select from List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricListSelectionDialog.ui" line="0" />
-      <source>Select from the list below:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricWidgets/EricListSelectionDialog.ui" line="0"/>
+        <source>Select from List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricListSelectionDialog.ui" line="0"/>
+        <source>Select from the list below:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricMessageBoxWizard</name>
     <message>
-      <location filename="../Plugins/PluginWizardEricMessageBox.py" line="80" />
-      <location filename="../Plugins/PluginWizardEricMessageBox.py" line="73" />
-      <source>EricMessageBox Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardEricMessageBox.py" line="74" />
-      <source>EricMessageBox Wizard...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardEricMessageBox.py" line="82" />
-      <source>&lt;b&gt;EricMessageBox Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create an EricMessageBox. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardEricMessageBox.py" line="133" />
-      <source>No current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardEricMessageBox.py" line="134" />
-      <source>Please open or create a file first.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginWizardEricMessageBox.py" line="80"/>
+        <location filename="../Plugins/PluginWizardEricMessageBox.py" line="73"/>
+        <source>EricMessageBox Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardEricMessageBox.py" line="74"/>
+        <source>EricMessageBox Wizard...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardEricMessageBox.py" line="82"/>
+        <source>&lt;b&gt;EricMessageBox Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create an EricMessageBox. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardEricMessageBox.py" line="133"/>
+        <source>No current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardEricMessageBox.py" line="134"/>
+        <source>Please open or create a file first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricMessageBoxWizardDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="40" />
-      <source>No button</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="41" />
-      <source>Abort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="42" />
-      <source>Apply</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="43" />
-      <source>Cancel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="44" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="45" />
-      <source>Discard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="46" />
-      <source>Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="47" />
-      <source>Ignore</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="48" />
-      <source>No</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="49" />
-      <source>No to all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="50" />
-      <source>Ok</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="51" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="52" />
-      <source>Reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="53" />
-      <source>Restore defaults</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="54" />
-      <source>Retry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="55" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="56" />
-      <source>Save all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="57" />
-      <source>Yes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="58" />
-      <source>Yes to all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="106" />
-      <source>Test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>EricMessageBox Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Generate an Information message box</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Generate a Question message box</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Question</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Generate a Warning message box</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Warning</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Generate a Critical message box</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Critical</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Generate a Yes/No message box</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Yes/No</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Generate a retry/abort message box</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Retry/Abort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Generate an "ok to clear data" message box</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>OK to clear data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Generate an About message box</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Generate an AboutQt message box</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>About Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Generate a standard message box</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Standard message box</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Result:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Enter the result variable name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Title</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Enter the title for the message box</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Enter the message to be shown in the message box</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Select "self" as parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>self</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Select "None" as parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>None</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Select to enter a parent expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Enter the parent expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Standard Buttons</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Default Button</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Select the default button</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Show an Information icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Show a Question icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Show a Warning icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Show a Critical icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Select to generate a modal message box</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Modal Message Box</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Select to make 'Yes' the default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Yes is default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Save function:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" />
-      <source>Enter the name of the save function</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="40"/>
+        <source>No button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="41"/>
+        <source>Abort</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="42"/>
+        <source>Apply</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="43"/>
+        <source>Cancel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="44"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="45"/>
+        <source>Discard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="46"/>
+        <source>Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="47"/>
+        <source>Ignore</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="48"/>
+        <source>No</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="49"/>
+        <source>No to all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="50"/>
+        <source>Ok</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="51"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="52"/>
+        <source>Reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="53"/>
+        <source>Restore defaults</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="54"/>
+        <source>Retry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="55"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="56"/>
+        <source>Save all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="57"/>
+        <source>Yes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="58"/>
+        <source>Yes to all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="106"/>
+        <source>Test</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>EricMessageBox Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Generate an Information message box</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Generate a Question message box</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Question</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Generate a Warning message box</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Warning</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Generate a Critical message box</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Critical</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Generate a Yes/No message box</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Yes/No</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Generate a retry/abort message box</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Retry/Abort</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Generate an &quot;ok to clear data&quot; message box</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>OK to clear data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Generate an About message box</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Generate an AboutQt message box</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>About Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Generate a standard message box</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Standard message box</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Result:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Enter the result variable name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Title</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Enter the title for the message box</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Enter the message to be shown in the message box</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Select &quot;self&quot; as parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>self</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Select &quot;None&quot; as parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Select to enter a parent expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Enter the parent expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Standard Buttons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Default Button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Select the default button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Show an Information icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Show a Question icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Show a Warning icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Show a Critical icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Select to generate a modal message box</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Modal Message Box</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Select to make &apos;Yes&apos; the default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Yes is default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Save function:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0"/>
+        <source>Enter the name of the save function</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricNetworkIcon</name>
     <message>
-      <location filename="../EricNetwork/EricNetworkIcon.py" line="65" />
-      <source>&lt;p&gt;Shows the Internet reachability status&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Internet:&lt;/b&gt; {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricNetworkIcon.py" line="72" />
-      <source>Reachable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricNetworkIcon.py" line="75" />
-      <source>Not Reachable</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricNetwork/EricNetworkIcon.py" line="65"/>
+        <source>&lt;p&gt;Shows the Internet reachability status&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Internet:&lt;/b&gt; {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricNetworkIcon.py" line="72"/>
+        <source>Reachable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricNetworkIcon.py" line="75"/>
+        <source>Not Reachable</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricNetworkProxyFactory</name>
     <message>
-      <location filename="../EricNetwork/EricNetworkProxyFactory.py" line="50" />
-      <source>&lt;b&gt;Connect to proxy '{0}' using:&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricNetworkProxyFactory.py" line="229" />
-      <source>Proxy Configuration Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricNetworkProxyFactory.py" line="232" />
-      <source>Proxy usage was activated but no proxy host for protocol '{0}' configured.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricNetwork/EricNetworkProxyFactory.py" line="50"/>
+        <source>&lt;b&gt;Connect to proxy &apos;{0}&apos; using:&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricNetworkProxyFactory.py" line="229"/>
+        <source>Proxy Configuration Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricNetworkProxyFactory.py" line="232"/>
+        <source>Proxy usage was activated but no proxy host for protocol &apos;{0}&apos; configured.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricPathPickerBase</name>
     <message>
-      <location filename="../EricWidgets/EricPathPicker.py" line="178" />
-      <location filename="../EricWidgets/EricPathPicker.py" line="107" />
-      <location filename="../EricWidgets/EricPathPicker.py" line="100" />
-      <source>Enter Path Name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricPathPicker.py" line="175" />
-      <source>Enter Path Names separated by ';'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricPathPicker.py" line="520" />
-      <source>Choose a file to open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricPathPicker.py" line="522" />
-      <source>Choose files to open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricPathPicker.py" line="524" />
-      <source>Choose files and directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricPathPicker.py" line="530" />
-      <source>Choose a file to save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricPathPicker.py" line="532" />
-      <source>Choose a directory</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricWidgets/EricPathPicker.py" line="178"/>
+        <location filename="../EricWidgets/EricPathPicker.py" line="107"/>
+        <location filename="../EricWidgets/EricPathPicker.py" line="100"/>
+        <source>Enter Path Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricPathPicker.py" line="175"/>
+        <source>Enter Path Names separated by &apos;;&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricPathPicker.py" line="520"/>
+        <source>Choose a file to open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricPathPicker.py" line="522"/>
+        <source>Choose files to open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricPathPicker.py" line="524"/>
+        <source>Choose files and directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricPathPicker.py" line="530"/>
+        <source>Choose a file to save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricPathPicker.py" line="532"/>
+        <source>Choose a directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricPlainTextDialog</name>
     <message>
-      <location filename="../EricWidgets/EricPlainTextDialog.py" line="39" />
-      <source>Copy to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricWidgets/EricPlainTextDialog.py" line="39"/>
+        <source>Copy to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricProcessDialog</name>
     <message>
-      <location filename="../EricWidgets/EricProcessDialog.py" line="112" />
-      <source>Process canceled.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricProcessDialog.py" line="128" />
-      <source>Process finished successfully.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricProcessDialog.py" line="130" />
-      <source>Process crashed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricProcessDialog.py" line="133" />
-      <source>Process finished with exit code {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricProcessDialog.py" line="189" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricProcessDialog.py" line="190" />
-      <source>&lt;p&gt;The process &lt;b&gt;{0}&lt;/b&gt; could not be started.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricProcessDialog.ui" line="0" />
-      <source>Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricProcessDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricProcessDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricProcessDialog.ui" line="0" />
-      <source>Press to send the input to the running process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricProcessDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricProcessDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricProcessDialog.ui" line="0" />
-      <source>Enter data to be sent to the running process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricProcessDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricProcessDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricProcessDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricWidgets/EricProcessDialog.py" line="112"/>
+        <source>Process canceled.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricProcessDialog.py" line="128"/>
+        <source>Process finished successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricProcessDialog.py" line="130"/>
+        <source>Process crashed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricProcessDialog.py" line="133"/>
+        <source>Process finished with exit code {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricProcessDialog.py" line="189"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricProcessDialog.py" line="190"/>
+        <source>&lt;p&gt;The process &lt;b&gt;{0}&lt;/b&gt; could not be started.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricProcessDialog.ui" line="0"/>
+        <source>Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricProcessDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricProcessDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricProcessDialog.ui" line="0"/>
+        <source>Press to send the input to the running process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricProcessDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricProcessDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricProcessDialog.ui" line="0"/>
+        <source>Enter data to be sent to the running process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricProcessDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricProcessDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricProcessDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricSchemeReply</name>
     <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="161" />
-      <source>Content blocked by AdBlock Plus</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="162" />
-      <source>Blocked by rule: &lt;i&gt;{0} ({1})&lt;/i&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="184" />
-      <source>Error accessing eric: URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="187" />
-      <source>The special URL &lt;strong&gt;{0}&lt;/strong&gt; is not supported. Please use one of these.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="214" />
-      <source>Welcome to eric Web Browser!</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="215" />
-      <source>About eric</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="216" />
-      <source>eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="217" />
-      <source>Search!</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="250" />
-      <source>Speed Dial</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="251" />
-      <source>URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="252" />
-      <source>Title</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="253" />
-      <source>Apply</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="254" />
-      <source>Cancel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="255" />
-      <source>New Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="256" />
-      <source>Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="257" />
-      <source>Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="258" />
-      <source>Reload</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="260" />
-      <source>Are you sure to remove this speed dial?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="264" />
-      <source>Are you sure you want to reload all speed dials?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="266" />
-      <source>Load title from page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="267" />
-      <source>Speed Dial Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="268" />
-      <source>Add New Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="269" />
-      <source>Maximum pages in a row:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="270" />
-      <source>Change size of pages:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="273" />
-      <source>SpeedDial requires enabled JavaScript.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="161"/>
+        <source>Content blocked by AdBlock Plus</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="162"/>
+        <source>Blocked by rule: &lt;i&gt;{0} ({1})&lt;/i&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="184"/>
+        <source>Error accessing eric: URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="187"/>
+        <source>The special URL &lt;strong&gt;{0}&lt;/strong&gt; is not supported. Please use one of these.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="214"/>
+        <source>Welcome to eric Web Browser!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="215"/>
+        <source>About eric</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="216"/>
+        <source>eric Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="217"/>
+        <source>Search!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="250"/>
+        <source>Speed Dial</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="251"/>
+        <source>URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="252"/>
+        <source>Title</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="253"/>
+        <source>Apply</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="254"/>
+        <source>Cancel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="255"/>
+        <source>New Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="256"/>
+        <source>Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="257"/>
+        <source>Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="258"/>
+        <source>Reload</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="260"/>
+        <source>Are you sure to remove this speed dial?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="264"/>
+        <source>Are you sure you want to reload all speed dials?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="266"/>
+        <source>Load title from page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="267"/>
+        <source>Speed Dial Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="268"/>
+        <source>Add New Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="269"/>
+        <source>Maximum pages in a row:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="270"/>
+        <source>Change size of pages:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/EricSchemeHandler.py" line="273"/>
+        <source>SpeedDial requires enabled JavaScript.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricSslCertificateSelectionDialog</name>
     <message>
-      <location filename="../EricNetwork/EricSslCertificateSelectionDialog.py" line="80" />
-      <source>(Unknown)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificateSelectionDialog.py" line="82" />
-      <source>(Unknown common name)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificateSelectionDialog.ui" line="0" />
-      <source>SSL Certificate Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificateSelectionDialog.ui" line="0" />
-      <source>Select a SSL certificate:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificateSelectionDialog.ui" line="0" />
-      <source>Certificate name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificateSelectionDialog.ui" line="0" />
-      <source>Expiry Date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificateSelectionDialog.ui" line="0" />
-      <source>Press to view the selected certificate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificateSelectionDialog.ui" line="0" />
-      <source>&amp;View...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricNetwork/EricSslCertificateSelectionDialog.py" line="80"/>
+        <source>(Unknown)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificateSelectionDialog.py" line="82"/>
+        <source>(Unknown common name)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificateSelectionDialog.ui" line="0"/>
+        <source>SSL Certificate Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificateSelectionDialog.ui" line="0"/>
+        <source>Select a SSL certificate:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificateSelectionDialog.ui" line="0"/>
+        <source>Certificate name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificateSelectionDialog.ui" line="0"/>
+        <source>Expiry Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificateSelectionDialog.ui" line="0"/>
+        <source>Press to view the selected certificate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificateSelectionDialog.ui" line="0"/>
+        <source>&amp;View...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricSslCertificatesDialog</name>
     <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <source>SSL Certificate Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <source>&amp;Servers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <source>You have saved certificates identifying these servers:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <source>Certificate name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <source>Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <source>Expiry Date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <source>Press to view the selected certificate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <source>&amp;View...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <source>Press to import a certificate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <source>&amp;Import...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <source>Press to export the selected certificate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <source>&amp;Export...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <source>Press to delete the selected certificate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <source>&amp;Delete...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <source>Certificate &amp;Authorities</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" />
-      <source>You have saved certificates identifying these certification authorities:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="304" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="85" />
-      <source>(Unknown)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="306" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="87" />
-      <source>(Unknown common name)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="142" />
-      <source>Delete Server Certificate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="143" />
-      <source>&lt;p&gt;Shall the server certificate really be deleted?&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;If the server certificate is deleted, the normal security checks will be reinstantiated and the server has to present a valid certificate.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="528" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="511" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="408" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="213" />
-      <source>Import Certificate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="409" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="214" />
-      <source>&lt;p&gt;The certificate &lt;b&gt;{0}&lt;/b&gt; already exists. Skipping.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="361" />
-      <source>Delete CA Certificate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="362" />
-      <source>&lt;p&gt;Shall the CA certificate really be deleted?&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;If the CA certificate is deleted, the browser will not trust any certificate issued by this CA.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="495" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="471" />
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="453" />
-      <source>Export Certificate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="455" />
-      <source>Certificate File (PEM) (*.pem);;Certificate File (DER) (*.der)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="472" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="496" />
-      <source>&lt;p&gt;The certificate could not be written to file &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="513" />
-      <source>Certificate Files (*.pem *.crt *.der *.cer *.ca);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="529" />
-      <source>&lt;p&gt;The certificate could not be read from file &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <source>SSL Certificate Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <source>&amp;Servers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <source>You have saved certificates identifying these servers:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <source>Certificate name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <source>Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <source>Expiry Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <source>Press to view the selected certificate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <source>&amp;View...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <source>Press to import a certificate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <source>&amp;Import...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <source>Press to export the selected certificate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <source>&amp;Export...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <source>Press to delete the selected certificate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <source>&amp;Delete...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <source>Certificate &amp;Authorities</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0"/>
+        <source>You have saved certificates identifying these certification authorities:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="304"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="85"/>
+        <source>(Unknown)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="306"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="87"/>
+        <source>(Unknown common name)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="142"/>
+        <source>Delete Server Certificate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="143"/>
+        <source>&lt;p&gt;Shall the server certificate really be deleted?&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;If the server certificate is deleted, the normal security checks will be reinstantiated and the server has to present a valid certificate.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="528"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="511"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="408"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="213"/>
+        <source>Import Certificate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="409"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="214"/>
+        <source>&lt;p&gt;The certificate &lt;b&gt;{0}&lt;/b&gt; already exists. Skipping.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="361"/>
+        <source>Delete CA Certificate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="362"/>
+        <source>&lt;p&gt;Shall the CA certificate really be deleted?&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;&lt;p&gt;If the CA certificate is deleted, the browser will not trust any certificate issued by this CA.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="495"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="471"/>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="453"/>
+        <source>Export Certificate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="455"/>
+        <source>Certificate File (PEM) (*.pem);;Certificate File (DER) (*.der)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="472"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="496"/>
+        <source>&lt;p&gt;The certificate could not be written to file &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="513"/>
+        <source>Certificate Files (*.pem *.crt *.der *.cer *.ca);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="529"/>
+        <source>&lt;p&gt;The certificate could not be read from file &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricSslCertificatesInfoDialog</name>
     <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoDialog.ui" line="0" />
-      <source>SSL Certificate Info</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricNetwork/EricSslCertificatesInfoDialog.ui" line="0"/>
+        <source>SSL Certificate Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricSslCertificatesInfoWidget</name>
     <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.py" line="198" />
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.py" line="185" />
-      <source>&lt;not part of the certificate&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <source>&lt;h2&gt;Certificate Information&lt;/h2&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <source>Certificate Chain:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <source>This certificated has been blacklisted.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <source>&lt;b&gt;Issued for:&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <source>Common Name (CN):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <source>Organization (O):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <source>Organizational Unit (OU):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <source>Serialnumber:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <source>&lt;b&gt;Issued by:&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <source>&lt;b&gt;Validity:&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <source>Issued on:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <source>Expires on:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <source>This certificate is not valid yet or has expired.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <source>&lt;b&gt;Fingerprints:&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <source>SHA1-Fingerprint:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0" />
-      <source>MD5-Fingerprint:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.py" line="198"/>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.py" line="185"/>
+        <source>&lt;not part of the certificate&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <source>&lt;h2&gt;Certificate Information&lt;/h2&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <source>Certificate Chain:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <source>This certificated has been blacklisted.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <source>&lt;b&gt;Issued for:&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <source>Common Name (CN):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <source>Organization (O):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <source>Organizational Unit (OU):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <source>Serialnumber:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <source>&lt;b&gt;Issued by:&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <source>&lt;b&gt;Validity:&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <source>Issued on:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <source>Expires on:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <source>This certificate is not valid yet or has expired.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <source>&lt;b&gt;Fingerprints:&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <source>SHA1-Fingerprint:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslCertificatesInfoWidget.ui" line="0"/>
+        <source>MD5-Fingerprint:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricSslErrorHandler</name>
     <message>
-      <location filename="../EricNetwork/EricSslErrorHandler.py" line="151" />
-      <source>SSL Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslErrorHandler.py" line="152" />
-      <source>&lt;p&gt;SSL Errors for &lt;br /&gt;&lt;b&gt;{0}&lt;/b&gt;&lt;ul&gt;&lt;li&gt;{1}&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;Do you want to ignore these errors?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslErrorHandler.py" line="168" />
-      <source>Certificates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslErrorHandler.py" line="169" />
-      <source>&lt;p&gt;Certificates:&lt;br/&gt;{0}&lt;br/&gt;Do you want to accept all these certificates?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslErrorHandler.py" line="220" />
-      <source>Name: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslErrorHandler.py" line="228" />
-      <source>&lt;br/&gt;Organization: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslErrorHandler.py" line="238" />
-      <source>&lt;br/&gt;Issuer: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslErrorHandler.py" line="245" />
-      <source>&lt;br/&gt;Not valid before: {0}&lt;br/&gt;Valid Until: {1}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricNetwork/EricSslErrorHandler.py" line="151"/>
+        <source>SSL Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslErrorHandler.py" line="152"/>
+        <source>&lt;p&gt;SSL Errors for &lt;br /&gt;&lt;b&gt;{0}&lt;/b&gt;&lt;ul&gt;&lt;li&gt;{1}&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;Do you want to ignore these errors?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslErrorHandler.py" line="168"/>
+        <source>Certificates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslErrorHandler.py" line="169"/>
+        <source>&lt;p&gt;Certificates:&lt;br/&gt;{0}&lt;br/&gt;Do you want to accept all these certificates?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslErrorHandler.py" line="220"/>
+        <source>Name: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslErrorHandler.py" line="228"/>
+        <source>&lt;br/&gt;Organization: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslErrorHandler.py" line="238"/>
+        <source>&lt;br/&gt;Issuer: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslErrorHandler.py" line="245"/>
+        <source>&lt;br/&gt;Not valid before: {0}&lt;br/&gt;Valid Until: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricSslInfoWidget</name>
     <message>
-      <location filename="../EricNetwork/EricSslInfoWidget.py" line="53" />
-      <source>Identity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslInfoWidget.py" line="63" />
-      <source>Warning: this site is NOT carrying a certificate.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslInfoWidget.py" line="70" />
-      <source>The certificate for this site is valid and has been verified by:
+        <location filename="../EricNetwork/EricSslInfoWidget.py" line="53"/>
+        <source>Identity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslInfoWidget.py" line="63"/>
+        <source>Warning: this site is NOT carrying a certificate.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslInfoWidget.py" line="70"/>
+        <source>The certificate for this site is valid and has been verified by:
 {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslInfoWidget.py" line="77" />
-      <source>The certificate for this site is NOT valid.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslInfoWidget.py" line="85" />
-      <source>Certificate Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslInfoWidget.py" line="99" />
-      <source>Encryption</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslInfoWidget.py" line="111" />
-      <source>Your connection to "{0}" is NOT encrypted.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslInfoWidget.py" line="77"/>
+        <source>The certificate for this site is NOT valid.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslInfoWidget.py" line="85"/>
+        <source>Certificate Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslInfoWidget.py" line="99"/>
+        <source>Encryption</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslInfoWidget.py" line="111"/>
+        <source>Your connection to &quot;{0}&quot; is NOT encrypted.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslInfoWidget.py" line="122" />
-      <source>Your connection to "{0}" is encrypted.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslInfoWidget.py" line="148" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslInfoWidget.py" line="154" />
-      <source>It uses protocol: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslInfoWidget.py" line="166" />
-      <source>The cipher data is incomplete or not known.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricSslInfoWidget.py" line="169" />
-      <source>It is encrypted using {0} at {1} bits, with {2} for message authentication and {3} as key exchange mechanism.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslInfoWidget.py" line="122"/>
+        <source>Your connection to &quot;{0}&quot; is encrypted.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslInfoWidget.py" line="148"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslInfoWidget.py" line="154"/>
+        <source>It uses protocol: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslInfoWidget.py" line="166"/>
+        <source>The cipher data is incomplete or not known.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricSslInfoWidget.py" line="169"/>
+        <source>It is encrypted using {0} at {1} bits, with {2} for message authentication and {3} as key exchange mechanism.
 
 </source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricStringListEditWidget</name>
     <message>
-      <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0" />
-      <source>Enter search term for strings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0" />
-      <source>Press to add an entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0" />
-      <source>&amp;Add...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0" />
-      <source>Press to remove the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0" />
-      <source>&amp;Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0" />
-      <source>Press to remove all entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0" />
-      <source>R&amp;emove All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0" />
-      <source>Press to reset the list to its initial value</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0" />
-      <source>Re&amp;set</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0" />
-      <source>Press to set the default list of values</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0" />
-      <source>&amp;Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricStringListEditWidget.py" line="149" />
-      <source>Add Entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricStringListEditWidget.py" line="150" />
-      <source>Enter the entry to add to the list:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricStringListEditWidget.py" line="165" />
-      <source>Reset List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricStringListEditWidget.py" line="166" />
-      <source>Do you really want to reset the list to its initial value? All changes will be lost.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0"/>
+        <source>Enter search term for strings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0"/>
+        <source>Press to add an entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0"/>
+        <source>&amp;Add...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0"/>
+        <source>Press to remove the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0"/>
+        <source>&amp;Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0"/>
+        <source>Press to remove all entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0"/>
+        <source>R&amp;emove All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0"/>
+        <source>Press to reset the list to its initial value</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0"/>
+        <source>Re&amp;set</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0"/>
+        <source>Press to set the default list of values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0"/>
+        <source>&amp;Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricStringListEditWidget.py" line="149"/>
+        <source>Add Entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricStringListEditWidget.py" line="150"/>
+        <source>Enter the entry to add to the list:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricStringListEditWidget.py" line="165"/>
+        <source>Reset List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricStringListEditWidget.py" line="166"/>
+        <source>Do you really want to reset the list to its initial value? All changes will be lost.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricTextEditSearchWidget</name>
     <message>
-      <location filename="../EricWidgets/EricTextEditSearchWidget.py" line="115" />
-      <source>Find:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricTextEditSearchWidget.py" line="141" />
-      <source>Match case</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricTextEditSearchWidget.py" line="146" />
-      <source>Whole word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricTextEditSearchWidget.py" line="156" />
-      <source>Press to find the previous occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricTextEditSearchWidget.py" line="162" />
-      <source>Press to find the next occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricTextEditSearchWidget.py" line="481" />
-      <location filename="../EricWidgets/EricTextEditSearchWidget.py" line="433" />
-      <source>'{0}' was not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricTextEditSearchWidget.py" line="486" />
-      <source>Match {0} of {1}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricWidgets/EricTextEditSearchWidget.py" line="115"/>
+        <source>Find:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricTextEditSearchWidget.py" line="141"/>
+        <source>Match case</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricTextEditSearchWidget.py" line="146"/>
+        <source>Whole word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricTextEditSearchWidget.py" line="156"/>
+        <source>Press to find the previous occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricTextEditSearchWidget.py" line="162"/>
+        <source>Press to find the next occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricTextEditSearchWidget.py" line="481"/>
+        <location filename="../EricWidgets/EricTextEditSearchWidget.py" line="433"/>
+        <source>&apos;{0}&apos; was not found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricTextEditSearchWidget.py" line="486"/>
+        <source>Match {0} of {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricTldExtractor</name>
     <message>
-      <location filename="../EricNetwork/EricTldExtractor.py" line="294" />
-      <source>TLD Data File not found</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricNetwork/EricTldExtractor.py" line="295" />
-      <source>&lt;p&gt;The file 'effective_tld_names.dat' was not found!&lt;br/&gt;You can download it from '&lt;a href="{0}"&gt;&lt;b&gt;here&lt;/b&gt;&lt;/a&gt;' to one of the following paths:&lt;/p&gt;&lt;ul&gt;{1}&lt;/ul&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricNetwork/EricTldExtractor.py" line="294"/>
+        <source>TLD Data File not found</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricNetwork/EricTldExtractor.py" line="295"/>
+        <source>&lt;p&gt;The file &apos;effective_tld_names.dat&apos; was not found!&lt;br/&gt;You can download it from &apos;&lt;a href=&quot;{0}&quot;&gt;&lt;b&gt;here&lt;/b&gt;&lt;/a&gt;&apos; to one of the following paths:&lt;/p&gt;&lt;ul&gt;{1}&lt;/ul&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricToolBarDialog</name>
     <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>Configure Toolbars</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>&amp;Toolbar:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>Select the toolbar to configure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>Press to create a new toolbar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>&amp;New</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>Press to remove the selected toolbar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>&amp;Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>Press to rename the selected toolbar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>R&amp;ename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>Actions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>Current Toolbar Actions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>Select the action to add to the current toolbar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>Select the action to work on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>&lt;b&gt;Current Toolbar Actions&lt;/b&gt;&lt;p&gt;This list shows the actions of the selected toolbar. Select an action and use the up or down button to change the order of actions or the left button to delete it. To add an action to the toolbar, select it in the list of available actions and press the right button.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>Press to move the selected action up.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>Press to delete the selected action from the toolbar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>Press to add the selected action to the toolbar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" />
-      <source>Press to move the selected action down.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.py" line="87" />
-      <source>--Separator--</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.py" line="161" />
-      <location filename="../EricWidgets/EricToolBarDialog.py" line="152" />
-      <source>New Toolbar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.py" line="153" />
-      <source>Toolbar Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.py" line="230" />
-      <location filename="../EricWidgets/EricToolBarDialog.py" line="162" />
-      <source>A toolbar with the name &lt;b&gt;{0}&lt;/b&gt; already exists.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.py" line="189" />
-      <source>Remove Toolbar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.py" line="190" />
-      <source>Should the toolbar &lt;b&gt;{0}&lt;/b&gt; really be removed?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.py" line="229" />
-      <location filename="../EricWidgets/EricToolBarDialog.py" line="217" />
-      <source>Rename Toolbar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricToolBarDialog.py" line="218" />
-      <source>New Toolbar Name:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>Configure Toolbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>&amp;Toolbar:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>Select the toolbar to configure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>Press to create a new toolbar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>&amp;New</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>Press to remove the selected toolbar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>&amp;Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>Press to rename the selected toolbar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>R&amp;ename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>Actions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>Current Toolbar Actions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>Select the action to add to the current toolbar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>Select the action to work on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>&lt;b&gt;Current Toolbar Actions&lt;/b&gt;&lt;p&gt;This list shows the actions of the selected toolbar. Select an action and use the up or down button to change the order of actions or the left button to delete it. To add an action to the toolbar, select it in the list of available actions and press the right button.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>Press to move the selected action up.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>Press to delete the selected action from the toolbar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>Press to add the selected action to the toolbar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.ui" line="0"/>
+        <source>Press to move the selected action down.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.py" line="87"/>
+        <source>--Separator--</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.py" line="161"/>
+        <location filename="../EricWidgets/EricToolBarDialog.py" line="152"/>
+        <source>New Toolbar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.py" line="153"/>
+        <source>Toolbar Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.py" line="230"/>
+        <location filename="../EricWidgets/EricToolBarDialog.py" line="162"/>
+        <source>A toolbar with the name &lt;b&gt;{0}&lt;/b&gt; already exists.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.py" line="189"/>
+        <source>Remove Toolbar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.py" line="190"/>
+        <source>Should the toolbar &lt;b&gt;{0}&lt;/b&gt; really be removed?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.py" line="229"/>
+        <location filename="../EricWidgets/EricToolBarDialog.py" line="217"/>
+        <source>Rename Toolbar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricToolBarDialog.py" line="218"/>
+        <source>New Toolbar Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricZoomWidget</name>
     <message>
-      <location filename="../EricWidgets/EricZoomWidget.ui" line="0" />
-      <source>Zoom out</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricZoomWidget.ui" line="0" />
-      <source>Drag to zoom</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricZoomWidget.ui" line="0" />
-      <source>Zoom in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricZoomWidget.ui" line="0" />
-      <source>Zoom reset</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricWidgets/EricZoomWidget.ui" line="0"/>
+        <source>Zoom out</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricZoomWidget.ui" line="0"/>
+        <source>Drag to zoom</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricZoomWidget.ui" line="0"/>
+        <source>Zoom in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricZoomWidget.ui" line="0"/>
+        <source>Zoom reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricapiConfigDialog</name>
     <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="45" />
-      <source>API files (*.api);;All files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Ericapi Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Start Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Enter the start directory for the API generator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Output File:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Enter an output filename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>&lt;b&gt;Output Filename&lt;/b&gt;&lt;p&gt;Enter the filename of the output file. A '%L' placeholder is replaced by the language of the API file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Languages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Select the languages of the  APIs to generate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Additional source extensions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Enter additional source extensions separated by a comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Select to recurse into subdirectories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Recurse into subdirectories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Select to include private classes, methods and functions in the API file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Include private classes, methods and functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Base package name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Enter the name of the base package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Exclude Files:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Enter filename patterns of files to be excluded separated by a comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Exclude Directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>List of directory basenames to be ignored</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Press to delete the selected directory from the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Press to add the entered directory to the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0" />
-      <source>Enter a directory basename to be ignored</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py" line="45"/>
+        <source>API files (*.api);;All files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Ericapi Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Start Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Enter the start directory for the API generator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Output File:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Enter an output filename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>&lt;b&gt;Output Filename&lt;/b&gt;&lt;p&gt;Enter the filename of the output file. A &apos;%L&apos; placeholder is replaced by the language of the API file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Languages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Select the languages of the  APIs to generate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Additional source extensions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Enter additional source extensions separated by a comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Select to recurse into subdirectories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Recurse into subdirectories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Select to include private classes, methods and functions in the API file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Include private classes, methods and functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Base package name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Enter the name of the base package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Exclude Files:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Enter filename patterns of files to be excluded separated by a comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Exclude Directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>List of directory basenames to be ignored</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Press to delete the selected directory from the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Press to add the entered directory to the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.ui" line="0"/>
+        <source>Enter a directory basename to be ignored</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricapiExecDialog</name>
     <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py" line="82" />
-      <source>{0} - {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py" line="88" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py" line="89" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py" line="128" />
-      <source>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py" line="82"/>
+        <source>{0} - {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py" line="88"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py" line="89"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py" line="128"/>
+        <source>
 {0} finished.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.ui" line="0" />
-      <source>Ericapi</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.ui" line="0" />
-      <source>Messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.ui" line="0" />
-      <source>&lt;b&gt;Ericapi Execution&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.ui" line="0"/>
+        <source>Ericapi</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.ui" line="0"/>
+        <source>Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.ui" line="0"/>
+        <source>&lt;b&gt;Ericapi Execution&lt;/b&gt;
 &lt;p&gt;This shows the output of the Ericapi generator command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.ui" line="0" />
-      <source>&lt;b&gt;Ericapi Execution&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.ui" line="0"/>
+        <source>&lt;b&gt;Ericapi Execution&lt;/b&gt;
 &lt;p&gt;This shows the errors of the Ericapi generator command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricapiPlugin</name>
     <message>
-      <location filename="../Plugins/PluginEricapi.py" line="75" />
-      <source>eric API File Generator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginEricapi.py" line="119" />
-      <source>Generate API file (eric7_api)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginEricapi.py" line="120" />
-      <source>Generate &amp;API file (eric7_api)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginEricapi.py" line="127" />
-      <source>Generate an API file using eric7_api</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginEricapi.py" line="130" />
-      <source>&lt;b&gt;Generate API file&lt;/b&gt;&lt;p&gt;Generate an API file using eric7_api.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginEricapi.py" line="75"/>
+        <source>eric API File Generator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginEricapi.py" line="119"/>
+        <source>Generate API file (eric7_api)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginEricapi.py" line="120"/>
+        <source>Generate &amp;API file (eric7_api)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginEricapi.py" line="127"/>
+        <source>Generate an API file using eric7_api</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginEricapi.py" line="130"/>
+        <source>&lt;b&gt;Generate API file&lt;/b&gt;&lt;p&gt;Generate an API file using eric7_api.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricdocConfigDialog</name>
     <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="56" />
-      <source>Cascading Style Sheets (*.css);;All files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="66" />
-      <source>&lt;!DOCTYPE html&lt;html&gt;&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;/head&gt;&lt;body style="background-color:{BodyBgColor};color:{BodyColor}"&gt;&lt;h1 style="background-color:{Level1HeaderBgColor};color:{Level1HeaderColor}"&gt;Level 1 Header&lt;/h1&gt;&lt;h3 style="background-color:{Level2HeaderBgColor};color:{Level2HeaderColor}"&gt;Level 2 Header&lt;/h3&gt;&lt;h2 style="background-color:{CFBgColor};color:{CFColor}"&gt;Class and Function Header&lt;/h2&gt;Standard body text with &lt;a style="color:{LinkColor}"&gt;some links&lt;/a&gt; embedded.&lt;/body&gt;&lt;/html&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Ericdoc Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>General</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Start Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Enter the start directory for the documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Output Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Enter an output directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Additional source extensions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Enter additional source extensions separated by a comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Select to recurse into subdirectories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Recurse into subdirectories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Select, if no index files should be generated</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Don't generate index files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Select to exclude empty modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Don't include empty modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Exclude Files:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Enter filename patterns of files to be excluded separated by a comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Exclude Directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Press to add the entered directory to the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Press to delete the selected directory from the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>List of directory basenames to be ignored</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Enter a directory basename to be ignored</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Style Sheet</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Enter the filename of a CSS style sheet. Leave empty to use the colors defined below.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Colors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Press to select the class and function header background color.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Class/Function Header Background</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Press to select the class and function header foreground color.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Class/Function Header Foreground</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Press to select the level 2 header background color.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Level 2 Header Background</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Press to select the level 2 header foreground color.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Level 2 Header Foreground</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Press to select the level 1 header background color.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Level 1 Header Background</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Press to select the level 1 header foreground color.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Level 1 Header Foreground</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Press to select the body background color.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Body Background</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Press to select the body foreground color.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Body Foreground</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Press to select the foreground color of links.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Links</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>This shows an example of the selected colors.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>QtHelp</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Generate QtHelp Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Namespace:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Enter the namespace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Virtual Folder:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Enter the name of the virtual folder (must not contain '/')</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Filter Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Enter the name of the custom filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Filter Attributes:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Enter the filter attributes separated by ':'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Title:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Enter a short title for the top entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Select to generate the QtHelp collection files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0" />
-      <source>Generate QtHelp collection files</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="56"/>
+        <source>Cascading Style Sheets (*.css);;All files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.py" line="66"/>
+        <source>&lt;!DOCTYPE html&lt;html&gt;&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;/head&gt;&lt;body style=&quot;background-color:{BodyBgColor};color:{BodyColor}&quot;&gt;&lt;h1 style=&quot;background-color:{Level1HeaderBgColor};color:{Level1HeaderColor}&quot;&gt;Level 1 Header&lt;/h1&gt;&lt;h3 style=&quot;background-color:{Level2HeaderBgColor};color:{Level2HeaderColor}&quot;&gt;Level 2 Header&lt;/h3&gt;&lt;h2 style=&quot;background-color:{CFBgColor};color:{CFColor}&quot;&gt;Class and Function Header&lt;/h2&gt;Standard body text with &lt;a style=&quot;color:{LinkColor}&quot;&gt;some links&lt;/a&gt; embedded.&lt;/body&gt;&lt;/html&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Ericdoc Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>General</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Start Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Enter the start directory for the documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Output Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Enter an output directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Additional source extensions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Enter additional source extensions separated by a comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Select to recurse into subdirectories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Recurse into subdirectories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Select, if no index files should be generated</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Don&apos;t generate index files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Select to exclude empty modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Don&apos;t include empty modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Exclude Files:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Enter filename patterns of files to be excluded separated by a comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Exclude Directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Press to add the entered directory to the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Press to delete the selected directory from the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>List of directory basenames to be ignored</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Enter a directory basename to be ignored</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Style Sheet</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Enter the filename of a CSS style sheet. Leave empty to use the colors defined below.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Colors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Press to select the class and function header background color.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Class/Function Header Background</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Press to select the class and function header foreground color.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Class/Function Header Foreground</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Press to select the level 2 header background color.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Level 2 Header Background</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Press to select the level 2 header foreground color.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Level 2 Header Foreground</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Press to select the level 1 header background color.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Level 1 Header Background</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Press to select the level 1 header foreground color.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Level 1 Header Foreground</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Press to select the body background color.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Body Background</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Press to select the body foreground color.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Body Foreground</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Press to select the foreground color of links.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Links</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>This shows an example of the selected colors.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>QtHelp</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Generate QtHelp Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Namespace:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Enter the namespace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Virtual Folder:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Enter the name of the virtual folder (must not contain &apos;/&apos;)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Filter Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Enter the name of the custom filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Filter Attributes:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Enter the filter attributes separated by &apos;:&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Title:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Enter a short title for the top entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Select to generate the QtHelp collection files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui" line="0"/>
+        <source>Generate QtHelp collection files</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricdocExecDialog</name>
     <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py" line="82" />
-      <source>{0} - {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py" line="88" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py" line="89" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py" line="121" />
-      <source>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py" line="82"/>
+        <source>{0} - {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py" line="88"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py" line="89"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py" line="121"/>
+        <source>
 {0} crashed.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py" line="130" />
-      <source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py" line="130"/>
+        <source>
 {0} finished.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0" />
-      <source>Ericdoc</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0" />
-      <source>Messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0" />
-      <source>&lt;b&gt;Ericdoc Execution&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0"/>
+        <source>Ericdoc</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0"/>
+        <source>Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0"/>
+        <source>&lt;b&gt;Ericdoc Execution&lt;/b&gt;
 &lt;p&gt;This shows the output of the Ericdoc generator command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0" />
-      <source>&lt;b&gt;Ericdoc Execution&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0"/>
+        <source>&lt;b&gt;Ericdoc Execution&lt;/b&gt;
 &lt;p&gt;This shows the errors of the Ericdoc generator command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EricdocPlugin</name>
     <message>
-      <location filename="../Plugins/PluginEricdoc.py" line="85" />
-      <source>eric Documentation Generator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginEricdoc.py" line="120" />
-      <source>Qt Help Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginEricdoc.py" line="163" />
-      <source>Generate documentation (eric7_doc)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginEricdoc.py" line="164" />
-      <source>Generate &amp;documentation (eric7_doc)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginEricdoc.py" line="171" />
-      <source>Generate API documentation using eric7_doc</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginEricdoc.py" line="174" />
-      <source>&lt;b&gt;Generate documentation&lt;/b&gt;&lt;p&gt;Generate API documentation using eric7_doc.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginEricdoc.py" line="85"/>
+        <source>eric Documentation Generator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginEricdoc.py" line="120"/>
+        <source>Qt Help Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginEricdoc.py" line="163"/>
+        <source>Generate documentation (eric7_doc)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginEricdoc.py" line="164"/>
+        <source>Generate &amp;documentation (eric7_doc)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginEricdoc.py" line="171"/>
+        <source>Generate API documentation using eric7_doc</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginEricdoc.py" line="174"/>
+        <source>&lt;b&gt;Generate documentation&lt;/b&gt;&lt;p&gt;Generate API documentation using eric7_doc.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ErrorLogDialog</name>
     <message>
-      <location filename="../UI/ErrorLogDialog.py" line="47" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ErrorLogDialog.py" line="48" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ErrorLogDialog.py" line="49" />
-      <source>Error Log</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ErrorLogDialog.ui" line="0" />
-      <source>Error Log Found</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ErrorLogDialog.ui" line="0" />
-      <source>&lt;b&gt;An error log file was found. What should be done with it?&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ErrorLogDialog.ui" line="0" />
-      <source>Press to send an email</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ErrorLogDialog.ui" line="0" />
-      <source>Send Bug Email</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ErrorLogDialog.ui" line="0" />
-      <source>Press to ignore the error and delete the log file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ErrorLogDialog.ui" line="0" />
-      <source>Ignore and Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ErrorLogDialog.ui" line="0" />
-      <source>Press to ignore the error but keep the log file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/ErrorLogDialog.ui" line="0" />
-      <source>Ignore but Keep</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/ErrorLogDialog.py" line="47"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ErrorLogDialog.py" line="48"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ErrorLogDialog.py" line="49"/>
+        <source>Error Log</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ErrorLogDialog.ui" line="0"/>
+        <source>Error Log Found</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ErrorLogDialog.ui" line="0"/>
+        <source>&lt;b&gt;An error log file was found. What should be done with it?&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ErrorLogDialog.ui" line="0"/>
+        <source>Press to send an email</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ErrorLogDialog.ui" line="0"/>
+        <source>Send Bug Email</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ErrorLogDialog.ui" line="0"/>
+        <source>Press to ignore the error and delete the log file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ErrorLogDialog.ui" line="0"/>
+        <source>Ignore and Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ErrorLogDialog.ui" line="0"/>
+        <source>Press to ignore the error but keep the log file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/ErrorLogDialog.ui" line="0"/>
+        <source>Ignore but Keep</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EspBackupRestoreFirmwareDialog</name>
     <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.py" line="107" />
-      <source>Firmware Files (*.img);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.py" line="115" />
-      <source>Backup Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.py" line="120" />
-      <source>Restore Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0" />
-      <source>ESP Chip Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0" />
-      <source>Select the ESP chip type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0" />
-      <source>Firmware Size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0" />
-      <source>Select the firmware size</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0" />
-      <source>Leave empty to auto detect. size.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0" />
-      <source>Baud Rate:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0" />
-      <source>Select the baud rate to be used for flashing (default: 115.200 bps)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0" />
-      <source>Flash Mode:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0" />
-      <source>Select the flash mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0" />
-      <source>Leave empty to use the default mode.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0" />
-      <source>Firmware:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0" />
-      <source>Enter the path of the firmware file</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.py" line="107"/>
+        <source>Firmware Files (*.img);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.py" line="115"/>
+        <source>Backup Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.py" line="120"/>
+        <source>Restore Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0"/>
+        <source>ESP Chip Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0"/>
+        <source>Select the ESP chip type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0"/>
+        <source>Firmware Size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0"/>
+        <source>Select the firmware size</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0"/>
+        <source>Leave empty to auto detect. size.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0"/>
+        <source>Baud Rate:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0"/>
+        <source>Select the baud rate to be used for flashing (default: 115.200 bps)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0"/>
+        <source>Flash Mode:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0"/>
+        <source>Select the flash mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0"/>
+        <source>Leave empty to use the default mode.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0"/>
+        <source>Firmware:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0"/>
+        <source>Enter the path of the firmware file</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EspDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="73" />
-      <source>ESP8266, ESP32</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="129" />
-      <source>ESP32 Functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="406" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="132" />
-      <source>Show MicroPython Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="222" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="208" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="136" />
-      <source>Erase Flash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="259" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="139" />
-      <source>Flash MicroPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="296" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="143" />
-      <source>Flash Additional Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="332" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="147" />
-      <source>Backup Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="385" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="150" />
-      <source>Restore Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="154" />
-      <source>Show Chip ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="157" />
-      <source>Show Flash ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="160" />
-      <source>Show MAC Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="164" />
-      <source>Reset Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="167" />
-      <source>Install 'esptool.py'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="209" />
-      <source>Shall the flash of the selected device really be erased?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="221" />
-      <source>'esptool erase_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="384" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="295" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="258" />
-      <source>'esptool write_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="331" />
-      <source>'esptool read_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="407" />
-      <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="435" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="446" />
-      <source>&lt;h4&gt;{0} Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="454" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="458" />
-      <source>{0} Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
-      <source>'esptool chip_id' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
-      <source>'esptool flash_id' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
-      <source>'esptool read_mac' Output</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="53"/>
+        <source>beacon timeout</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="54"/>
+        <source>no matching access point found</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="55"/>
+        <source>authentication failed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="56"/>
+        <source>association failed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="57"/>
+        <source>handshake timeout</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="58"/>
+        <source>idle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="59"/>
+        <source>connecting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="60"/>
+        <source>connected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="63"/>
+        <source>open</source>
+        <comment>open WiFi network</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="100"/>
+        <source>ESP8266, ESP32</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="156"/>
+        <source>ESP32 Functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="352"/>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="159"/>
+        <source>Show MicroPython Versions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="1096"/>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="1080"/>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="163"/>
+        <source>Erase Flash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="166"/>
+        <source>Flash MicroPython Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="1178"/>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="170"/>
+        <source>Flash Additional Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="278"/>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="174"/>
+        <source>Backup Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="331"/>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="177"/>
+        <source>Restore Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="423"/>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="181"/>
+        <source>Show Chip ID</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="443"/>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="184"/>
+        <source>Show Flash ID</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="463"/>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="187"/>
+        <source>Show MAC Address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="191"/>
+        <source>Reset Device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="194"/>
+        <source>Install &apos;esptool.py&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="277"/>
+        <source>&apos;esptool read_flash&apos; Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="1177"/>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="1136"/>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="330"/>
+        <source>&apos;esptool write_flash&apos; Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="353"/>
+        <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="382"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="393"/>
+        <source>&lt;h4&gt;{0} Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="401"/>
+        <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="405"/>
+        <source>{0} Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="423"/>
+        <source>&apos;esptool chip_id&apos; Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="443"/>
+        <source>&apos;esptool flash_id&apos; Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="463"/>
+        <source>&apos;esptool read_mac&apos; Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="786"/>
+        <source>Error saving credentials: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="797"/>
+        <source>Error saving auto-connect script: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="801"/>
+        <source>Error modifying &apos;boot.py&apos;: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="830"/>
+        <source>Error deleting credentials: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="910"/>
+        <source>unknown ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="1081"/>
+        <source>Shall the flash of the selected device really be erased?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="1095"/>
+        <source>&apos;esptool erase_flash&apos; Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDevices.py" line="1137"/>
+        <source>Flash µPy/CPy Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>EspFirmwareSelectionDialog</name>
     <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.py" line="68" />
-      <source>Firmware Files (*.bin);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Flash MicroPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Baud Rate:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Leave empty to use the default mode.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Address:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Enter the flash addres in the hexadecimal form</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Select the flash mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Flash Mode:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Firmware:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Select the ESP chip type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Select the baud rate to be used for flashing (default: 115.200 bps)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Enter the path of the firmware file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>ESP Chip Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Check this, if the firware to be loaded is CircuitPython (changes the flash address for some chips).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Firmware is CircuitPython</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.py" line="68"/>
+        <source>Firmware Files (*.bin);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0"/>
+        <source>Flash µPy/CPy Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0"/>
+        <source>Baud Rate:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0"/>
+        <source>Leave empty to use the default mode.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0"/>
+        <source>Address:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0"/>
+        <source>Enter the flash addres in the hexadecimal form</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0"/>
+        <source>Select the flash mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0"/>
+        <source>Flash Mode:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0"/>
+        <source>Firmware:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0"/>
+        <source>Select the ESP chip type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0"/>
+        <source>Select the baud rate to be used for flashing (default: 115.200 bps)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0"/>
+        <source>Enter the path of the firmware file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0"/>
+        <source>ESP Chip Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0"/>
+        <source>Check this, if the firware to be loaded is CircuitPython (changes the flash address for some chips).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0"/>
+        <source>Firmware is CircuitPython</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ExceptionLogger</name>
     <message>
-      <location filename="../Debugger/ExceptionLogger.py" line="39" />
-      <source>Exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionLogger.py" line="43" />
-      <source>Exception</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionLogger.py" line="51" />
-      <source>&lt;b&gt;Exceptions Logger&lt;/b&gt;&lt;p&gt;This windows shows a trace of all exceptions, that have occured during the last debugging session. Initially only the exception type and exception message are shown. After the expansion of this entry, the complete call stack as reported by the client is show with the most recent call first.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionLogger.py" line="63" />
-      <source>Show source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionLogger.py" line="69" />
-      <location filename="../Debugger/ExceptionLogger.py" line="64" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionLogger.py" line="71" />
-      <location filename="../Debugger/ExceptionLogger.py" line="66" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionLogger.py" line="111" />
-      <source>{0}: An unhandled exception occured. See the shell window for details.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionLogger.py" line="119" />
-      <source>{0}: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionLogger.py" line="121" />
-      <source>{0}: {1}, {2}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/ExceptionLogger.py" line="39"/>
+        <source>Exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionLogger.py" line="43"/>
+        <source>Exception</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionLogger.py" line="51"/>
+        <source>&lt;b&gt;Exceptions Logger&lt;/b&gt;&lt;p&gt;This windows shows a trace of all exceptions, that have occured during the last debugging session. Initially only the exception type and exception message are shown. After the expansion of this entry, the complete call stack as reported by the client is show with the most recent call first.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionLogger.py" line="63"/>
+        <source>Show source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionLogger.py" line="69"/>
+        <location filename="../Debugger/ExceptionLogger.py" line="64"/>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionLogger.py" line="71"/>
+        <location filename="../Debugger/ExceptionLogger.py" line="66"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionLogger.py" line="111"/>
+        <source>{0}: An unhandled exception occured. See the shell window for details.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionLogger.py" line="119"/>
+        <source>{0}: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionLogger.py" line="121"/>
+        <source>{0}: {1}, {2}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ExceptionsFilterDialog</name>
     <message>
-      <location filename="../Debugger/ExceptionsFilterDialog.py" line="36" />
-      <source>Ignored Exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionsFilterDialog.py" line="37" />
-      <source>List of ignored exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0" />
-      <source>Exceptions Filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0" />
-      <source>&lt;b&gt;Exception Filter&lt;/b&gt;
-&lt;p&gt;This dialog is used to enter the exception types, that shall be highlighted during a debugging session. If this list is empty, all exception types will be highlighted. If the exception reporting flag in the "Start Debugging" dialog is unchecked, no exception will be reported at all.&lt;/p&gt;
+        <location filename="../Debugger/ExceptionsFilterDialog.py" line="36"/>
+        <source>Ignored Exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionsFilterDialog.py" line="37"/>
+        <source>List of ignored exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0"/>
+        <source>Exceptions Filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0"/>
+        <source>&lt;b&gt;Exception Filter&lt;/b&gt;
+&lt;p&gt;This dialog is used to enter the exception types, that shall be highlighted during a debugging session. If this list is empty, all exception types will be highlighted. If the exception reporting flag in the &quot;Start Debugging&quot; dialog is unchecked, no exception will be reported at all.&lt;/p&gt;
 &lt;p&gt;Please note, that unhandled exceptions are always highlighted independent of these settings.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0" />
-      <source>List of exceptions that shall be highlighted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0" />
-      <source>Press to add the entered exception to the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0" />
-      <source>Enter an exception type that shall be highlighted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0" />
-      <source>Press to delete the selected exception from the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0" />
-      <source>Press to delete all exceptions from the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0" />
-      <source>Delete All</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0"/>
+        <source>List of exceptions that shall be highlighted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0"/>
+        <source>Press to add the entered exception to the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0"/>
+        <source>Enter an exception type that shall be highlighted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0"/>
+        <source>Press to delete the selected exception from the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0"/>
+        <source>Press to delete all exceptions from the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0"/>
+        <source>Delete All</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Exporter</name>
     <message>
-      <location filename="../QScintilla/Exporters/ExporterBase.py" line="41" />
-      <source>All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterBase.py" line="60" />
-      <location filename="../QScintilla/Exporters/ExporterBase.py" line="44" />
-      <source>Export source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterBase.py" line="61" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Exporters/ExporterBase.py" line="41"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterBase.py" line="60"/>
+        <location filename="../QScintilla/Exporters/ExporterBase.py" line="44"/>
+        <source>Export source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterBase.py" line="61"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ExporterHTML</name>
     <message>
-      <location filename="../QScintilla/Exporters/ExporterHTML.py" line="418" />
-      <source>HTML Files (*.html)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterHTML.py" line="431" />
-      <source>Light Background Color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterHTML.py" line="432" />
-      <source>Dark Background Color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterHTML.py" line="436" />
-      <source>Markdown Export</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterHTML.py" line="437" />
-      <source>Select color scheme:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterHTML.py" line="556" />
-      <location filename="../QScintilla/Exporters/ExporterHTML.py" line="520" />
-      <location filename="../QScintilla/Exporters/ExporterHTML.py" line="493" />
-      <location filename="../QScintilla/Exporters/ExporterHTML.py" line="484" />
-      <source>Export source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterHTML.py" line="485" />
-      <source>&lt;p&gt;The source could not be exported to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterHTML.py" line="494" />
-      <source>&lt;p&gt;The source could not be exported to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: No HTML code generated.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterHTML.py" line="521" />
-      <source>&lt;p&gt;ReStructuredText export requires the &lt;b&gt;python-docutils&lt;/b&gt; package.&lt;br/&gt;Install it with your package manager, 'pip install docutils' or see &lt;a href="http://pypi.python.org/pypi/docutils"&gt;this page.&lt;/a&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterHTML.py" line="557" />
-      <source>&lt;p&gt;Markdown export requires the &lt;b&gt;python-markdown&lt;/b&gt; package.&lt;br/&gt;Install it with your package manager, 'pip install docutils' or see &lt;a href="http://pythonhosted.org/Markdown/install.html"&gt; installation instructions.&lt;/a&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Exporters/ExporterHTML.py" line="418"/>
+        <source>HTML Files (*.html)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterHTML.py" line="431"/>
+        <source>Light Background Color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterHTML.py" line="432"/>
+        <source>Dark Background Color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterHTML.py" line="436"/>
+        <source>Markdown Export</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterHTML.py" line="437"/>
+        <source>Select color scheme:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterHTML.py" line="556"/>
+        <location filename="../QScintilla/Exporters/ExporterHTML.py" line="520"/>
+        <location filename="../QScintilla/Exporters/ExporterHTML.py" line="493"/>
+        <location filename="../QScintilla/Exporters/ExporterHTML.py" line="484"/>
+        <source>Export source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterHTML.py" line="485"/>
+        <source>&lt;p&gt;The source could not be exported to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterHTML.py" line="494"/>
+        <source>&lt;p&gt;The source could not be exported to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: No HTML code generated.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterHTML.py" line="521"/>
+        <source>&lt;p&gt;ReStructuredText export requires the &lt;b&gt;python-docutils&lt;/b&gt; package.&lt;br/&gt;Install it with your package manager, &apos;pip install docutils&apos; or see &lt;a href=&quot;http://pypi.python.org/pypi/docutils&quot;&gt;this page.&lt;/a&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterHTML.py" line="557"/>
+        <source>&lt;p&gt;Markdown export requires the &lt;b&gt;python-markdown&lt;/b&gt; package.&lt;br/&gt;Install it with your package manager, &apos;pip install docutils&apos; or see &lt;a href=&quot;http://pythonhosted.org/Markdown/install.html&quot;&gt; installation instructions.&lt;/a&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ExporterODT</name>
     <message>
-      <location filename="../QScintilla/Exporters/ExporterODT.py" line="38" />
-      <source>ODT Files (*.odt)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterODT.py" line="70" />
-      <source>Export source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterODT.py" line="71" />
-      <source>&lt;p&gt;The source could not be exported to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Exporters/ExporterODT.py" line="38"/>
+        <source>ODT Files (*.odt)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterODT.py" line="70"/>
+        <source>Export source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterODT.py" line="71"/>
+        <source>&lt;p&gt;The source could not be exported to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ExporterPDF</name>
     <message>
-      <location filename="../QScintilla/Exporters/ExporterPDF.py" line="440" />
-      <source>PDF Files (*.pdf)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterPDF.py" line="634" />
-      <source>Export source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterPDF.py" line="635" />
-      <source>&lt;p&gt;The source could not be exported to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Exporters/ExporterPDF.py" line="440"/>
+        <source>PDF Files (*.pdf)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterPDF.py" line="634"/>
+        <source>Export source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterPDF.py" line="635"/>
+        <source>&lt;p&gt;The source could not be exported to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ExporterRTF</name>
     <message>
-      <location filename="../QScintilla/Exporters/ExporterRTF.py" line="116" />
-      <source>RTF Files (*.rtf)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterRTF.py" line="221" />
-      <source>Export source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterRTF.py" line="222" />
-      <source>&lt;p&gt;The source could not be exported to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Exporters/ExporterRTF.py" line="116"/>
+        <source>RTF Files (*.rtf)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterRTF.py" line="221"/>
+        <source>Export source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterRTF.py" line="222"/>
+        <source>&lt;p&gt;The source could not be exported to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ExporterTEX</name>
     <message>
-      <location filename="../QScintilla/Exporters/ExporterTEX.py" line="118" />
-      <source>TeX Files (*.tex)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterTEX.py" line="292" />
-      <source>Export source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/ExporterTEX.py" line="293" />
-      <source>&lt;p&gt;The source could not be exported to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Exporters/ExporterTEX.py" line="118"/>
+        <source>TeX Files (*.tex)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterTEX.py" line="292"/>
+        <source>Export source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/ExporterTEX.py" line="293"/>
+        <source>&lt;p&gt;The source could not be exported to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Exporters</name>
     <message>
-      <location filename="../QScintilla/Exporters/__init__.py" line="25" />
-      <source>HTML</source>
-      <translation>HTML</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/__init__.py" line="26" />
-      <source>RTF</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/__init__.py" line="27" />
-      <source>PDF</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/__init__.py" line="28" />
-      <source>TeX</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Exporters/__init__.py" line="29" />
-      <source>ODT</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Exporters/__init__.py" line="25"/>
+        <source>HTML</source>
+        <translation>HTML</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/__init__.py" line="26"/>
+        <source>RTF</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/__init__.py" line="27"/>
+        <source>PDF</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/__init__.py" line="28"/>
+        <source>TeX</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Exporters/__init__.py" line="29"/>
+        <source>ODT</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>FeaturePermissionBar</name>
     <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="48" />
-      <source>{0} wants to use your position.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="51" />
-      <source>{0} wants to use your microphone.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="54" />
-      <source>{0} wants to use your camera.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="57" />
-      <source>{0} wants to use your microphone and camera.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="60" />
-      <source>{0} wants to lock your mouse.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="61" />
-      <source>{0} wants to capture video of your screen.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="64" />
-      <source>{0} wants to capture audio and video of your screen.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="72" />
-      <source>{0} wants to use desktop notifications.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="98" />
-      <source>Remember</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="100" />
-      <source>Allow</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="101" />
-      <source>Deny</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="126" />
-      <source>{0} wants to use an unknown feature.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="48"/>
+        <source>{0} wants to use your position.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="51"/>
+        <source>{0} wants to use your microphone.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="54"/>
+        <source>{0} wants to use your camera.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="57"/>
+        <source>{0} wants to use your microphone and camera.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="60"/>
+        <source>{0} wants to lock your mouse.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="61"/>
+        <source>{0} wants to capture video of your screen.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="64"/>
+        <source>{0} wants to capture audio and video of your screen.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="72"/>
+        <source>{0} wants to use desktop notifications.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="98"/>
+        <source>Remember</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="100"/>
+        <source>Allow</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="101"/>
+        <source>Deny</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="126"/>
+        <source>{0} wants to use an unknown feature.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>FeaturePermissionsDialog</name>
     <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="161" />
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="143" />
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="127" />
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="109" />
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="93" />
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="79" />
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="65" />
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="49" />
-      <source>Host</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="162" />
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="144" />
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="128" />
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="110" />
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="94" />
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="80" />
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="66" />
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="50" />
-      <source>Permission</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="54" />
-      <source>Notifications</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="68" />
-      <source>Geolocation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="82" />
-      <source>Microphone</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="96" />
-      <source>Camera</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="114" />
-      <source>Microphone &amp;&amp; Camera</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="130" />
-      <source>Mouse Lock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="148" />
-      <source>Desktop Video</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="166" />
-      <source>Desktop Audio &amp;&amp; Video</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="181" />
-      <source>Allow</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="182" />
-      <source>Deny</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.ui" line="0" />
-      <source>HTML5 Feature Permissions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.ui" line="0" />
-      <source>&amp;Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.ui" line="0" />
-      <source>Remove &amp;All</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="161"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="143"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="127"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="109"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="93"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="79"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="65"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="49"/>
+        <source>Host</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="162"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="144"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="128"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="110"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="94"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="80"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="66"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="50"/>
+        <source>Permission</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="54"/>
+        <source>Notifications</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="68"/>
+        <source>Geolocation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="82"/>
+        <source>Microphone</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="96"/>
+        <source>Camera</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="114"/>
+        <source>Microphone &amp;&amp; Camera</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="130"/>
+        <source>Mouse Lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="148"/>
+        <source>Desktop Video</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="166"/>
+        <source>Desktop Audio &amp;&amp; Video</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="181"/>
+        <source>Allow</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="182"/>
+        <source>Deny</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.ui" line="0"/>
+        <source>HTML5 Feature Permissions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.ui" line="0"/>
+        <source>&amp;Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.ui" line="0"/>
+        <source>Remove &amp;All</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>FeedEditDialog</name>
     <message>
-      <location filename="../WebBrowser/Feeds/FeedEditDialog.ui" line="0" />
-      <source>Edit Feed Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedEditDialog.ui" line="0" />
-      <source>Fill title and URL of a feed:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedEditDialog.ui" line="0" />
-      <source>Feed title:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedEditDialog.ui" line="0" />
-      <source>Enter the title of the feed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedEditDialog.ui" line="0" />
-      <source>Feed URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedEditDialog.ui" line="0" />
-      <source>Enter the URL of the feed</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Feeds/FeedEditDialog.ui" line="0"/>
+        <source>Edit Feed Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedEditDialog.ui" line="0"/>
+        <source>Fill title and URL of a feed:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedEditDialog.ui" line="0"/>
+        <source>Feed title:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedEditDialog.ui" line="0"/>
+        <source>Enter the title of the feed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedEditDialog.ui" line="0"/>
+        <source>Feed URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedEditDialog.ui" line="0"/>
+        <source>Enter the URL of the feed</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>FeedsDialog</name>
     <message>
-      <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="47" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="86" />
-      <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="80" />
-      <source>Add RSS Feed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="81" />
-      <source>The feed was added successfully.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="87" />
-      <source>The feed was already added before.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsDialog.ui" line="0" />
-      <source>Add Feed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsDialog.ui" line="0" />
-      <source>Add Feeds from this site</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="47"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="86"/>
+        <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="80"/>
+        <source>Add RSS Feed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="81"/>
+        <source>The feed was added successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="87"/>
+        <source>The feed was already added before.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsDialog.ui" line="0"/>
+        <source>Add Feed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsDialog.ui" line="0"/>
+        <source>Add Feeds from this site</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>FeedsManager</name>
     <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.py" line="186" />
-      <source>Duplicate Feed URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.py" line="210" />
-      <source>Delete Feed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.py" line="317" />
-      <source>Error fetching feed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.py" line="348" />
-      <source>&amp;Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.py" line="349" />
-      <source>Open in New &amp;Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.py" line="351" />
-      <source>Open in New &amp;Background Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.py" line="355" />
-      <source>Open in New &amp;Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.py" line="358" />
-      <source>Open in New Pri&amp;vate Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.py" line="362" />
-      <source>&amp;Copy URL to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.py" line="368" />
-      <source>&amp;Show error data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.py" line="486" />
-      <source>Error loading feed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" />
-      <source>Feeds Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" />
-      <source>News</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" />
-      <source>Press to reload all feeds</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" />
-      <source>Reload &amp;All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" />
-      <source>Press to reload the selected feed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" />
-      <source>&amp;Reload</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" />
-      <source>Press to edit the selected feed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" />
-      <source>&amp;Edit Feed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" />
-      <source>Press to delete the selected feed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" />
-      <source>&amp;Delete Feed</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Feeds/FeedsManager.py" line="186"/>
+        <source>Duplicate Feed URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.py" line="210"/>
+        <source>Delete Feed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.py" line="317"/>
+        <source>Error fetching feed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.py" line="348"/>
+        <source>&amp;Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.py" line="349"/>
+        <source>Open in New &amp;Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.py" line="351"/>
+        <source>Open in New &amp;Background Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.py" line="355"/>
+        <source>Open in New &amp;Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.py" line="358"/>
+        <source>Open in New Pri&amp;vate Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.py" line="362"/>
+        <source>&amp;Copy URL to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.py" line="368"/>
+        <source>&amp;Show error data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.py" line="486"/>
+        <source>Error loading feed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0"/>
+        <source>Feeds Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0"/>
+        <source>News</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0"/>
+        <source>Press to reload all feeds</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0"/>
+        <source>Reload &amp;All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0"/>
+        <source>Press to reload the selected feed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0"/>
+        <source>&amp;Reload</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0"/>
+        <source>Press to edit the selected feed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0"/>
+        <source>&amp;Edit Feed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0"/>
+        <source>Press to delete the selected feed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0"/>
+        <source>&amp;Delete Feed</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>FileDialogWizard</name>
     <message>
-      <location filename="../Plugins/PluginWizardQFileDialog.py" line="88" />
-      <location filename="../Plugins/PluginWizardQFileDialog.py" line="81" />
-      <source>QFileDialog Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQFileDialog.py" line="82" />
-      <source>QFileDialog Wizard...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQFileDialog.py" line="90" />
-      <source>&lt;b&gt;QFileDialog Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create a QFileDialog. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQFileDialog.py" line="107" />
-      <location filename="../Plugins/PluginWizardQFileDialog.py" line="100" />
-      <source>EricFileDialog Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQFileDialog.py" line="101" />
-      <source>EricFileDialog Wizard...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQFileDialog.py" line="109" />
-      <source>&lt;b&gt;EricFileDialog Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create an EricFileDialog. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQFileDialog.py" line="172" />
-      <source>No current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQFileDialog.py" line="173" />
-      <source>Please open or create a file first.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginWizardQFileDialog.py" line="88"/>
+        <location filename="../Plugins/PluginWizardQFileDialog.py" line="81"/>
+        <source>QFileDialog Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQFileDialog.py" line="82"/>
+        <source>QFileDialog Wizard...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQFileDialog.py" line="90"/>
+        <source>&lt;b&gt;QFileDialog Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create a QFileDialog. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQFileDialog.py" line="107"/>
+        <location filename="../Plugins/PluginWizardQFileDialog.py" line="100"/>
+        <source>EricFileDialog Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQFileDialog.py" line="101"/>
+        <source>EricFileDialog Wizard...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQFileDialog.py" line="109"/>
+        <source>&lt;b&gt;EricFileDialog Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create an EricFileDialog. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQFileDialog.py" line="172"/>
+        <source>No current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQFileDialog.py" line="173"/>
+        <source>Please open or create a file first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>FileDialogWizardDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="91" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>QFileDialog Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Variant:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Select to create an 'Open File' dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Open File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Select to create an 'Open Files' dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Open Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Select to create a 'Save File' dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Save File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Select to create a 'Select Directory' dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Select Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Select to create an 'Open File' dialog capturing the selected filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Open File and Filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Select to create an 'Open Files' dialog capturing the selected filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Open Files and Filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Select to create a 'Save File' dialog capturing the selected filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Save File and Filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Open File URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Open Files URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Save File URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Select Directory URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Results</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Name Variable:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Enter the result variable name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Filter Variable:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Enter the name of the filter variable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Title:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Enter the title text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Check to resolve symbolic links</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Resolve Symlinks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Select "self" as parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>self</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Select "None" as parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>None</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Select to enter a parent expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Enter the parent expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>File Dialog Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Start With / Working Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Enter the working directory or a filename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Check this if the contents of the edit names a variable or variable function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Is Variable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Filters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Enter the filter specifications separated by ';;'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Initial Filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Enter the initial filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Select to show an overwrite confirmation dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Show overwrite confirmation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Directory Dialog Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Enter the working directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Working Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Check to display directories only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Show Directories Only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>URL Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Supported Schemes:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" />
-      <source>Enter the list of supported schemes separated by spaces</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="30" />
-      <source>eric (String)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="34" />
-      <source>eric (Path)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="81" />
-      <source>EricFileDialog Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="109" />
-      <source>Test</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="91"/>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>QFileDialog Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Variant:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Select to create an &apos;Open File&apos; dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Open File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Select to create an &apos;Open Files&apos; dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Open Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Select to create a &apos;Save File&apos; dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Save File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Select to create a &apos;Select Directory&apos; dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Select Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Select to create an &apos;Open File&apos; dialog capturing the selected filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Open File and Filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Select to create an &apos;Open Files&apos; dialog capturing the selected filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Open Files and Filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Select to create a &apos;Save File&apos; dialog capturing the selected filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Save File and Filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Open File URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Open Files URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Save File URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Select Directory URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Results</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Name Variable:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Enter the result variable name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Filter Variable:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Enter the name of the filter variable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Title:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Enter the title text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Check to resolve symbolic links</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Resolve Symlinks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Select &quot;self&quot; as parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>self</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Select &quot;None&quot; as parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Select to enter a parent expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Enter the parent expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>File Dialog Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Start With / Working Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Enter the working directory or a filename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Check this if the contents of the edit names a variable or variable function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Is Variable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Filters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Enter the filter specifications separated by &apos;;;&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Initial Filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Enter the initial filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Select to show an overwrite confirmation dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Show overwrite confirmation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Directory Dialog Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Enter the working directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Working Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Check to display directories only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Show Directories Only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>URL Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Supported Schemes:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0"/>
+        <source>Enter the list of supported schemes separated by spaces</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="30"/>
+        <source>eric (String)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="34"/>
+        <source>eric (Path)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="81"/>
+        <source>EricFileDialog Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="109"/>
+        <source>Test</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>FiletypeAssociationDialog</name>
     <message>
-      <location filename="../Project/FiletypeAssociationDialog.ui" line="0" />
-      <source>Filetype Associations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/FiletypeAssociationDialog.ui" line="0" />
-      <source>Filename Pattern</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/FiletypeAssociationDialog.ui" line="0" />
-      <source>Filetype</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/FiletypeAssociationDialog.ui" line="0" />
-      <source>Press to delete the selected association</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/FiletypeAssociationDialog.ui" line="0" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/FiletypeAssociationDialog.ui" line="0" />
-      <source>Select the filetype to associate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/FiletypeAssociationDialog.ui" line="0" />
-      <source>Filetype:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/FiletypeAssociationDialog.ui" line="0" />
-      <source>Enter the filename pattern to be associated</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/FiletypeAssociationDialog.ui" line="0" />
-      <source>Filename Pattern:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/FiletypeAssociationDialog.ui" line="0" />
-      <source>Press to add or change the entered association</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/FiletypeAssociationDialog.ui" line="0" />
-      <source>Add/Change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/FiletypeAssociationDialog.py" line="57" />
-      <location filename="../Project/FiletypeAssociationDialog.py" line="47" />
-      <source>Ignore</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/FiletypeAssociationDialog.ui" line="0"/>
+        <source>Filetype Associations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/FiletypeAssociationDialog.ui" line="0"/>
+        <source>Filename Pattern</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/FiletypeAssociationDialog.ui" line="0"/>
+        <source>Filetype</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/FiletypeAssociationDialog.ui" line="0"/>
+        <source>Press to delete the selected association</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/FiletypeAssociationDialog.ui" line="0"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/FiletypeAssociationDialog.ui" line="0"/>
+        <source>Select the filetype to associate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/FiletypeAssociationDialog.ui" line="0"/>
+        <source>Filetype:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/FiletypeAssociationDialog.ui" line="0"/>
+        <source>Enter the filename pattern to be associated</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/FiletypeAssociationDialog.ui" line="0"/>
+        <source>Filename Pattern:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/FiletypeAssociationDialog.ui" line="0"/>
+        <source>Press to add or change the entered association</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/FiletypeAssociationDialog.ui" line="0"/>
+        <source>Add/Change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/FiletypeAssociationDialog.py" line="57"/>
+        <location filename="../Project/FiletypeAssociationDialog.py" line="47"/>
+        <source>Ignore</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>FindFileWidget</name>
     <message>
-      <location filename="../UI/FindFileWidget.py" line="576" />
-      <source>Invalid search expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.py" line="577" />
-      <source>&lt;p&gt;The search expression is not valid.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.py" line="687" />
-      <source>{0} / {1}</source>
-      <comment>occurrences / files</comment>
-      <translation type="unfinished" />
+        <location filename="../UI/FindFileWidget.py" line="576"/>
+        <source>Invalid search expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.py" line="577"/>
+        <source>&lt;p&gt;The search expression is not valid.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.py" line="687"/>
+        <source>{0} / {1}</source>
+        <comment>occurrences / files</comment>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../UI/FindFileWidget.py" line="690" />
-      <source>%n occurrence(s)</source>
-      <translation>
-        <numerusform>%n occurrence</numerusform>
-        <numerusform>%n occurrences</numerusform>
-      </translation>
+        <location filename="../UI/FindFileWidget.py" line="690"/>
+        <source>%n occurrence(s)</source>
+        <translation>
+            <numerusform>%n occurrence</numerusform>
+            <numerusform>%n occurrences</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../UI/FindFileWidget.py" line="691" />
-      <source>%n file(s)</source>
-      <translation>
-        <numerusform>%n file</numerusform>
-        <numerusform>%n files</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.py" line="890" />
-      <location filename="../UI/FindFileWidget.py" line="865" />
-      <location filename="../UI/FindFileWidget.py" line="851" />
-      <source>Replace in Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.py" line="852" />
-      <source>&lt;p&gt;Could not read the file &lt;b&gt;{0}&lt;/b&gt;. Skipping it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.py" line="866" />
-      <source>&lt;p&gt;The current and the original hash of the file &lt;b&gt;{0}&lt;/b&gt; are different. Skipping it.&lt;/p&gt;&lt;p&gt;Hash 1: {1}&lt;/p&gt;&lt;p&gt;Hash 2: {2}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.py" line="891" />
-      <source>&lt;p&gt;Could not save the file &lt;b&gt;{0}&lt;/b&gt;. Skipping it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.py" line="916" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.py" line="917" />
-      <source>Copy Path to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.py" line="920" />
-      <source>Select All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.py" line="921" />
-      <source>Deselect All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Find &amp;text:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Enter the search text or regular expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Press to toggle the mode between find and replace mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Replace te&amp;xt:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Enter the replacement text or regular expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Select to match case sensitive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Select to match whole words only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Select if the searchtext is a regular expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>File Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Select the file types to search in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Select to filter the files by a given filename pattern</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Fi&amp;lter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Enter the filename wildcards separated by ';'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Find In</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Search in files of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>&amp;Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Search in files of a directory tree to be entered below</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>&amp;Directory tree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Enter the directory to search in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Search in open files only </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>&amp;Open files only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Select to exclude hidden files and directories when searching a directory tree.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Exclude hidden files and directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Press to start the search process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Press to stop the current search process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Stop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Press to clear the search results</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Shows the progress of the search action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>%v/%m Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>File/Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Press to apply the selected replacements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindFileWidget.ui" line="0" />
-      <source>Replace</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/FindFileWidget.py" line="691"/>
+        <source>%n file(s)</source>
+        <translation>
+            <numerusform>%n file</numerusform>
+            <numerusform>%n files</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.py" line="890"/>
+        <location filename="../UI/FindFileWidget.py" line="865"/>
+        <location filename="../UI/FindFileWidget.py" line="851"/>
+        <source>Replace in Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.py" line="852"/>
+        <source>&lt;p&gt;Could not read the file &lt;b&gt;{0}&lt;/b&gt;. Skipping it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.py" line="866"/>
+        <source>&lt;p&gt;The current and the original hash of the file &lt;b&gt;{0}&lt;/b&gt; are different. Skipping it.&lt;/p&gt;&lt;p&gt;Hash 1: {1}&lt;/p&gt;&lt;p&gt;Hash 2: {2}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.py" line="891"/>
+        <source>&lt;p&gt;Could not save the file &lt;b&gt;{0}&lt;/b&gt;. Skipping it.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.py" line="916"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.py" line="917"/>
+        <source>Copy Path to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.py" line="920"/>
+        <source>Select All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.py" line="921"/>
+        <source>Deselect All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Find &amp;text:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Enter the search text or regular expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Press to toggle the mode between find and replace mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Replace te&amp;xt:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Enter the replacement text or regular expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Select to match case sensitive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Select to match whole words only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Select if the searchtext is a regular expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>File Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Select the file types to search in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Select to filter the files by a given filename pattern</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Fi&amp;lter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Enter the filename wildcards separated by &apos;;&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Find In</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Search in files of the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>&amp;Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Search in files of a directory tree to be entered below</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>&amp;Directory tree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Enter the directory to search in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Search in open files only </source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>&amp;Open files only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Select to exclude hidden files and directories when searching a directory tree.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Exclude hidden files and directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Press to start the search process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Press to stop the current search process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Stop</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Press to clear the search results</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Shows the progress of the search action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>%v/%m Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>File/Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Press to apply the selected replacements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindFileWidget.ui" line="0"/>
+        <source>Replace</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>FindLocationWidget</name>
     <message numerus="yes">
-      <location filename="../UI/FindLocationWidget.py" line="219" />
-      <source>%n file(s) found</source>
-      <translation>
-        <numerusform>%n file found</numerusform>
-        <numerusform>%n files found</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Find File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Enter filename (? matches any single character, * matches everything)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Enter file name to search for </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Enter file extension to search for</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Enabled to include the entered directory into the search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Search Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Enter the directory, the file should be searched in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Select to search in the project path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Search in &amp;project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Select to search in sys.path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Search in &amp;sys.path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Press to start the search process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Press to stop the current search process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Stop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Press to clear the search results</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Filename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Press to open the selected file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/FindLocationWidget.ui" line="0" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/FindLocationWidget.py" line="219"/>
+        <source>%n file(s) found</source>
+        <translation>
+            <numerusform>%n file found</numerusform>
+            <numerusform>%n files found</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Find File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Enter filename (? matches any single character, * matches everything)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Enter file name to search for </source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Enter file extension to search for</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Enabled to include the entered directory into the search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Search Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Enter the directory, the file should be searched in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Select to search in the project path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Search in &amp;project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Select to search in sys.path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Search in &amp;sys.path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Press to start the search process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Press to stop the current search process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Stop</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Press to clear the search results</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Filename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Press to open the selected file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/FindLocationWidget.ui" line="0"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>FirefoxImporter</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py" line="47" />
-      <source>Mozilla Firefox stores its bookmarks in the &lt;b&gt;places.sqlite&lt;/b&gt; SQLite database. This file is usually located in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py" line="53" />
-      <source>Please choose the file to begin importing bookmarks.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py" line="96" />
-      <source>File '{0}' does not exist.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py" line="180" />
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py" line="144" />
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py" line="105" />
-      <source>Unable to open database.
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py" line="47"/>
+        <source>Mozilla Firefox stores its bookmarks in the &lt;b&gt;places.sqlite&lt;/b&gt; SQLite database. This file is usually located in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py" line="53"/>
+        <source>Please choose the file to begin importing bookmarks.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py" line="96"/>
+        <source>File &apos;{0}&apos; does not exist.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py" line="180"/>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py" line="144"/>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py" line="105"/>
+        <source>Unable to open database.
 Reason: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py" line="187" />
-      <source>Mozilla Firefox Import</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py" line="189" />
-      <source>Imported {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py" line="187"/>
+        <source>Mozilla Firefox Import</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/FirefoxImporter.py" line="189"/>
+        <source>Imported {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>FontDialogOptionsDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0" />
-      <source>Font Dialog Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0" />
-      <source>Select to not use the platform's native font dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0" />
-      <source>Don't use native dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0" />
-      <source>Select to show scalable fonts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0" />
-      <source>Scalable Fonts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0" />
-      <source>Select to show non scalable fonts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0" />
-      <source>Non Scalable Fonts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0" />
-      <source>Select to show monospaced fonts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0" />
-      <source>Monospaced Fonts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0" />
-      <source>Select to show proportional fonts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0" />
-      <source>Proportional Fonts</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0"/>
+        <source>Font Dialog Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0"/>
+        <source>Select to not use the platform&apos;s native font dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0"/>
+        <source>Don&apos;t use native dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0"/>
+        <source>Select to show scalable fonts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0"/>
+        <source>Scalable Fonts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0"/>
+        <source>Select to show non scalable fonts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0"/>
+        <source>Non Scalable Fonts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0"/>
+        <source>Select to show monospaced fonts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0"/>
+        <source>Monospaced Fonts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0"/>
+        <source>Select to show proportional fonts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui" line="0"/>
+        <source>Proportional Fonts</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>FontDialogWizard</name>
     <message>
-      <location filename="../Plugins/PluginWizardQFontDialog.py" line="80" />
-      <location filename="../Plugins/PluginWizardQFontDialog.py" line="73" />
-      <source>QFontDialog Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQFontDialog.py" line="74" />
-      <source>QFontDialog Wizard...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQFontDialog.py" line="82" />
-      <source>&lt;b&gt;QFontDialog Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create a QFontDialog. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQFontDialog.py" line="133" />
-      <source>No current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQFontDialog.py" line="134" />
-      <source>Please open or create a file first.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginWizardQFontDialog.py" line="80"/>
+        <location filename="../Plugins/PluginWizardQFontDialog.py" line="73"/>
+        <source>QFontDialog Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQFontDialog.py" line="74"/>
+        <source>QFontDialog Wizard...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQFontDialog.py" line="82"/>
+        <source>&lt;b&gt;QFontDialog Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create a QFontDialog. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQFontDialog.py" line="133"/>
+        <source>No current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQFontDialog.py" line="134"/>
+        <source>Please open or create a file first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>FontDialogWizardDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>QFontDialog Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>Result:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>Enter the result variable name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>Title:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>Enter the title for the message box</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>Parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>Select "self" as parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>self</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>Select "None" as parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>None</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>Select to enter a parent expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>Enter the parent expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>Press to select a font via a dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>Select Font ...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>Press to configure the font dialog options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>Select Options...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>Font Variable:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0" />
-      <source>Enter a variable name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.py" line="48" />
-      <source>Test</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>QFontDialog Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>Result:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>Enter the result variable name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>Title:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>Enter the title for the message box</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>Parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>Select &quot;self&quot; as parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>self</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>Select &quot;None&quot; as parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>Select to enter a parent expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>Enter the parent expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>Press to select a font via a dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>Select Font ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>Press to configure the font dialog options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>Select Options...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>Font Variable:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui" line="0"/>
+        <source>Enter a variable name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.py" line="48"/>
+        <source>Test</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>FormattingDiffWidget</name>
     <message>
-      <location filename="../CodeFormatting/FormattingDiffWidget.ui" line="0" />
-      <source>Reformatting Differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/FormattingDiffWidget.py" line="52" />
-      <source>There is no difference.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CodeFormatting/FormattingDiffWidget.ui" line="0"/>
+        <source>Reformatting Differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/FormattingDiffWidget.py" line="52"/>
+        <source>There is no difference.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>FtpSyncHandler</name>
     <message>
-      <location filename="../WebBrowser/Sync/FtpSyncHandler.py" line="281" />
-      <source>No synchronization required.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/FtpSyncHandler.py" line="344" />
-      <source>Cannot log in to FTP host.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/FtpSyncHandler.py" line="351" />
-      <source>Synchronization finished.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Sync/FtpSyncHandler.py" line="281"/>
+        <source>No synchronization required.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/FtpSyncHandler.py" line="344"/>
+        <source>Cannot log in to FTP host.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/FtpSyncHandler.py" line="351"/>
+        <source>Synchronization finished.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GenericMicroPythonDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="194" />
-      <source>Workspace Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="195" />
-      <source>Python files for this generic board can be edited in place, if the device volume is locally available. A volume named '{0}' was not found. In place editing will not be available.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="194"/>
+        <source>Workspace Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="195"/>
+        <source>Python files for this generic board can be edited in place, if the device volume is locally available. A volume named &apos;{0}&apos; was not found. In place editing will not be available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Git</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="209" />
-      <source>The git process finished with the exit code {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1637" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="213" />
-      <source>The git process did not finish within 30s.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="215" />
-      <source>Could not start the git executable.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="249" />
-      <source>Create project repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="250" />
-      <source>The project repository could not be created.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="281" />
-      <source>Creating Git repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="296" />
-      <source>Adding files to Git repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="305" />
-      <source>Initial commit to Git repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="333" />
-      <source>Cloning project from a Git repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="426" />
-      <source>Commit Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="427" />
-      <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="483" />
-      <source>Committing changes to Git repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="544" />
-      <source>Switch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="545" />
-      <source>&lt;p&gt;Do you really want to switch to &lt;b&gt;{0}&lt;/b&gt;?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="573" />
-      <source>Synchronizing with the Git repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="617" />
-      <source>Adding files/directories to the Git repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="687" />
-      <source>Removing files/directories from the Git repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="750" />
-      <source>Renaming {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="872" />
-      <source>Unstage files/directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="925" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="914" />
-      <source>Revert changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="915" />
-      <source>Do you really want to revert all changes to these files or directories?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="926" />
-      <source>Do you really want to revert all changes of the project?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="932" />
-      <source>Reverting changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="984" />
-      <source>Merging</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1012" />
-      <source>Master branch head</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1228" />
-      <source>Git Command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1330" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Commit&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1334" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parents&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1340" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tags&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1346" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Branches&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1351" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0} &amp;lt;{1}&amp;gt;&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1356" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1361" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Committer&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0} &amp;lt;{1}&amp;gt;&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1366" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1371" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Subject&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1377" />
-      <source>&lt;h3&gt;Repository information&lt;/h3&gt;
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="209"/>
+        <source>The git process finished with the exit code {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1637"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="213"/>
+        <source>The git process did not finish within 30s.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="215"/>
+        <source>Could not start the git executable.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="249"/>
+        <source>Create project repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="250"/>
+        <source>The project repository could not be created.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="281"/>
+        <source>Creating Git repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="296"/>
+        <source>Adding files to Git repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="305"/>
+        <source>Initial commit to Git repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="333"/>
+        <source>Cloning project from a Git repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="426"/>
+        <source>Commit Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="427"/>
+        <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="483"/>
+        <source>Committing changes to Git repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="544"/>
+        <source>Switch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="545"/>
+        <source>&lt;p&gt;Do you really want to switch to &lt;b&gt;{0}&lt;/b&gt;?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="573"/>
+        <source>Synchronizing with the Git repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="617"/>
+        <source>Adding files/directories to the Git repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="687"/>
+        <source>Removing files/directories from the Git repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="750"/>
+        <source>Renaming {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="872"/>
+        <source>Unstage files/directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="925"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="914"/>
+        <source>Revert changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="915"/>
+        <source>Do you really want to revert all changes to these files or directories?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="926"/>
+        <source>Do you really want to revert all changes of the project?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="932"/>
+        <source>Reverting changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="984"/>
+        <source>Merging</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1012"/>
+        <source>Master branch head</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1228"/>
+        <source>Git Command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1330"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Commit&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1334"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parents&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1340"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tags&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1346"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Branches&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1351"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0} &amp;lt;{1}&amp;gt;&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1356"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1361"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Committer&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0} &amp;lt;{1}&amp;gt;&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1366"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1371"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Subject&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1377"/>
+        <source>&lt;h3&gt;Repository information&lt;/h3&gt;
 &lt;p&gt;&lt;table&gt;
 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Git V.&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;/tr&gt;
 {1}&lt;/table&gt;&lt;/p&gt;
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1452" />
-      <source>Create {0} file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1453" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1517" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1500" />
-      <source>Git Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1501" />
-      <source>&lt;p&gt;Copying the directory &lt;b&gt;{0}&lt;/b&gt; failed.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1518" />
-      <source>&lt;p&gt;Copying the file &lt;b&gt;{0}&lt;/b&gt; failed.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2721" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1639" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1707" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1694" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1683" />
-      <source>Git Side-by-Side Difference</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1708" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1760" />
-      <source>Fetching from a remote Git repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1796" />
-      <source>Pulling from a remote Git repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1835" />
-      <source>Pushing to a remote Git repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1863" />
-      <source>Committing failed merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1888" />
-      <source>Aborting uncommitted/failed merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1918" />
-      <source>Applying patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1951" />
-      <source>Check patch files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1954" />
-      <source>Apply patch files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2034" />
-      <source>Tagging in the Git repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2279" />
-      <source>Branching in the Git repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2321" />
-      <source>Delete Remote Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2342" />
-      <source>Current Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2343" />
-      <source>&lt;p&gt;The current branch is &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2407" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2389" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2371" />
-      <source>Create Bundle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2373" />
-      <source>Git Bundle Files (*.bundle)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2390" />
-      <source>&lt;p&gt;The Git bundle file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2436" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2425" />
-      <source>Verify Bundle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2569" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2522" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2456" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2427" />
-      <source>Git Bundle Files (*.bundle);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2465" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2454" />
-      <source>List Bundle Heads</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2567" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2520" />
-      <source>Apply Bundle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2588" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2541" />
-      <source>Applying a bundle file (fetch)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2624" />
-      <source>Bisect subcommand ({0}) invalid.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2823" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2667" />
-      <source>Git Bisect ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2720" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2766" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2749" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2731" />
-      <source>Create Bisect Replay File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2733" />
-      <source>Git Bisect Replay Files (*.replay)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2750" />
-      <source>&lt;p&gt;The Git bisect replay file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2767" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2786" />
-      <source>Edit Bisect Replay File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2814" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2788" />
-      <source>Git Bisect Replay Files (*.replay);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2812" />
-      <source>Bisect Replay</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3156" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2986" />
-      <source>Show Remote Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3042" />
-      <source>Rename Remote Repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3043" />
-      <source>Enter new name for remote repository:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3178" />
-      <source>Show Shortlog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3235" />
-      <source>Cherry-pick</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3266" />
-      <source>Copy Changesets (Continue)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3289" />
-      <source>Copy Changesets (Quit)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3313" />
-      <source>Copy Changesets (Cancel)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3391" />
-      <source>Saving stash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3593" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3431" />
-      <source>Show Stash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3594" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3554" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3505" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3465" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3432" />
-      <source>Select a stash (empty for latest stash):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3504" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3464" />
-      <source>Restore Stash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3518" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3478" />
-      <source>Restoring stash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3542" />
-      <source>Create Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3543" />
-      <source>Enter a branch name to restore a stash to:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3568" />
-      <source>Creating branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3604" />
-      <source>Delete Stash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3605" />
-      <source>Do you really want to delete the stash &lt;b&gt;{0}&lt;/b&gt;?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3615" />
-      <source>Deleting stash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3635" />
-      <source>Delete All Stashes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3636" />
-      <source>Do you really want to delete all stashes?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3642" />
-      <source>Deleting all stashes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3702" />
-      <source>Showing the combined configuration settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3724" />
-      <source>Verifying the integrity of the Git repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3745" />
-      <source>Performing Repository Housekeeping</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3786" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Statistics&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3788" />
-      <source>&lt;tr&gt;&lt;td&gt;Number of loose objects: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3793" />
-      <source>&lt;tr&gt;&lt;td&gt;Disk space used by loose objects: &lt;/td&gt;&lt;td&gt;{0} KiB&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3799" />
-      <source>&lt;tr&gt;&lt;td&gt;Number of packed objects: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3805" />
-      <source>&lt;tr&gt;&lt;td&gt;Number of packs: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3810" />
-      <source>&lt;tr&gt;&lt;td&gt;Disk space used by packed objects: &lt;/td&gt;&lt;td&gt;{0} KiB&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3816" />
-      <source>&lt;tr&gt;&lt;td&gt;Packed objects waiting for pruning: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3822" />
-      <source>&lt;tr&gt;&lt;td&gt;Garbage files: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3827" />
-      <source>&lt;tr&gt;&lt;td&gt;Disk space used by garbage files: &lt;/td&gt;&lt;td&gt;{0} KiB&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3834" />
-      <source>&lt;p&gt;&lt;b&gt;No statistics available.&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3900" />
-      <source>Creating Archive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3940" />
-      <source>Add Submodule</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4006" />
-      <source>List Submodules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4007" />
-      <source>No submodules defined for the project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4020" />
-      <source>All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4024" />
-      <source>Submodule Path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4025" />
-      <source>Select a submodule path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4074" />
-      <source>Initialize Submodules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4107" />
-      <source>Unregister Submodules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4177" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4138" />
-      <source>Update Submodules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4207" />
-      <source>Synchronize Submodules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4261" />
-      <source>Submodules Summary</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1452"/>
+        <source>Create {0} file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1453"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1517"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1500"/>
+        <source>Git Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1501"/>
+        <source>&lt;p&gt;Copying the directory &lt;b&gt;{0}&lt;/b&gt; failed.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1518"/>
+        <source>&lt;p&gt;Copying the file &lt;b&gt;{0}&lt;/b&gt; failed.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2721"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1639"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1707"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1694"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1683"/>
+        <source>Git Side-by-Side Difference</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1708"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1760"/>
+        <source>Fetching from a remote Git repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1796"/>
+        <source>Pulling from a remote Git repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1835"/>
+        <source>Pushing to a remote Git repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1863"/>
+        <source>Committing failed merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1888"/>
+        <source>Aborting uncommitted/failed merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1918"/>
+        <source>Applying patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1951"/>
+        <source>Check patch files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1954"/>
+        <source>Apply patch files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2034"/>
+        <source>Tagging in the Git repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2279"/>
+        <source>Branching in the Git repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2321"/>
+        <source>Delete Remote Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2342"/>
+        <source>Current Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2343"/>
+        <source>&lt;p&gt;The current branch is &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2407"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2389"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2371"/>
+        <source>Create Bundle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2373"/>
+        <source>Git Bundle Files (*.bundle)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2390"/>
+        <source>&lt;p&gt;The Git bundle file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2436"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2425"/>
+        <source>Verify Bundle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2569"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2522"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2456"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2427"/>
+        <source>Git Bundle Files (*.bundle);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2465"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2454"/>
+        <source>List Bundle Heads</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2567"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2520"/>
+        <source>Apply Bundle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2588"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2541"/>
+        <source>Applying a bundle file (fetch)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2624"/>
+        <source>Bisect subcommand ({0}) invalid.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2823"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2667"/>
+        <source>Git Bisect ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2720"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2766"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2749"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2731"/>
+        <source>Create Bisect Replay File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2733"/>
+        <source>Git Bisect Replay Files (*.replay)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2750"/>
+        <source>&lt;p&gt;The Git bisect replay file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2767"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2786"/>
+        <source>Edit Bisect Replay File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2814"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2788"/>
+        <source>Git Bisect Replay Files (*.replay);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2812"/>
+        <source>Bisect Replay</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3156"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2986"/>
+        <source>Show Remote Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3042"/>
+        <source>Rename Remote Repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3043"/>
+        <source>Enter new name for remote repository:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3178"/>
+        <source>Show Shortlog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3235"/>
+        <source>Cherry-pick</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3266"/>
+        <source>Copy Changesets (Continue)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3289"/>
+        <source>Copy Changesets (Quit)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3313"/>
+        <source>Copy Changesets (Cancel)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3391"/>
+        <source>Saving stash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3593"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3431"/>
+        <source>Show Stash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3594"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3554"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3505"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3465"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3432"/>
+        <source>Select a stash (empty for latest stash):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3504"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3464"/>
+        <source>Restore Stash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3518"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3478"/>
+        <source>Restoring stash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3542"/>
+        <source>Create Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3543"/>
+        <source>Enter a branch name to restore a stash to:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3568"/>
+        <source>Creating branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3604"/>
+        <source>Delete Stash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3605"/>
+        <source>Do you really want to delete the stash &lt;b&gt;{0}&lt;/b&gt;?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3615"/>
+        <source>Deleting stash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3635"/>
+        <source>Delete All Stashes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3636"/>
+        <source>Do you really want to delete all stashes?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3642"/>
+        <source>Deleting all stashes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3702"/>
+        <source>Showing the combined configuration settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3724"/>
+        <source>Verifying the integrity of the Git repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3745"/>
+        <source>Performing Repository Housekeeping</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3786"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Statistics&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3788"/>
+        <source>&lt;tr&gt;&lt;td&gt;Number of loose objects: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3793"/>
+        <source>&lt;tr&gt;&lt;td&gt;Disk space used by loose objects: &lt;/td&gt;&lt;td&gt;{0} KiB&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3799"/>
+        <source>&lt;tr&gt;&lt;td&gt;Number of packed objects: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3805"/>
+        <source>&lt;tr&gt;&lt;td&gt;Number of packs: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3810"/>
+        <source>&lt;tr&gt;&lt;td&gt;Disk space used by packed objects: &lt;/td&gt;&lt;td&gt;{0} KiB&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3816"/>
+        <source>&lt;tr&gt;&lt;td&gt;Packed objects waiting for pruning: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3822"/>
+        <source>&lt;tr&gt;&lt;td&gt;Garbage files: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3827"/>
+        <source>&lt;tr&gt;&lt;td&gt;Disk space used by garbage files: &lt;/td&gt;&lt;td&gt;{0} KiB&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3834"/>
+        <source>&lt;p&gt;&lt;b&gt;No statistics available.&lt;/b&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3900"/>
+        <source>Creating Archive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3940"/>
+        <source>Add Submodule</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4006"/>
+        <source>List Submodules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4007"/>
+        <source>No submodules defined for the project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4020"/>
+        <source>All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4024"/>
+        <source>Submodule Path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4025"/>
+        <source>Select a submodule path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4074"/>
+        <source>Initialize Submodules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4107"/>
+        <source>Unregister Submodules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4177"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4138"/>
+        <source>Update Submodules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4207"/>
+        <source>Synchronize Submodules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4261"/>
+        <source>Submodules Summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitAddRemoteDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0" />
-      <source>Git Add Remote</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0" />
-      <source>Enter the remote name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0" />
-      <source>URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0" />
-      <source>Enter the remote URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0" />
-      <source>Credentials</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0" />
-      <source>Username:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0" />
-      <source>Enter the user name for the remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0" />
-      <source>Password:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0" />
-      <source>Enter the password for the remote repository</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0"/>
+        <source>Git Add Remote</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0"/>
+        <source>Enter the remote name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0"/>
+        <source>URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0"/>
+        <source>Enter the remote URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0"/>
+        <source>Credentials</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0"/>
+        <source>Username:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0"/>
+        <source>Enter the user name for the remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0"/>
+        <source>Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitAddRemoteDialog.ui" line="0"/>
+        <source>Enter the password for the remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitApplyBundleDataDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitApplyBundleDataDialog.ui" line="0" />
-      <source>Git Apply Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitApplyBundleDataDialog.ui" line="0" />
-      <source>Bundle Head:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitApplyBundleDataDialog.ui" line="0" />
-      <source>Select a head to apply</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitApplyBundleDataDialog.ui" line="0" />
-      <source>Local Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitApplyBundleDataDialog.ui" line="0" />
-      <source>Enter a local branch</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitApplyBundleDataDialog.ui" line="0"/>
+        <source>Git Apply Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitApplyBundleDataDialog.ui" line="0"/>
+        <source>Bundle Head:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitApplyBundleDataDialog.ui" line="0"/>
+        <source>Select a head to apply</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitApplyBundleDataDialog.ui" line="0"/>
+        <source>Local Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitApplyBundleDataDialog.ui" line="0"/>
+        <source>Enter a local branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitArchiveDataDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.py" line="84" />
-      <source>Select Archive File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Git Archive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Select to specify a revision by a revision expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Commit:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Enter a commit id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Select to specify a revision by a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Select HEAD revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>HEAD</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Format:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Select the archive format</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>File Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Enter the name of the archive file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Select the archive file via a file selection dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Prefix:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" />
-      <source>Enter a prefix to be prepended to each file</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.py" line="84"/>
+        <source>Select Archive File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Git Archive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Select to specify a revision by a revision expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Commit:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Enter a commit id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Select to specify a revision by a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Select HEAD revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>HEAD</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Format:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Select the archive format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>File Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Enter the name of the archive file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Select the archive file via a file selection dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Prefix:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0"/>
+        <source>Enter a prefix to be prepended to each file</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitBisectLogBrowserDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0" />
-      <source>Git Bisect Log</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0" />
-      <source>Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0" />
-      <source>Operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0" />
-      <source>Subject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0" />
-      <source>&lt;b&gt;Git log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the git log command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0" />
-      <source>Press to send the input to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0" />
-      <source>Enter data to be sent to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.py" line="57" />
-      <source>&amp;Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.py" line="59" />
-      <source>Press to refresh the list of commits</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.py" line="173" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.py" line="174" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0"/>
+        <source>Git Bisect Log</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0"/>
+        <source>Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0"/>
+        <source>Operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0"/>
+        <source>Subject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0"/>
+        <source>&lt;b&gt;Git log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the git log command.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0"/>
+        <source>Press to send the input to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0"/>
+        <source>Enter data to be sent to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.py" line="57"/>
+        <source>&amp;Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.py" line="59"/>
+        <source>Press to refresh the list of commits</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.py" line="173"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.py" line="174"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitBisectStartDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.ui" line="0" />
-      <source>Git Bisect Start</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.ui" line="0" />
-      <source>Bad Commit:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.ui" line="0" />
-      <source>Enter a bad commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.ui" line="0" />
-      <source>Good Commits:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.ui" line="0" />
-      <source>Enter a list of good commits separated by space</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.ui" line="0" />
-      <source>Select to not checkout the working tree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.ui" line="0" />
-      <source>Don't checkout working tree</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.ui" line="0"/>
+        <source>Git Bisect Start</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.ui" line="0"/>
+        <source>Bad Commit:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.ui" line="0"/>
+        <source>Enter a bad commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.ui" line="0"/>
+        <source>Good Commits:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.ui" line="0"/>
+        <source>Enter a list of good commits separated by space</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.ui" line="0"/>
+        <source>Select to not checkout the working tree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBisectStartDialog.ui" line="0"/>
+        <source>Don&apos;t checkout working tree</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitBlameDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0" />
-      <source>Git Blame</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0" />
-      <source>Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0" />
-      <source>Author</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0" />
-      <source>Date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0" />
-      <source>Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0" />
-      <source>Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0" />
-      <source>Press to send the input to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0" />
-      <source>Enter data to be sent to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.py" line="126" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.py" line="127" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.py" line="213" />
-      <source>Changed by skipped commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.py" line="215" />
-      <source>Commit cannot be skipped</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0"/>
+        <source>Git Blame</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0"/>
+        <source>Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0"/>
+        <source>Author</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0"/>
+        <source>Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0"/>
+        <source>Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0"/>
+        <source>Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0"/>
+        <source>Press to send the input to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0"/>
+        <source>Enter data to be sent to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.py" line="126"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.py" line="127"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.py" line="213"/>
+        <source>Changed by skipped commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBlameDialog.py" line="215"/>
+        <source>Commit cannot be skipped</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitBranchDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Git Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Branch Action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Select to create a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>&lt;b&gt;Create Branch&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Git Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Branch Action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Select to create a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>&lt;b&gt;Create Branch&lt;/b&gt;
 &lt;p&gt;Select this entry in order to create a branch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Create</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Select to rename a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>&lt;b&gt;Rename&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Create</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Select to rename a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>&lt;b&gt;Rename&lt;/b&gt;
 &lt;p&gt;Select this entry in order to rename the selected branch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Rename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Select to delete a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>&lt;b&gt;Delete Branch&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Rename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Select to delete a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>&lt;b&gt;Delete Branch&lt;/b&gt;
 &lt;p&gt;Select this entry in order to delete the selected branch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Select to create a new branch and switch to it</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>&lt;b&gt;Create &amp;amp; Switch&lt;/b&gt;\n&lt;p&gt;Select this entry in order to create a new branch and switch the working tree to it.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Create &amp;&amp; Switch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Select to create a tracking branch and switch to it</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>&lt;b&gt;Create Tracking Branch &amp;amp; Switch&lt;/b&gt;\n&lt;p&gt;Select this entry in order to create a new branch tracking a remote repository branch. The working tree is switched to it.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Create Tracking Branch &amp;&amp; Switch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Select to associate a remote branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Set Tracking Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Select to de-associate a remote branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Unset Tracking Branch Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Enter the name of the branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>&lt;b&gt;Branch Name&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Select to create a new branch and switch to it</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>&lt;b&gt;Create &amp;amp; Switch&lt;/b&gt;\n&lt;p&gt;Select this entry in order to create a new branch and switch the working tree to it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Create &amp;&amp; Switch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Select to create a tracking branch and switch to it</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>&lt;b&gt;Create Tracking Branch &amp;amp; Switch&lt;/b&gt;\n&lt;p&gt;Select this entry in order to create a new branch tracking a remote repository branch. The working tree is switched to it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Create Tracking Branch &amp;&amp; Switch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Select to associate a remote branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Set Tracking Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Select to de-associate a remote branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Unset Tracking Branch Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Enter the name of the branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>&lt;b&gt;Branch Name&lt;/b&gt;
 &lt;p&gt;Enter the name of the branch to be created, deleted or moved.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Create Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Revision:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Enter a revision at which to start the branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Rename Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>New Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Enter a new name for the selected branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Remote Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Select the remote branch to associate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Select to enforce the create operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0" />
-      <source>Enforce Operation</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Create Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Revision:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Enter a revision at which to start the branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Rename Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>New Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Enter a new name for the selected branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Remote Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Select the remote branch to associate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Select to enforce the create operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchDialog.ui" line="0"/>
+        <source>Enforce Operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitBranchPushDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.py" line="35" />
-      <source>&lt;all branches&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.ui" line="0" />
-      <source>Git Push Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.ui" line="0" />
-      <source>Branch Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.ui" line="0" />
-      <source>Select the branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.ui" line="0" />
-      <source>Remote Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.ui" line="0" />
-      <source>Select the remote repository</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.py" line="35"/>
+        <source>&lt;all branches&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.ui" line="0"/>
+        <source>Git Push Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.ui" line="0"/>
+        <source>Branch Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.ui" line="0"/>
+        <source>Select the branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.ui" line="0"/>
+        <source>Remote Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.ui" line="0"/>
+        <source>Select the remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitBundleDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0" />
-      <source>Git Bundle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0" />
-      <source>Select to specify a revision or revision range</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0" />
-      <source>Revisions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0" />
-      <source>Enter  revisions or revision range expressions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0" />
-      <source>Select to specify a revision by a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0"/>
+        <source>Git Bundle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0"/>
+        <source>Select to specify a revision or revision range</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0"/>
+        <source>Revisions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0"/>
+        <source>Enter  revisions or revision range expressions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0"/>
+        <source>Select to specify a revision by a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitChangeRemoteUrlDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="0" />
-      <source>Git Change Remote URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="0" />
-      <source>URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="0" />
-      <source>New URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="0" />
-      <source>Enter the new remote URL</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="0"/>
+        <source>Git Change Remote URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="0"/>
+        <source>URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="0"/>
+        <source>New URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitChangeRemoteUrlDialog.ui" line="0"/>
+        <source>Enter the new remote URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitCherryPickDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0" />
-      <source>Git Cherry-pick</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0" />
-      <source>Commits</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0" />
-      <source>Enter commits by id, branch or tag one per line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0" />
-      <source>Select to append cherry-pick info to the commit message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0" />
-      <source>Append Cherry-pick &amp;Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0" />
-      <source>Select to add a 'Signed-off-by' line to the commit message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0" />
-      <source>Append '&amp;Signed-off-by' line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0" />
-      <source>Select to not commit the cherry-pick</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0" />
-      <source>Don't &amp;commit</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0"/>
+        <source>Git Cherry-pick</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0"/>
+        <source>Commits</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0"/>
+        <source>Enter commits by id, branch or tag one per line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0"/>
+        <source>Select to append cherry-pick info to the commit message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0"/>
+        <source>Append Cherry-pick &amp;Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0"/>
+        <source>Select to add a &apos;Signed-off-by&apos; line to the commit message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0"/>
+        <source>Append &apos;&amp;Signed-off-by&apos; line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0"/>
+        <source>Select to not commit the cherry-pick</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCherryPickDialog.ui" line="0"/>
+        <source>Don&apos;t &amp;commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitCommandDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui" line="0" />
-      <source>Git Command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui" line="0" />
-      <source>Git Command:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui" line="0" />
-      <source>Enter the Git command to be executed with all necessary parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui" line="0" />
-      <source>&lt;b&gt;Git Command&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui" line="0"/>
+        <source>Git Command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui" line="0"/>
+        <source>Git Command:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui" line="0"/>
+        <source>Enter the Git command to be executed with all necessary parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui" line="0"/>
+        <source>&lt;b&gt;Git Command&lt;/b&gt;
 &lt;p&gt;Enter the Git command to be executed including all necessary 
 parameters. If a parameter of the commandline includes a space you have to 
 surround this parameter by single or double quotes. Do not include the name 
 of the Git client executable (i.e. git).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui" line="0" />
-      <source>Project Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui" line="0" />
-      <source>This shows the root directory of the current project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui" line="0" />
-      <source>project directory</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui" line="0"/>
+        <source>Project Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui" line="0"/>
+        <source>This shows the root directory of the current project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui" line="0"/>
+        <source>project directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitCommitDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0" />
-      <source>Git</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0" />
-      <source>Commit Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0" />
-      <source>Enter the log message.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0" />
-      <source>&lt;b&gt;Log Message&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0"/>
+        <source>Git</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0"/>
+        <source>Commit Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0"/>
+        <source>Enter the log message.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0"/>
+        <source>&lt;b&gt;Log Message&lt;/b&gt;
 &lt;p&gt;Enter the log message for the commit action.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0" />
-      <source>Recent commit messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0" />
-      <source>Select a recent commit message to use</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0" />
-      <source>Select to commit only staged changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0" />
-      <source>Commit staged changes only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0" />
-      <source>Select to amend the last commit (leave message empty to keep it)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0" />
-      <source>Amend the last commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0" />
-      <source>Select to reset the author information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0" />
-      <source>Reset Author Info</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0"/>
+        <source>Recent commit messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0"/>
+        <source>Select a recent commit message to use</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0"/>
+        <source>Select to commit only staged changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0"/>
+        <source>Commit staged changes only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0"/>
+        <source>Select to amend the last commit (leave message empty to keep it)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0"/>
+        <source>Amend the last commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0"/>
+        <source>Select to reset the author information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCommitDialog.ui" line="0"/>
+        <source>Reset Author Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitCopyDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0" />
-      <source>Git Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0" />
-      <source>Source:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0" />
-      <source>Shows the name of the source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0" />
-      <source>&lt;b&gt;Source name&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0"/>
+        <source>Git Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0"/>
+        <source>Source:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0"/>
+        <source>Shows the name of the source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0"/>
+        <source>&lt;b&gt;Source name&lt;/b&gt;
 &lt;p&gt;This field shows the name of the source.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0" />
-      <source>Enter the target name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0" />
-      <source>&lt;b&gt;Target name&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0"/>
+        <source>Enter the target name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0"/>
+        <source>&lt;b&gt;Target name&lt;/b&gt;
 &lt;p&gt;Enter the new name in this field. The target must be the new name or an absolute path.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0" />
-      <source>Target:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0" />
-      <source>Press to open a selection dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0" />
-      <source>&lt;b&gt;Target directory&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0"/>
+        <source>Target:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0"/>
+        <source>Press to open a selection dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0"/>
+        <source>&lt;b&gt;Target directory&lt;/b&gt;
 &lt;p&gt;Select the target name for the operation via a selection dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0" />
-      <source>Select to force the operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0" />
-      <source>Enforce operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.py" line="49" />
-      <source>Git Move</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.py" line="92" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.py" line="85" />
-      <source>Select target</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0"/>
+        <source>Select to force the operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.ui" line="0"/>
+        <source>Enforce operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.py" line="49"/>
+        <source>Git Move</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.py" line="92"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitCopyDialog.py" line="85"/>
+        <source>Select target</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitDescribeDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.py" line="118" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.py" line="119" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0" />
-      <source>Git Tag List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0" />
-      <source>Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0" />
-      <source>Tag Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0" />
-      <source>Press to send the input to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0" />
-      <source>Enter data to be sent to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.py" line="118"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.py" line="119"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0"/>
+        <source>Git Tag List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0"/>
+        <source>Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0"/>
+        <source>Tag Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0"/>
+        <source>Press to send the input to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0"/>
+        <source>Enter data to be sent to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="88" />
-      <source>Additional Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="106" />
-      <source>Process canceled.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="118" />
-      <source>Process finished successfully.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="120" />
-      <source>Process crashed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="123" />
-      <source>Process finished with exit code {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="184" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="185" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0" />
-      <source>Git</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0" />
-      <source>Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0" />
-      <source>Press to send the input to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0" />
-      <source>Enter data to be sent to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="88"/>
+        <source>Additional Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="106"/>
+        <source>Process canceled.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="118"/>
+        <source>Process finished successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="120"/>
+        <source>Process crashed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="123"/>
+        <source>Process finished with exit code {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="184"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="185"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0"/>
+        <source>Git</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0"/>
+        <source>Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0"/>
+        <source>Press to send the input to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0"/>
+        <source>Enter data to be sent to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitDiffDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="45" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="47" />
-      <source>Press to refresh the display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="83" />
-      <source>Working Tree to Staging Area</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="84" />
-      <source>Staging Area to HEAD Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="85" />
-      <source>Working Tree to HEAD Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="86" />
-      <source>Working to Staging (top) and Staging to HEAD (bottom)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="89" />
-      <source>Stash Contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="90" />
-      <source>Stash Contents of {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="163" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="152" />
-      <source>Difference ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="171" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="172" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="195" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="190" />
-      <source>There is no difference.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="218" />
-      <source>&lt;Start&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="219" />
-      <source>&lt;End&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="352" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="335" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="317" />
-      <source>Save Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="319" />
-      <source>Patch Files (*.diff)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="336" />
-      <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="353" />
-      <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0" />
-      <source>Git Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0" />
-      <source>Difference</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0" />
-      <source>&lt;b&gt;Git Diff&lt;/b&gt;&lt;p&gt;This shows the output of the git diff command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0" />
-      <source>&lt;b&gt;Git Diff&lt;/b&gt;&lt;p&gt;This shows the output of the git diff command (stage to repo) if the dialog was asked to show separate diffs.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="45"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="47"/>
+        <source>Press to refresh the display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="83"/>
+        <source>Working Tree to Staging Area</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="84"/>
+        <source>Staging Area to HEAD Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="85"/>
+        <source>Working Tree to HEAD Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="86"/>
+        <source>Working to Staging (top) and Staging to HEAD (bottom)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="89"/>
+        <source>Stash Contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="90"/>
+        <source>Stash Contents of {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="163"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="152"/>
+        <source>Difference ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="171"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="172"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="195"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="190"/>
+        <source>There is no difference.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="218"/>
+        <source>&lt;Start&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="219"/>
+        <source>&lt;End&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="352"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="335"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="317"/>
+        <source>Save Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="319"/>
+        <source>Patch Files (*.diff)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="336"/>
+        <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="353"/>
+        <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0"/>
+        <source>Git Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0"/>
+        <source>Difference</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0"/>
+        <source>&lt;b&gt;Git Diff&lt;/b&gt;&lt;p&gt;This shows the output of the git diff command.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0"/>
+        <source>&lt;b&gt;Git Diff&lt;/b&gt;&lt;p&gt;This shows the output of the git diff command (stage to repo) if the dialog was asked to show separate diffs.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitFetchDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.py" line="35" />
-      <source>&lt;All&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.py" line="36" />
-      <source>&lt;Custom&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0" />
-      <source>Git Fetch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0" />
-      <source>Remote Repository:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0" />
-      <source>Select the remote repository to fetch from</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0" />
-      <source>Remote Branches:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0" />
-      <source>Press to update the list of remote branches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0" />
-      <source>Update</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0" />
-      <source>Select the remote branches to be fetched</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0" />
-      <source>Local Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0" />
-      <source>Select the local branch to fetch into</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0" />
-      <source>Select to remove non-existing tracking references </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0" />
-      <source>Prune obsolete tracking references</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0" />
-      <source>Select to fetch tags as well</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0" />
-      <source>Include tags</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.py" line="35"/>
+        <source>&lt;All&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.py" line="36"/>
+        <source>&lt;Custom&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0"/>
+        <source>Git Fetch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0"/>
+        <source>Remote Repository:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0"/>
+        <source>Select the remote repository to fetch from</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0"/>
+        <source>Remote Branches:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0"/>
+        <source>Press to update the list of remote branches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0"/>
+        <source>Update</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0"/>
+        <source>Select the remote branches to be fetched</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0"/>
+        <source>Local Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0"/>
+        <source>Select the local branch to fetch into</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0"/>
+        <source>Select to remove non-existing tracking references </source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0"/>
+        <source>Prune obsolete tracking references</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0"/>
+        <source>Select to fetch tags as well</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0"/>
+        <source>Include tags</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitListDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitListDialog.ui" line="0" />
-      <source>Git Select</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitListDialog.ui" line="0" />
-      <source>Select from the list:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitListDialog.ui" line="0"/>
+        <source>Git Select</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitListDialog.ui" line="0"/>
+        <source>Select from the list:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitLogBrowserDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="121" />
-      <source>&amp;Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="123" />
-      <source>Press to refresh the list of commits</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="130" />
-      <source>Find</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="131" />
-      <source>Filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="133" />
-      <source>Commit ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="134" />
-      <source>Author</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="135" />
-      <source>Committer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="136" />
-      <source>Subject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="137" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="154" />
-      <source>&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Commit ID&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2'&gt;{10}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2} &amp;lt;{3}&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Commit Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{4}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Committer&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{5} &amp;lt;{6}&amp;gt;&lt;/td&gt;&lt;/tr&gt;{7}&lt;tr&gt;&lt;td&gt;&lt;b&gt;Subject&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{8}&lt;/td&gt;&lt;/tr&gt;{9}&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="167" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parents&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="168" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Children&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="171" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Branches&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="174" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tags&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="175" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Message&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="226" />
-      <source>Added</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="227" />
-      <source>Deleted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="228" />
-      <source>Modified</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="229" />
-      <source>Copied</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="230" />
-      <source>Renamed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="231" />
-      <source>Type changed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="232" />
-      <source>Unmerged</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="233" />
-      <source>Unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="268" />
-      <source>Show Commit ID Column</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="269" />
-      <source>Press to show the commit ID column</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="275" />
-      <source>Show Author Columns</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="276" />
-      <source>Press to show the author columns</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="282" />
-      <source>Show Committer Columns</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="283" />
-      <source>Press to show the committer columns</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="289" />
-      <source>Show Branches Column</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="290" />
-      <source>Press to show the branches column</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="296" />
-      <source>Show Tags Column</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="297" />
-      <source>Press to show the Tags column</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="326" />
-      <source>Copy Commits</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="329" />
-      <source>Cherry-pick the selected commits to the current branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="335" />
-      <source>Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="337" />
-      <source>Tag the selected commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1896" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="340" />
-      <source>Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="343" />
-      <source>Create a new branch at the selected commit.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="346" />
-      <source>Branch &amp;&amp; Switch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="349" />
-      <source>Create a new branch at the selected commit and switch the work tree to it.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1957" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1868" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1845" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="356" />
-      <source>Switch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="359" />
-      <source>Switch the working directory to the selected commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1984" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="364" />
-      <source>Show Short Log</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="367" />
-      <source>Show a dialog with a log output for release notes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="371" />
-      <source>Describe</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="374" />
-      <source>Show the most recent tag reachable from a commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="665" />
-      <source>The git process did not finish within 30s.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="667" />
-      <source>Could not start the git executable.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="670" />
-      <source>Git Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="803" />
-      <source>{0} ({1}%)</source>
-      <comment>action, confidence</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="873" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="874" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1345" />
-      <source>Side-by-Side Diff to Parent {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1359" />
-      <source>&lt;a href="sbsdiff:{0}_{1}"&gt;Side-by-Side Compare&lt;/a&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1805" />
-      <source>Copy Changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1958" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1869" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1806" />
-      <source>The project should be reread. Do this now?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1985" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1846" />
-      <source>Select a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1935" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1897" />
-      <source>Select a default branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1934" />
-      <source>Branch &amp; Switch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2164" />
-      <source>Find Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2165" />
-      <source>'{0}' was not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2209" />
-      <source>Differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2221" />
-      <source>Differences to Parent {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2237" />
-      <source>Diff to Parent {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2262" />
-      <source>There is no difference.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2429" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2412" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2394" />
-      <source>Save Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2396" />
-      <source>Patch Files (*.diff)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2413" />
-      <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2430" />
-      <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Git Log</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Select action from menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Select the mode (find or filter)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>From:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Enter the start date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>To:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Enter the end date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Select the field to filter on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Enter the regular expression to filter on or search for</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Press to find the previous occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Press to find the next occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Graph</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Commit Date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Branches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Tags</source>
-      <translation>Tags</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Press to move up in the log list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Press to move down in the log list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Press to get the next bunch of log entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>&amp;Next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Enter the limit of entries to fetch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Select to stop listing log messages at a copy or move</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Stop on Copy/Move</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Additions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Deletions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Copy from</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>&lt;a href="save:me"&gt;Save&lt;/a&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>&lt;b&gt;Git log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the git log command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Press to send the input to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Enter data to be sent to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="121"/>
+        <source>&amp;Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="123"/>
+        <source>Press to refresh the list of commits</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="130"/>
+        <source>Find</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="131"/>
+        <source>Filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="133"/>
+        <source>Commit ID</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="134"/>
+        <source>Author</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="135"/>
+        <source>Committer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="136"/>
+        <source>Subject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="137"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="154"/>
+        <source>&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Commit ID&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&apos;2&apos;&gt;{10}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2} &amp;lt;{3}&amp;gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Commit Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{4}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Committer&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{5} &amp;lt;{6}&amp;gt;&lt;/td&gt;&lt;/tr&gt;{7}&lt;tr&gt;&lt;td&gt;&lt;b&gt;Subject&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{8}&lt;/td&gt;&lt;/tr&gt;{9}&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="167"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parents&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="168"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Children&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="171"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Branches&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="174"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tags&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="175"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Message&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="226"/>
+        <source>Added</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="227"/>
+        <source>Deleted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="228"/>
+        <source>Modified</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="229"/>
+        <source>Copied</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="230"/>
+        <source>Renamed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="231"/>
+        <source>Type changed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="232"/>
+        <source>Unmerged</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="233"/>
+        <source>Unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="268"/>
+        <source>Show Commit ID Column</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="269"/>
+        <source>Press to show the commit ID column</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="275"/>
+        <source>Show Author Columns</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="276"/>
+        <source>Press to show the author columns</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="282"/>
+        <source>Show Committer Columns</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="283"/>
+        <source>Press to show the committer columns</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="289"/>
+        <source>Show Branches Column</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="290"/>
+        <source>Press to show the branches column</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="296"/>
+        <source>Show Tags Column</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="297"/>
+        <source>Press to show the Tags column</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="326"/>
+        <source>Copy Commits</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="329"/>
+        <source>Cherry-pick the selected commits to the current branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="335"/>
+        <source>Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="337"/>
+        <source>Tag the selected commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1896"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="340"/>
+        <source>Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="343"/>
+        <source>Create a new branch at the selected commit.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="346"/>
+        <source>Branch &amp;&amp; Switch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="349"/>
+        <source>Create a new branch at the selected commit and switch the work tree to it.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1957"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1868"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1845"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="356"/>
+        <source>Switch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="359"/>
+        <source>Switch the working directory to the selected commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1984"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="364"/>
+        <source>Show Short Log</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="367"/>
+        <source>Show a dialog with a log output for release notes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="371"/>
+        <source>Describe</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="374"/>
+        <source>Show the most recent tag reachable from a commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="665"/>
+        <source>The git process did not finish within 30s.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="667"/>
+        <source>Could not start the git executable.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="670"/>
+        <source>Git Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="803"/>
+        <source>{0} ({1}%)</source>
+        <comment>action, confidence</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="873"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="874"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1345"/>
+        <source>Side-by-Side Diff to Parent {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1359"/>
+        <source>&lt;a href=&quot;sbsdiff:{0}_{1}&quot;&gt;Side-by-Side Compare&lt;/a&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1805"/>
+        <source>Copy Changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1958"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1869"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1806"/>
+        <source>The project should be reread. Do this now?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1985"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1846"/>
+        <source>Select a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1935"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1897"/>
+        <source>Select a default branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="1934"/>
+        <source>Branch &amp; Switch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2164"/>
+        <source>Find Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2165"/>
+        <source>&apos;{0}&apos; was not found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2209"/>
+        <source>Differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2221"/>
+        <source>Differences to Parent {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2237"/>
+        <source>Diff to Parent {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2262"/>
+        <source>There is no difference.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2429"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2412"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2394"/>
+        <source>Save Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2396"/>
+        <source>Patch Files (*.diff)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2413"/>
+        <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2430"/>
+        <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Git Log</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Select action from menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Select the mode (find or filter)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>From:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Enter the start date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>To:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Enter the end date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Select the field to filter on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Enter the regular expression to filter on or search for</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Press to find the previous occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Press to find the next occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Graph</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Commit Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Branches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Tags</source>
+        <translation>Tags</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Press to move up in the log list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Press to move down in the log list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Press to get the next bunch of log entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>&amp;Next</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Enter the limit of entries to fetch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Select to stop listing log messages at a copy or move</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Stop on Copy/Move</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Additions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Deletions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Copy from</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>&lt;a href=&quot;save:me&quot;&gt;Save&lt;/a&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>&lt;b&gt;Git log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the git log command.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Press to send the input to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Enter data to be sent to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitMergeDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Git Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Select to specify a revision by changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Commit:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Enter a commit id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Select to specify a revision by a local branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Local Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Enter a local branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Select to specify a revision by a remote branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Remote Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Enter a remote branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Select to not specify a specific revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>No commit selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Select to commit the merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Commit Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Commit Message:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Enter a message for the merge commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Select to append the log summaries of merged commits</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Add Log Message Summary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Select to show diff statistics at the end of the merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0" />
-      <source>Show diff statistics</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Git Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Select to specify a revision by changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Commit:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Enter a commit id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Select to specify a revision by a local branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Local Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Enter a local branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Select to specify a revision by a remote branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Remote Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Enter a remote branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Select to not specify a specific revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>No commit selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Select to commit the merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Commit Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Commit Message:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Enter a message for the merge commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Select to append the log summaries of merged commits</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Add Log Message Summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Select to show diff statistics at the end of the merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitMergeDialog.ui" line="0"/>
+        <source>Show diff statistics</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitNewProjectOptionsDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0" />
-      <source>New Project from Repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;New Project from Repository Dialog&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0"/>
+        <source>New Project from Repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;New Project from Repository Dialog&lt;/b&gt;
 &lt;p&gt;Enter the various repository infos into the entry fields. These values are used, when the new project is retrieved from the repository.&lt;/p&gt;
 &lt;p&gt;For remote repositories the URL must contain the hostname.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0" />
-      <source>&amp;URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0" />
-      <source>Enter the URL of the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0" />
-      <source>Select the repository url via a directory selection dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0" />
-      <source>Press to clear the history of entered repository URLs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0" />
-      <source>Project &amp;Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0" />
-      <source>Enter the directory of the new project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Project Directory&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0"/>
+        <source>&amp;URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0"/>
+        <source>Enter the URL of the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0"/>
+        <source>Select the repository url via a directory selection dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0"/>
+        <source>Press to clear the history of entered repository URLs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0"/>
+        <source>Project &amp;Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0"/>
+        <source>Enter the directory of the new project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Project Directory&lt;/b&gt;
 &lt;p&gt;Enter the directory of the new project. It will be retrieved from 
 the repository and be placed in this directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.py" line="86" />
-      <source>Select Repository-Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.py" line="103" />
-      <source>Select Project Directory</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.py" line="86"/>
+        <source>Select Repository-Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.py" line="103"/>
+        <source>Select Project Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitOptionsDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitOptionsDialog.ui" line="0" />
-      <source>Initial Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Initial Commit Dialog&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitOptionsDialog.ui" line="0"/>
+        <source>Initial Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Initial Commit Dialog&lt;/b&gt;
 &lt;p&gt;Enter the message for the initial commit.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitOptionsDialog.ui" line="0" />
-      <source>Commit &amp;Message:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitOptionsDialog.ui" line="0" />
-      <source>Enter the log message for the new project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Log Message&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitOptionsDialog.ui" line="0"/>
+        <source>Commit &amp;Message:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitOptionsDialog.ui" line="0"/>
+        <source>Enter the log message for the new project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Log Message&lt;/b&gt;
 &lt;p&gt;Enter the log message to be used for the new project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitOptionsDialog.ui" line="0" />
-      <source>new project started</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitOptionsDialog.ui" line="0"/>
+        <source>new project started</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitPage</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Git Interface&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>Log</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>No. of log messages shown:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>Enter the number of log messages to be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>No. of subject characters shown in list:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>Enter the number of characters of the commit subject to be shown in the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>Select to perform expensive copy detection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>Find copies harder</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>Enter the number of character to show for the commit ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>Commit ID length:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>Cleanup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>Pattern:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>Enter the file name patterns to be used for cleaning up (entries separated by a space character)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>Repository Optimization</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>Select this to use the '--aggressive' option for garbage collection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>Perform aggressive repository optimization</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>Edit the Git configuration file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0" />
-      <source>Edit configuration file</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Git Interface&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>Log</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>No. of log messages shown:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>Enter the number of log messages to be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>No. of subject characters shown in list:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>Enter the number of characters of the commit subject to be shown in the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>Select to perform expensive copy detection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>Find copies harder</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>Enter the number of character to show for the commit ID</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>Commit ID length:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>Cleanup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>Pattern:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>Enter the file name patterns to be used for cleaning up (entries separated by a space character)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>Repository Optimization</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>Select this to use the &apos;--aggressive&apos; option for garbage collection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>Perform aggressive repository optimization</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>Edit the Git configuration file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.ui" line="0"/>
+        <source>Edit configuration file</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitPatchFilesDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.py" line="80" />
-      <source>Patch Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.py" line="82" />
-      <source>Patch Files (*.diff *.patch);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0" />
-      <source>Press to add patch files to the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0" />
-      <source>Press to delete the selected patch files from the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0" />
-      <source>Press to move the selected file up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0" />
-      <source>Press to move the selected file down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0" />
-      <source>Strip Count:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0" />
-      <source>Enter number of leading directories to strip off (default 1)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0" />
-      <source>Select, if the patch has inaccurate end-of-file markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0" />
-      <source>Patch has inaccurate end-of-file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0" />
-      <source>Select, if the line counts of the patch header may be wrong</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0" />
-      <source>Don't trust line counts</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.py" line="80"/>
+        <source>Patch Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.py" line="82"/>
+        <source>Patch Files (*.diff *.patch);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0"/>
+        <source>Press to add patch files to the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0"/>
+        <source>Press to delete the selected patch files from the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0"/>
+        <source>Press to move the selected file up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0"/>
+        <source>Press to move the selected file down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0"/>
+        <source>Strip Count:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0"/>
+        <source>Enter number of leading directories to strip off (default 1)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0"/>
+        <source>Select, if the patch has inaccurate end-of-file markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0"/>
+        <source>Patch has inaccurate end-of-file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0"/>
+        <source>Select, if the line counts of the patch header may be wrong</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0"/>
+        <source>Don&apos;t trust line counts</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitPatchStatisticsDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py" line="118" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py" line="85" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py" line="119" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py" line="86" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.ui" line="0" />
-      <source>Patch Statistics</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.ui" line="0" />
-      <source>Insertions and Deletions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.ui" line="0" />
-      <source># Insertions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.ui" line="0" />
-      <source># Deletions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.ui" line="0" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.ui" line="0" />
-      <source>Summary Information:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py" line="118"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py" line="85"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py" line="119"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py" line="86"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.ui" line="0"/>
+        <source>Patch Statistics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.ui" line="0"/>
+        <source>Insertions and Deletions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.ui" line="0"/>
+        <source># Insertions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.ui" line="0"/>
+        <source># Deletions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.ui" line="0"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.ui" line="0"/>
+        <source>Summary Information:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitProjectBrowserHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="473" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="426" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="324" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="184" />
-      <source>Version Control</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="602" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="489" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="340" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="200" />
-      <source>Commit changes to repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="609" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="496" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="347" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="207" />
-      <source>Add/Stage to repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="614" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="501" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="352" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="212" />
-      <source>Unstage changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="621" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="508" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="359" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="219" />
-      <source>Remove from repository (and disk)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="708" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="695" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="365" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="225" />
-      <source>Remove from repository only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="513" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="230" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="515" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="232" />
-      <source>Move</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="520" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="237" />
-      <source>Show log browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="628" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="527" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="372" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="244" />
-      <source>Show status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="635" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="534" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="379" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="251" />
-      <source>Show differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="257" />
-      <source>Show differences side-by-side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="641" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="540" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="385" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="263" />
-      <source>Show differences (extended)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="269" />
-      <source>Show differences side-by-side (extended)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="275" />
-      <source>Show annotated file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="279" />
-      <source>Show annotated file with skip list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="283" />
-      <source>Create skip list file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="648" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="547" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="392" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="289" />
-      <source>Revert changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="656" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="555" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="441" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="400" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="295" />
-      <source>Select all local file entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="659" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="558" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="444" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="403" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="298" />
-      <source>Select all versioned file entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="662" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="561" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="447" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="406" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="301" />
-      <source>Select all local directory entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="666" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="565" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="451" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="410" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="305" />
-      <source>Select all versioned directory entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="670" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="569" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="455" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="414" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="309" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="709" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="696" />
-      <source>Do you really want to remove these files from the repository?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="839" />
-      <source>Create {0} file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="840" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="586"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="473"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="426"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="324"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="184"/>
+        <source>Version Control</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="602"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="489"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="340"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="200"/>
+        <source>Commit changes to repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="609"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="496"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="347"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="207"/>
+        <source>Add/Stage to repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="614"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="501"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="352"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="212"/>
+        <source>Unstage changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="621"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="508"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="359"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="219"/>
+        <source>Remove from repository (and disk)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="708"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="695"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="365"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="225"/>
+        <source>Remove from repository only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="513"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="230"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="515"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="232"/>
+        <source>Move</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="520"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="237"/>
+        <source>Show log browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="628"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="527"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="372"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="244"/>
+        <source>Show status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="635"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="534"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="379"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="251"/>
+        <source>Show differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="257"/>
+        <source>Show differences side-by-side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="641"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="540"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="385"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="263"/>
+        <source>Show differences (extended)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="269"/>
+        <source>Show differences side-by-side (extended)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="275"/>
+        <source>Show annotated file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="279"/>
+        <source>Show annotated file with skip list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="283"/>
+        <source>Create skip list file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="648"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="547"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="392"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="289"/>
+        <source>Revert changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="656"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="555"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="441"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="400"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="295"/>
+        <source>Select all local file entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="659"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="558"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="444"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="403"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="298"/>
+        <source>Select all versioned file entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="662"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="561"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="447"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="406"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="301"/>
+        <source>Select all local directory entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="666"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="565"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="451"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="410"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="305"/>
+        <source>Select all versioned directory entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="670"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="569"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="455"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="414"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="309"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="709"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="696"/>
+        <source>Do you really want to remove these files from the repository?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="839"/>
+        <source>Create {0} file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py" line="840"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitProjectHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="70" />
-      <source>New from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="72" />
-      <source>&amp;New from repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="79" />
-      <source>Create (clone) a new project from a Git repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="82" />
-      <source>&lt;b&gt;New from repository&lt;/b&gt;&lt;p&gt;This creates (clones) a new local project from a Git repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="94" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="92" />
-      <source>Fetch changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="100" />
-      <source>Fetch changes from a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="102" />
-      <source>&lt;b&gt;Fetch changes&lt;/b&gt;&lt;p&gt;This fetches changes from a remote repository into the local repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="114" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="112" />
-      <source>Pull changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="121" />
-      <source>Pull changes from a remote repository and update the work area</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="124" />
-      <source>&lt;b&gt;Pull changes&lt;/b&gt;&lt;p&gt;This pulls changes from a remote repository into the local repository and updates the work area.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="134" />
-      <source>Commit changes to repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="136" />
-      <source>Commit changes to repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="143" />
-      <source>Commit changes of the local project to the Git repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="146" />
-      <source>&lt;b&gt;Commit changes to repository&lt;/b&gt;&lt;p&gt;This commits changes of the local project to the Git repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="158" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="156" />
-      <source>Push changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="164" />
-      <source>Push changes to a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="166" />
-      <source>&lt;b&gt;Push changes&lt;/b&gt;&lt;p&gt;This pushes changes from the local repository to a remote repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="176" />
-      <source>Export from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="178" />
-      <source>&amp;Export from repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="184" />
-      <source>Export a project from the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="186" />
-      <source>&lt;b&gt;Export from repository&lt;/b&gt;&lt;p&gt;This exports a project from the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="197" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="195" />
-      <source>Show log browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="204" />
-      <source>Show a dialog to browse the log of the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="207" />
-      <source>&lt;b&gt;Show log browser&lt;/b&gt;&lt;p&gt;This shows a dialog to browse the log of the local project. A limited number of entries is shown first. More can be retrieved later on.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="220" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="218" />
-      <source>Show reflog browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="227" />
-      <source>Show a dialog to browse the reflog of the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="230" />
-      <source>&lt;b&gt;Show reflog browser&lt;/b&gt;&lt;p&gt;This shows a dialog to browse the reflog of the local project. A limited number of entries is shown first. More can be retrieved later on.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="241" />
-      <source>Show differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="243" />
-      <source>Show &amp;differences...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="250" />
-      <source>Show the differences of the local project to the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="253" />
-      <source>&lt;b&gt;Show differences&lt;/b&gt;&lt;p&gt;This shows differences of the local project to the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="263" />
-      <source>Show differences (extended)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="265" />
-      <source>Show differences (extended) ...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="272" />
-      <source>Show the difference of revisions of the project to the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="275" />
-      <source>&lt;b&gt;Show differences (extended)&lt;/b&gt;&lt;p&gt;This shows differences of selectable revisions of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="285" />
-      <source>Show status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="287" />
-      <source>Show &amp;status...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="293" />
-      <source>Show the status of the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="295" />
-      <source>&lt;b&gt;Show status&lt;/b&gt;&lt;p&gt;This shows the status of the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="304" />
-      <source>Switch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="306" />
-      <source>S&amp;witch...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="313" />
-      <source>Switch the working directory to another revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="316" />
-      <source>&lt;b&gt;Switch&lt;/b&gt;&lt;p&gt;This switches the working directory to another revision.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="326" />
-      <source>Tag in repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="328" />
-      <source>&amp;Tag in repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="335" />
-      <source>Perform tag operations for the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="338" />
-      <source>&lt;b&gt;Tag in repository&lt;/b&gt;&lt;p&gt;This performs selectable tag operations for the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="348" />
-      <source>List tags</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="348" />
-      <source>&amp;List tags...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="350" />
-      <source>List tags of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="352" />
-      <source>&lt;b&gt;List tags&lt;/b&gt;&lt;p&gt;This lists the tags of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="359" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="358" />
-      <source>Show most recent tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="366" />
-      <source>Show the most recent tag reachable from the work tree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="369" />
-      <source>&lt;b&gt;Show most recent tag&lt;/b&gt;&lt;p&gt;This shows the most recent tag reachable from the work tree.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="379" />
-      <source>List branches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="380" />
-      <source>&amp;List branches...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="386" />
-      <source>List branches of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="388" />
-      <source>&lt;b&gt;List branches&lt;/b&gt;&lt;p&gt;This lists the branches of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="397" />
-      <source>List merged branches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="398" />
-      <source>List &amp;merged branches...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="405" />
-      <source>List merged branches of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="408" />
-      <source>&lt;b&gt;List merged branches&lt;/b&gt;&lt;p&gt;This lists the merged branches of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="417" />
-      <source>List non-merged branches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="418" />
-      <source>List &amp;non-merged branches...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="425" />
-      <source>List non-merged branches of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="428" />
-      <source>&lt;b&gt;List non-merged branches&lt;/b&gt;&lt;p&gt;This lists the non-merged branches of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="437" />
-      <source>Branch in repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="439" />
-      <source>&amp;Branch in repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="446" />
-      <source>Perform branch operations for the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="449" />
-      <source>&lt;b&gt;Branch in repository&lt;/b&gt;&lt;p&gt;This performs selectable branch operations for the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="459" />
-      <source>Delete Remote Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="460" />
-      <source>&amp;Delete Remote Branch...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="467" />
-      <source>Delete a branch from a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="470" />
-      <source>&lt;b&gt;Delete Remote Branch&lt;/b&gt;&lt;p&gt;This deletes a branch from a remote repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="480" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="479" />
-      <source>Show current branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="487" />
-      <source>Show the current branch of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="490" />
-      <source>&lt;b&gt;Show current branch&lt;/b&gt;&lt;p&gt;This shows the current branch of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="499" />
-      <source>Revert changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="501" />
-      <source>Re&amp;vert changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="508" />
-      <source>Revert all changes made to the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="511" />
-      <source>&lt;b&gt;Revert changes&lt;/b&gt;&lt;p&gt;This reverts all changes made to the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="520" />
-      <source>Unstage changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="522" />
-      <source>&amp;Unstage changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="529" />
-      <source>Unstage all changes made to the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="532" />
-      <source>&lt;b&gt;Unstage changes&lt;/b&gt;&lt;p&gt;This unstages all changes made to the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="541" />
-      <source>Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="543" />
-      <source>Mer&amp;ge changes...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="549" />
-      <source>Merge changes into the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="551" />
-      <source>&lt;b&gt;Merge&lt;/b&gt;&lt;p&gt;This merges changes into the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="561" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="560" />
-      <source>Cancel uncommitted/failed merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="568" />
-      <source>Cancel an uncommitted or failed merge and lose all changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="571" />
-      <source>&lt;b&gt;Cancel uncommitted/failed merge&lt;/b&gt;&lt;p&gt;This cancels an uncommitted or failed merge causing all changes to be lost.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="582" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="581" />
-      <source>Commit failed merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="589" />
-      <source>Commit a failed merge after conflicts have been resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="592" />
-      <source>&lt;b&gt;Commit failed merge&lt;/b&gt;&lt;p&gt;This commits a failed merge after conflicts have been resolved.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="602" />
-      <source>Cleanup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="602" />
-      <source>Cleanu&amp;p</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="604" />
-      <source>Cleanup the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="606" />
-      <source>&lt;b&gt;Cleanup&lt;/b&gt;&lt;p&gt;This performs a cleanup of the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="615" />
-      <source>Execute command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="616" />
-      <source>E&amp;xecute command...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="622" />
-      <source>Execute an arbitrary Git command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="624" />
-      <source>&lt;b&gt;Execute command&lt;/b&gt;&lt;p&gt;This opens a dialog to enter an arbitrary Git command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="634" />
-      <source>Configure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="634" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="637" />
-      <source>Show the configuration dialog with the Git page selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="640" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;Show the configuration dialog with the Git page selected.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="650" />
-      <source>Show Remotes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="651" />
-      <source>Show Remotes...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="658" />
-      <source>Show the available remote repositories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="682" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="661" />
-      <source>&lt;b&gt;Show Remotes&lt;/b&gt;&lt;p&gt;This shows the remote repositories available for pulling, fetching and pushing.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2189" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="671" />
-      <source>Show Remote Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="672" />
-      <source>Show Remote Info...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="679" />
-      <source>Show information about a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1504" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1504" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="692" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="692" />
-      <source>Add...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="694" />
-      <source>Add a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="696" />
-      <source>&lt;b&gt;Add&lt;/b&gt;&lt;p&gt;This adds a remote repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2211" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="702" />
-      <source>Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="702" />
-      <source>Remove...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="704" />
-      <source>Remove a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="706" />
-      <source>&lt;b&gt;Remove&lt;/b&gt;&lt;p&gt;This removes a remote repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2227" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="712" />
-      <source>Prune</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="712" />
-      <source>Prune...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="715" />
-      <source>Prune stale remote-tracking branches of a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="718" />
-      <source>&lt;b&gt;Prune&lt;/b&gt;&lt;p&gt;This prunes stale remote-tracking branches of a remote repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2276" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2259" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2243" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="728" />
-      <source>Rename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="728" />
-      <source>Rename...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="730" />
-      <source>Rename a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="732" />
-      <source>&lt;b&gt;Rename&lt;/b&gt;&lt;p&gt;This renames a remote repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="738" />
-      <source>Change URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="739" />
-      <source>Change URL...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="746" />
-      <source>Change the URL of a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="749" />
-      <source>&lt;b&gt;Change URL&lt;/b&gt;&lt;p&gt;This changes the URL of a remote repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="758" />
-      <source>Credentials</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="759" />
-      <source>Credentials...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="766" />
-      <source>Change or set the user credentials of a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="769" />
-      <source>&lt;b&gt;Credentials&lt;/b&gt;&lt;p&gt;This changes or sets the user credentials of a remote repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2298" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="781" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="779" />
-      <source>Copy Commits</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="788" />
-      <source>Copies commits into the current branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="791" />
-      <source>&lt;b&gt;Copy Commits&lt;/b&gt;&lt;p&gt;This copies commits on top of the current branch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="801" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="800" />
-      <source>Continue Copying Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="808" />
-      <source>Continue the last copying session after conflicts were resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="811" />
-      <source>&lt;b&gt;Continue Copying Session&lt;/b&gt;&lt;p&gt;This continues the last copying session after conflicts were resolved.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="822" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="821" />
-      <source>Quit Copying Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="829" />
-      <source>Quit the current copying session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="832" />
-      <source>&lt;b&gt;Quit Copying Session&lt;/b&gt;&lt;p&gt;This quits the current copying session.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="842" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="841" />
-      <source>Cancel Copying Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="849" />
-      <source>Cancel the current copying session and return to the previous state</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="854" />
-      <source>&lt;b&gt;Cancel Copying Session&lt;/b&gt;&lt;p&gt;This cancels the current copying session and returns to the previous state.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="864" />
-      <source>Stash changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="865" />
-      <source>Stash changes...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="872" />
-      <source>Stash all current changes of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="875" />
-      <source>&lt;b&gt;Stash changes&lt;/b&gt;&lt;p&gt;This stashes all current changes of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="884" />
-      <source>Show stash browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="885" />
-      <source>Show stash browser...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="891" />
-      <source>Show a dialog with all stashes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="893" />
-      <source>&lt;b&gt;Show stash browser...&lt;/b&gt;&lt;p&gt;This shows a dialog listing all available stashes. Actions on these stashes may be executed via the context menu.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="904" />
-      <source>Show stash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="905" />
-      <source>Show stash...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="912" />
-      <source>Show a dialog with a patch of a stash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="915" />
-      <source>&lt;b&gt;Show stash...&lt;/b&gt;&lt;p&gt;This shows a dialog with a patch of a selectable stash.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="926" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="925" />
-      <source>Restore &amp;&amp; Keep</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="932" />
-      <source>Restore a stash but keep it</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="934" />
-      <source>&lt;b&gt;Restore &amp;amp; Keep&lt;/b&gt;&lt;p&gt;This restores a selectable stash and keeps it.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="944" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="943" />
-      <source>Restore &amp;&amp; Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="950" />
-      <source>Restore a stash and delete it</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="952" />
-      <source>&lt;b&gt;Restore &amp;amp; Delete&lt;/b&gt;&lt;p&gt;This restores a selectable stash and deletes it.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2452" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="962" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="961" />
-      <source>Create Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="969" />
-      <source>Create a new branch and restore a stash into it</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="972" />
-      <source>&lt;b&gt;Create Branch&lt;/b&gt;&lt;p&gt;This creates a new branch and restores a stash into it.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="982" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="982" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="984" />
-      <source>Delete a stash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="986" />
-      <source>&lt;b&gt;Delete&lt;/b&gt;&lt;p&gt;This deletes a stash.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="993" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="992" />
-      <source>Delete All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="999" />
-      <source>Delete all stashes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1001" />
-      <source>&lt;b&gt;Delete All&lt;/b&gt;&lt;p&gt;This deletes all stashes.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1007" />
-      <source>Edit user configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1008" />
-      <source>Edit user configuration...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1015" />
-      <source>Show an editor to edit the user configuration file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1018" />
-      <source>&lt;b&gt;Edit user configuration&lt;/b&gt;&lt;p&gt;Show an editor to edit the user configuration file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1027" />
-      <source>Edit repository configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1028" />
-      <source>Edit repository configuration...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1035" />
-      <source>Show an editor to edit the repository configuration file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1038" />
-      <source>&lt;b&gt;Edit repository configuration&lt;/b&gt;&lt;p&gt;Show an editor to edit the repository configuration file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1049" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1048" />
-      <source>Create .gitignore</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1056" />
-      <source>Create a .gitignore file with default values</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1059" />
-      <source>&lt;b&gt;Create .gitignore&lt;/b&gt;&lt;p&gt;This creates a .gitignore file with default values.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1068" />
-      <source>Show combined configuration settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1069" />
-      <source>Show combined configuration settings...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1076" />
-      <source>Show the combined configuration settings from all configuration files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1082" />
-      <source>&lt;b&gt;Show combined configuration settings&lt;/b&gt;&lt;p&gt;This shows the combined configuration settings from all configuration files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1092" />
-      <source>Verify repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1093" />
-      <source>Verify repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1100" />
-      <source>Verify the connectivity and validity of objects of the database</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1103" />
-      <source>&lt;b&gt;Verify repository&lt;/b&gt;&lt;p&gt;This verifies the connectivity and validity of objects of the database.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1113" />
-      <source>Optimize repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1114" />
-      <source>Optimize repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1121" />
-      <source>Cleanup and optimize the local repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1124" />
-      <source>&lt;b&gt;Optimize repository&lt;/b&gt;&lt;p&gt;This cleans up and optimizes the local repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1133" />
-      <source>Repository Statistics</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1134" />
-      <source>Repository Statistics...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1141" />
-      <source>Show some statistics of the local repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1144" />
-      <source>&lt;b&gt;Repository Statistics&lt;/b&gt;&lt;p&gt;This show some statistics of the local repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1154" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1153" />
-      <source>Create Archive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1161" />
-      <source>Create an archive from the local repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1164" />
-      <source>&lt;b&gt;Create Archive&lt;/b&gt;&lt;p&gt;This creates an archive from the local repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1173" />
-      <source>Create bundle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1174" />
-      <source>Create bundle...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1181" />
-      <source>Create bundle file collecting changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1184" />
-      <source>&lt;b&gt;Create bundle&lt;/b&gt;&lt;p&gt;This creates a bundle file collecting selected changesets (git bundle create).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1194" />
-      <source>Verify bundle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1195" />
-      <source>Verify bundle...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1202" />
-      <source>Verify the validity and applicability of a bundle file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1205" />
-      <source>&lt;b&gt;Verify bundle&lt;/b&gt;&lt;p&gt;This verifies that a bundle file is valid and will apply cleanly.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1215" />
-      <source>List bundle heads</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1216" />
-      <source>List bundle heads...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1223" />
-      <source>List all heads contained in a bundle file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1226" />
-      <source>&lt;b&gt;List bundle heads&lt;/b&gt;&lt;p&gt;This lists all heads contained in a bundle file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1235" />
-      <source>Apply Bundle (fetch)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1236" />
-      <source>Apply Bundle (fetch)...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1243" />
-      <source>Apply a head of a bundle file using fetch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1246" />
-      <source>&lt;b&gt;Apply Bundle (fetch)&lt;/b&gt;&lt;p&gt;This applies a head of a bundle file using fetch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2569" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1255" />
-      <source>Apply Bundle (pull)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1256" />
-      <source>Apply Bundle (pull)...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1263" />
-      <source>Apply a head of a bundle file using pull</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1266" />
-      <source>&lt;b&gt;Apply Bundle (pull)&lt;/b&gt;&lt;p&gt;This applies a head of a bundle file using pull.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1275" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1275" />
-      <source>Start</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1277" />
-      <source>Start a bisect session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1279" />
-      <source>&lt;b&gt;Start&lt;/b&gt;&lt;p&gt;This starts a bisect session.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1286" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1285" />
-      <source>Start (Extended)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1293" />
-      <source>Start a bisect session giving a bad and optionally good commits</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1296" />
-      <source>&lt;b&gt;Start (Extended)&lt;/b&gt;&lt;p&gt;This starts a bisect session giving a bad and optionally good commits.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1306" />
-      <source>Mark as "good"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1307" />
-      <source>Mark as "good"...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1314" />
-      <source>Mark a selectable revision as good</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1317" />
-      <source>&lt;b&gt;Mark as "good"&lt;/b&gt;&lt;p&gt;This marks a selectable revision as good.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1326" />
-      <source>Mark as "bad"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1327" />
-      <source>Mark as "bad"...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1333" />
-      <source>Mark a selectable revision as bad</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1335" />
-      <source>&lt;b&gt;Mark as "bad"&lt;/b&gt;&lt;p&gt;This marks a selectable revision as bad.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1344" />
-      <source>Skip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1344" />
-      <source>Skip...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1346" />
-      <source>Skip a selectable revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1348" />
-      <source>&lt;b&gt;Skip&lt;/b&gt;&lt;p&gt;This skips a selectable revision.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1354" />
-      <source>Reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1354" />
-      <source>Reset...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1356" />
-      <source>Reset the bisect session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1358" />
-      <source>&lt;b&gt;Reset&lt;/b&gt;&lt;p&gt;This resets the bisect session.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1366" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1364" />
-      <source>Show bisect log browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1373" />
-      <source>Show a dialog to browse the bisect log of the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1376" />
-      <source>&lt;b&gt;Show bisect log browser&lt;/b&gt;&lt;p&gt;This shows a dialog to browse the bisect log of the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1387" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1386" />
-      <source>Create replay file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1394" />
-      <source>Create a replay file to repeat the current bisect session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1397" />
-      <source>&lt;b&gt;Create replay file&lt;/b&gt;&lt;p&gt;This creates a replay file to repeat the current bisect session.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1408" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1407" />
-      <source>Edit replay file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1414" />
-      <source>Edit a bisect replay file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1416" />
-      <source>&lt;b&gt;Edit replay file&lt;/b&gt;&lt;p&gt;This edits a bisect replay file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1426" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1425" />
-      <source>Replay session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1433" />
-      <source>Replay a bisect session from file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1436" />
-      <source>&lt;b&gt;Replay session&lt;/b&gt;&lt;p&gt;This replays a bisect session from file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1446" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1445" />
-      <source>Check patch files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1453" />
-      <source>Check a list of patch files, if they would apply cleanly</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1456" />
-      <source>&lt;b&gt;Check patch files&lt;/b&gt;&lt;p&gt;This checks a list of patch files, if they would apply cleanly.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2738" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1467" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1466" />
-      <source>Apply patch files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1473" />
-      <source>Apply a list of patch files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1475" />
-      <source>&lt;b&gt;Apply patch files&lt;/b&gt;&lt;p&gt;This applies a list of patch files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1485" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1484" />
-      <source>Show patch statistics</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1492" />
-      <source>Show some statistics for a list of patch files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1495" />
-      <source>&lt;b&gt;Show patch statistics&lt;/b&gt;&lt;p&gt;This shows some statistics for a list of patch files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1507" />
-      <source>Add a submodule to the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1510" />
-      <source>&lt;b&gt;Add&lt;/b&gt;&lt;p&gt;This adds a submodule to the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1519" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1519" />
-      <source>List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1522" />
-      <source>List the submodule of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1525" />
-      <source>&lt;b&gt;List&lt;/b&gt;&lt;p&gt;This lists the submodules of the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1535" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1534" />
-      <source>Initialize</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1542" />
-      <source>Initialize the submodules of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1545" />
-      <source>&lt;b&gt;Initialize&lt;/b&gt;&lt;p&gt;This initializes the submodules of the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1556" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1555" />
-      <source>Unregister</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1563" />
-      <source>Unregister submodules of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1566" />
-      <source>&lt;b&gt;Unregister&lt;/b&gt;&lt;p&gt;This unregisters submodules of the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1575" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1575" />
-      <source>Update</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1578" />
-      <source>Update submodules of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1581" />
-      <source>&lt;b&gt;Update&lt;/b&gt;&lt;p&gt;This updates submodules of the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1591" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1590" />
-      <source>Initialize and Update</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1598" />
-      <source>Initialize and update submodules of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1601" />
-      <source>&lt;b&gt;Initialize and Update&lt;/b&gt;&lt;p&gt;This initializes and updates submodules of the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1614" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1613" />
-      <source>Fetch and Update</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1621" />
-      <source>Fetch and update submodules of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1624" />
-      <source>&lt;b&gt;Fetch and Update&lt;/b&gt;&lt;p&gt;This fetches and updates submodules of the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1637" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1636" />
-      <source>Update with Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1644" />
-      <source>Update submodules of the current project offering a dialog to enter options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1650" />
-      <source>&lt;b&gt;Update with Options&lt;/b&gt;&lt;p&gt;This updates submodules of the current project offering a dialog to enter update options.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1663" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1662" />
-      <source>Synchronize URLs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1670" />
-      <source>Synchronize URLs of submodules of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1673" />
-      <source>&lt;b&gt;Synchronize URLs&lt;/b&gt;&lt;p&gt;This synchronizes URLs of submodules of the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1684" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1683" />
-      <source>Show Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1691" />
-      <source>Show the status of submodules of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1694" />
-      <source>&lt;b&gt;Show Status&lt;/b&gt;&lt;p&gt;This shows a dialog with the status of submodules of the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1705" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1704" />
-      <source>Show Summary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1712" />
-      <source>Show summary information for submodules of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1715" />
-      <source>&lt;b&gt;Show Summary&lt;/b&gt;&lt;p&gt;This shows some summary information for submodules of the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1727" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1725" />
-      <source>Show Worktree Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1734" />
-      <source>Show a dialog to manage the worktree containing the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1737" />
-      <source>&lt;b&gt;Show Worktree Management&lt;/b&gt;&lt;p&gt;This shows a dialog to manage the worktree containing the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1756" />
-      <source>Administration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1772" />
-      <source>Bundle Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1783" />
-      <source>Patch Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2714" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2675" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2655" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2635" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2615" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2595" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1791" />
-      <source>Bisect</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1809" />
-      <source>Tags</source>
-      <translation>Tags</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1817" />
-      <source>Branches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1830" />
-      <source>Manage Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1838" />
-      <source>Remote Repositories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1850" />
-      <source>Cherry-pick</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1858" />
-      <source>Stash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1873" />
-      <source>Submodules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1958" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1956" />
-      <source>Git</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2066" />
-      <source>Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2739" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2715" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2676" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2656" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2636" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2616" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2596" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2570" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2453" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2433" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2413" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2381" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2361" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2340" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2320" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2299" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2158" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2138" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2112" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2067" />
-      <source>The project should be reread. Do this now?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2111" />
-      <source>Pull</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2137" />
-      <source>Revert Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2157" />
-      <source>Unstage Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2277" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2260" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2244" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2228" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2212" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2190" />
-      <source>Select a remote repository:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2319" />
-      <source>Copy Commits (Continue)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2339" />
-      <source>Copy Commits (Quit)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2360" />
-      <source>Copy Commits (Cancel)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2380" />
-      <source>Save Stash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2432" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2412" />
-      <source>Restore Stash</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="70"/>
+        <source>New from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="72"/>
+        <source>&amp;New from repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="79"/>
+        <source>Create (clone) a new project from a Git repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="82"/>
+        <source>&lt;b&gt;New from repository&lt;/b&gt;&lt;p&gt;This creates (clones) a new local project from a Git repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="94"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="92"/>
+        <source>Fetch changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="100"/>
+        <source>Fetch changes from a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="102"/>
+        <source>&lt;b&gt;Fetch changes&lt;/b&gt;&lt;p&gt;This fetches changes from a remote repository into the local repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="114"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="112"/>
+        <source>Pull changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="121"/>
+        <source>Pull changes from a remote repository and update the work area</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="124"/>
+        <source>&lt;b&gt;Pull changes&lt;/b&gt;&lt;p&gt;This pulls changes from a remote repository into the local repository and updates the work area.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="134"/>
+        <source>Commit changes to repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="136"/>
+        <source>Commit changes to repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="143"/>
+        <source>Commit changes of the local project to the Git repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="146"/>
+        <source>&lt;b&gt;Commit changes to repository&lt;/b&gt;&lt;p&gt;This commits changes of the local project to the Git repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="158"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="156"/>
+        <source>Push changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="164"/>
+        <source>Push changes to a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="166"/>
+        <source>&lt;b&gt;Push changes&lt;/b&gt;&lt;p&gt;This pushes changes from the local repository to a remote repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="176"/>
+        <source>Export from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="178"/>
+        <source>&amp;Export from repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="184"/>
+        <source>Export a project from the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="186"/>
+        <source>&lt;b&gt;Export from repository&lt;/b&gt;&lt;p&gt;This exports a project from the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="197"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="195"/>
+        <source>Show log browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="204"/>
+        <source>Show a dialog to browse the log of the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="207"/>
+        <source>&lt;b&gt;Show log browser&lt;/b&gt;&lt;p&gt;This shows a dialog to browse the log of the local project. A limited number of entries is shown first. More can be retrieved later on.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="220"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="218"/>
+        <source>Show reflog browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="227"/>
+        <source>Show a dialog to browse the reflog of the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="230"/>
+        <source>&lt;b&gt;Show reflog browser&lt;/b&gt;&lt;p&gt;This shows a dialog to browse the reflog of the local project. A limited number of entries is shown first. More can be retrieved later on.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="241"/>
+        <source>Show differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="243"/>
+        <source>Show &amp;differences...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="250"/>
+        <source>Show the differences of the local project to the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="253"/>
+        <source>&lt;b&gt;Show differences&lt;/b&gt;&lt;p&gt;This shows differences of the local project to the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="263"/>
+        <source>Show differences (extended)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="265"/>
+        <source>Show differences (extended) ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="272"/>
+        <source>Show the difference of revisions of the project to the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="275"/>
+        <source>&lt;b&gt;Show differences (extended)&lt;/b&gt;&lt;p&gt;This shows differences of selectable revisions of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="285"/>
+        <source>Show status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="287"/>
+        <source>Show &amp;status...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="293"/>
+        <source>Show the status of the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="295"/>
+        <source>&lt;b&gt;Show status&lt;/b&gt;&lt;p&gt;This shows the status of the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="304"/>
+        <source>Switch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="306"/>
+        <source>S&amp;witch...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="313"/>
+        <source>Switch the working directory to another revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="316"/>
+        <source>&lt;b&gt;Switch&lt;/b&gt;&lt;p&gt;This switches the working directory to another revision.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="326"/>
+        <source>Tag in repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="328"/>
+        <source>&amp;Tag in repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="335"/>
+        <source>Perform tag operations for the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="338"/>
+        <source>&lt;b&gt;Tag in repository&lt;/b&gt;&lt;p&gt;This performs selectable tag operations for the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="348"/>
+        <source>List tags</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="348"/>
+        <source>&amp;List tags...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="350"/>
+        <source>List tags of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="352"/>
+        <source>&lt;b&gt;List tags&lt;/b&gt;&lt;p&gt;This lists the tags of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="359"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="358"/>
+        <source>Show most recent tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="366"/>
+        <source>Show the most recent tag reachable from the work tree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="369"/>
+        <source>&lt;b&gt;Show most recent tag&lt;/b&gt;&lt;p&gt;This shows the most recent tag reachable from the work tree.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="379"/>
+        <source>List branches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="380"/>
+        <source>&amp;List branches...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="386"/>
+        <source>List branches of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="388"/>
+        <source>&lt;b&gt;List branches&lt;/b&gt;&lt;p&gt;This lists the branches of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="397"/>
+        <source>List merged branches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="398"/>
+        <source>List &amp;merged branches...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="405"/>
+        <source>List merged branches of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="408"/>
+        <source>&lt;b&gt;List merged branches&lt;/b&gt;&lt;p&gt;This lists the merged branches of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="417"/>
+        <source>List non-merged branches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="418"/>
+        <source>List &amp;non-merged branches...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="425"/>
+        <source>List non-merged branches of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="428"/>
+        <source>&lt;b&gt;List non-merged branches&lt;/b&gt;&lt;p&gt;This lists the non-merged branches of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="437"/>
+        <source>Branch in repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="439"/>
+        <source>&amp;Branch in repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="446"/>
+        <source>Perform branch operations for the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="449"/>
+        <source>&lt;b&gt;Branch in repository&lt;/b&gt;&lt;p&gt;This performs selectable branch operations for the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="459"/>
+        <source>Delete Remote Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="460"/>
+        <source>&amp;Delete Remote Branch...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="467"/>
+        <source>Delete a branch from a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="470"/>
+        <source>&lt;b&gt;Delete Remote Branch&lt;/b&gt;&lt;p&gt;This deletes a branch from a remote repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="480"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="479"/>
+        <source>Show current branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="487"/>
+        <source>Show the current branch of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="490"/>
+        <source>&lt;b&gt;Show current branch&lt;/b&gt;&lt;p&gt;This shows the current branch of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="499"/>
+        <source>Revert changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="501"/>
+        <source>Re&amp;vert changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="508"/>
+        <source>Revert all changes made to the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="511"/>
+        <source>&lt;b&gt;Revert changes&lt;/b&gt;&lt;p&gt;This reverts all changes made to the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="520"/>
+        <source>Unstage changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="522"/>
+        <source>&amp;Unstage changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="529"/>
+        <source>Unstage all changes made to the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="532"/>
+        <source>&lt;b&gt;Unstage changes&lt;/b&gt;&lt;p&gt;This unstages all changes made to the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="541"/>
+        <source>Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="543"/>
+        <source>Mer&amp;ge changes...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="549"/>
+        <source>Merge changes into the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="551"/>
+        <source>&lt;b&gt;Merge&lt;/b&gt;&lt;p&gt;This merges changes into the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="561"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="560"/>
+        <source>Cancel uncommitted/failed merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="568"/>
+        <source>Cancel an uncommitted or failed merge and lose all changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="571"/>
+        <source>&lt;b&gt;Cancel uncommitted/failed merge&lt;/b&gt;&lt;p&gt;This cancels an uncommitted or failed merge causing all changes to be lost.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="582"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="581"/>
+        <source>Commit failed merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="589"/>
+        <source>Commit a failed merge after conflicts have been resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="592"/>
+        <source>&lt;b&gt;Commit failed merge&lt;/b&gt;&lt;p&gt;This commits a failed merge after conflicts have been resolved.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="602"/>
+        <source>Cleanup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="602"/>
+        <source>Cleanu&amp;p</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="604"/>
+        <source>Cleanup the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="606"/>
+        <source>&lt;b&gt;Cleanup&lt;/b&gt;&lt;p&gt;This performs a cleanup of the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="615"/>
+        <source>Execute command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="616"/>
+        <source>E&amp;xecute command...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="622"/>
+        <source>Execute an arbitrary Git command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="624"/>
+        <source>&lt;b&gt;Execute command&lt;/b&gt;&lt;p&gt;This opens a dialog to enter an arbitrary Git command.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="634"/>
+        <source>Configure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="634"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="637"/>
+        <source>Show the configuration dialog with the Git page selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="640"/>
+        <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;Show the configuration dialog with the Git page selected.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="650"/>
+        <source>Show Remotes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="651"/>
+        <source>Show Remotes...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="658"/>
+        <source>Show the available remote repositories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="682"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="661"/>
+        <source>&lt;b&gt;Show Remotes&lt;/b&gt;&lt;p&gt;This shows the remote repositories available for pulling, fetching and pushing.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2189"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="671"/>
+        <source>Show Remote Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="672"/>
+        <source>Show Remote Info...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="679"/>
+        <source>Show information about a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1504"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1504"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="692"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="692"/>
+        <source>Add...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="694"/>
+        <source>Add a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="696"/>
+        <source>&lt;b&gt;Add&lt;/b&gt;&lt;p&gt;This adds a remote repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2211"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="702"/>
+        <source>Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="702"/>
+        <source>Remove...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="704"/>
+        <source>Remove a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="706"/>
+        <source>&lt;b&gt;Remove&lt;/b&gt;&lt;p&gt;This removes a remote repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2227"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="712"/>
+        <source>Prune</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="712"/>
+        <source>Prune...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="715"/>
+        <source>Prune stale remote-tracking branches of a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="718"/>
+        <source>&lt;b&gt;Prune&lt;/b&gt;&lt;p&gt;This prunes stale remote-tracking branches of a remote repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2276"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2259"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2243"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="728"/>
+        <source>Rename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="728"/>
+        <source>Rename...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="730"/>
+        <source>Rename a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="732"/>
+        <source>&lt;b&gt;Rename&lt;/b&gt;&lt;p&gt;This renames a remote repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="738"/>
+        <source>Change URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="739"/>
+        <source>Change URL...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="746"/>
+        <source>Change the URL of a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="749"/>
+        <source>&lt;b&gt;Change URL&lt;/b&gt;&lt;p&gt;This changes the URL of a remote repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="758"/>
+        <source>Credentials</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="759"/>
+        <source>Credentials...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="766"/>
+        <source>Change or set the user credentials of a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="769"/>
+        <source>&lt;b&gt;Credentials&lt;/b&gt;&lt;p&gt;This changes or sets the user credentials of a remote repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2298"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="781"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="779"/>
+        <source>Copy Commits</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="788"/>
+        <source>Copies commits into the current branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="791"/>
+        <source>&lt;b&gt;Copy Commits&lt;/b&gt;&lt;p&gt;This copies commits on top of the current branch.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="801"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="800"/>
+        <source>Continue Copying Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="808"/>
+        <source>Continue the last copying session after conflicts were resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="811"/>
+        <source>&lt;b&gt;Continue Copying Session&lt;/b&gt;&lt;p&gt;This continues the last copying session after conflicts were resolved.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="822"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="821"/>
+        <source>Quit Copying Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="829"/>
+        <source>Quit the current copying session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="832"/>
+        <source>&lt;b&gt;Quit Copying Session&lt;/b&gt;&lt;p&gt;This quits the current copying session.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="842"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="841"/>
+        <source>Cancel Copying Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="849"/>
+        <source>Cancel the current copying session and return to the previous state</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="854"/>
+        <source>&lt;b&gt;Cancel Copying Session&lt;/b&gt;&lt;p&gt;This cancels the current copying session and returns to the previous state.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="864"/>
+        <source>Stash changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="865"/>
+        <source>Stash changes...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="872"/>
+        <source>Stash all current changes of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="875"/>
+        <source>&lt;b&gt;Stash changes&lt;/b&gt;&lt;p&gt;This stashes all current changes of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="884"/>
+        <source>Show stash browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="885"/>
+        <source>Show stash browser...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="891"/>
+        <source>Show a dialog with all stashes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="893"/>
+        <source>&lt;b&gt;Show stash browser...&lt;/b&gt;&lt;p&gt;This shows a dialog listing all available stashes. Actions on these stashes may be executed via the context menu.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="904"/>
+        <source>Show stash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="905"/>
+        <source>Show stash...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="912"/>
+        <source>Show a dialog with a patch of a stash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="915"/>
+        <source>&lt;b&gt;Show stash...&lt;/b&gt;&lt;p&gt;This shows a dialog with a patch of a selectable stash.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="926"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="925"/>
+        <source>Restore &amp;&amp; Keep</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="932"/>
+        <source>Restore a stash but keep it</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="934"/>
+        <source>&lt;b&gt;Restore &amp;amp; Keep&lt;/b&gt;&lt;p&gt;This restores a selectable stash and keeps it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="944"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="943"/>
+        <source>Restore &amp;&amp; Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="950"/>
+        <source>Restore a stash and delete it</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="952"/>
+        <source>&lt;b&gt;Restore &amp;amp; Delete&lt;/b&gt;&lt;p&gt;This restores a selectable stash and deletes it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2452"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="962"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="961"/>
+        <source>Create Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="969"/>
+        <source>Create a new branch and restore a stash into it</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="972"/>
+        <source>&lt;b&gt;Create Branch&lt;/b&gt;&lt;p&gt;This creates a new branch and restores a stash into it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="982"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="982"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="984"/>
+        <source>Delete a stash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="986"/>
+        <source>&lt;b&gt;Delete&lt;/b&gt;&lt;p&gt;This deletes a stash.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="993"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="992"/>
+        <source>Delete All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="999"/>
+        <source>Delete all stashes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1001"/>
+        <source>&lt;b&gt;Delete All&lt;/b&gt;&lt;p&gt;This deletes all stashes.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1007"/>
+        <source>Edit user configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1008"/>
+        <source>Edit user configuration...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1015"/>
+        <source>Show an editor to edit the user configuration file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1018"/>
+        <source>&lt;b&gt;Edit user configuration&lt;/b&gt;&lt;p&gt;Show an editor to edit the user configuration file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1027"/>
+        <source>Edit repository configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1028"/>
+        <source>Edit repository configuration...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1035"/>
+        <source>Show an editor to edit the repository configuration file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1038"/>
+        <source>&lt;b&gt;Edit repository configuration&lt;/b&gt;&lt;p&gt;Show an editor to edit the repository configuration file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1049"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1048"/>
+        <source>Create .gitignore</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1056"/>
+        <source>Create a .gitignore file with default values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1059"/>
+        <source>&lt;b&gt;Create .gitignore&lt;/b&gt;&lt;p&gt;This creates a .gitignore file with default values.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1068"/>
+        <source>Show combined configuration settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1069"/>
+        <source>Show combined configuration settings...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1076"/>
+        <source>Show the combined configuration settings from all configuration files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1082"/>
+        <source>&lt;b&gt;Show combined configuration settings&lt;/b&gt;&lt;p&gt;This shows the combined configuration settings from all configuration files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1092"/>
+        <source>Verify repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1093"/>
+        <source>Verify repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1100"/>
+        <source>Verify the connectivity and validity of objects of the database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1103"/>
+        <source>&lt;b&gt;Verify repository&lt;/b&gt;&lt;p&gt;This verifies the connectivity and validity of objects of the database.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1113"/>
+        <source>Optimize repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1114"/>
+        <source>Optimize repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1121"/>
+        <source>Cleanup and optimize the local repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1124"/>
+        <source>&lt;b&gt;Optimize repository&lt;/b&gt;&lt;p&gt;This cleans up and optimizes the local repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1133"/>
+        <source>Repository Statistics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1134"/>
+        <source>Repository Statistics...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1141"/>
+        <source>Show some statistics of the local repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1144"/>
+        <source>&lt;b&gt;Repository Statistics&lt;/b&gt;&lt;p&gt;This show some statistics of the local repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1154"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1153"/>
+        <source>Create Archive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1161"/>
+        <source>Create an archive from the local repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1164"/>
+        <source>&lt;b&gt;Create Archive&lt;/b&gt;&lt;p&gt;This creates an archive from the local repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1173"/>
+        <source>Create bundle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1174"/>
+        <source>Create bundle...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1181"/>
+        <source>Create bundle file collecting changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1184"/>
+        <source>&lt;b&gt;Create bundle&lt;/b&gt;&lt;p&gt;This creates a bundle file collecting selected changesets (git bundle create).&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1194"/>
+        <source>Verify bundle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1195"/>
+        <source>Verify bundle...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1202"/>
+        <source>Verify the validity and applicability of a bundle file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1205"/>
+        <source>&lt;b&gt;Verify bundle&lt;/b&gt;&lt;p&gt;This verifies that a bundle file is valid and will apply cleanly.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1215"/>
+        <source>List bundle heads</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1216"/>
+        <source>List bundle heads...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1223"/>
+        <source>List all heads contained in a bundle file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1226"/>
+        <source>&lt;b&gt;List bundle heads&lt;/b&gt;&lt;p&gt;This lists all heads contained in a bundle file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1235"/>
+        <source>Apply Bundle (fetch)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1236"/>
+        <source>Apply Bundle (fetch)...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1243"/>
+        <source>Apply a head of a bundle file using fetch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1246"/>
+        <source>&lt;b&gt;Apply Bundle (fetch)&lt;/b&gt;&lt;p&gt;This applies a head of a bundle file using fetch.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2569"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1255"/>
+        <source>Apply Bundle (pull)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1256"/>
+        <source>Apply Bundle (pull)...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1263"/>
+        <source>Apply a head of a bundle file using pull</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1266"/>
+        <source>&lt;b&gt;Apply Bundle (pull)&lt;/b&gt;&lt;p&gt;This applies a head of a bundle file using pull.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1275"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1275"/>
+        <source>Start</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1277"/>
+        <source>Start a bisect session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1279"/>
+        <source>&lt;b&gt;Start&lt;/b&gt;&lt;p&gt;This starts a bisect session.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1286"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1285"/>
+        <source>Start (Extended)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1293"/>
+        <source>Start a bisect session giving a bad and optionally good commits</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1296"/>
+        <source>&lt;b&gt;Start (Extended)&lt;/b&gt;&lt;p&gt;This starts a bisect session giving a bad and optionally good commits.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1306"/>
+        <source>Mark as &quot;good&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1307"/>
+        <source>Mark as &quot;good&quot;...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1314"/>
+        <source>Mark a selectable revision as good</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1317"/>
+        <source>&lt;b&gt;Mark as &quot;good&quot;&lt;/b&gt;&lt;p&gt;This marks a selectable revision as good.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1326"/>
+        <source>Mark as &quot;bad&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1327"/>
+        <source>Mark as &quot;bad&quot;...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1333"/>
+        <source>Mark a selectable revision as bad</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1335"/>
+        <source>&lt;b&gt;Mark as &quot;bad&quot;&lt;/b&gt;&lt;p&gt;This marks a selectable revision as bad.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1344"/>
+        <source>Skip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1344"/>
+        <source>Skip...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1346"/>
+        <source>Skip a selectable revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1348"/>
+        <source>&lt;b&gt;Skip&lt;/b&gt;&lt;p&gt;This skips a selectable revision.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1354"/>
+        <source>Reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1354"/>
+        <source>Reset...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1356"/>
+        <source>Reset the bisect session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1358"/>
+        <source>&lt;b&gt;Reset&lt;/b&gt;&lt;p&gt;This resets the bisect session.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1366"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1364"/>
+        <source>Show bisect log browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1373"/>
+        <source>Show a dialog to browse the bisect log of the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1376"/>
+        <source>&lt;b&gt;Show bisect log browser&lt;/b&gt;&lt;p&gt;This shows a dialog to browse the bisect log of the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1387"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1386"/>
+        <source>Create replay file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1394"/>
+        <source>Create a replay file to repeat the current bisect session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1397"/>
+        <source>&lt;b&gt;Create replay file&lt;/b&gt;&lt;p&gt;This creates a replay file to repeat the current bisect session.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1408"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1407"/>
+        <source>Edit replay file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1414"/>
+        <source>Edit a bisect replay file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1416"/>
+        <source>&lt;b&gt;Edit replay file&lt;/b&gt;&lt;p&gt;This edits a bisect replay file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1426"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1425"/>
+        <source>Replay session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1433"/>
+        <source>Replay a bisect session from file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1436"/>
+        <source>&lt;b&gt;Replay session&lt;/b&gt;&lt;p&gt;This replays a bisect session from file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1446"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1445"/>
+        <source>Check patch files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1453"/>
+        <source>Check a list of patch files, if they would apply cleanly</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1456"/>
+        <source>&lt;b&gt;Check patch files&lt;/b&gt;&lt;p&gt;This checks a list of patch files, if they would apply cleanly.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2738"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1467"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1466"/>
+        <source>Apply patch files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1473"/>
+        <source>Apply a list of patch files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1475"/>
+        <source>&lt;b&gt;Apply patch files&lt;/b&gt;&lt;p&gt;This applies a list of patch files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1485"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1484"/>
+        <source>Show patch statistics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1492"/>
+        <source>Show some statistics for a list of patch files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1495"/>
+        <source>&lt;b&gt;Show patch statistics&lt;/b&gt;&lt;p&gt;This shows some statistics for a list of patch files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1507"/>
+        <source>Add a submodule to the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1510"/>
+        <source>&lt;b&gt;Add&lt;/b&gt;&lt;p&gt;This adds a submodule to the current project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1519"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1519"/>
+        <source>List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1522"/>
+        <source>List the submodule of the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1525"/>
+        <source>&lt;b&gt;List&lt;/b&gt;&lt;p&gt;This lists the submodules of the current project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1535"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1534"/>
+        <source>Initialize</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1542"/>
+        <source>Initialize the submodules of the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1545"/>
+        <source>&lt;b&gt;Initialize&lt;/b&gt;&lt;p&gt;This initializes the submodules of the current project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1556"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1555"/>
+        <source>Unregister</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1563"/>
+        <source>Unregister submodules of the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1566"/>
+        <source>&lt;b&gt;Unregister&lt;/b&gt;&lt;p&gt;This unregisters submodules of the current project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1575"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1575"/>
+        <source>Update</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1578"/>
+        <source>Update submodules of the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1581"/>
+        <source>&lt;b&gt;Update&lt;/b&gt;&lt;p&gt;This updates submodules of the current project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1591"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1590"/>
+        <source>Initialize and Update</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1598"/>
+        <source>Initialize and update submodules of the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1601"/>
+        <source>&lt;b&gt;Initialize and Update&lt;/b&gt;&lt;p&gt;This initializes and updates submodules of the current project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1614"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1613"/>
+        <source>Fetch and Update</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1621"/>
+        <source>Fetch and update submodules of the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1624"/>
+        <source>&lt;b&gt;Fetch and Update&lt;/b&gt;&lt;p&gt;This fetches and updates submodules of the current project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1637"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1636"/>
+        <source>Update with Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1644"/>
+        <source>Update submodules of the current project offering a dialog to enter options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1650"/>
+        <source>&lt;b&gt;Update with Options&lt;/b&gt;&lt;p&gt;This updates submodules of the current project offering a dialog to enter update options.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1663"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1662"/>
+        <source>Synchronize URLs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1670"/>
+        <source>Synchronize URLs of submodules of the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1673"/>
+        <source>&lt;b&gt;Synchronize URLs&lt;/b&gt;&lt;p&gt;This synchronizes URLs of submodules of the current project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1684"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1683"/>
+        <source>Show Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1691"/>
+        <source>Show the status of submodules of the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1694"/>
+        <source>&lt;b&gt;Show Status&lt;/b&gt;&lt;p&gt;This shows a dialog with the status of submodules of the current project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1705"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1704"/>
+        <source>Show Summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1712"/>
+        <source>Show summary information for submodules of the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1715"/>
+        <source>&lt;b&gt;Show Summary&lt;/b&gt;&lt;p&gt;This shows some summary information for submodules of the current project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1727"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1725"/>
+        <source>Show Worktree Management</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1734"/>
+        <source>Show a dialog to manage the worktree containing the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1737"/>
+        <source>&lt;b&gt;Show Worktree Management&lt;/b&gt;&lt;p&gt;This shows a dialog to manage the worktree containing the current project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1756"/>
+        <source>Administration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1772"/>
+        <source>Bundle Management</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1783"/>
+        <source>Patch Management</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2714"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2675"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2655"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2635"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2615"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2595"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1791"/>
+        <source>Bisect</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1809"/>
+        <source>Tags</source>
+        <translation>Tags</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1817"/>
+        <source>Branches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1830"/>
+        <source>Manage Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1838"/>
+        <source>Remote Repositories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1850"/>
+        <source>Cherry-pick</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1858"/>
+        <source>Stash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1873"/>
+        <source>Submodules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1958"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="1956"/>
+        <source>Git</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2066"/>
+        <source>Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2739"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2715"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2676"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2656"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2636"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2616"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2596"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2570"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2453"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2433"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2413"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2381"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2361"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2340"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2320"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2299"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2158"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2138"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2112"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2067"/>
+        <source>The project should be reread. Do this now?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2111"/>
+        <source>Pull</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2137"/>
+        <source>Revert Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2157"/>
+        <source>Unstage Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2277"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2260"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2244"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2228"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2212"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2190"/>
+        <source>Select a remote repository:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2319"/>
+        <source>Copy Commits (Continue)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2339"/>
+        <source>Copy Commits (Quit)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2360"/>
+        <source>Copy Commits (Cancel)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2380"/>
+        <source>Save Stash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2432"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/ProjectHelper.py" line="2412"/>
+        <source>Restore Stash</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitPullDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0" />
-      <source>Git Pull</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0" />
-      <source>Remote Repository:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0" />
-      <source>Select the remote repository to pull from</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0" />
-      <source>Remote Branches:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0" />
-      <source>Press to update the list of remote branches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0" />
-      <source>Update</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0" />
-      <source>Select the remote branches to be pulled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0" />
-      <source>Select to remove non-existing tracking references </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0" />
-      <source>Prune obsolete tracking references</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.py" line="35" />
-      <source>&lt;All&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.py" line="36" />
-      <source>&lt;Custom&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0"/>
+        <source>Git Pull</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0"/>
+        <source>Remote Repository:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0"/>
+        <source>Select the remote repository to pull from</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0"/>
+        <source>Remote Branches:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0"/>
+        <source>Press to update the list of remote branches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0"/>
+        <source>Update</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0"/>
+        <source>Select the remote branches to be pulled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0"/>
+        <source>Select to remove non-existing tracking references </source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0"/>
+        <source>Prune obsolete tracking references</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.py" line="35"/>
+        <source>&lt;All&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.py" line="36"/>
+        <source>&lt;Custom&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitPushDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Git Push</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Remote Repository:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Select the remote repository to push to</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Branches to be pushed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Push?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Local</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Remote</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Force?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Press to select all branches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Select All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>&lt;b&gt;WARNING: The "Force" option can result in dangling branches in the remote repository.&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Select to push tags as well</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Include tags</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Select this to associate a remote tracking branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Set tracking information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Push Submodules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Select to push submodules automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>on-demand</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Select to check, if submodules were pushed already</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Select to push submodules only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>Select to not push any submodule</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0" />
-      <source>no</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Git Push</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Remote Repository:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Select the remote repository to push to</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Branches to be pushed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Push?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Local</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Remote</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Force?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Press to select all branches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Select All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>&lt;b&gt;WARNING: The &quot;Force&quot; option can result in dangling branches in the remote repository.&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Select to push tags as well</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Include tags</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Select this to associate a remote tracking branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Set tracking information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Push Submodules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Select to push submodules automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>on-demand</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Select to check, if submodules were pushed already</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Select to push submodules only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>Select to not push any submodule</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitPushDialog.ui" line="0"/>
+        <source>no</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitReflogBrowserDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>Git Reflog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>Selector</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>Operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>Subject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>Press to get the next bunch of log entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>&amp;Next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>Enter the limit of entries to fetch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>&lt;b&gt;Git log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the git log command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>Press to send the input to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>Enter data to be sent to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py" line="59" />
-      <source>&amp;Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py" line="61" />
-      <source>Press to refresh the list of commits</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py" line="203" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py" line="204" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>Git Reflog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>Selector</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>Operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>Subject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>Press to get the next bunch of log entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>&amp;Next</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>Enter the limit of entries to fetch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>&lt;b&gt;Git log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the git log command.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>Press to send the input to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>Enter data to be sent to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py" line="59"/>
+        <source>&amp;Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py" line="61"/>
+        <source>Press to refresh the list of commits</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py" line="203"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py" line="204"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitRemoteCredentialsDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="0" />
-      <source>Git Remote Credentials</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="0" />
-      <source>URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="0" />
-      <source>Credentials</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="0" />
-      <source>Username:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="0" />
-      <source>Enter the user name for the remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="0" />
-      <source>Password:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="0" />
-      <source>Enter the password for the remote repository</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="0"/>
+        <source>Git Remote Credentials</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="0"/>
+        <source>URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="0"/>
+        <source>Credentials</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="0"/>
+        <source>Username:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="0"/>
+        <source>Enter the user name for the remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="0"/>
+        <source>Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteCredentialsDialog.ui" line="0"/>
+        <source>Enter the password for the remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitRemoteRepositoriesDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Git Remote Repositories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>&lt;b&gt;Git Remote Repositories&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Git Remote Repositories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Git Remote Repositories&lt;/b&gt;
 &lt;p&gt;This dialog shows the available remote repositories.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Remote Repositories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Press to add a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>&amp;Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Press to remove the selected repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Re&amp;move</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Press to delete stale tracking branches under the selected repository </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>&amp;Prune</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Press to show information about the selected repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Show &amp;Info...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Press to rename the selected repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>&amp;Rename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Press to change the URL of the selected repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Change &amp;URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Press to set or change the user credentials of the selected repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>&amp;Credentials</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>&lt;b&gt;Git log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the git log command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Press to send the input to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Enter data to be sent to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.py" line="50" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.py" line="53" />
-      <source>Press to refresh the repositories display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.py" line="149" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.py" line="150" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Remote Repositories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Press to add a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>&amp;Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Press to remove the selected repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Re&amp;move</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Press to delete stale tracking branches under the selected repository </source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>&amp;Prune</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Press to show information about the selected repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Show &amp;Info...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Press to rename the selected repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>&amp;Rename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Press to change the URL of the selected repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Change &amp;URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Press to set or change the user credentials of the selected repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>&amp;Credentials</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Git log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the git log command.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Press to send the input to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Enter data to be sent to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.py" line="50"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.py" line="53"/>
+        <source>Press to refresh the repositories display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.py" line="149"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.py" line="150"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitRevisionSelectionDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>Git Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by a revision expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>Commit:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>Enter a commit id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by a remote branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>Remote Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>Enter a remote branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>Select HEAD revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>HEAD</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0" />
-      <source>No revision selected</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>Git Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by a revision expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>Commit:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter a commit id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by a remote branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>Remote Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter a remote branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>Select HEAD revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>HEAD</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionSelectionDialog.ui" line="0"/>
+        <source>No revision selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitRevisionsSelectionDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>Git Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>Revision &amp;1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by a revision expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>Commit:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>Enter a commit id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>Select HEAD revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>HEAD</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>Select revision before HEAD</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>HEAD^</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>No revision selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0" />
-      <source>Revision &amp;2</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>Git Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>Revision &amp;1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by a revision expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>Commit:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>Enter a commit id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>Select HEAD revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>HEAD</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>Select revision before HEAD</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>HEAD^</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>No revision selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.ui" line="0"/>
+        <source>Revision &amp;2</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitStashBrowserDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>Git Stash Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>Date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>Statistics</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>Lines added</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>Lines deleted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>&lt;b&gt;Git stash errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the git stash command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>Press to send the input to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>Enter data to be sent to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="67" />
-      <source>&amp;Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="69" />
-      <source>Press to refresh the list of stashes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="84" />
-      <source>Show</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="88" />
-      <source>Restore &amp;&amp; Keep</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="91" />
-      <source>Restore &amp;&amp; Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="95" />
-      <source>Create Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="98" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="100" />
-      <source>Delete All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="188" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="189" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>Git Stash Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>Statistics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>Lines added</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>Lines deleted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>&lt;b&gt;Git stash errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the git stash command.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>Press to send the input to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>Enter data to be sent to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="67"/>
+        <source>&amp;Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="69"/>
+        <source>Press to refresh the list of stashes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="84"/>
+        <source>Show</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="88"/>
+        <source>Restore &amp;&amp; Keep</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="91"/>
+        <source>Restore &amp;&amp; Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="95"/>
+        <source>Create Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="98"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="100"/>
+        <source>Delete All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="188"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="189"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="383" />
-      <source>%n file(s) changed</source>
-      <translation>
-        <numerusform>%n file changed</numerusform>
-        <numerusform>%n files changed</numerusform>
-      </translation>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="383"/>
+        <source>%n file(s) changed</source>
+        <translation>
+            <numerusform>%n file changed</numerusform>
+            <numerusform>%n files changed</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="386" />
-      <source>%n line(s) inserted</source>
-      <translation>
-        <numerusform>%n line inserted</numerusform>
-        <numerusform>%n lines inserted</numerusform>
-      </translation>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="386"/>
+        <source>%n line(s) inserted</source>
+        <translation>
+            <numerusform>%n line inserted</numerusform>
+            <numerusform>%n lines inserted</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="389" />
-      <source>%n line(s) deleted</source>
-      <translation>
-        <numerusform>%n line deleted</numerusform>
-        <numerusform>%n lines deleted</numerusform>
-      </translation>
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.py" line="389"/>
+        <source>%n line(s) deleted</source>
+        <translation>
+            <numerusform>%n line deleted</numerusform>
+            <numerusform>%n lines deleted</numerusform>
+        </translation>
+    </message>
+</context>
+<context>
     <name>GitStashDataDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0" />
-      <source>Git Stash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0" />
-      <source>Message:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0" />
-      <source>Enter a message for the stash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0" />
-      <source>Keep changes in staging area</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0" />
-      <source>Untracked/Ignored Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0" />
-      <source>Select to not stash untracked or ignored files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0" />
-      <source>Don't stash untracked or ignored files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0" />
-      <source>Select to stash untracked files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0" />
-      <source>Stash untracked files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0" />
-      <source>Select to stash untracked and ignored files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0" />
-      <source>Stash untracked and ignored files</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0"/>
+        <source>Git Stash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0"/>
+        <source>Message:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0"/>
+        <source>Enter a message for the stash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0"/>
+        <source>Keep changes in staging area</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0"/>
+        <source>Untracked/Ignored Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0"/>
+        <source>Select to not stash untracked or ignored files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0"/>
+        <source>Don&apos;t stash untracked or ignored files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0"/>
+        <source>Select to stash untracked files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0"/>
+        <source>Stash untracked files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0"/>
+        <source>Select to stash untracked and ignored files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStashDataDialog.ui" line="0"/>
+        <source>Stash untracked and ignored files</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitStatusDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="66" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="68" />
-      <source>Press to refresh the status display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="104" />
-      <source>Stage Selected Lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="109" />
-      <source>Revert Selected Lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="114" />
-      <source>Stage Hunk</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="119" />
-      <source>Revert Hunk</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="126" />
-      <source>Unstage Selected Lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="131" />
-      <source>Unstage Hunk</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="171" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="147" />
-      <source>added</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="172" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="148" />
-      <source>copied</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="173" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="162" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="149" />
-      <source>deleted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="174" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="154" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="150" />
-      <source>modified</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="175" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="151" />
-      <source>renamed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="177" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="158" />
-      <source>not tracked</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="176" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="166" />
-      <source>unmerged</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="170" />
-      <source>unmodified</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="178" />
-      <source>ignored</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="674" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="195" />
-      <source>Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="197" />
-      <source>Commit the selected changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="198" />
-      <source>Amend</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="200" />
-      <source>Amend the latest commit with the selected changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="203" />
-      <source>Select all for commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="206" />
-      <source>Unselect all from commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="717" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="210" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="211" />
-      <source>Add the selected files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="213" />
-      <source>Stage changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="215" />
-      <source>Stages all changes of the selected files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="217" />
-      <source>Unstage changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="220" />
-      <source>Unstages all changes of the selected files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="872" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="226" />
-      <source>Differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="229" />
-      <source>Shows the differences of the selected entry in a separate dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="232" />
-      <source>Differences Side-By-Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="235" />
-      <source>Shows the differences of the selected entry side-by-side in a separate dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="808" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="244" />
-      <source>Revert</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="247" />
-      <source>Reverts the changes of the selected files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="789" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="253" />
-      <source>Forget Missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="255" />
-      <source>Forgets about the selected missing files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="837" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="257" />
-      <source>Restore Missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="259" />
-      <source>Restores the selected missing files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="264" />
-      <source>Edit Conflict</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="266" />
-      <source>Edit the selected conflicting file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="271" />
-      <source>Adjust column sizes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="273" />
-      <source>Adjusts the width of all columns to their contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="397" />
-      <source>Git Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="424" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="425" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="604" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="468" />
-      <source>all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="675" />
-      <source>There are no entries selected to be committed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="718" />
-      <source>There are no unversioned entries available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="741" />
-      <source>Stage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="742" />
-      <source>There are no stageable entries available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="765" />
-      <source>Unstage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="766" />
-      <source>There are no unstageable entries available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="838" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="790" />
-      <source>There are no missing entries available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="809" />
-      <source>There are no uncommitted, unstaged changes available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="873" />
-      <source>There are no uncommitted changes available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="923" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="899" />
-      <source>Working Tree to Staging Area</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="900" />
-      <source>Staging Area to HEAD Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="924" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="901" />
-      <source>Working Tree to HEAD Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="928" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="905" />
-      <source>Differences Side-by-Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="929" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="906" />
-      <source>Select the compare method.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="1239" />
-      <source>Revert selected lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="1241" />
-      <source>Revert hunk</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="1246" />
-      <source>Are you sure you want to revert the selected changes?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>&lt;b&gt;Git Status&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="66"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="68"/>
+        <source>Press to refresh the status display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="104"/>
+        <source>Stage Selected Lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="109"/>
+        <source>Revert Selected Lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="114"/>
+        <source>Stage Hunk</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="119"/>
+        <source>Revert Hunk</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="126"/>
+        <source>Unstage Selected Lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="131"/>
+        <source>Unstage Hunk</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="171"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="147"/>
+        <source>added</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="172"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="148"/>
+        <source>copied</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="173"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="162"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="149"/>
+        <source>deleted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="174"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="154"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="150"/>
+        <source>modified</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="175"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="151"/>
+        <source>renamed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="177"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="158"/>
+        <source>not tracked</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="176"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="166"/>
+        <source>unmerged</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="170"/>
+        <source>unmodified</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="178"/>
+        <source>ignored</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="674"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="195"/>
+        <source>Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="197"/>
+        <source>Commit the selected changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="198"/>
+        <source>Amend</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="200"/>
+        <source>Amend the latest commit with the selected changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="203"/>
+        <source>Select all for commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="206"/>
+        <source>Unselect all from commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="717"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="210"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="211"/>
+        <source>Add the selected files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="213"/>
+        <source>Stage changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="215"/>
+        <source>Stages all changes of the selected files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="217"/>
+        <source>Unstage changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="220"/>
+        <source>Unstages all changes of the selected files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="872"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="226"/>
+        <source>Differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="229"/>
+        <source>Shows the differences of the selected entry in a separate dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="232"/>
+        <source>Differences Side-By-Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="235"/>
+        <source>Shows the differences of the selected entry side-by-side in a separate dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="808"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="244"/>
+        <source>Revert</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="247"/>
+        <source>Reverts the changes of the selected files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="789"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="253"/>
+        <source>Forget Missing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="255"/>
+        <source>Forgets about the selected missing files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="837"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="257"/>
+        <source>Restore Missing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="259"/>
+        <source>Restores the selected missing files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="264"/>
+        <source>Edit Conflict</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="266"/>
+        <source>Edit the selected conflicting file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="271"/>
+        <source>Adjust column sizes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="273"/>
+        <source>Adjusts the width of all columns to their contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="397"/>
+        <source>Git Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="424"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="425"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="604"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="468"/>
+        <source>all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="675"/>
+        <source>There are no entries selected to be committed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="718"/>
+        <source>There are no unversioned entries available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="741"/>
+        <source>Stage</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="742"/>
+        <source>There are no stageable entries available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="765"/>
+        <source>Unstage</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="766"/>
+        <source>There are no unstageable entries available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="838"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="790"/>
+        <source>There are no missing entries available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="809"/>
+        <source>There are no uncommitted, unstaged changes available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="873"/>
+        <source>There are no uncommitted changes available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="923"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="899"/>
+        <source>Working Tree to Staging Area</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="900"/>
+        <source>Staging Area to HEAD Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="924"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="901"/>
+        <source>Working Tree to HEAD Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="928"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="905"/>
+        <source>Differences Side-by-Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="929"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="906"/>
+        <source>Select the compare method.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="1239"/>
+        <source>Revert selected lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="1241"/>
+        <source>Revert hunk</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.py" line="1246"/>
+        <source>Are you sure you want to revert the selected changes?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>&lt;b&gt;Git Status&lt;/b&gt;
 &lt;p&gt;This dialog shows the status of the selected file or project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>Select action from menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>&amp;Filter on Status:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>Select the status of entries to be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>Status (Work)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>Status (Staging)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>Path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>Difference Working to Staging</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>Difference Staging to HEAD</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>Press to send the input to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>Enter data to be sent to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>Select action from menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>&amp;Filter on Status:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>Select the status of entries to be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>Status (Work)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>Status (Staging)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>Path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>Difference Working to Staging</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>Difference Staging to HEAD</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>Press to send the input to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>Enter data to be sent to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitStatusMonitorThread</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusMonitorThread.py" line="89" />
-      <source>Could not start the Git process.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusMonitorThread.py" line="129" />
-      <source>Git status checked successfully</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusMonitorThread.py" line="166" />
-      <source>&lt;detached&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusMonitorThread.py" line="168" />
-      <source>{0} / {1}</source>
-      <comment>branch, commit</comment>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusMonitorThread.py" line="89"/>
+        <source>Could not start the Git process.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusMonitorThread.py" line="129"/>
+        <source>Git status checked successfully</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusMonitorThread.py" line="166"/>
+        <source>&lt;detached&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitStatusMonitorThread.py" line="168"/>
+        <source>{0} / {1}</source>
+        <comment>branch, commit</comment>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitSubmoduleAddDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="104" />
-      <source>Select Submodule Repository Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="132" />
-      <source>Select Submodule Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0" />
-      <source>Add Submodule</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0" />
-      <source>&amp;URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0" />
-      <source>Enter the URL of the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0" />
-      <source>Select the repository URL via a directory selection dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0" />
-      <source>Press to clear the history of entered repository URLs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0" />
-      <source>Submodule &amp;Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0" />
-      <source>Enter the directory for the submodule (leave empty to use default).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0" />
-      <source>&amp;Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0" />
-      <source>&amp;Logical Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0" />
-      <source>Enter a logical name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0" />
-      <source>Select to enforce the operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0" />
-      <source>&amp;Force Operation</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="104"/>
+        <source>Select Submodule Repository Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="132"/>
+        <source>Select Submodule Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0"/>
+        <source>Add Submodule</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0"/>
+        <source>&amp;URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0"/>
+        <source>Enter the URL of the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0"/>
+        <source>Select the repository URL via a directory selection dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0"/>
+        <source>Press to clear the history of entered repository URLs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0"/>
+        <source>Submodule &amp;Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0"/>
+        <source>Enter the directory for the submodule (leave empty to use default).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0"/>
+        <source>&amp;Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0"/>
+        <source>&amp;Logical Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0"/>
+        <source>Enter a logical name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0"/>
+        <source>Select to enforce the operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0"/>
+        <source>&amp;Force Operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitSubmodulesDeinitDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.ui" line="0" />
-      <source>Unregister Submodules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.ui" line="0" />
-      <source>Select to unregister all submodules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.ui" line="0" />
-      <source>Unregister All Submodules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.ui" line="0" />
-      <source>Selected Submodules:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.ui" line="0" />
-      <source>Select the submodules to be unregistered</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.ui" line="0" />
-      <source>Select to enforce unregistering</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.ui" line="0" />
-      <source>Enforce Operation</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.ui" line="0"/>
+        <source>Unregister Submodules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.ui" line="0"/>
+        <source>Select to unregister all submodules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.ui" line="0"/>
+        <source>Unregister All Submodules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.ui" line="0"/>
+        <source>Selected Submodules:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.ui" line="0"/>
+        <source>Select the submodules to be unregistered</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.ui" line="0"/>
+        <source>Select to enforce unregistering</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.ui" line="0"/>
+        <source>Enforce Operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitSubmodulesListDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesListDialog.ui" line="0" />
-      <source>Defined Submodules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesListDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesListDialog.ui" line="0" />
-      <source>Path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesListDialog.ui" line="0" />
-      <source>URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesListDialog.ui" line="0" />
-      <source>Branch</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesListDialog.ui" line="0"/>
+        <source>Defined Submodules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesListDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesListDialog.ui" line="0"/>
+        <source>Path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesListDialog.ui" line="0"/>
+        <source>URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesListDialog.ui" line="0"/>
+        <source>Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitSubmodulesStatusDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0" />
-      <source>Submodules Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0" />
-      <source>Submodule</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0" />
-      <source>Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0" />
-      <source>Commit ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0" />
-      <source>Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0" />
-      <source>Select to show the status for the index</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0" />
-      <source>Show Status for Index</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0" />
-      <source>Perform a recursive operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0" />
-      <source>Recursive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="44" />
-      <source>up-to-date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="45" />
-      <source>not initialized</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="46" />
-      <source>different to index</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="47" />
-      <source>merge conflicts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="54" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="56" />
-      <source>Press to refresh the status display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="99" />
-      <source>The process {0} did not finish within 30 seconds.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="105" />
-      <source>The process {0} finished with an error.
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0"/>
+        <source>Submodules Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0"/>
+        <source>Submodule</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0"/>
+        <source>Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0"/>
+        <source>Commit ID</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0"/>
+        <source>Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0"/>
+        <source>Select to show the status for the index</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0"/>
+        <source>Show Status for Index</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0"/>
+        <source>Perform a recursive operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0"/>
+        <source>Recursive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="44"/>
+        <source>up-to-date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="45"/>
+        <source>not initialized</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="46"/>
+        <source>different to index</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="47"/>
+        <source>merge conflicts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="54"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="56"/>
+        <source>Press to refresh the status display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="99"/>
+        <source>The process {0} did not finish within 30 seconds.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="105"/>
+        <source>The process {0} finished with an error.
 Error: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="112" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="133" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="112"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py" line="133"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitSubmodulesSummaryOptionsDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0" />
-      <source>Submodule Summary Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0" />
-      <source>Selected Submodules:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0" />
-      <source>Select the submodules to show the summary for</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0" />
-      <source>Select to show summary information for the index of the superproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0" />
-      <source>Show Summary for Superproject Index</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0" />
-      <source>Select to show summary information for the index</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0" />
-      <source>Show Summary for Index</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0" />
-      <source>Commit:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0" />
-      <source>Enter a commit ID to show summary information for</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0" />
-      <source>Enter Commit ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0" />
-      <source>Limit:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0" />
-      <source>Enter the maximum number of entries to be shown per submodule</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0" />
-      <source>No Limit</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0"/>
+        <source>Submodule Summary Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0"/>
+        <source>Selected Submodules:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0"/>
+        <source>Select the submodules to show the summary for</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0"/>
+        <source>Select to show summary information for the index of the superproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0"/>
+        <source>Show Summary for Superproject Index</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0"/>
+        <source>Select to show summary information for the index</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0"/>
+        <source>Show Summary for Index</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0"/>
+        <source>Commit:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0"/>
+        <source>Enter a commit ID to show summary information for</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0"/>
+        <source>Enter Commit ID</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0"/>
+        <source>Limit:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0"/>
+        <source>Enter the maximum number of entries to be shown per submodule</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSummaryOptionsDialog.ui" line="0"/>
+        <source>No Limit</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitSubmodulesSyncDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSyncDialog.ui" line="0" />
-      <source>Synchronize Submodule URLs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSyncDialog.ui" line="0" />
-      <source>Selected Submodules:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSyncDialog.ui" line="0" />
-      <source>Select the submodules to be synchronized</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSyncDialog.ui" line="0" />
-      <source>Select to perform a recursive synchronization</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSyncDialog.ui" line="0" />
-      <source>Recursive Operation</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSyncDialog.ui" line="0"/>
+        <source>Synchronize Submodule URLs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSyncDialog.ui" line="0"/>
+        <source>Selected Submodules:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSyncDialog.ui" line="0"/>
+        <source>Select the submodules to be synchronized</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSyncDialog.ui" line="0"/>
+        <source>Select to perform a recursive synchronization</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesSyncDialog.ui" line="0"/>
+        <source>Recursive Operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitSubmodulesUpdateOptionsDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>Submodule Update Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>Update Procedure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>Select to perform a 'checkout' procedure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>checkout</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>Select to perform a 'rebase' procedure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>rebase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>Select to perform a 'merge' procedure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>Select to initialize submodules before the update</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>Initialize before Update</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>Fetch remote changes before updating</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>Synchronize with remote</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>Select to not fetch the remote</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>Don't Fetch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>Selected Submodules:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>Select the submodules to be updated</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>Select to enforce the update</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0" />
-      <source>Enforce Operation</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>Submodule Update Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>Update Procedure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>Select to perform a &apos;checkout&apos; procedure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>checkout</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>Select to perform a &apos;rebase&apos; procedure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>rebase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>Select to perform a &apos;merge&apos; procedure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>Select to initialize submodules before the update</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>Initialize before Update</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>Fetch remote changes before updating</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>Synchronize with remote</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>Select to not fetch the remote</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>Don&apos;t Fetch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>Selected Submodules:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>Select the submodules to be updated</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>Select to enforce the update</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmodulesUpdateOptionsDialog.ui" line="0"/>
+        <source>Enforce Operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitTagBranchListDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0" />
-      <source>Git Tag List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0" />
-      <source>&lt;b&gt;Git Tag/Branch List&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0"/>
+        <source>Git Tag List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0"/>
+        <source>&lt;b&gt;Git Tag/Branch List&lt;/b&gt;
 &lt;p&gt;This dialog shows a list of the projects tags or branches.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0" />
-      <source>&lt;b&gt;Tag/Branches List&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0"/>
+        <source>&lt;b&gt;Tag/Branches List&lt;/b&gt;
 &lt;p&gt;This shows a list of the projects tags or branches.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="109" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="103" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0" />
-      <source>Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="109" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="103" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0" />
-      <source>Press to send the input to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0" />
-      <source>Enter data to be sent to the git process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="103" />
-      <source>Annotation Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="107" />
-      <source>Git Branches List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="145" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="146" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="336" />
-      <source>current branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="339" />
-      <source>checked out in linked worktree</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="109"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="103"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0"/>
+        <source>Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="109"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="103"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0"/>
+        <source>Press to send the input to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0"/>
+        <source>Enter data to be sent to the git process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="103"/>
+        <source>Annotation Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="107"/>
+        <source>Git Branches List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="145"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="146"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="336"/>
+        <source>current branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagBranchListDialog.py" line="339"/>
+        <source>checked out in linked worktree</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitTagDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Git Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Enter the name of the tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>&lt;b&gt;Tag Name&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Git Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Enter the name of the tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>&lt;b&gt;Tag Name&lt;/b&gt;
 &lt;p&gt;Enter the name of the tag to be created, deleted or verified.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Revision:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Enter a revision to set a tag for</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Tag Action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Select to create a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>&lt;b&gt;Create Tag&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Revision:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Enter a revision to set a tag for</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Tag Action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Select to create a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>&lt;b&gt;Create Tag&lt;/b&gt;
 &lt;p&gt;Select this entry in order to create a tag.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Create Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Select to delete a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>&lt;b&gt;Delete Tag&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Create Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Select to delete a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>&lt;b&gt;Delete Tag&lt;/b&gt;
 &lt;p&gt;Select this entry in order to delete the selected tag.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Delete Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Select to verify a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>&lt;b&gt;Verify Tag&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Delete Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Select to verify a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>&lt;b&gt;Verify Tag&lt;/b&gt;
 &lt;p&gt;Select this entry in order to verify the selected tag.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Verify Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Tag Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Select to create/delete/verify a global tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Global Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Select to create/delete/verify a signed tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Signed Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Select to create/delete/verify a local tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Local Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Select to enforce the create operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0" />
-      <source>Enforce Operation</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Verify Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Tag Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Select to create/delete/verify a global tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Global Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Select to create/delete/verify a signed tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Signed Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Select to create/delete/verify a local tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Local Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Select to enforce the create operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitTagDialog.ui" line="0"/>
+        <source>Enforce Operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitUserConfigDataDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui" line="0" />
-      <source>Git User Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui" line="0" />
-      <source>User Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui" line="0" />
-      <source>First Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui" line="0" />
-      <source>Enter the first name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui" line="0" />
-      <source>Last Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui" line="0" />
-      <source>Enter the last name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui" line="0" />
-      <source>Email:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui" line="0" />
-      <source>Enter the email address</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui" line="0"/>
+        <source>Git User Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui" line="0"/>
+        <source>User Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui" line="0"/>
+        <source>First Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui" line="0"/>
+        <source>Enter the first name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui" line="0"/>
+        <source>Last Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui" line="0"/>
+        <source>Enter the last name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui" line="0"/>
+        <source>Email:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitUserConfigDataDialog.ui" line="0"/>
+        <source>Enter the email address</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitWorktreeAddDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Git Add Worktree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Worktree Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Enter the path name of the new worktree.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Branchname:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Enter the name of the worktree branch.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Select to create the branch even if it exists already.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Enforce Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Select to lock the new worktree.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Lock Worktree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Enter a reason for the lock (optional).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Select to detach "HEAD" in the new worktree.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Detach HEAD</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Select to specify a revision by a revision expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Commit:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Enter a commit id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Select to specify a revision by a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Select HEAD revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>HEAD</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0" />
-      <source>Enforce Worktree Creation</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Git Add Worktree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Worktree Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Enter the path name of the new worktree.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Branchname:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Enter the name of the worktree branch.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Select to create the branch even if it exists already.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Enforce Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Select to lock the new worktree.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Lock Worktree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Enter a reason for the lock (optional).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Select to detach &quot;HEAD&quot; in the new worktree.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Detach HEAD</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Select to specify a revision by a revision expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Commit:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Enter a commit id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Select to specify a revision by a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Select HEAD revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>HEAD</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeAddDialog.ui" line="0"/>
+        <source>Enforce Worktree Creation</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitWorktreeDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0" />
-      <source>Git Worktree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0" />
-      <source>Select action from menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0" />
-      <source>Select to annotate missing worktrees older than the entered date and time as prunable.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0" />
-      <source>Expire:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0" />
-      <source>All missing worktrees older than the entered date and time will be annotated as prunable.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0" />
-      <source>yyyy-MM-dd HH:mm:ss</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0" />
-      <source>Name</source>
-      <translation type="unfinished">Name</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0" />
-      <source>Path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0" />
-      <source>Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0" />
-      <source>Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="60" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="62" />
-      <source>Press to refresh the status display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="85" />
-      <source>Add...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="87" />
-      <source>Add a new linked worktree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="90" />
-      <source>Lock...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="92" />
-      <source>Lock the selected worktree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="94" />
-      <source>Unlock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="96" />
-      <source>Unlock the selected worktree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="99" />
-      <source>Move...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="102" />
-      <source>Move the selected worktree to a new location</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="106" />
-      <source>Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="108" />
-      <source>Remove the selected worktree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="110" />
-      <source>Forced Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="113" />
-      <source>Remove the selected worktree forcefully</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="117" />
-      <source>Prune...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="119" />
-      <source>Prune worktree information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="122" />
-      <source>Repair</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="124" />
-      <source>Repair worktree administrative files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="126" />
-      <source>Repair Multiple</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="129" />
-      <source>Repair administrative files of multiple worktrees</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="210" />
-      <source>(bare)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="212" />
-      <source>(detached HEAD)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="291" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="292" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="515" />
-      <source>Add Worktree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="551" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="533" />
-      <source>Lock Worktree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="534" />
-      <source>Enter a reason for the lock:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="552" />
-      <source>&lt;p&gt;Locking the selected worktree failed.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="576" />
-      <source>Unlock Worktree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="577" />
-      <source>&lt;p&gt;Unlocking the selected worktree failed.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="612" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="595" />
-      <source>Move Worktree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="596" />
-      <source>Enter the new path for the worktree:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="613" />
-      <source>&lt;p&gt;Moving the selected worktree failed.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="633" />
-      <source>Remove Worktree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="635" />
-      <source>Remove Worktree Forcefully</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="641" />
-      <source>&lt;p&gt;Do you really want to remove the worktree &lt;b&gt;{0}&lt;/b&gt;?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="668" />
-      <source>&lt;p&gt;Removing the selected worktree failed.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="723" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="699" />
-      <source>Prune Worktree Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="700" />
-      <source>Do you really want to prune the information of these worktrees?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="724" />
-      <source>&lt;p&gt;Pruning of the worktree information failed.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="761" />
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="750" />
-      <source>Repair Worktree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="751" />
-      <source>&lt;p&gt;Repairing of the worktree administrative files succeeded.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="762" />
-      <source>&lt;p&gt;Repairing of the worktree administrative files failed.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0"/>
+        <source>Git Worktree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0"/>
+        <source>Select action from menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0"/>
+        <source>Select to annotate missing worktrees older than the entered date and time as prunable.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0"/>
+        <source>Expire:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0"/>
+        <source>All missing worktrees older than the entered date and time will be annotated as prunable.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0"/>
+        <source>yyyy-MM-dd HH:mm:ss</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0"/>
+        <source>Path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0"/>
+        <source>Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0"/>
+        <source>Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="60"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="62"/>
+        <source>Press to refresh the status display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="85"/>
+        <source>Add...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="87"/>
+        <source>Add a new linked worktree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="90"/>
+        <source>Lock...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="92"/>
+        <source>Lock the selected worktree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="94"/>
+        <source>Unlock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="96"/>
+        <source>Unlock the selected worktree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="99"/>
+        <source>Move...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="102"/>
+        <source>Move the selected worktree to a new location</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="106"/>
+        <source>Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="108"/>
+        <source>Remove the selected worktree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="110"/>
+        <source>Forced Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="113"/>
+        <source>Remove the selected worktree forcefully</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="117"/>
+        <source>Prune...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="119"/>
+        <source>Prune worktree information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="122"/>
+        <source>Repair</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="124"/>
+        <source>Repair worktree administrative files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="126"/>
+        <source>Repair Multiple</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="129"/>
+        <source>Repair administrative files of multiple worktrees</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="210"/>
+        <source>(bare)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="212"/>
+        <source>(detached HEAD)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="291"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="292"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="515"/>
+        <source>Add Worktree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="551"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="533"/>
+        <source>Lock Worktree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="534"/>
+        <source>Enter a reason for the lock:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="552"/>
+        <source>&lt;p&gt;Locking the selected worktree failed.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="576"/>
+        <source>Unlock Worktree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="577"/>
+        <source>&lt;p&gt;Unlocking the selected worktree failed.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="612"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="595"/>
+        <source>Move Worktree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="596"/>
+        <source>Enter the new path for the worktree:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="613"/>
+        <source>&lt;p&gt;Moving the selected worktree failed.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="633"/>
+        <source>Remove Worktree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="635"/>
+        <source>Remove Worktree Forcefully</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="641"/>
+        <source>&lt;p&gt;Do you really want to remove the worktree &lt;b&gt;{0}&lt;/b&gt;?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="668"/>
+        <source>&lt;p&gt;Removing the selected worktree failed.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="723"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="699"/>
+        <source>Prune Worktree Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="700"/>
+        <source>Do you really want to prune the information of these worktrees?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="724"/>
+        <source>&lt;p&gt;Pruning of the worktree information failed.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="761"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="750"/>
+        <source>Repair Worktree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="751"/>
+        <source>&lt;p&gt;Repairing of the worktree administrative files succeeded.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreeDialog.py" line="762"/>
+        <source>&lt;p&gt;Repairing of the worktree administrative files failed.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GitWorktreePathsDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.py" line="56" />
-      <source>Worktree Path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.py" line="57" />
-      <source>Enter new path of the worktree:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.ui" line="0" />
-      <source>Git Worktree Paths</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.ui" line="0" />
-      <source>Press to add an entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.ui" line="0" />
-      <source>&amp;Add...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.ui" line="0" />
-      <source>Press to remove the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.ui" line="0" />
-      <source>&amp;Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.ui" line="0" />
-      <source>Press to remove all entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.ui" line="0" />
-      <source>R&amp;emove All</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.py" line="56"/>
+        <source>Worktree Path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.py" line="57"/>
+        <source>Enter new path of the worktree:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.ui" line="0"/>
+        <source>Git Worktree Paths</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.ui" line="0"/>
+        <source>Press to add an entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.ui" line="0"/>
+        <source>&amp;Add...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.ui" line="0"/>
+        <source>Press to remove the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.ui" line="0"/>
+        <source>&amp;Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.ui" line="0"/>
+        <source>Press to remove all entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitWorktreePathsDialog.ui" line="0"/>
+        <source>R&amp;emove All</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Globals</name>
     <message>
-      <location filename="../Globals/__init__.py" line="209" />
-      <source>{0:4.2f} Bytes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Globals/__init__.py" line="212" />
-      <source>{0:4.2f} KiB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Globals/__init__.py" line="215" />
-      <source>{0:4.2f} MiB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Globals/__init__.py" line="218" />
-      <source>{0:4.2f} GiB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Globals/__init__.py" line="221" />
-      <source>{0:4.2f} TiB</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Globals/__init__.py" line="209"/>
+        <source>{0:4.2f} Bytes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Globals/__init__.py" line="212"/>
+        <source>{0:4.2f} KiB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Globals/__init__.py" line="215"/>
+        <source>{0:4.2f} MiB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Globals/__init__.py" line="218"/>
+        <source>{0:4.2f} GiB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Globals/__init__.py" line="221"/>
+        <source>{0:4.2f} TiB</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GoogleV1Engine</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV1Engine.py" line="152" />
-      <source>Google V1: Invalid response received</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV1Engine.py" line="190" />
-      <source>Google V1: No translation found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV1Engine.py" line="225" />
-      <source>Google V1: Only texts up to {0} characters are allowed.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV1Engine.py" line="152"/>
+        <source>Google V1: Invalid response received</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV1Engine.py" line="190"/>
+        <source>Google V1: No translation found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV1Engine.py" line="225"/>
+        <source>Google V1: Only texts up to {0} characters are allowed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GoogleV2Engine</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV2Engine.py" line="127" />
-      <source>Google V2: A valid Google Translate key is required.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV2Engine.py" line="146" />
-      <source>Google V2: Invalid response received</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV2Engine.py" line="149" />
-      <source>Google V2: No translation available.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV2Engine.py" line="127"/>
+        <source>Google V2: A valid Google Translate key is required.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV2Engine.py" line="146"/>
+        <source>Google V2: Invalid response received</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV2Engine.py" line="149"/>
+        <source>Google V2: No translation available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GotoDialog</name>
     <message>
-      <location filename="../QScintilla/GotoDialog.ui" line="0" />
-      <source>Goto</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/GotoDialog.ui" line="0" />
-      <source>&amp;Line Number:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/GotoDialog.ui" line="0" />
-      <source>Enter linenumber to go to</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/GotoDialog.ui" line="0" />
-      <source>&lt;b&gt;Linenumber&lt;/b&gt;
+        <location filename="../QScintilla/GotoDialog.ui" line="0"/>
+        <source>Goto</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/GotoDialog.ui" line="0"/>
+        <source>&amp;Line Number:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/GotoDialog.ui" line="0"/>
+        <source>Enter linenumber to go to</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/GotoDialog.ui" line="0"/>
+        <source>&lt;b&gt;Linenumber&lt;/b&gt;
 &lt;p&gt;Enter the linenumber to go to in this entry field.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Gpg</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py" line="71" />
-      <source>Verify Signatures</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py" line="122" />
-      <source>Sign Revision</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py" line="71"/>
+        <source>Verify Signatures</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py" line="122"/>
+        <source>Sign Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GpgProjectHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="34" />
-      <source>List Signed Changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="36" />
-      <source>List Signed Changesets...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="42" />
-      <source>List signed changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="44" />
-      <source>&lt;b&gt;List Signed Changesets&lt;/b&gt;&lt;p&gt;This opens a dialog listing all signed changesets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="55" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="53" />
-      <source>Verify Signatures</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="62" />
-      <source>Verify all signatures there may be for a particular revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="65" />
-      <source>&lt;b&gt;Verify Signatures&lt;/b&gt;&lt;p&gt;This verifies all signatures there may be for a particular revision.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="77" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="75" />
-      <source>Sign Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="84" />
-      <source>Add a signature for a selected revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="87" />
-      <source>&lt;b&gt;Sign Revision&lt;/b&gt;&lt;p&gt;This adds a signature for a selected revision.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="118" />
-      <source>GPG</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="34"/>
+        <source>List Signed Changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="36"/>
+        <source>List Signed Changesets...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="42"/>
+        <source>List signed changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="44"/>
+        <source>&lt;b&gt;List Signed Changesets&lt;/b&gt;&lt;p&gt;This opens a dialog listing all signed changesets.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="55"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="53"/>
+        <source>Verify Signatures</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="62"/>
+        <source>Verify all signatures there may be for a particular revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="65"/>
+        <source>&lt;b&gt;Verify Signatures&lt;/b&gt;&lt;p&gt;This verifies all signatures there may be for a particular revision.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="77"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="75"/>
+        <source>Sign Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="84"/>
+        <source>Add a signature for a selected revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="87"/>
+        <source>&lt;b&gt;Sign Revision&lt;/b&gt;&lt;p&gt;This adds a signature for a selected revision.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py" line="118"/>
+        <source>GPG</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GraphicsPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0" />
-      <source>&lt;b&gt;Configure graphics settings&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0" />
-      <source>Font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0" />
-      <source>Press to select the font for the graphic items</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0" />
-      <source>Graphics Font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0" />
-      <source>Drawing Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0" />
-      <source>Select to determine the drawing mode automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0" />
-      <source>Automatic</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0" />
-      <source>Select to draw black shapes on a white background</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0" />
-      <source>Black On White</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0" />
-      <source>Select to draw white shapes on a black background</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0" />
-      <source>White On Black</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure graphics settings&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0"/>
+        <source>Font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0"/>
+        <source>Press to select the font for the graphic items</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0"/>
+        <source>Graphics Font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0"/>
+        <source>Drawing Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0"/>
+        <source>Select to determine the drawing mode automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0"/>
+        <source>Automatic</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0"/>
+        <source>Select to draw black shapes on a white background</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0"/>
+        <source>Black On White</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0"/>
+        <source>Select to draw white shapes on a black background</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/GraphicsPage.ui" line="0"/>
+        <source>White On Black</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GreaseMonkeyAddScriptDialog</name>
     <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="106" />
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="100" />
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui" line="0" />
-      <source>GreaseMonkey Script Installation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui" line="0" />
-      <source>&lt;h2&gt;GreaseMonkey Script Installation&lt;/h2&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui" line="0" />
-      <source>You are about to install this userscript into GreaseMonkey:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui" line="0" />
-      <source>&lt;b&gt;You should only install scripts from sources you trust!&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui" line="0" />
-      <source>Are you sure you want to install it?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui" line="0" />
-      <source>Press to open an editor with the script's source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui" line="0" />
-      <source>Show source code of script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="53" />
-      <source>&lt;p&gt;runs at:&lt;br/&gt;&lt;i&gt;{0}&lt;/i&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="58" />
-      <source>&lt;p&gt;does not run at:&lt;br/&gt;&lt;i&gt;{0}&lt;/i&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="89" />
-      <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; installed successfully.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="94" />
-      <source>&lt;p&gt;Cannot install script.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="106"/>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="100"/>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui" line="0"/>
+        <source>GreaseMonkey Script Installation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui" line="0"/>
+        <source>&lt;h2&gt;GreaseMonkey Script Installation&lt;/h2&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui" line="0"/>
+        <source>You are about to install this userscript into GreaseMonkey:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui" line="0"/>
+        <source>&lt;b&gt;You should only install scripts from sources you trust!&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui" line="0"/>
+        <source>Are you sure you want to install it?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui" line="0"/>
+        <source>Press to open an editor with the script&apos;s source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.ui" line="0"/>
+        <source>Show source code of script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="53"/>
+        <source>&lt;p&gt;runs at:&lt;br/&gt;&lt;i&gt;{0}&lt;/i&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="58"/>
+        <source>&lt;p&gt;does not run at:&lt;br/&gt;&lt;i&gt;{0}&lt;/i&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="89"/>
+        <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; installed successfully.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyAddScriptDialog.py" line="94"/>
+        <source>&lt;p&gt;Cannot install script.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GreaseMonkeyConfigurationDialog</name>
     <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="0" />
-      <source>GreaseMonkey Scripts Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="0" />
-      <source>&lt;h2&gt;GreaseMonkey Scripts&lt;/h2&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="0" />
-      <source>Double clicking script will show additional information.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="0" />
-      <source>&lt;p&gt;Get more scripts from &lt;a href="https://greasyfork.org/"&gt;greasyfork.org&lt;/a&gt; or via &lt;a href="http://wiki.greasespot.net/User_Script_Hosting"&gt;Greasespot Wiki.&lt;/a&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="0" />
-      <source>Press to open the scripts directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="0" />
-      <source>Open Scripts Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="157" />
-      <source>Remove Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="158" />
-      <source>&lt;p&gt;Are you sure you want to remove &lt;b&gt;{0}&lt;/b&gt;?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="0"/>
+        <source>GreaseMonkey Scripts Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="0"/>
+        <source>&lt;h2&gt;GreaseMonkey Scripts&lt;/h2&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="0"/>
+        <source>Double clicking script will show additional information.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="0"/>
+        <source>&lt;p&gt;Get more scripts from &lt;a href=&quot;https://greasyfork.org/&quot;&gt;greasyfork.org&lt;/a&gt; or via &lt;a href=&quot;http://wiki.greasespot.net/User_Script_Hosting&quot;&gt;Greasespot Wiki.&lt;/a&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="0"/>
+        <source>Press to open the scripts directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.ui" line="0"/>
+        <source>Open Scripts Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="157"/>
+        <source>Remove Script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationDialog.py" line="158"/>
+        <source>&lt;p&gt;Are you sure you want to remove &lt;b&gt;{0}&lt;/b&gt;?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GreaseMonkeyConfigurationScriptInfoDialog</name>
     <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0" />
-      <source>&lt;h2&gt;GreaseMonkey Script Details&lt;/h2&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0" />
-      <source>Version:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0" />
-      <source>URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0" />
-      <source>Start at:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0" />
-      <source>Description:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0" />
-      <source>Runs at:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0" />
-      <source>Does not run at:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0" />
-      <source>Press to open an editor with the script's source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0" />
-      <source>Show source code of script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.py" line="42" />
-      <source>Script Details of {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0"/>
+        <source>&lt;h2&gt;GreaseMonkey Script Details&lt;/h2&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0"/>
+        <source>Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0"/>
+        <source>URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0"/>
+        <source>Start at:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0"/>
+        <source>Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0"/>
+        <source>Runs at:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0"/>
+        <source>Does not run at:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0"/>
+        <source>Press to open an editor with the script&apos;s source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.ui" line="0"/>
+        <source>Show source code of script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyConfiguration/GreaseMonkeyConfigurationScriptInfoDialog.py" line="42"/>
+        <source>Script Details of {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>GreaseMonkeyManager</name>
     <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyManager.py" line="136" />
-      <source>Install GreaseMonkey Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyManager.py" line="139" />
-      <source>'{0}' is already installed.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyManager.py" line="136"/>
+        <source>Install GreaseMonkey Script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/GreaseMonkey/GreaseMonkeyManager.py" line="139"/>
+        <source>&apos;{0}&apos; is already installed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HelpBookmarkPropertiesDialog</name>
     <message>
-      <location filename="../HelpViewer/HelpBookmarkPropertiesDialog.ui" line="0" />
-      <source>Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarkPropertiesDialog.ui" line="0" />
-      <source>Title:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarkPropertiesDialog.ui" line="0" />
-      <source>Enter the title for the bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarkPropertiesDialog.ui" line="0" />
-      <source>Enter Bookmark Title</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarkPropertiesDialog.ui" line="0" />
-      <source>URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarkPropertiesDialog.ui" line="0" />
-      <source>Enter the URL for the bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarkPropertiesDialog.ui" line="0" />
-      <source>Enter Bookmark URL</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../HelpViewer/HelpBookmarkPropertiesDialog.ui" line="0"/>
+        <source>Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarkPropertiesDialog.ui" line="0"/>
+        <source>Title:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarkPropertiesDialog.ui" line="0"/>
+        <source>Enter the title for the bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarkPropertiesDialog.ui" line="0"/>
+        <source>Enter Bookmark Title</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarkPropertiesDialog.ui" line="0"/>
+        <source>URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarkPropertiesDialog.ui" line="0"/>
+        <source>Enter the URL for the bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarkPropertiesDialog.ui" line="0"/>
+        <source>Enter Bookmark URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HelpBookmarksImportDialog</name>
     <message>
-      <location filename="../HelpViewer/HelpBookmarksImportDialog.ui" line="0" />
-      <source>Import Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksImportDialog.ui" line="0" />
-      <source>Select to replace the existing bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksImportDialog.ui" line="0" />
-      <source>Replace Existing Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksImportDialog.ui" line="0" />
-      <source>Bookmarks:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksImportDialog.ui" line="0" />
-      <source>Enter the path of the bookmarks file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksImportDialog.py" line="35" />
-      <source>eric Bookmarks Files (*.json);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../HelpViewer/HelpBookmarksImportDialog.ui" line="0"/>
+        <source>Import Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksImportDialog.ui" line="0"/>
+        <source>Select to replace the existing bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksImportDialog.ui" line="0"/>
+        <source>Replace Existing Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksImportDialog.ui" line="0"/>
+        <source>Bookmarks:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksImportDialog.ui" line="0"/>
+        <source>Enter the path of the bookmarks file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksImportDialog.py" line="35"/>
+        <source>eric Bookmarks Files (*.json);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HelpBookmarksWidget</name>
     <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="103" />
-      <source>Open All Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="150" />
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="105" />
-      <source>New Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="151" />
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="106" />
-      <source>Bookmark Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="108" />
-      <source>Delete All Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="202" />
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="157" />
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="110" />
-      <source>Export All Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="536" />
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="516" />
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="505" />
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="494" />
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="483" />
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="203" />
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="158" />
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="111" />
-      <source>Import Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="140" />
-      <source>Open Link</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="142" />
-      <source>Open Link in New Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="144" />
-      <source>Open Link in Background Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="147" />
-      <source>Copy URL to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="153" />
-      <source>Edit Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="155" />
-      <source>Delete Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="197" />
-      <source>Open Selected Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="199" />
-      <source>Delete Selected Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="201" />
-      <source>Export Selected Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="355" />
-      <source>Delete Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="356" />
-      <source>Shall these bookmarks really be deleted?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="458" />
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="420" />
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="404" />
-      <source>Export Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="406" />
-      <source>eric Bookmarks Files (*.json);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="421" />
-      <source>The file &lt;b&gt;{0}&lt;/b&gt; already exists. Do you want to overwrite it?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="459" />
-      <source>&lt;p&gt;The bookmarks could not be exported to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="484" />
-      <source>&lt;p&gt;The bookmarks 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="../HelpViewer/HelpBookmarksWidget.py" line="537" />
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="495" />
-      <source>The bookmarks file &lt;b&gt;{0}&lt;/b&gt; has invalid contents.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="506" />
-      <source>The bookmarks file &lt;b&gt;{0}&lt;/b&gt; was not created with 'eric7'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpBookmarksWidget.py" line="517" />
-      <source>The bookmarks file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format version.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="103"/>
+        <source>Open All Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="150"/>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="105"/>
+        <source>New Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="151"/>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="106"/>
+        <source>Bookmark Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="108"/>
+        <source>Delete All Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="202"/>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="157"/>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="110"/>
+        <source>Export All Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="536"/>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="516"/>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="505"/>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="494"/>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="483"/>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="203"/>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="158"/>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="111"/>
+        <source>Import Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="140"/>
+        <source>Open Link</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="142"/>
+        <source>Open Link in New Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="144"/>
+        <source>Open Link in Background Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="147"/>
+        <source>Copy URL to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="153"/>
+        <source>Edit Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="155"/>
+        <source>Delete Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="197"/>
+        <source>Open Selected Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="199"/>
+        <source>Delete Selected Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="201"/>
+        <source>Export Selected Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="355"/>
+        <source>Delete Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="356"/>
+        <source>Shall these bookmarks really be deleted?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="458"/>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="420"/>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="404"/>
+        <source>Export Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="406"/>
+        <source>eric Bookmarks Files (*.json);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="421"/>
+        <source>The file &lt;b&gt;{0}&lt;/b&gt; already exists. Do you want to overwrite it?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="459"/>
+        <source>&lt;p&gt;The bookmarks could not be exported to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="484"/>
+        <source>&lt;p&gt;The bookmarks 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"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="537"/>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="495"/>
+        <source>The bookmarks file &lt;b&gt;{0}&lt;/b&gt; has invalid contents.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="506"/>
+        <source>The bookmarks file &lt;b&gt;{0}&lt;/b&gt; was not created with &apos;eric7&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpBookmarksWidget.py" line="517"/>
+        <source>The bookmarks file &lt;b&gt;{0}&lt;/b&gt; has an unsupported format version.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HelpDocsInstaller</name>
     <message>
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="307" />
-      <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="243" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be registered. &lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="307"/>
+        <location filename="../QtHelpInterface/HelpDocsInstaller.py" line="243"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be registered. &lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HelpDocumentationPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="64" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="60" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="56" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="52" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="48" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="44" />
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="32" />
-      <source>HTML Files (*.html *.htm);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="36" />
-      <source>HTML Files (*.html *.htm);;Compressed Help Files (*.chm);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Configure help documentation&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>QtHelp</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Select to search for new QtHelp documents when the application starts.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Search new QtHelp documents on startup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>eric API Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the eric documentation directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the default location.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Python 3 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the Python 3 documentation directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYTHON3DOCDIR environment variable, if set.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Qt5 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the Qt5 documentation directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Qt6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the Qt6 documentation directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT6DOCDIR environment variable, if set.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>PyQt5 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the PyQt5 documentation directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the PyQt6 documentation directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT6DOCDIR environment variable, if set.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>PySide2 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the PySide2 documentation directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>PySide6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>Enter the PySide6 documentation directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYSIDE6DOCDIR environment variable, if set.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="64"/>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="60"/>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="56"/>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="52"/>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="48"/>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="44"/>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="32"/>
+        <source>HTML Files (*.html *.htm);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="36"/>
+        <source>HTML Files (*.html *.htm);;Compressed Help Files (*.chm);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure help documentation&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>QtHelp</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>Select to search for new QtHelp documents when the application starts.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>Search new QtHelp documents on startup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>eric API Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>Enter the eric documentation directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the default location.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>Python 3 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>Enter the Python 3 documentation directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYTHON3DOCDIR environment variable, if set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>Qt5 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>Enter the Qt5 documentation directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT5DOCDIR environment variable, if set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>Qt6 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>Enter the Qt6 documentation directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT6DOCDIR environment variable, if set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>PyQt5 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>Enter the PyQt5 documentation directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT5DOCDIR environment variable, if set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>PyQt6 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>Enter the PyQt6 documentation directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT6DOCDIR environment variable, if set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>Enter the PySide2 documentation directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>PySide6 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>Enter the PySide6 documentation directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0"/>
+        <source>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYSIDE6DOCDIR environment variable, if set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HelpIndexWidget</name>
     <message>
-      <location filename="../QtHelpInterface/HelpIndexWidget.py" line="68" />
-      <source>&amp;Look for:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpIndexWidget.py" line="240" />
-      <source>Open Link</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpIndexWidget.py" line="242" />
-      <source>Open Link in New Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpIndexWidget.py" line="244" />
-      <source>Open Link in Background Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpIndexWidget.py" line="247" />
-      <source>Open Link in New Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpIndexWidget.py" line="249" />
-      <source>Open Link in Background Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpIndexWidget.py" line="251" />
-      <source>Open Link in New Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpIndexWidget.py" line="253" />
-      <source>Copy URL to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QtHelpInterface/HelpIndexWidget.py" line="68"/>
+        <source>&amp;Look for:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpIndexWidget.py" line="240"/>
+        <source>Open Link</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpIndexWidget.py" line="242"/>
+        <source>Open Link in New Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpIndexWidget.py" line="244"/>
+        <source>Open Link in Background Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpIndexWidget.py" line="247"/>
+        <source>Open Link in New Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpIndexWidget.py" line="249"/>
+        <source>Open Link in Background Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpIndexWidget.py" line="251"/>
+        <source>Open Link in New Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpIndexWidget.py" line="253"/>
+        <source>Copy URL to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HelpSearchWidget</name>
     <message>
-      <location filename="../QtHelpInterface/HelpSearchWidget.py" line="166" />
-      <source>Open Link</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpSearchWidget.py" line="168" />
-      <source>Open Link in New Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpSearchWidget.py" line="169" />
-      <source>Open Link in Background Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpSearchWidget.py" line="171" />
-      <source>Open Link in New Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpSearchWidget.py" line="172" />
-      <source>Open Link in Background Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpSearchWidget.py" line="173" />
-      <source>Open Link in New Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpSearchWidget.py" line="175" />
-      <source>Copy URL to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QtHelpInterface/HelpSearchWidget.py" line="166"/>
+        <source>Open Link</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpSearchWidget.py" line="168"/>
+        <source>Open Link in New Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpSearchWidget.py" line="169"/>
+        <source>Open Link in Background Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpSearchWidget.py" line="171"/>
+        <source>Open Link in New Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpSearchWidget.py" line="172"/>
+        <source>Open Link in Background Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpSearchWidget.py" line="173"/>
+        <source>Open Link in New Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpSearchWidget.py" line="175"/>
+        <source>Copy URL to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HelpTocWidget</name>
     <message>
-      <location filename="../QtHelpInterface/HelpTocWidget.py" line="174" />
-      <source>Open Link</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpTocWidget.py" line="176" />
-      <source>Open Link in New Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpTocWidget.py" line="177" />
-      <source>Open Link in Background Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpTocWidget.py" line="179" />
-      <source>Open Link in New Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpTocWidget.py" line="180" />
-      <source>Open Link in Background Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpTocWidget.py" line="181" />
-      <source>Open Link in New Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpTocWidget.py" line="183" />
-      <source>Copy URL to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QtHelpInterface/HelpTocWidget.py" line="174"/>
+        <source>Open Link</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpTocWidget.py" line="176"/>
+        <source>Open Link in New Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpTocWidget.py" line="177"/>
+        <source>Open Link in Background Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpTocWidget.py" line="179"/>
+        <source>Open Link in New Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpTocWidget.py" line="180"/>
+        <source>Open Link in Background Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpTocWidget.py" line="181"/>
+        <source>Open Link in New Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpTocWidget.py" line="183"/>
+        <source>Copy URL to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HelpTopicDialog</name>
     <message>
-      <location filename="../QtHelpInterface/HelpTopicDialog.py" line="37" />
-      <source>Choose a &amp;topic for &lt;b&gt;{0}&lt;/b&gt;:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpTopicDialog.ui" line="0" />
-      <source>Select Help Topic</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/HelpTopicDialog.ui" line="0" />
-      <source>&amp;Topics:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QtHelpInterface/HelpTopicDialog.py" line="37"/>
+        <source>Choose a &amp;topic for &lt;b&gt;{0}&lt;/b&gt;:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpTopicDialog.ui" line="0"/>
+        <source>Select Help Topic</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/HelpTopicDialog.ui" line="0"/>
+        <source>&amp;Topics:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HelpViewer</name>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="29" />
-      <source>&lt;html&gt;&lt;head&gt;&lt;title&gt;about:blank&lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;/body&gt;&lt;/html&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="34" />
-      <source>&lt;html&gt;&lt;head&gt;&lt;title&gt;Error 404...&lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;div align="center"&gt;&lt;br&gt;&lt;br&gt;&lt;h1&gt;The page could not be found&lt;/h1&gt;&lt;br&gt;&lt;h3&gt;'{0}'&lt;/h3&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="29"/>
+        <source>&lt;html&gt;&lt;head&gt;&lt;title&gt;about:blank&lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;/body&gt;&lt;/html&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="34"/>
+        <source>&lt;html&gt;&lt;head&gt;&lt;title&gt;Error 404...&lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;div align=&quot;center&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;h1&gt;The page could not be found&lt;/h1&gt;&lt;br&gt;&lt;h3&gt;&apos;{0}&apos;&lt;/h3&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HelpViewerImplQTB</name>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="191" />
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="180" />
-      <source>Empty Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="457" />
-      <source>Backward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="462" />
-      <source>Forward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="467" />
-      <source>Reload</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="476" />
-      <source>Copy Page URL to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="482" />
-      <source>Bookmark Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="490" />
-      <source>Zoom in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="495" />
-      <source>Zoom out</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="500" />
-      <source>Zoom reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="506" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="512" />
-      <source>Select All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="519" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="524" />
-      <source>Close Others</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="544" />
-      <source>Open Link in New Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="551" />
-      <source>Open Link in Background Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="559" />
-      <source>Copy URL to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="191"/>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="180"/>
+        <source>Empty Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="456"/>
+        <source>Backward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="461"/>
+        <source>Forward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="466"/>
+        <source>Reload</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="475"/>
+        <source>Copy Page URL to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="481"/>
+        <source>Bookmark Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="489"/>
+        <source>Zoom in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="494"/>
+        <source>Zoom out</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="499"/>
+        <source>Zoom reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="505"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="511"/>
+        <source>Select All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="518"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="523"/>
+        <source>Close Others</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="543"/>
+        <source>Open Link in New Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="550"/>
+        <source>Open Link in Background Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQTB.py" line="558"/>
+        <source>Copy URL to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HelpViewerImplQWE</name>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="175" />
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="164" />
-      <source>Empty Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="570" />
-      <source>Backward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="575" />
-      <source>Forward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="580" />
-      <source>Reload</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="592" />
-      <source>Copy Page URL to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="598" />
-      <source>Bookmark Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="606" />
-      <source>Zoom in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="611" />
-      <source>Zoom out</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="616" />
-      <source>Zoom reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="622" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="628" />
-      <source>Select All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="635" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="640" />
-      <source>Close Others</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="658" />
-      <source>Open Link in New Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="665" />
-      <source>Open Link in Background Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerImplQWE.py" line="673" />
-      <source>Copy URL to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="175"/>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="164"/>
+        <source>Empty Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="570"/>
+        <source>Backward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="575"/>
+        <source>Forward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="580"/>
+        <source>Reload</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="592"/>
+        <source>Copy Page URL to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="598"/>
+        <source>Bookmark Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="606"/>
+        <source>Zoom in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="611"/>
+        <source>Zoom out</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="616"/>
+        <source>Zoom reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="622"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="628"/>
+        <source>Select All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="635"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="640"/>
+        <source>Close Others</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="658"/>
+        <source>Open Link in New Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="665"/>
+        <source>Open Link in Background Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerImplQWE.py" line="673"/>
+        <source>Copy URL to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HelpViewerWidget</name>
     <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="129" />
-      <source>Open a local file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="135" />
-      <source>Select action from menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="151" />
-      <source>Move one page backward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="156" />
-      <source>Move one page forward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="168" />
-      <source>Reload the current page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="179" />
-      <source>Zoom in on the current page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="185" />
-      <source>Zoom out on the current page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="192" />
-      <source>Reset the zoom level of the current page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="204" />
-      <source>Add a new empty page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="210" />
-      <source>Close the current page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="221" />
-      <source>Show or hide the search pane</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="297" />
-      <source>Show list of open pages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="300" />
-      <source>Show the table of contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="303" />
-      <source>Show the help document index</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="306" />
-      <source>Show the help search window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="309" />
-      <source>Show list of bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="442" />
-      <source>eric API Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="443" />
-      <source>Python 3 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="444" />
-      <source>Qt5 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="445" />
-      <source>Qt6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="446" />
-      <source>PyQt5 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="447" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="448" />
-      <source>PySide2 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="449" />
-      <source>PySide6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="506" />
-      <source>Open HTML File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="508" />
-      <source>HTML Files (*.htm *.html);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="697" />
-      <source>Help Engine</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="721" />
-      <source>Looking for Documentation...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="732" />
-      <source>eric Help Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="757" />
-      <source>Manage QtHelp Documents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="760" />
-      <source>Reindex Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="765" />
-      <source>Configure Help Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="858" />
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="838" />
-      <source>Clear History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="968" />
-      <source>Updating search index</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="1026" />
-      <source>Filtered by: </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="1062" />
-      <location filename="../HelpViewer/HelpViewerWidget.py" line="1057" />
-      <source>Unfiltered</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="129"/>
+        <source>Open a local file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="135"/>
+        <source>Select action from menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="151"/>
+        <source>Move one page backward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="156"/>
+        <source>Move one page forward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="168"/>
+        <source>Reload the current page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="179"/>
+        <source>Zoom in on the current page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="185"/>
+        <source>Zoom out on the current page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="192"/>
+        <source>Reset the zoom level of the current page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="204"/>
+        <source>Add a new empty page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="210"/>
+        <source>Close the current page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="221"/>
+        <source>Show or hide the search pane</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="297"/>
+        <source>Show list of open pages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="300"/>
+        <source>Show the table of contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="303"/>
+        <source>Show the help document index</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="306"/>
+        <source>Show the help search window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="309"/>
+        <source>Show list of bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="442"/>
+        <source>eric API Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="443"/>
+        <source>Python 3 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="444"/>
+        <source>Qt5 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="445"/>
+        <source>Qt6 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="446"/>
+        <source>PyQt5 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="447"/>
+        <source>PyQt6 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="448"/>
+        <source>PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="449"/>
+        <source>PySide6 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="506"/>
+        <source>Open HTML File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="508"/>
+        <source>HTML Files (*.htm *.html);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="697"/>
+        <source>Help Engine</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="721"/>
+        <source>Looking for Documentation...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="732"/>
+        <source>eric Help Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="757"/>
+        <source>Manage QtHelp Documents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="760"/>
+        <source>Reindex Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="765"/>
+        <source>Configure Help Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="858"/>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="838"/>
+        <source>Clear History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="968"/>
+        <source>Updating search index</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="1026"/>
+        <source>Filtered by: </source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="1062"/>
+        <location filename="../HelpViewer/HelpViewerWidget.py" line="1057"/>
+        <source>Unfiltered</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HelpViewersPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0" />
-      <source>&lt;b&gt;Configure help viewers&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0" />
-      <source>Help Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0" />
-      <source>Select to use the internal help viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0" />
-      <source>Internal Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0" />
-      <source>Select to use the Eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0" />
-      <source>Eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0" />
-      <source>Select to use Qt Assistant</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0" />
-      <source>Qt Assistant</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0" />
-      <source>Select to use the configured web browser of the system</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0" />
-      <source>System Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0" />
-      <source>Select to use a custom viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0" />
-      <source>Custom</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0" />
-      <source>Enter the custom viewer to be used</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure help viewers&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0"/>
+        <source>Help Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0"/>
+        <source>Select to use the internal help viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0"/>
+        <source>Internal Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0"/>
+        <source>Select to use the Eric Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0"/>
+        <source>Eric Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0"/>
+        <source>Select to use Qt Assistant</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0"/>
+        <source>Qt Assistant</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0"/>
+        <source>Select to use the configured web browser of the system</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0"/>
+        <source>System Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0"/>
+        <source>Select to use a custom viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0"/>
+        <source>Custom</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HelpViewersPage.ui" line="0"/>
+        <source>Enter the custom viewer to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HexEditGotoWidget</name>
     <message>
-      <location filename="../HexEdit/HexEditGotoWidget.py" line="42" />
-      <source>Hex</source>
-      <translation>Hex</translation>
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditGotoWidget.py" line="46" />
-      <source>Dec</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditGotoWidget.ui" line="0" />
-      <source>Go to</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditGotoWidget.ui" line="0" />
-      <source>Press to close the window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditGotoWidget.ui" line="0" />
-      <source>Offset:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditGotoWidget.ui" line="0" />
-      <source>Select the data format of the offset field</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditGotoWidget.ui" line="0" />
-      <source>Enter the address to move to or the offset from the cursor position</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditGotoWidget.ui" line="0" />
-      <source>Select to move relative to the cursor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditGotoWidget.ui" line="0" />
-      <source>From Cursor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditGotoWidget.ui" line="0" />
-      <source>Select to move backwards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditGotoWidget.ui" line="0" />
-      <source>Backwards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditGotoWidget.ui" line="0" />
-      <source>Press to move the cursor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditGotoWidget.ui" line="0" />
-      <source>&gt; Goto</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditGotoWidget.ui" line="0" />
-      <source>Select to also extend the selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditGotoWidget.ui" line="0" />
-      <source>Extend Selection</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../HexEdit/HexEditGotoWidget.py" line="42"/>
+        <source>Hex</source>
+        <translation>Hex</translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditGotoWidget.py" line="46"/>
+        <source>Dec</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditGotoWidget.ui" line="0"/>
+        <source>Go to</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditGotoWidget.ui" line="0"/>
+        <source>Press to close the window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditGotoWidget.ui" line="0"/>
+        <source>Offset:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditGotoWidget.ui" line="0"/>
+        <source>Select the data format of the offset field</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditGotoWidget.ui" line="0"/>
+        <source>Enter the address to move to or the offset from the cursor position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditGotoWidget.ui" line="0"/>
+        <source>Select to move relative to the cursor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditGotoWidget.ui" line="0"/>
+        <source>From Cursor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditGotoWidget.ui" line="0"/>
+        <source>Select to move backwards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditGotoWidget.ui" line="0"/>
+        <source>Backwards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditGotoWidget.ui" line="0"/>
+        <source>Press to move the cursor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditGotoWidget.ui" line="0"/>
+        <source>&gt; Goto</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditGotoWidget.ui" line="0"/>
+        <source>Select to also extend the selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditGotoWidget.ui" line="0"/>
+        <source>Extend Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HexEditMainWindow</name>
     <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="158" />
-      <source>New Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="160" />
-      <source>New &amp;Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="167" />
-      <source>Open a binary file for editing in a new hex editor window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="170" />
-      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a binary file for editing in a new hex editor window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="181" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="183" />
-      <source>&amp;Open...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="184" />
-      <source>Ctrl+O</source>
-      <comment>File|Open</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="200" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="202" />
-      <source>&amp;Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="203" />
-      <source>Ctrl+S</source>
-      <comment>File|Save</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="208" />
-      <source>Save the current binary file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="210" />
-      <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of the hex editor window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="219" />
-      <source>Save As</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="221" />
-      <source>Save &amp;As...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="222" />
-      <source>Shift+Ctrl+S</source>
-      <comment>File|Save As</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="228" />
-      <source>Save the current binary data to a new file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="231" />
-      <source>&lt;b&gt;Save As...&lt;/b&gt;&lt;p&gt;Saves the current binary data to a new file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="240" />
-      <source>Save As Readable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="241" />
-      <source>Save As &amp;Readable...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="248" />
-      <source>Save the current binary data to a new file in a readable format</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="251" />
-      <source>&lt;b&gt;Save As Readable...&lt;/b&gt;&lt;p&gt;Saves the current binary data to a new file in a readable format.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="261" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="263" />
-      <source>&amp;Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="264" />
-      <source>Ctrl+W</source>
-      <comment>File|Close</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="269" />
-      <source>Close the current hex editor window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="271" />
-      <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;Closes the current hex editor window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="277" />
-      <source>Close All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="278" />
-      <source>Close &amp;All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="284" />
-      <source>Close all hex editor windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="286" />
-      <source>&lt;b&gt;Close All&lt;/b&gt;&lt;p&gt;Closes all hex editor windows.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="293" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="292" />
-      <source>Close Others</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="299" />
-      <source>Close all other hex editor windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="301" />
-      <source>&lt;b&gt;Close Others&lt;/b&gt;&lt;p&gt;Closes all other hex editor windows.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="310" />
-      <source>Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="312" />
-      <source>&amp;Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="313" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="318" />
-      <source>Quit the hex editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="319" />
-      <source>&lt;b&gt;Quit&lt;/b&gt;&lt;p&gt;Quit the hex editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="329" />
-      <source>Undo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="331" />
-      <source>&amp;Undo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="332" />
-      <source>Ctrl+Z</source>
-      <comment>Edit|Undo</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="333" />
-      <source>Alt+Backspace</source>
-      <comment>Edit|Undo</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="337" />
-      <source>Undo the last change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="339" />
-      <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="345" />
-      <source>Redo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="347" />
-      <source>&amp;Redo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="348" />
-      <source>Ctrl+Shift+Z</source>
-      <comment>Edit|Redo</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="353" />
-      <source>Redo the last change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="355" />
-      <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="368" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="361" />
-      <source>Revert to last saved state</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="362" />
-      <source>Re&amp;vert to last saved state</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="363" />
-      <source>Ctrl+Y</source>
-      <comment>Edit|Revert</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="370" />
-      <source>&lt;b&gt;Revert to last saved state&lt;/b&gt;&lt;p&gt;Undo all changes up to the last saved state of the editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="380" />
-      <source>Cut</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="382" />
-      <source>Cu&amp;t</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="383" />
-      <source>Ctrl+X</source>
-      <comment>Edit|Cut</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="384" />
-      <source>Shift+Del</source>
-      <comment>Edit|Cut</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="388" />
-      <source>Cut the selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="390" />
-      <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected binary area to the clipboard.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="399" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="401" />
-      <source>&amp;Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="402" />
-      <source>Ctrl+C</source>
-      <comment>Edit|Copy</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="403" />
-      <source>Ctrl+Ins</source>
-      <comment>Edit|Copy</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="407" />
-      <source>Copy the selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="409" />
-      <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected binary area to the clipboard.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="418" />
-      <source>Paste</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="420" />
-      <source>&amp;Paste</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="421" />
-      <source>Ctrl+V</source>
-      <comment>Edit|Paste</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="422" />
-      <source>Shift+Ins</source>
-      <comment>Edit|Paste</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="426" />
-      <source>Paste the clipboard contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="428" />
-      <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the clipboard contents.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="434" />
-      <source>Select All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="436" />
-      <source>&amp;Select All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="437" />
-      <source>Ctrl+A</source>
-      <comment>Edit|Select All</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="442" />
-      <source>Select the complete binary data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="444" />
-      <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Selects the complete binary data.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="450" />
-      <source>Deselect all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="451" />
-      <source>&amp;Deselect all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="452" />
-      <source>Alt+Ctrl+A</source>
-      <comment>Edit|Deselect all</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="457" />
-      <source>Deselect all binary data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="459" />
-      <source>&lt;b&gt;Deselect All&lt;/b&gt;&lt;p&gt;Deselect all all binary data.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="465" />
-      <source>Save Selection Readable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="466" />
-      <source>Save Selection Readable...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="473" />
-      <source>Save the binary data of the current selection to a file in a readable format</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="479" />
-      <source>&lt;b&gt;Save Selection Readable...&lt;/b&gt;&lt;p&gt;Saves the binary data of the current selection to a file in a readable format.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="490" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="489" />
-      <source>Set Read Only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="497" />
-      <source>Change the edit mode to read only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="499" />
-      <source>&lt;b&gt;Set Read Only&lt;/b&gt;&lt;p&gt;This changes the edit mode to read only (i.e. to view mode).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="511" />
-      <source>Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="513" />
-      <source>&amp;Search...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="514" />
-      <source>Ctrl+F</source>
-      <comment>Search|Search</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="519" />
-      <source>Search for data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="521" />
-      <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some data. A dialog is shown to enter the data to search for in various formats.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="531" />
-      <source>Search next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="533" />
-      <source>Search &amp;next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="534" />
-      <source>F3</source>
-      <comment>Search|Search next</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="539" />
-      <source>Search next occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="541" />
-      <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some data. The previously entered search data are reused.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="551" />
-      <source>Search previous</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="553" />
-      <source>Search &amp;previous</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="554" />
-      <source>Shift+F3</source>
-      <comment>Search|Search previous</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="559" />
-      <source>Search previous occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="561" />
-      <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some data. The previously entered search data are reused.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="573" />
-      <source>Replace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="574" />
-      <source>&amp;Replace...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="575" />
-      <source>Ctrl+R</source>
-      <comment>Search|Replace</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="580" />
-      <source>Replace data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="582" />
-      <source>&lt;b&gt;Replace&lt;/b&gt;&lt;p&gt;Search for some data and replace it. A dialog is shown to enter the data to search for and the replacement data in various formats.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="605" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="593" />
-      <source>Goto Offset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="595" />
-      <source>&amp;Goto Offset...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="607" />
-      <source>&lt;b&gt;Goto Offset&lt;/b&gt;&lt;p&gt;Go to a specific address. A dialog is shown to enter the movement data.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="639" />
-      <source>About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="639" />
-      <source>&amp;About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="641" />
-      <source>Display information about this software</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="643" />
-      <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="652" />
-      <source>About Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="653" />
-      <source>About &amp;Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="660" />
-      <source>Display information about the Qt toolkit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="663" />
-      <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="672" />
-      <source>What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="674" />
-      <source>&amp;What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="675" />
-      <source>Shift+F1</source>
-      <comment>Help|What's This?'</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="680" />
-      <source>Context sensitive help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="682" />
-      <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="699" />
-      <source>Preferences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="701" />
-      <source>&amp;Preferences...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="707" />
-      <source>Set the prefered configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="709" />
-      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="756" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="725" />
-      <source>Open a binary file for viewing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="727" />
-      <source>&lt;b&gt;Open File&lt;/b&gt;&lt;p&gt;This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="734" />
-      <source>Open for Editing...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="735" />
-      <source>Open for Editing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="745" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="736" />
-      <source>Open a binary file for editing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="738" />
-      <source>&lt;b&gt;Open for Editing&lt;/b&gt;&lt;p&gt;This opens a binary file for editing. It pops up a file selection dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="747" />
-      <source>&lt;b&gt;Open File&lt;/b&gt;&lt;p&gt;This opens a binary file for editing. It pops up a file selection dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="754" />
-      <source>Open Read Only...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="755" />
-      <source>Open Read Only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="758" />
-      <source>&lt;b&gt;Open Read Only&lt;/b&gt;&lt;p&gt;This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="771" />
-      <source>&amp;File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="773" />
-      <source>Open &amp;Recent Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="794" />
-      <source>&amp;Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="818" />
-      <source>Se&amp;ttings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="824" />
-      <source>&amp;Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="834" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="846" />
-      <source>Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="855" />
-      <source>Find</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="862" />
-      <source>Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="866" />
-      <source>Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="880" />
-      <source>&lt;p&gt;This part of the status bar displays the cursor address.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="890" />
-      <source>&lt;p&gt;This part of the status bar displays some selection information.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="900" />
-      <source>&lt;p&gt;This part of the status bar displays the size of the binary data.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="910" />
-      <source>&lt;p&gt;This part of the status bar displays the edit mode.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="918" />
-      <source>&lt;p&gt;This part of the status bar displays the read only mode.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="939" />
-      <source>Address: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="957" />
-      <source>Selection: {0} - {1} ({2} Bytes)</source>
-      <comment>0: start, 1: end, 2: selection length</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="964" />
-      <source>Selection: -</source>
-      <comment>no selection available</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="975" />
-      <source>ro</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="975" />
-      <source>rw</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="994" />
-      <source>Overwrite</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="994" />
-      <source>Insert</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1013" />
-      <source>Size: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1057" />
-      <source>Open binary file in new window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1193" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1141" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1059" />
-      <source>All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1299" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1230" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1110" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1099" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1081" />
-      <source>eric Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1082" />
-      <source>The loaded file has unsaved changes.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1100" />
-      <source>The file '{0}' does not exist.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1111" />
-      <source>&lt;p&gt;Cannot read file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1139" />
-      <source>Open binary file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1202" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1191" />
-      <source>Save binary file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1280" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1203" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1300" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1231" />
-      <source>&lt;p&gt;Cannot write file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1306" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1241" />
-      <source>File saved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1279" />
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1262" />
-      <source>Save to readable file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1264" />
-      <source>Text Files (*.txt);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1265" />
-      <source>Text Files (*.txt)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1342" />
-      <source>Untitled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1348" />
-      <source>{0}[*] - {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1348" />
-      <source>Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1408" />
-      <source>About eric Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1409" />
-      <source>The eric Hex Editor is a simple editor component to edit binary files.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="1548" />
-      <source>&amp;Clear</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="158"/>
+        <source>New Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="160"/>
+        <source>New &amp;Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="167"/>
+        <source>Open a binary file for editing in a new hex editor window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="170"/>
+        <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a binary file for editing in a new hex editor window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="181"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="183"/>
+        <source>&amp;Open...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="184"/>
+        <source>Ctrl+O</source>
+        <comment>File|Open</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="200"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="202"/>
+        <source>&amp;Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="203"/>
+        <source>Ctrl+S</source>
+        <comment>File|Save</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="208"/>
+        <source>Save the current binary file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="210"/>
+        <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of the hex editor window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="219"/>
+        <source>Save As</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="221"/>
+        <source>Save &amp;As...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="222"/>
+        <source>Shift+Ctrl+S</source>
+        <comment>File|Save As</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="228"/>
+        <source>Save the current binary data to a new file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="231"/>
+        <source>&lt;b&gt;Save As...&lt;/b&gt;&lt;p&gt;Saves the current binary data to a new file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="240"/>
+        <source>Save As Readable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="241"/>
+        <source>Save As &amp;Readable...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="248"/>
+        <source>Save the current binary data to a new file in a readable format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="251"/>
+        <source>&lt;b&gt;Save As Readable...&lt;/b&gt;&lt;p&gt;Saves the current binary data to a new file in a readable format.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="261"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="263"/>
+        <source>&amp;Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="264"/>
+        <source>Ctrl+W</source>
+        <comment>File|Close</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="269"/>
+        <source>Close the current hex editor window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="271"/>
+        <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;Closes the current hex editor window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="277"/>
+        <source>Close All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="278"/>
+        <source>Close &amp;All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="284"/>
+        <source>Close all hex editor windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="286"/>
+        <source>&lt;b&gt;Close All&lt;/b&gt;&lt;p&gt;Closes all hex editor windows.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="293"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="292"/>
+        <source>Close Others</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="299"/>
+        <source>Close all other hex editor windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="301"/>
+        <source>&lt;b&gt;Close Others&lt;/b&gt;&lt;p&gt;Closes all other hex editor windows.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="310"/>
+        <source>Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="312"/>
+        <source>&amp;Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="313"/>
+        <source>Ctrl+Q</source>
+        <comment>File|Quit</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="318"/>
+        <source>Quit the hex editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="319"/>
+        <source>&lt;b&gt;Quit&lt;/b&gt;&lt;p&gt;Quit the hex editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="329"/>
+        <source>Undo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="331"/>
+        <source>&amp;Undo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="332"/>
+        <source>Ctrl+Z</source>
+        <comment>Edit|Undo</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="333"/>
+        <source>Alt+Backspace</source>
+        <comment>Edit|Undo</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="337"/>
+        <source>Undo the last change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="339"/>
+        <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="345"/>
+        <source>Redo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="347"/>
+        <source>&amp;Redo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="348"/>
+        <source>Ctrl+Shift+Z</source>
+        <comment>Edit|Redo</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="353"/>
+        <source>Redo the last change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="355"/>
+        <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="368"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="361"/>
+        <source>Revert to last saved state</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="362"/>
+        <source>Re&amp;vert to last saved state</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="363"/>
+        <source>Ctrl+Y</source>
+        <comment>Edit|Revert</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="370"/>
+        <source>&lt;b&gt;Revert to last saved state&lt;/b&gt;&lt;p&gt;Undo all changes up to the last saved state of the editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="380"/>
+        <source>Cut</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="382"/>
+        <source>Cu&amp;t</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="383"/>
+        <source>Ctrl+X</source>
+        <comment>Edit|Cut</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="384"/>
+        <source>Shift+Del</source>
+        <comment>Edit|Cut</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="388"/>
+        <source>Cut the selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="390"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected binary area to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="399"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="401"/>
+        <source>&amp;Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="402"/>
+        <source>Ctrl+C</source>
+        <comment>Edit|Copy</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="403"/>
+        <source>Ctrl+Ins</source>
+        <comment>Edit|Copy</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="407"/>
+        <source>Copy the selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="409"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected binary area to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="418"/>
+        <source>Paste</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="420"/>
+        <source>&amp;Paste</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="421"/>
+        <source>Ctrl+V</source>
+        <comment>Edit|Paste</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="422"/>
+        <source>Shift+Ins</source>
+        <comment>Edit|Paste</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="426"/>
+        <source>Paste the clipboard contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="428"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the clipboard contents.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="434"/>
+        <source>Select All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="436"/>
+        <source>&amp;Select All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="437"/>
+        <source>Ctrl+A</source>
+        <comment>Edit|Select All</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="442"/>
+        <source>Select the complete binary data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="444"/>
+        <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Selects the complete binary data.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="450"/>
+        <source>Deselect all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="451"/>
+        <source>&amp;Deselect all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="452"/>
+        <source>Alt+Ctrl+A</source>
+        <comment>Edit|Deselect all</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="457"/>
+        <source>Deselect all binary data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="459"/>
+        <source>&lt;b&gt;Deselect All&lt;/b&gt;&lt;p&gt;Deselect all all binary data.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="465"/>
+        <source>Save Selection Readable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="466"/>
+        <source>Save Selection Readable...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="473"/>
+        <source>Save the binary data of the current selection to a file in a readable format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="479"/>
+        <source>&lt;b&gt;Save Selection Readable...&lt;/b&gt;&lt;p&gt;Saves the binary data of the current selection to a file in a readable format.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="490"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="489"/>
+        <source>Set Read Only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="497"/>
+        <source>Change the edit mode to read only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="499"/>
+        <source>&lt;b&gt;Set Read Only&lt;/b&gt;&lt;p&gt;This changes the edit mode to read only (i.e. to view mode).&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="511"/>
+        <source>Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="513"/>
+        <source>&amp;Search...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="514"/>
+        <source>Ctrl+F</source>
+        <comment>Search|Search</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="519"/>
+        <source>Search for data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="521"/>
+        <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some data. A dialog is shown to enter the data to search for in various formats.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="531"/>
+        <source>Search next</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="533"/>
+        <source>Search &amp;next</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="534"/>
+        <source>F3</source>
+        <comment>Search|Search next</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="539"/>
+        <source>Search next occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="541"/>
+        <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some data. The previously entered search data are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="551"/>
+        <source>Search previous</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="553"/>
+        <source>Search &amp;previous</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="554"/>
+        <source>Shift+F3</source>
+        <comment>Search|Search previous</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="559"/>
+        <source>Search previous occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="561"/>
+        <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some data. The previously entered search data are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="573"/>
+        <source>Replace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="574"/>
+        <source>&amp;Replace...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="575"/>
+        <source>Ctrl+R</source>
+        <comment>Search|Replace</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="580"/>
+        <source>Replace data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="582"/>
+        <source>&lt;b&gt;Replace&lt;/b&gt;&lt;p&gt;Search for some data and replace it. A dialog is shown to enter the data to search for and the replacement data in various formats.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="605"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="593"/>
+        <source>Goto Offset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="595"/>
+        <source>&amp;Goto Offset...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="607"/>
+        <source>&lt;b&gt;Goto Offset&lt;/b&gt;&lt;p&gt;Go to a specific address. A dialog is shown to enter the movement data.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="639"/>
+        <source>About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="639"/>
+        <source>&amp;About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="641"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="643"/>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="652"/>
+        <source>About Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="653"/>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="660"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="663"/>
+        <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="672"/>
+        <source>What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="674"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="675"/>
+        <source>Shift+F1</source>
+        <comment>Help|What&apos;s This?&apos;</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="680"/>
+        <source>Context sensitive help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="682"/>
+        <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="699"/>
+        <source>Preferences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="701"/>
+        <source>&amp;Preferences...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="707"/>
+        <source>Set the prefered configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="709"/>
+        <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="756"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="725"/>
+        <source>Open a binary file for viewing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="727"/>
+        <source>&lt;b&gt;Open File&lt;/b&gt;&lt;p&gt;This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="734"/>
+        <source>Open for Editing...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="735"/>
+        <source>Open for Editing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="745"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="736"/>
+        <source>Open a binary file for editing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="738"/>
+        <source>&lt;b&gt;Open for Editing&lt;/b&gt;&lt;p&gt;This opens a binary file for editing. It pops up a file selection dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="747"/>
+        <source>&lt;b&gt;Open File&lt;/b&gt;&lt;p&gt;This opens a binary file for editing. It pops up a file selection dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="754"/>
+        <source>Open Read Only...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="755"/>
+        <source>Open Read Only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="758"/>
+        <source>&lt;b&gt;Open Read Only&lt;/b&gt;&lt;p&gt;This opens a binary file for viewing (i.e. in read only mode). It pops up a file selection dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="771"/>
+        <source>&amp;File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="773"/>
+        <source>Open &amp;Recent Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="794"/>
+        <source>&amp;Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="818"/>
+        <source>Se&amp;ttings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="824"/>
+        <source>&amp;Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="834"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="846"/>
+        <source>Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="855"/>
+        <source>Find</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="862"/>
+        <source>Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="866"/>
+        <source>Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="880"/>
+        <source>&lt;p&gt;This part of the status bar displays the cursor address.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="890"/>
+        <source>&lt;p&gt;This part of the status bar displays some selection information.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="900"/>
+        <source>&lt;p&gt;This part of the status bar displays the size of the binary data.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="910"/>
+        <source>&lt;p&gt;This part of the status bar displays the edit mode.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="918"/>
+        <source>&lt;p&gt;This part of the status bar displays the read only mode.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="939"/>
+        <source>Address: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="957"/>
+        <source>Selection: {0} - {1} ({2} Bytes)</source>
+        <comment>0: start, 1: end, 2: selection length</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="964"/>
+        <source>Selection: -</source>
+        <comment>no selection available</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="975"/>
+        <source>ro</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="975"/>
+        <source>rw</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="994"/>
+        <source>Overwrite</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="994"/>
+        <source>Insert</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1013"/>
+        <source>Size: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1057"/>
+        <source>Open binary file in new window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1193"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1141"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1059"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1299"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1230"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1110"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1099"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1081"/>
+        <source>eric Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1082"/>
+        <source>The loaded file has unsaved changes.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1100"/>
+        <source>The file &apos;{0}&apos; does not exist.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1111"/>
+        <source>&lt;p&gt;Cannot read file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1139"/>
+        <source>Open binary file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1202"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1191"/>
+        <source>Save binary file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1280"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1203"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1300"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1231"/>
+        <source>&lt;p&gt;Cannot write file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1306"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1241"/>
+        <source>File saved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1279"/>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1262"/>
+        <source>Save to readable file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1264"/>
+        <source>Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1265"/>
+        <source>Text Files (*.txt)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1342"/>
+        <source>Untitled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1348"/>
+        <source>{0}[*] - {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1348"/>
+        <source>Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1408"/>
+        <source>About eric Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1409"/>
+        <source>The eric Hex Editor is a simple editor component to edit binary files.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="1548"/>
+        <source>&amp;Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HexEditReplaceWidget</name>
     <message>
-      <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0" />
-      <source>Find and Replace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0" />
-      <source>Press to close the window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0" />
-      <source>Find:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0" />
-      <source>Select the data format of the find data field</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0" />
-      <source>Press to find the previous occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0" />
-      <source>Press to find the next occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0" />
-      <source>Replace:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0" />
-      <source>Select the data format of the replace data field</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0" />
-      <source>Press to replace the selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0" />
-      <source>Press to replace the selection and search for the next occurence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0" />
-      <source>Press to replace all occurrences</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0"/>
+        <source>Find and Replace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0"/>
+        <source>Press to close the window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0"/>
+        <source>Find:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0"/>
+        <source>Select the data format of the find data field</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0"/>
+        <source>Press to find the previous occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0"/>
+        <source>Press to find the next occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0"/>
+        <source>Replace:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0"/>
+        <source>Select the data format of the replace data field</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0"/>
+        <source>Press to replace the selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0"/>
+        <source>Press to replace the selection and search for the next occurence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditReplaceWidget.ui" line="0"/>
+        <source>Press to replace all occurrences</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HexEditSearchReplaceWidget</name>
     <message>
-      <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="45" />
-      <source>Hex</source>
-      <translation>Hex</translation>
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="49" />
-      <source>Dec</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="53" />
-      <source>Oct</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="57" />
-      <source>Bin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="60" />
-      <source>Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="62" />
-      <source>UTF-8</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="119" />
-      <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="118" />
-      <source>Find Next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="131" />
-      <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="130" />
-      <source>Find Prev</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="297" />
-      <source>'{0}' was not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="417" />
-      <source>Replaced {0} occurrences.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="423" />
-      <source>Nothing replaced because '{0}' was not found.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="45"/>
+        <source>Hex</source>
+        <translation>Hex</translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="49"/>
+        <source>Dec</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="53"/>
+        <source>Oct</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="57"/>
+        <source>Bin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="60"/>
+        <source>Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="62"/>
+        <source>UTF-8</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="119"/>
+        <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="118"/>
+        <source>Find Next</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="131"/>
+        <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="130"/>
+        <source>Find Prev</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="297"/>
+        <source>&apos;{0}&apos; was not found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="417"/>
+        <source>Replaced {0} occurrences.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditSearchReplaceWidget.py" line="423"/>
+        <source>Nothing replaced because &apos;{0}&apos; was not found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HexEditSearchWidget</name>
     <message>
-      <location filename="../HexEdit/HexEditSearchWidget.ui" line="0" />
-      <source>Find</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditSearchWidget.ui" line="0" />
-      <source>Press to close the window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditSearchWidget.ui" line="0" />
-      <source>Find:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditSearchWidget.ui" line="0" />
-      <source>Select the data format of the find data field</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditSearchWidget.ui" line="0" />
-      <source>Press to find the previous occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HexEdit/HexEditSearchWidget.ui" line="0" />
-      <source>Press to find the next occurrence</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../HexEdit/HexEditSearchWidget.ui" line="0"/>
+        <source>Find</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditSearchWidget.ui" line="0"/>
+        <source>Press to close the window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditSearchWidget.ui" line="0"/>
+        <source>Find:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditSearchWidget.ui" line="0"/>
+        <source>Select the data format of the find data field</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditSearchWidget.ui" line="0"/>
+        <source>Press to find the previous occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HexEdit/HexEditSearchWidget.ui" line="0"/>
+        <source>Press to find the next occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HexEditUndoStack</name>
     <message numerus="yes">
-      <location filename="../HexEdit/HexEditUndoStack.py" line="217" />
-      <location filename="../HexEdit/HexEditUndoStack.py" line="158" />
-      <source>Inserting %n byte(s)</source>
-      <translation>
-        <numerusform>Inserting %n byte</numerusform>
-        <numerusform>Inserting %n bytes</numerusform>
-      </translation>
+        <location filename="../HexEdit/HexEditUndoStack.py" line="217"/>
+        <location filename="../HexEdit/HexEditUndoStack.py" line="158"/>
+        <source>Inserting %n byte(s)</source>
+        <translation>
+            <numerusform>Inserting %n byte</numerusform>
+            <numerusform>Inserting %n bytes</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../HexEdit/HexEditUndoStack.py" line="181" />
-      <source>Deleting %n byte(s)</source>
-      <translation>
-        <numerusform>Deleting %n byte</numerusform>
-        <numerusform>Deleting %n bytes</numerusform>
-      </translation>
-    </message>
-  </context>
-  <context>
+        <location filename="../HexEdit/HexEditUndoStack.py" line="181"/>
+        <source>Deleting %n byte(s)</source>
+        <translation>
+            <numerusform>Deleting %n byte</numerusform>
+            <numerusform>Deleting %n bytes</numerusform>
+        </translation>
+    </message>
+</context>
+<context>
     <name>HexEditorPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Hex Editor&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Select whether files shall be opened in read only mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Open files 'read only'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Select whether the editor shall be started in Overwrite mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Overwrite data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Address Area</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Select whether the address area shall be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Show Address Area</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Address Area Width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Enter the width of the address area in characters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source> Chars</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>ASCII Area</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Select whether the ASCII area shall be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Show ASCII Area</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Highlighting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Select whether changed data shall be highlighted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Highlight Changed Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Press to select the font to be used (this must be a monospaced font)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Monospaced Font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Recent Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Number of recent files:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0" />
-      <source>Enter the number of recent files to remember</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Hex Editor&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Select whether files shall be opened in read only mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Open files &apos;read only&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Select whether the editor shall be started in Overwrite mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Overwrite data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Address Area</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Select whether the address area shall be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Show Address Area</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Address Area Width:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Enter the width of the address area in characters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source> Chars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>ASCII Area</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Select whether the ASCII area shall be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Show ASCII Area</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Highlighting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Select whether changed data shall be highlighted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Highlight Changed Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Press to select the font to be used (this must be a monospaced font)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Monospaced Font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Recent Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Number of recent files:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/HexEditorPage.ui" line="0"/>
+        <source>Enter the number of recent files to remember</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Hg</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="279" />
-      <source>Create project repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="280" />
-      <source>The project repository could not be created.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="311" />
-      <source>Creating Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="330" />
-      <source>Initial commit to Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="368" />
-      <source>Cloning project from a Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="468" />
-      <source>Commit Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="469" />
-      <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="531" />
-      <source>Committing changes to Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="623" />
-      <source>Synchronizing with the Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="651" />
-      <source>Adding files/directories to the Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="706" />
-      <source>Removing files/directories from the Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="754" />
-      <source>Renaming {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="879" />
-      <source>Tagging in the Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="925" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="914" />
-      <source>Revert changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="915" />
-      <source>Do you really want to revert all changes to these files or directories?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="926" />
-      <source>Do you really want to revert all changes of the project?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="932" />
-      <source>Reverting changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="977" />
-      <source>Merging</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1017" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007" />
-      <source>Re-Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1008" />
-      <source>Do you really want to re-merge these files or directories?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1018" />
-      <source>Do you really want to re-merge the project?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1021" />
-      <source>Re-Merging</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1042" />
-      <source>Current branch tip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1214" />
-      <source>Mercurial command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1373" />
-      <source>Copying {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1612" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1600" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1591" />
-      <source>Mercurial Side-by-Side Difference</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1613" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2274" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2263" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2253" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1688" />
-      <source>Apply changegroups</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1691" />
-      <source>Pulling from a remote Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1733" />
-      <source>Pushing to a remote Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1871" />
-      <source>Marking as 'unresolved'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1873" />
-      <source>Marking as 'resolved'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1895" />
-      <source>Aborting uncommitted merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1918" />
-      <source>Creating branch in the Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1926" />
-      <source>Created new branch &lt;{0}&gt;.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1935" />
-      <source>Showing current branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2022" />
-      <source>Verifying the integrity of the Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2035" />
-      <source>Showing the combined configuration settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2046" />
-      <source>Showing aliases for remote repositories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2057" />
-      <source>Recovering from interrupted transaction</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2068" />
-      <source>Identifying project directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2110" />
-      <source>Create .hgignore file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2111" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2212" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2186" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2168" />
-      <source>Create changegroup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2170" />
-      <source>Mercurial Changegroup Files (*.hg)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2187" />
-      <source>&lt;p&gt;The Mercurial changegroup file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2226" />
-      <source>Preview changegroup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2255" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2228" />
-      <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2264" />
-      <source>Shall the working directory be updated?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2296" />
-      <source>Bisect subcommand ({0}) invalid.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2316" />
-      <source>Mercurial Bisect ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2339" />
-      <source>Removing files from the Mercurial repository only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2383" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2364" />
-      <source>Backing out changeset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2365" />
-      <source>No revision given. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2399" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2394" />
-      <source>Rollback last transaction</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2395" />
-      <source>Are you sure you want to rollback the last transaction?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2461" />
-      <source>Import Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2509" />
-      <source>Export Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2549" />
-      <source>Change Phase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2603" />
-      <source>Copy Changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2642" />
-      <source>Copy Changesets (Continue)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2652" />
-      <source>Copy Changesets (Stop)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2662" />
-      <source>Copy Changesets (Abort)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2685" />
-      <source>Create Unversioned Archive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2699" />
-      <source>Delete All Backups</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2700" />
-      <source>&lt;p&gt;Do you really want to delete all backup bundles stored in the backup area?&lt;br/&gt;&lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2789" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2769" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2758" />
-      <source>Add Sub-repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2828" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2759" />
-      <source>&lt;p&gt;The sub-repositories file .hgsub could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2770" />
-      <source>&lt;p&gt;The sub-repositories file .hgsub already contains an entry &lt;b&gt;{0}&lt;/b&gt;. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2846" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2790" />
-      <source>&lt;p&gt;The sub-repositories file .hgsub could not be written to.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2845" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2827" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2813" />
-      <source>Remove Sub-repositories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2814" />
-      <source>&lt;p&gt;The sub-repositories file .hgsub does not exist. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3062" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2925" />
-      <source>Mercurial Command Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2926" />
-      <source>&lt;p&gt;The Mercurial Command Server could not be restarted.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3063" />
-      <source>&lt;p&gt;The Mercurial Command Server could not be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3179" />
-      <source>Mercurial Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3195" />
-      <source>Delete Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3196" />
-      <source>Select the bookmark to be deleted:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3206" />
-      <source>Delete Mercurial Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3231" />
-      <source>Rename Mercurial Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3268" />
-      <source>Move Mercurial Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3341" />
-      <source>Pull Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3342" />
-      <source>Select the bookmark to be pulled:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3354" />
-      <source>Pulling bookmark from a remote Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3380" />
-      <source>Push Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3381" />
-      <source>Select the bookmark to be push:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3396" />
-      <source>Pushing bookmark to a remote Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="279"/>
+        <source>Create project repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="280"/>
+        <source>The project repository could not be created.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="311"/>
+        <source>Creating Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="330"/>
+        <source>Initial commit to Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="368"/>
+        <source>Cloning project from a Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="468"/>
+        <source>Commit Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="469"/>
+        <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="531"/>
+        <source>Committing changes to Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="623"/>
+        <source>Synchronizing with the Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="651"/>
+        <source>Adding files/directories to the Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="706"/>
+        <source>Removing files/directories from the Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="754"/>
+        <source>Renaming {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="879"/>
+        <source>Tagging in the Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="925"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="914"/>
+        <source>Revert changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="915"/>
+        <source>Do you really want to revert all changes to these files or directories?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="926"/>
+        <source>Do you really want to revert all changes of the project?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="932"/>
+        <source>Reverting changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="977"/>
+        <source>Merging</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1017"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1007"/>
+        <source>Re-Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1008"/>
+        <source>Do you really want to re-merge these files or directories?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1018"/>
+        <source>Do you really want to re-merge the project?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1021"/>
+        <source>Re-Merging</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1042"/>
+        <source>Current branch tip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1214"/>
+        <source>Mercurial command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1373"/>
+        <source>Copying {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1612"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1600"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1591"/>
+        <source>Mercurial Side-by-Side Difference</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1613"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2274"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2263"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2253"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1688"/>
+        <source>Apply changegroups</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1691"/>
+        <source>Pulling from a remote Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1733"/>
+        <source>Pushing to a remote Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1871"/>
+        <source>Marking as &apos;unresolved&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1873"/>
+        <source>Marking as &apos;resolved&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1895"/>
+        <source>Aborting uncommitted merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1918"/>
+        <source>Creating branch in the Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1926"/>
+        <source>Created new branch &lt;{0}&gt;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1935"/>
+        <source>Showing current branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2022"/>
+        <source>Verifying the integrity of the Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2035"/>
+        <source>Showing the combined configuration settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2046"/>
+        <source>Showing aliases for remote repositories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2057"/>
+        <source>Recovering from interrupted transaction</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2068"/>
+        <source>Identifying project directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2110"/>
+        <source>Create .hgignore file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2111"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2212"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2186"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2168"/>
+        <source>Create changegroup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2170"/>
+        <source>Mercurial Changegroup Files (*.hg)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2187"/>
+        <source>&lt;p&gt;The Mercurial changegroup file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2226"/>
+        <source>Preview changegroup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2255"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2228"/>
+        <source>Mercurial Changegroup Files (*.hg);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2264"/>
+        <source>Shall the working directory be updated?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2296"/>
+        <source>Bisect subcommand ({0}) invalid.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2316"/>
+        <source>Mercurial Bisect ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2339"/>
+        <source>Removing files from the Mercurial repository only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2383"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2364"/>
+        <source>Backing out changeset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2365"/>
+        <source>No revision given. Aborting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2399"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2394"/>
+        <source>Rollback last transaction</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2395"/>
+        <source>Are you sure you want to rollback the last transaction?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2461"/>
+        <source>Import Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2509"/>
+        <source>Export Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2549"/>
+        <source>Change Phase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2603"/>
+        <source>Copy Changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2642"/>
+        <source>Copy Changesets (Continue)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2652"/>
+        <source>Copy Changesets (Stop)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2662"/>
+        <source>Copy Changesets (Abort)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2685"/>
+        <source>Create Unversioned Archive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2699"/>
+        <source>Delete All Backups</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2700"/>
+        <source>&lt;p&gt;Do you really want to delete all backup bundles stored in the backup area?&lt;br/&gt;&lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2789"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2769"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2758"/>
+        <source>Add Sub-repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2828"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2759"/>
+        <source>&lt;p&gt;The sub-repositories file .hgsub could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2770"/>
+        <source>&lt;p&gt;The sub-repositories file .hgsub already contains an entry &lt;b&gt;{0}&lt;/b&gt;. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2846"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2790"/>
+        <source>&lt;p&gt;The sub-repositories file .hgsub could not be written to.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2845"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2827"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2813"/>
+        <source>Remove Sub-repositories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2814"/>
+        <source>&lt;p&gt;The sub-repositories file .hgsub does not exist. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3062"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2925"/>
+        <source>Mercurial Command Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="2926"/>
+        <source>&lt;p&gt;The Mercurial Command Server could not be restarted.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3063"/>
+        <source>&lt;p&gt;The Mercurial Command Server could not be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3179"/>
+        <source>Mercurial Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3195"/>
+        <source>Delete Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3196"/>
+        <source>Select the bookmark to be deleted:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3206"/>
+        <source>Delete Mercurial Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3231"/>
+        <source>Rename Mercurial Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3268"/>
+        <source>Move Mercurial Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3341"/>
+        <source>Pull Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3342"/>
+        <source>Select the bookmark to be pulled:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3354"/>
+        <source>Pulling bookmark from a remote Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3380"/>
+        <source>Push Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3381"/>
+        <source>Select the bookmark to be push:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="3396"/>
+        <source>Pushing bookmark to a remote Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgAddSubrepositoryDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py" line="93" />
-      <source>Add Sub-repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py" line="94" />
-      <source>The sub-repository path must be inside the project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0" />
-      <source>&amp;Path within Project:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0" />
-      <source>Enter the path of the sub-repository relative to the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0" />
-      <source>&amp;Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0" />
-      <source>Select the type of the sub-repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0" />
-      <source>&amp;URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0" />
-      <source>Enter the URL of the sub-repository</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py" line="93"/>
+        <source>Add Sub-repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py" line="94"/>
+        <source>The sub-repository path must be inside the project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0"/>
+        <source>&amp;Path within Project:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0"/>
+        <source>Enter the path of the sub-repository relative to the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0"/>
+        <source>&amp;Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0"/>
+        <source>Select the type of the sub-repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0"/>
+        <source>&amp;URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0"/>
+        <source>Enter the URL of the sub-repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgAnnotateDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="121" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.ui" line="0" />
-      <source>Mercurial Annotate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.ui" line="0" />
-      <source>Changeset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.ui" line="0" />
-      <source>Author</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.ui" line="0" />
-      <source>Date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.ui" line="0" />
-      <source>Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="122" />
-      <source>&lt;p&gt;The skip list file &lt;b&gt;{0}&lt;/b&gt; could not be read. The skip list will be ignored.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="195" />
-      <source>Changed by skipped commit</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="121"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.ui" line="0"/>
+        <source>Mercurial Annotate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.ui" line="0"/>
+        <source>Changeset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.ui" line="0"/>
+        <source>Author</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.ui" line="0"/>
+        <source>Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.ui" line="0"/>
+        <source>Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="122"/>
+        <source>&lt;p&gt;The skip list file &lt;b&gt;{0}&lt;/b&gt; could not be read. The skip list will be ignored.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py" line="195"/>
+        <source>Changed by skipped commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgArchiveDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" />
-      <source>Mercurial Archive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" />
-      <source>Archive:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" />
-      <source>Enter the file name of the archive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" />
-      <source>Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" />
-      <source>Select the archive type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" />
-      <source>Prefix:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" />
-      <source>Enter the directory prefix for the files in the archive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" />
-      <source>Select to recurse into subrepositories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" />
-      <source>Include Subrepositories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="36" />
-      <source>Detect Automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="37" />
-      <source>Directory of Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="38" />
-      <source>Uncompressed TAR-Archive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="39" />
-      <source>Bzip2 compressed TAR-Archive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="40" />
-      <source>Gzip compressed TAR-Archive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="41" />
-      <source>Uncompressed ZIP-Archive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="42" />
-      <source>Compressed ZIP-Archive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="45" />
-      <source>Bzip2 compressed TAR-Archive (*.tar.bz2)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="46" />
-      <source>Gzip compressed TAR-Archive (*.tar.gz)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="47" />
-      <source>Uncompressed TAR-Archive (*.tar)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="50" />
-      <source>Compressed ZIP-Archive (*.zip)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="51" />
-      <source>Uncompressed ZIP-Archive (*.uzip)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="58" />
-      <source>All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0"/>
+        <source>Mercurial Archive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0"/>
+        <source>Archive:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0"/>
+        <source>Enter the file name of the archive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0"/>
+        <source>Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0"/>
+        <source>Select the archive type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0"/>
+        <source>Prefix:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0"/>
+        <source>Enter the directory prefix for the files in the archive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0"/>
+        <source>Select to recurse into subrepositories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0"/>
+        <source>Include Subrepositories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="36"/>
+        <source>Detect Automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="37"/>
+        <source>Directory of Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="38"/>
+        <source>Uncompressed TAR-Archive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="39"/>
+        <source>Bzip2 compressed TAR-Archive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="40"/>
+        <source>Gzip compressed TAR-Archive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="41"/>
+        <source>Uncompressed ZIP-Archive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="42"/>
+        <source>Compressed ZIP-Archive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="45"/>
+        <source>Bzip2 compressed TAR-Archive (*.tar.bz2)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="46"/>
+        <source>Gzip compressed TAR-Archive (*.tar.gz)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="47"/>
+        <source>Uncompressed TAR-Archive (*.tar)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="50"/>
+        <source>Compressed ZIP-Archive (*.zip)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="51"/>
+        <source>Uncompressed ZIP-Archive (*.uzip)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="58"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgBackoutDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Mercurial Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Select to specify a revision by number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Enter a revision number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Select to specify a revision by changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Id:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Enter a changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Select to specify a revision by a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Select to specify a revision by a bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Bookmark:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Enter a bookmark name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Enter a revision set expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Select to not specify a specific revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Commit data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Commit message:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Enter the commit message or leave empty to use the default one</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Commit Date:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Enter optional date for the commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Commit User:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Enter optional user for the commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Select to merge with parent of the project directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0" />
-      <source>Merge with current parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.py" line="125" />
-      <source>Backed out changeset &lt;{0}&gt;.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Mercurial Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Select to specify a revision by number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Enter a revision number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Select to specify a revision by changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Id:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Enter a changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Select to specify a revision by a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Select to specify a revision by a bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Bookmark:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Enter a bookmark name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Enter a revision set expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Select to not specify a specific revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Commit data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Commit message:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Enter the commit message or leave empty to use the default one</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Commit Date:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Enter optional date for the commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Commit User:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Enter optional user for the commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Select to merge with parent of the project directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.ui" line="0"/>
+        <source>Merge with current parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.py" line="125"/>
+        <source>Backed out changeset &lt;{0}&gt;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgBookmarkDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.py" line="48" />
-      <source>Move Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.py" line="51" />
-      <source>Define Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Enter the bookmark name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Select a bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Select to specify a revision by number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Enter a revision number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Select to specify a revision by changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Id:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Enter a changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Select to specify a revision by a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Select to specify a revision by a bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Bookmark:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Enter a bookmark name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Enter a revision set expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Select tip revision of repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0" />
-      <source>Parent</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.py" line="48"/>
+        <source>Move Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.py" line="51"/>
+        <source>Define Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Enter the bookmark name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Select a bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Select to specify a revision by number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Enter a revision number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Select to specify a revision by changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Id:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Enter a changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Select to specify a revision by a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Select to specify a revision by a bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Bookmark:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Enter a bookmark name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Enter a revision set expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Select tip revision of repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkDialog.ui" line="0"/>
+        <source>Parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgBookmarkRenameDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.ui" line="0" />
-      <source>Rename Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.ui" line="0" />
-      <source>New Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.ui" line="0" />
-      <source>Enter the bookmark name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.ui" line="0" />
-      <source>Bookmark:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.ui" line="0" />
-      <source>Enter the bookmark name to be renamed</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.ui" line="0"/>
+        <source>Rename Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.ui" line="0"/>
+        <source>New Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.ui" line="0"/>
+        <source>Enter the bookmark name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.ui" line="0"/>
+        <source>Bookmark:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.ui" line="0"/>
+        <source>Enter the bookmark name to be renamed</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgBookmarksInOutDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="45" />
-      <source>Mercurial Incoming Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="47" />
-      <source>Mercurial Outgoing Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="116" />
-      <source>no bookmarks found</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.ui" line="0" />
-      <source>&lt;b&gt;Bookmarks List&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="45"/>
+        <source>Mercurial Incoming Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="47"/>
+        <source>Mercurial Outgoing Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="116"/>
+        <source>no bookmarks found</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.ui" line="0"/>
+        <source>&lt;b&gt;Bookmarks List&lt;/b&gt;
 &lt;p&gt;This shows a list of the bookmarks.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.ui" line="0" />
-      <source>Changeset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.ui" line="0"/>
+        <source>Changeset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgBookmarksListDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="45" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="47" />
-      <source>Press to refresh the bookmarks display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="123" />
-      <source>no bookmarks defined</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="256" />
-      <source>Switch to</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="262" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="267" />
-      <source>Rename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="273" />
-      <source>Pull</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="279" />
-      <source>Push</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="286" />
-      <source>Push Current</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="293" />
-      <source>Push All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="311" />
-      <source>Switch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="312" />
-      <source>The project should be reread. Do this now?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="330" />
-      <source>Delete Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="331" />
-      <source>&lt;p&gt;Shall the bookmark &lt;b&gt;{0}&lt;/b&gt; really be deleted?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="348" />
-      <source>Rename Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="349" />
-      <source>&lt;p&gt;Enter the new name for bookmark &lt;b&gt;{0}&lt;/b&gt;:&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui" line="0" />
-      <source>Mercurial Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui" line="0" />
-      <source>&lt;b&gt;Mercurial Bookmarks&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="45"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="47"/>
+        <source>Press to refresh the bookmarks display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="123"/>
+        <source>no bookmarks defined</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="256"/>
+        <source>Switch to</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="262"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="267"/>
+        <source>Rename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="273"/>
+        <source>Pull</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="279"/>
+        <source>Push</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="286"/>
+        <source>Push Current</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="293"/>
+        <source>Push All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="311"/>
+        <source>Switch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="312"/>
+        <source>The project should be reread. Do this now?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="330"/>
+        <source>Delete Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="331"/>
+        <source>&lt;p&gt;Shall the bookmark &lt;b&gt;{0}&lt;/b&gt; really be deleted?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="348"/>
+        <source>Rename Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.py" line="349"/>
+        <source>&lt;p&gt;Enter the new name for bookmark &lt;b&gt;{0}&lt;/b&gt;:&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui" line="0"/>
+        <source>Mercurial Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui" line="0"/>
+        <source>&lt;b&gt;Mercurial Bookmarks&lt;/b&gt;
 &lt;p&gt;This dialog shows a list of the projects bookmarks.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui" line="0" />
-      <source>&lt;b&gt;Bookmarks List&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui" line="0"/>
+        <source>&lt;b&gt;Bookmarks List&lt;/b&gt;
 &lt;p&gt;This shows a list of the projects bookmarks.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui" line="0" />
-      <source>Changeset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui" line="0" />
-      <source>Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui" line="0"/>
+        <source>Changeset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui" line="0"/>
+        <source>Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksListDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgBranchInputDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui" line="0" />
-      <source>Create Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui" line="0" />
-      <source>Enter branch name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui" line="0" />
-      <source>Enter the new branch name (spaces will be converted to _)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui" line="0" />
-      <source>Select to commit the branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui" line="0" />
-      <source>Commit Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui" line="0" />
-      <source>Select to force creating the branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui" line="0" />
-      <source>Force</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui" line="0"/>
+        <source>Create Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui" line="0"/>
+        <source>Enter branch name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui" line="0"/>
+        <source>Enter the new branch name (spaces will be converted to _)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui" line="0"/>
+        <source>Select to commit the branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui" line="0"/>
+        <source>Commit Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui" line="0"/>
+        <source>Select to force creating the branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui" line="0"/>
+        <source>Force</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgBundleDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Mercurial Bundle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Select to specify multiple revisions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Revisions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Enter revisions by number, id, range or revset expression one per line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Select to specify a revision by a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Select to specify a revision by a bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Bookmark:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Enter a bookmark name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Select to not specify a specific revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>No revision selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Base Revisions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Enter changesets by number, id, range or revset expression one per line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Compression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Select the compression type (empty for default)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Select to bundle all changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0" />
-      <source>Bundle all changesets</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Mercurial Bundle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Select to specify multiple revisions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Revisions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Enter revisions by number, id, range or revset expression one per line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Select to specify a revision by a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Select to specify a revision by a bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Bookmark:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Enter a bookmark name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Select to not specify a specific revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>No revision selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Base Revisions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Enter changesets by number, id, range or revset expression one per line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Compression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Select the compression type (empty for default)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Select to bundle all changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.ui" line="0"/>
+        <source>Bundle all changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgClient</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="91" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140" />
-      <source>Did not receive the 'hello' message.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="142" />
-      <source>Received data on unexpected channel.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="147" />
-      <source>Bad 'hello' message, expected 'capabilities: ' but got '{0}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152" />
-      <source>'capabilities' message did not contain any capability.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="161" />
-      <source>Bad 'hello' message, expected 'encoding: ' but got '{0}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="166" />
-      <source>'encoding' message did not contain any encoding.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="377" />
-      <source>For message see output dialog.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="91"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="140"/>
+        <source>Did not receive the &apos;hello&apos; message.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="142"/>
+        <source>Received data on unexpected channel.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="147"/>
+        <source>Bad &apos;hello&apos; message, expected &apos;capabilities: &apos; but got &apos;{0}&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="152"/>
+        <source>&apos;capabilities&apos; message did not contain any capability.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="161"/>
+        <source>Bad &apos;hello&apos; message, expected &apos;encoding: &apos; but got &apos;{0}&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="166"/>
+        <source>&apos;encoding&apos; message did not contain any encoding.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClient.py" line="377"/>
+        <source>For message see output dialog.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgClientPromptDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui" line="0" />
-      <source>Mercurial Client Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui" line="0" />
-      <source>Message:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui" line="0" />
-      <source>Shows the message sent by the Mercurial server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui" line="0" />
-      <source>Input:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui" line="0" />
-      <source>Enter the response to be sent to the Mercurial server</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui" line="0"/>
+        <source>Mercurial Client Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui" line="0"/>
+        <source>Message:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui" line="0"/>
+        <source>Shows the message sent by the Mercurial server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui" line="0"/>
+        <source>Input:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui" line="0"/>
+        <source>Enter the response to be sent to the Mercurial server</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgCloseHeadSelectionDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/HgCloseHeadSelectionDialog.ui" line="0" />
-      <source>Close Heads</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/HgCloseHeadSelectionDialog.ui" line="0" />
-      <source>Select heads to be closed:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/HgCloseHeadSelectionDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/HgCloseHeadSelectionDialog.ui" line="0" />
-      <source>Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/HgCloseHeadSelectionDialog.ui" line="0" />
-      <source>Commit Message:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/HgCloseHeadSelectionDialog.ui" line="0"/>
+        <source>Close Heads</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/HgCloseHeadSelectionDialog.ui" line="0"/>
+        <source>Select heads to be closed:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/HgCloseHeadSelectionDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/HgCloseHeadSelectionDialog.ui" line="0"/>
+        <source>Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/HgCloseHeadSelectionDialog.ui" line="0"/>
+        <source>Commit Message:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgCommandDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.ui" line="0" />
-      <source>Mercurial Command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.ui" line="0" />
-      <source>Mercurial Command:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.ui" line="0" />
-      <source>Enter the Mercurial command to be executed with all necessary parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.ui" line="0" />
-      <source>&lt;b&gt;Mercurial Command&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.ui" line="0"/>
+        <source>Mercurial Command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.ui" line="0"/>
+        <source>Mercurial Command:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.ui" line="0"/>
+        <source>Enter the Mercurial command to be executed with all necessary parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.ui" line="0"/>
+        <source>&lt;b&gt;Mercurial Command&lt;/b&gt;
 &lt;p&gt;Enter the Mercurial command to be executed including all necessary 
 parameters. If a parameter of the commandline includes a space you have to 
 surround this parameter by single or double quotes. Do not include the name 
 of the Mercurial client executable (i.e. hg).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.ui" line="0" />
-      <source>Project Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.ui" line="0" />
-      <source>This shows the root directory of the current project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.ui" line="0" />
-      <source>project directory</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.ui" line="0"/>
+        <source>Project Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.ui" line="0"/>
+        <source>This shows the root directory of the current project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.ui" line="0"/>
+        <source>project directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgCommitDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>Mercurial</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>Commit Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>Enter the log message.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>&lt;b&gt;Log Message&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>Mercurial</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>Commit Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>Enter the log message.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>&lt;b&gt;Log Message&lt;/b&gt;
 &lt;p&gt;Enter the log message for the commit action.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>Recent commit messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>Select a recent commit message to use</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>Select to amend the last commit (leave message empty to keep it)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>Amend the last commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>Select to commit sub-repositories as well</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>Commit sub-repositories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>Author</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>Enter author name to override the configured user:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>Enter an author name in order to override the configured one</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>Select to give date and time information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>Date and Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>Date/Time:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0" />
-      <source>Enter the date and time to be used</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>Recent commit messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>Select a recent commit message to use</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>Select to amend the last commit (leave message empty to keep it)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>Amend the last commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>Select to commit sub-repositories as well</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>Commit sub-repositories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>Author</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>Enter author name to override the configured user:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>Enter an author name in order to override the configured one</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>Select to give date and time information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>Date and Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>Date/Time:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.ui" line="0"/>
+        <source>Enter the date and time to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgConflictsListDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="55" />
-      <source>&amp;Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="57" />
-      <source>Press to refresh the list of conflicts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="176" />
-      <source>Unresolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="178" />
-      <source>Resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="180" />
-      <source>Unknown Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0" />
-      <source>Mercurial Conflicts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0" />
-      <source>&lt;b&gt;Conflicts List&lt;/b&gt;\n&lt;p&gt;This shows a list of files  which had or still have conflicts.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0" />
-      <source>Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0" />
-      <source>Press to mark the selected entries as 'resolved'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0" />
-      <source>Press to mark the selected entries as 'unresolved'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0" />
-      <source>Press to re-merge the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0" />
-      <source>Re-Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0" />
-      <source>Press to edit the selected entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0" />
-      <source>Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="55"/>
+        <source>&amp;Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="57"/>
+        <source>Press to refresh the list of conflicts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="176"/>
+        <source>Unresolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="178"/>
+        <source>Resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.py" line="180"/>
+        <source>Unknown Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0"/>
+        <source>Mercurial Conflicts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0"/>
+        <source>&lt;b&gt;Conflicts List&lt;/b&gt;\n&lt;p&gt;This shows a list of files  which had or still have conflicts.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0"/>
+        <source>Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0"/>
+        <source>Press to mark the selected entries as &apos;resolved&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0"/>
+        <source>Press to mark the selected entries as &apos;unresolved&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0"/>
+        <source>Press to re-merge the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0"/>
+        <source>Re-Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0"/>
+        <source>Press to edit the selected entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0"/>
+        <source>Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgConflictsListDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgCopyDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0" />
-      <source>Mercurial Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0" />
-      <source>Source:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0" />
-      <source>Shows the name of the source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0" />
-      <source>&lt;b&gt;Source name&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0"/>
+        <source>Mercurial Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0"/>
+        <source>Source:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0"/>
+        <source>Shows the name of the source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0"/>
+        <source>&lt;b&gt;Source name&lt;/b&gt;
 &lt;p&gt;This field shows the name of the source.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0" />
-      <source>Target:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0" />
-      <source>Enter the target name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0" />
-      <source>&lt;b&gt;Target name&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0"/>
+        <source>Target:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0"/>
+        <source>Enter the target name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0"/>
+        <source>&lt;b&gt;Target name&lt;/b&gt;
 &lt;p&gt;Enter the new name in this field. The target must be the new name or an absolute path.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0" />
-      <source>Select to force the operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0" />
-      <source>Enforce operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.py" line="44" />
-      <source>Mercurial Move</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0"/>
+        <source>Select to force the operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui" line="0"/>
+        <source>Enforce operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.py" line="44"/>
+        <source>Mercurial Move</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0" />
-      <source>Mercurial</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0" />
-      <source>Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0" />
-      <source>Press to send the input to the Mercurial process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0" />
-      <source>Enter data to be sent to the Mercurial process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0"/>
+        <source>Mercurial</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0"/>
+        <source>Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0"/>
+        <source>Press to send the input to the Mercurial process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0"/>
+        <source>Enter data to be sent to the Mercurial process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgDiffDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="42" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="44" />
-      <source>Press to refresh the display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="91" />
-      <source>Patch Contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="102" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="103" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="120" />
-      <source>There is no difference.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="141" />
-      <source>&lt;Start&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="142" />
-      <source>&lt;End&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="255" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="239" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="221" />
-      <source>Save Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="223" />
-      <source>Patch Files (*.diff)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="240" />
-      <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="256" />
-      <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="0" />
-      <source>Mercurial Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="0" />
-      <source>Difference</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="0" />
-      <source>&lt;b&gt;Mercurial Diff&lt;/b&gt;&lt;p&gt;This shows the output of the hg diff command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="42"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="44"/>
+        <source>Press to refresh the display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="91"/>
+        <source>Patch Contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="102"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="103"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="120"/>
+        <source>There is no difference.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="141"/>
+        <source>&lt;Start&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="142"/>
+        <source>&lt;End&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="255"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="239"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="221"/>
+        <source>Save Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="223"/>
+        <source>Patch Files (*.diff)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="240"/>
+        <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="256"/>
+        <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="0"/>
+        <source>Mercurial Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="0"/>
+        <source>Difference</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="0"/>
+        <source>&lt;b&gt;Mercurial Diff&lt;/b&gt;&lt;p&gt;This shows the output of the hg diff command.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgExportDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0" />
-      <source>Export Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0" />
-      <source>Export Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0" />
-      <source>Enter the target name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0" />
-      <source>&lt;b&gt;Target name&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0"/>
+        <source>Export Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0"/>
+        <source>Export Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0"/>
+        <source>Enter the target name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0"/>
+        <source>&lt;b&gt;Target name&lt;/b&gt;
 &lt;p&gt;Enter the new name in this field. The target must be the new name or an absolute path.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0" />
-      <source>File Name Pattern:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0" />
-      <source>Enter the file name pattern for the export files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0" />
-      <source>&lt;b&gt;File Name Pattern&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0"/>
+        <source>File Name Pattern:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0"/>
+        <source>Enter the file name pattern for the export files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0"/>
+        <source>&lt;b&gt;File Name Pattern&lt;/b&gt;
 &lt;p&gt;Enter the file name pattern to be used to generate the export files
 here. Valid recognized patterns are:&lt;/p&gt;
 &lt;table&gt;
-&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;literal "%" character&lt;/td&gt;&lt;/tr&gt;
+&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;literal &quot;%&quot; character&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;changeset hash (40 hexadecimal digits)&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;%N&lt;/td&gt;&lt;td&gt;number of patches being generated&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;%R&lt;/td&gt;&lt;td&gt;changeset revision number&lt;/td&gt;&lt;/tr&gt;
@@ -33762,34036 +33919,34250 @@
 &lt;tr&gt;&lt;td&gt;%r&lt;/td&gt;&lt;td&gt;zero-padded changeset revision number&lt;/td&gt;&lt;/tr&gt;
 &lt;/table&gt;    
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0" />
-      <source>Changesets:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0" />
-      <source>Enter changesets by number, id, range or revset expression one per line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0" />
-      <source>Bookmark:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0" />
-      <source>Select a bookmark name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0" />
-      <source>Compare Against Second Parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0" />
-      <source>Treat all Files as Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0" />
-      <source>Omit Dates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0" />
-      <source>Use Git extended Diff-Format</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0"/>
+        <source>Changesets:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0"/>
+        <source>Enter changesets by number, id, range or revset expression one per line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0"/>
+        <source>Bookmark:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0"/>
+        <source>Select a bookmark name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0"/>
+        <source>Compare Against Second Parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0"/>
+        <source>Treat all Files as Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0"/>
+        <source>Omit Dates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgExportDialog.ui" line="0"/>
+        <source>Use Git extended Diff-Format</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgGpgSignDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Select to specify a revision by number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Enter a revision number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Select to specify a revision by changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Id:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Enter a changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Select to specify a revision by a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Select to specify a revision by a bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Bookmark:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Enter a bookmark name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Enter a revision set expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Select tip revision of repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Commit Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Select to not commit the signature</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Do Not Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Enter a commit message (leave empty to use default)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Key-ID:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Enter the ID of the key to be used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Select to make the signature local</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Local Signature</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Select to sign even if the signature file is modified</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0" />
-      <source>Force Signature</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Select to specify a revision by number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Enter a revision number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Select to specify a revision by changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Id:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Enter a changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Select to specify a revision by a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Select to specify a revision by a bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Bookmark:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Enter a bookmark name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Enter a revision set expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Select tip revision of repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Commit Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Select to not commit the signature</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Do Not Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Enter a commit message (leave empty to use default)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Key-ID:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Enter the ID of the key to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Select to make the signature local</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Local Signature</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Select to sign even if the signature file is modified</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignDialog.ui" line="0"/>
+        <source>Force Signature</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgGpgSignaturesDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0" />
-      <source>Signed Changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0" />
-      <source>Select the category to filter on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="220" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0" />
-      <source>Signature</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0" />
-      <source>Enter the regular expression to filter on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0" />
-      <source>Press to verify the signatures of the selected revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0" />
-      <source>&amp;Verify...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0" />
-      <source>&lt;b&gt;Mercurial errors&lt;/b&gt;&lt;p&gt;This shows possible error messages.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="89" />
-      <source>no signatures found</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0"/>
+        <source>Signed Changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0"/>
+        <source>Select the category to filter on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="220"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0"/>
+        <source>Signature</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0"/>
+        <source>Enter the regular expression to filter on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0"/>
+        <source>Press to verify the signatures of the selected revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0"/>
+        <source>&amp;Verify...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Mercurial errors&lt;/b&gt;&lt;p&gt;This shows possible error messages.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="89"/>
+        <source>no signatures found</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgGraftDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Copy Changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Revisions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Enter changesets by number, id, range or revset expression one per line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Select to give user information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>User</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Select to use the name of the current user</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Use current user</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Username:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Enter the user name to be used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Select to give date and time information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Date and Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Select to use the current date and time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Use current date and time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Date/Time:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Enter the date and time to be used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Select to append graft info to the log message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Append Graft &amp;Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Select to perform a dry-run of the graft operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Perform Dry-Run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Select to not commit the copied changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0" />
-      <source>Don't Commit</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Copy Changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Revisions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Enter changesets by number, id, range or revset expression one per line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Select to give user information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>User</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Select to use the name of the current user</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Use current user</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Username:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Enter the user name to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Select to give date and time information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Date and Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Select to use the current date and time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Use current date and time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Date/Time:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Enter the date and time to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Select to append graft info to the log message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Append Graft &amp;Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Select to perform a dry-run of the graft operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Perform Dry-Run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Select to not commit the copied changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.ui" line="0"/>
+        <source>Don&apos;t Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgHisteditCommitEditor</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.ui" line="0" />
-      <source>Commit Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.ui" line="0" />
-      <source>Edit the commit message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.ui" line="0" />
-      <source>Recent commit messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.ui" line="0" />
-      <source>Select a recent commit message to use</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.ui" line="0" />
-      <source>Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.py" line="98" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.py" line="57" />
-      <source>Edit Commit Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.py" line="99" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.py" line="58" />
-      <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>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.ui" line="0"/>
+        <source>Commit Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.ui" line="0"/>
+        <source>Edit the commit message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.ui" line="0"/>
+        <source>Recent commit messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.ui" line="0"/>
+        <source>Select a recent commit message to use</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.ui" line="0"/>
+        <source>Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.py" line="98"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.py" line="57"/>
+        <source>Edit Commit Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.py" line="99"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditCommitEditor.py" line="58"/>
+        <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"></translation>
+    </message>
+</context>
+<context>
     <name>HgHisteditConfigDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Histedit Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Start Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Select to use the default revision as the base</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Default Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Select to edit all outgoing revisions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>All Outgoing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Select to use a revision as start point</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Select to specify a revision by number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Enter a revision number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Select to specify a revision by changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Id:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Enter a changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Select to specify a revision by a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Select to specify a revision by a bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Bookmark:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Enter a bookmark name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Enter a revision set expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Select to force outgoing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Force outgoing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Select to keep old nodes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0" />
-      <source>Keep old nodes</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Histedit Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Start Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Select to use the default revision as the base</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Default Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Select to edit all outgoing revisions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>All Outgoing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Select to use a revision as start point</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Select to specify a revision by number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Enter a revision number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Select to specify a revision by changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Id:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Enter a changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Select to specify a revision by a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Select to specify a revision by a bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Bookmark:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Enter a bookmark name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Enter a revision set expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Select to force outgoing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Force outgoing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Select to keep old nodes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditConfigDialog.ui" line="0"/>
+        <source>Keep old nodes</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgHisteditPlanEditor</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py" line="244" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py" line="110" />
-      <source>Edit Plan</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py" line="245" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py" line="111" />
-      <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="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0" />
-      <source>Modification Plan</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0" />
-      <source>Action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0" />
-      <source>Summary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0" />
-      <source>Press to move the selected entry up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0" />
-      <source>Up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0" />
-      <source>Press to move the selected entry down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0" />
-      <source>Down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0" />
-      <source>Information</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py" line="244"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py" line="110"/>
+        <source>Edit Plan</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py" line="245"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.py" line="111"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0"/>
+        <source>Modification Plan</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0"/>
+        <source>Action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0"/>
+        <source>Summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0"/>
+        <source>Press to move the selected entry up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0"/>
+        <source>Up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0"/>
+        <source>Press to move the selected entry down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0"/>
+        <source>Down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.ui" line="0"/>
+        <source>Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgImportDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Import Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Commit data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Select to not commit the imported patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Do not commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Commit message:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Enter the commit message or leave empty to use the default one</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Commit Date:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Enter optional date for the commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Commit User:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Enter optional user for the commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Enable to commit with the secret phase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Commit with Secret Phase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Strip Count:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Enter number of leading directories to strip off (default 1)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Patch File:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Enter the name of the patch file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Select to enforce the import</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0" />
-      <source>Enforce Import</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.py" line="38" />
-      <source>Patch Files (*.diff *.patch);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Import Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Commit data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Select to not commit the imported patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Do not commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Commit message:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Enter the commit message or leave empty to use the default one</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Commit Date:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Enter optional date for the commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Commit User:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Enter optional user for the commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Enable to commit with the secret phase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Commit with Secret Phase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Strip Count:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Enter number of leading directories to strip off (default 1)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Patch File:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Enter the name of the patch file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Select to enforce the import</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui" line="0"/>
+        <source>Enforce Import</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgImportDialog.py" line="38"/>
+        <source>Patch Files (*.diff *.patch);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgLogBrowserDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="139" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Mercurial Log</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Select action from menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Select the mode (find or filter)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>From:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Enter the start date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>To:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Enter the end date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Select the branch to filter on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Select the field to filter on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Enter the regular expression to filter on or search for</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Press to find the previous occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Press to find the next occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Graph</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="171" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="175" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Phase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="172" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Author</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="173" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Tags</source>
-      <translation>Tags</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Press to move up in the log list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Press to move down in the log list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Press to get the next bunch of log entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>&amp;Next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Enter the limit of entries to fetch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Select to stop listing log messages at a copy or move</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Stop on Copy/Move</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Copy from</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2690" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>&lt;a href="save:me"&gt;Save&lt;/a&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" />
-      <source>&lt;b&gt;Mercurial log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the hg log command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="141" />
-      <source>Mercurial Log (Incoming)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="143" />
-      <source>Mercurial Log (Outgoing)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="145" />
-      <source>Mercurial Full Log</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="157" />
-      <source>&amp;Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="160" />
-      <source>Press to refresh the list of changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="168" />
-      <source>Find</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="169" />
-      <source>Filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="174" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="196" />
-      <source>&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Revision&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Branch&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;{4}&lt;tr&gt;&lt;td&gt;&lt;b&gt;Message&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{5}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="206" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parents&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="207" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Children&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="210" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tags&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="211" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Latest Tag&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="214" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Bookmarks&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="226" />
-      <source>All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="244" />
-      <source>Added</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="245" />
-      <source>Deleted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="246" />
-      <source>Modified</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="250" />
-      <source>Draft</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="251" />
-      <source>Public</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="252" />
-      <source>Secret</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="260" />
-      <source>Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2150" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="299" />
-      <source>Copy Changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="303" />
-      <source>Copy the selected changesets to the current branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="308" />
-      <source>Merge with Changeset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="312" />
-      <source>Merge the working directory with the selected changeset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="316" />
-      <source>Change Phase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="319" />
-      <source>Change the phase of the selected revisions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="322" />
-      <source>&lt;b&gt;Change Phase&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="139"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Mercurial Log</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Select action from menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Select the mode (find or filter)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>From:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Enter the start date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>To:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Enter the end date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Select the branch to filter on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Select the field to filter on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Enter the regular expression to filter on or search for</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Press to find the previous occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Press to find the next occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Graph</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="171"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="175"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Phase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="172"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Author</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="173"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Tags</source>
+        <translation>Tags</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Press to move up in the log list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Press to move down in the log list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Press to get the next bunch of log entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>&amp;Next</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Enter the limit of entries to fetch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Select to stop listing log messages at a copy or move</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Stop on Copy/Move</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Copy from</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2690"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>&lt;a href=&quot;save:me&quot;&gt;Save&lt;/a&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0"/>
+        <source>&lt;b&gt;Mercurial log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the hg log command.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="141"/>
+        <source>Mercurial Log (Incoming)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="143"/>
+        <source>Mercurial Log (Outgoing)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="145"/>
+        <source>Mercurial Full Log</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="157"/>
+        <source>&amp;Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="160"/>
+        <source>Press to refresh the list of changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="168"/>
+        <source>Find</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="169"/>
+        <source>Filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="174"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="196"/>
+        <source>&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Revision&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Branch&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;{4}&lt;tr&gt;&lt;td&gt;&lt;b&gt;Message&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{5}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="206"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parents&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="207"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Children&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="210"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tags&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="211"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Latest Tag&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="214"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Bookmarks&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="226"/>
+        <source>All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="244"/>
+        <source>Added</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="245"/>
+        <source>Deleted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="246"/>
+        <source>Modified</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="250"/>
+        <source>Draft</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="251"/>
+        <source>Public</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="252"/>
+        <source>Secret</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="260"/>
+        <source>Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2150"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="299"/>
+        <source>Copy Changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="303"/>
+        <source>Copy the selected changesets to the current branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="308"/>
+        <source>Merge with Changeset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="312"/>
+        <source>Merge the working directory with the selected changeset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="316"/>
+        <source>Change Phase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="319"/>
+        <source>Change the phase of the selected revisions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="322"/>
+        <source>&lt;b&gt;Change Phase&lt;/b&gt;
 &lt;p&gt;This changes the phase of the selected revisions. The selected revisions have to have the same current phase.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="330" />
-      <source>Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="332" />
-      <source>Tag the selected revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="336" />
-      <source>Close Heads</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="339" />
-      <source>Close the selected heads</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2244" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2227" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="343" />
-      <source>Switch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="347" />
-      <source>Switch the working directory to the selected revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="354" />
-      <source>Define Bookmark...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="357" />
-      <source>Bookmark the selected revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="360" />
-      <source>Move Bookmark...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="364" />
-      <source>Move bookmark to the selected revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2362" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1562" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="371" />
-      <source>Pull Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="374" />
-      <source>Pull changes from a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="376" />
-      <source>Pull Large Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="378" />
-      <source>Pull large files for selected revisions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="384" />
-      <source>Push Selected Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="388" />
-      <source>Push changes of the selected changeset and its ancestors to a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="395" />
-      <source>Push All Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="398" />
-      <source>Push all changes to a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="404" />
-      <source>Create Changegroup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="408" />
-      <source>Create a changegroup file containing the selected changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="411" />
-      <source>&lt;b&gt;Create Changegroup&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="330"/>
+        <source>Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="332"/>
+        <source>Tag the selected revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="336"/>
+        <source>Close Heads</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="339"/>
+        <source>Close the selected heads</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2244"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2227"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="343"/>
+        <source>Switch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="347"/>
+        <source>Switch the working directory to the selected revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="354"/>
+        <source>Define Bookmark...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="357"/>
+        <source>Bookmark the selected revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="360"/>
+        <source>Move Bookmark...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="364"/>
+        <source>Move bookmark to the selected revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2362"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1562"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="371"/>
+        <source>Pull Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="374"/>
+        <source>Pull changes from a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="376"/>
+        <source>Pull Large Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="378"/>
+        <source>Pull large files for selected revisions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="384"/>
+        <source>Push Selected Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="388"/>
+        <source>Push changes of the selected changeset and its ancestors to a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="395"/>
+        <source>Push All Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="398"/>
+        <source>Push all changes to a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="404"/>
+        <source>Create Changegroup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="408"/>
+        <source>Create a changegroup file containing the selected changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="411"/>
+        <source>&lt;b&gt;Create Changegroup&lt;/b&gt;
 &lt;p&gt;This creates a changegroup file containing the selected revisions. If no revisions are selected, all changesets will be bundled. If one revision is selected, it will be interpreted as the base revision. Otherwise the lowest revision will be used as the base revision and all other revision will be bundled. If the dialog is showing outgoing changesets, all selected changesets will be bundled.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2501" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="424" />
-      <source>Apply Changegroup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="428" />
-      <source>Apply the currently viewed changegroup file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="435" />
-      <source>Sign Revisions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="439" />
-      <source>Add a signature for the selected revisions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="443" />
-      <source>Verify Signatures</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="447" />
-      <source>Verify all signatures there may be for the selected revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2408" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="454" />
-      <source>Strip Changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="457" />
-      <source>Strip changesets from a repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="462" />
-      <source>Select All Entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="465" />
-      <source>Deselect All Entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="913" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="889" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="866" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="840" />
-      <source>Mercurial Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1214" />
-      <source>{0} (large file)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1472" />
-      <source>Side-by-Side Diff to Parent {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1483" />
-      <source>&lt;a href="sbsdiff:{0}_{1}"&gt;Side-by-Side Compare&lt;/a&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1641" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1560" />
-      <source>Pull Selected Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2502" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2409" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2363" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2245" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2151" />
-      <source>The project should be reread. Do this now?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2228" />
-      <source>Select bookmark to switch to (leave empty to use revision):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2273" />
-      <source>Define Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2274" />
-      <source>Enter bookmark name for changeset "{0}":</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2303" />
-      <source>Move Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2304" />
-      <source>Select the bookmark to be moved  to changeset "{0}":</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2641" />
-      <source>Find Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2642" />
-      <source>'{0}' was not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2689" />
-      <source>Generating differences ...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2701" />
-      <source>Differences to Parent {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2717" />
-      <source>Diff to Parent {0}{1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2740" />
-      <source>There is no difference.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2891" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2875" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2857" />
-      <source>Save Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2859" />
-      <source>Patch Files (*.diff)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2876" />
-      <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2892" />
-      <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2501"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="424"/>
+        <source>Apply Changegroup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="428"/>
+        <source>Apply the currently viewed changegroup file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="435"/>
+        <source>Sign Revisions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="439"/>
+        <source>Add a signature for the selected revisions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="443"/>
+        <source>Verify Signatures</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="447"/>
+        <source>Verify all signatures there may be for the selected revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2408"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="454"/>
+        <source>Strip Changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="457"/>
+        <source>Strip changesets from a repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="462"/>
+        <source>Select All Entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="465"/>
+        <source>Deselect All Entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="913"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="889"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="866"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="840"/>
+        <source>Mercurial Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1214"/>
+        <source>{0} (large file)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1472"/>
+        <source>Side-by-Side Diff to Parent {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1483"/>
+        <source>&lt;a href=&quot;sbsdiff:{0}_{1}&quot;&gt;Side-by-Side Compare&lt;/a&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1641"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="1560"/>
+        <source>Pull Selected Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2502"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2409"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2363"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2245"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2151"/>
+        <source>The project should be reread. Do this now?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2228"/>
+        <source>Select bookmark to switch to (leave empty to use revision):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2273"/>
+        <source>Define Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2274"/>
+        <source>Enter bookmark name for changeset &quot;{0}&quot;:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2303"/>
+        <source>Move Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2304"/>
+        <source>Select the bookmark to be moved  to changeset &quot;{0}&quot;:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2641"/>
+        <source>Find Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2642"/>
+        <source>&apos;{0}&apos; was not found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2689"/>
+        <source>Generating differences ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2701"/>
+        <source>Differences to Parent {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2717"/>
+        <source>Diff to Parent {0}{1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2740"/>
+        <source>There is no difference.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2891"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2875"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2857"/>
+        <source>Save Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2859"/>
+        <source>Patch Files (*.diff)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2876"/>
+        <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2892"/>
+        <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgMergeDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Mercurial Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Select to specify a revision by number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Enter a revision number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Select to specify a revision by changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Id:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Enter a changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Select to specify a revision by a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Select to specify a revision by a bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Bookmark:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Enter a bookmark name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Enter a revision set expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Select to not specify a specific revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>No revision selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Select to force the merge operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0" />
-      <source>Enforce merge</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Mercurial Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Select to specify a revision by number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Enter a revision number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Select to specify a revision by changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Id:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Enter a changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Select to specify a revision by a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Select to specify a revision by a bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Bookmark:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Enter a bookmark name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Enter a revision set expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Select to not specify a specific revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>No revision selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Select to force the merge operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMergeDialog.ui" line="0"/>
+        <source>Enforce merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgMultiRevisionSelectionDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0" />
-      <source>Mercurial Revisions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0" />
-      <source>Select to specify a list of changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0" />
-      <source>Revisions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0" />
-      <source>Enter revisions by number, id, range or revset expression one per line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by a bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0" />
-      <source>Bookmark:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0" />
-      <source>Enter a bookmark name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0" />
-      <source>Limit Results</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0" />
-      <source>Enter number of entries to show:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0"/>
+        <source>Mercurial Revisions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0"/>
+        <source>Select to specify a list of changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0"/>
+        <source>Revisions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter revisions by number, id, range or revset expression one per line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by a bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0"/>
+        <source>Bookmark:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter a bookmark name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0"/>
+        <source>Limit Results</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgMultiRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter number of entries to show:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgNewProjectOptionsDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0" />
-      <source>New Project from Repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;New Project from Repository Dialog&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0"/>
+        <source>New Project from Repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;New Project from Repository Dialog&lt;/b&gt;
 &lt;p&gt;Enter the various repository infos into the entry fields. These values are used, when the new project is retrieved from the repository. If the checkbox is selected, the URL must end in the project name. A repository layout with project/tags, project/branches and project/trunk will be assumed. In this case, you may enter a tag or branch, which must look like tags/tagname or branches/branchname. If the checkbox is not selected, the URL must contain the complete path in the repository.&lt;/p&gt;
 &lt;p&gt;For remote repositories the URL must contain the hostname.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Note:&lt;/b&gt; This option increases the download time and volume.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0" />
-      <source>Enter the URL of the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0" />
-      <source>&amp;Revision:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0" />
-      <source>Enter the revision the new project should be generated from</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0" />
-      <source>Enter the directory of the new project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Project Directory&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; This option increases the download time and volume.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0"/>
+        <source>Enter the URL of the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0"/>
+        <source>&amp;Revision:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0"/>
+        <source>Enter the revision the new project should be generated from</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0"/>
+        <source>Enter the directory of the new project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Project Directory&lt;/b&gt;
 &lt;p&gt;Enter the directory of the new project. It will be retrieved from 
 the repository and be placed in this directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0" />
-      <source>Download all versions of all large files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0" />
-      <source>Project &amp;Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0" />
-      <source>&amp;URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0" />
-      <source>Press to clear the history of entered repository URLs</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0"/>
+        <source>Download all versions of all large files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0"/>
+        <source>Project &amp;Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0"/>
+        <source>&amp;URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.ui" line="0"/>
+        <source>Press to clear the history of entered repository URLs</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgOptionsDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui" line="0" />
-      <source>Initial Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Initial Commit Dialog&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui" line="0"/>
+        <source>Initial Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Initial Commit Dialog&lt;/b&gt;
 &lt;p&gt;Enter the message for the initial commit.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui" line="0" />
-      <source>Commit &amp;Message:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui" line="0" />
-      <source>Enter the log message for the new project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Log Message&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui" line="0"/>
+        <source>Commit &amp;Message:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui" line="0"/>
+        <source>Enter the log message for the new project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Log Message&lt;/b&gt;
 &lt;p&gt;Enter the log message to be used for the new project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui" line="0" />
-      <source>new project started</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui" line="0"/>
+        <source>new project started</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgPhaseDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py" line="32" />
-      <source>Public</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py" line="33" />
-      <source>Draft</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py" line="34" />
-      <source>Secret</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui" line="0" />
-      <source>Mercurial Phases</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui" line="0" />
-      <source>&amp;Revisions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui" line="0" />
-      <source>Enter revisions by number, id, range or revset expression one per line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui" line="0" />
-      <source>Phase:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui" line="0" />
-      <source>Select the phase to be set for the specified revisions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui" line="0" />
-      <source>Select to force the phase change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui" line="0" />
-      <source>Force Phase Change</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py" line="32"/>
+        <source>Public</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py" line="33"/>
+        <source>Draft</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py" line="34"/>
+        <source>Secret</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui" line="0"/>
+        <source>Mercurial Phases</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui" line="0"/>
+        <source>&amp;Revisions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui" line="0"/>
+        <source>Enter revisions by number, id, range or revset expression one per line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui" line="0"/>
+        <source>Phase:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui" line="0"/>
+        <source>Select the phase to be set for the specified revisions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui" line="0"/>
+        <source>Select to force the phase change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui" line="0"/>
+        <source>Force Phase Change</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgProjectBrowserHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="264" />
-      <source>Extensions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="692" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="579" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="532" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="431" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="289" />
-      <source>Version Control</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="708" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="595" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="447" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="305" />
-      <source>Commit changes to repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="716" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="603" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="455" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="313" />
-      <source>Add to repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="722" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="609" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="461" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="319" />
-      <source>Remove from repository (and disk)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="986" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="973" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="467" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="325" />
-      <source>Remove from repository only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="614" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="330" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="616" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="332" />
-      <source>Move</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="621" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="337" />
-      <source>Show log browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="729" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="628" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="474" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="344" />
-      <source>Show status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="736" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="635" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="481" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="351" />
-      <source>Show differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="357" />
-      <source>Show differences side-by-side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="742" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="641" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="487" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="363" />
-      <source>Show differences (extended)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="369" />
-      <source>Show differences side-by-side (extended)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="375" />
-      <source>Show annotated file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="379" />
-      <source>Show annotated file with skip list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="383" />
-      <source>Create skip list file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="749" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="648" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="494" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="389" />
-      <source>Revert changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="753" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="652" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="498" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="393" />
-      <source>Conflicts resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="755" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="654" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="500" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="395" />
-      <source>Conflicts unresolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="757" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="656" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="502" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="397" />
-      <source>Re-Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="761" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="660" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="547" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="506" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="401" />
-      <source>Select all local file entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="764" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="663" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="550" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="509" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="404" />
-      <source>Select all versioned file entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="767" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="666" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="553" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="512" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="407" />
-      <source>Select all local directory entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="771" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="670" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="557" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="516" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="411" />
-      <source>Select all versioned directory entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="775" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="674" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="561" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="520" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="415" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="890" />
-      <source>Create {0} file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="891" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="987" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="974" />
-      <source>Do you really want to remove these files from the repository?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="264"/>
+        <source>Extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="692"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="579"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="532"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="431"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="289"/>
+        <source>Version Control</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="708"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="595"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="447"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="305"/>
+        <source>Commit changes to repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="716"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="603"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="455"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="313"/>
+        <source>Add to repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="722"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="609"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="461"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="319"/>
+        <source>Remove from repository (and disk)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="986"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="973"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="467"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="325"/>
+        <source>Remove from repository only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="614"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="330"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="616"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="332"/>
+        <source>Move</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="621"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="337"/>
+        <source>Show log browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="729"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="628"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="474"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="344"/>
+        <source>Show status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="736"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="635"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="481"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="351"/>
+        <source>Show differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="357"/>
+        <source>Show differences side-by-side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="742"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="641"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="487"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="363"/>
+        <source>Show differences (extended)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="369"/>
+        <source>Show differences side-by-side (extended)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="375"/>
+        <source>Show annotated file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="379"/>
+        <source>Show annotated file with skip list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="383"/>
+        <source>Create skip list file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="749"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="648"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="494"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="389"/>
+        <source>Revert changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="753"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="652"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="498"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="393"/>
+        <source>Conflicts resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="755"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="654"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="500"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="395"/>
+        <source>Conflicts unresolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="757"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="656"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="502"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="397"/>
+        <source>Re-Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="761"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="660"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="547"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="506"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="401"/>
+        <source>Select all local file entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="764"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="663"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="550"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="509"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="404"/>
+        <source>Select all versioned file entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="767"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="666"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="553"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="512"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="407"/>
+        <source>Select all local directory entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="771"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="670"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="557"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="516"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="411"/>
+        <source>Select all versioned directory entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="775"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="674"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="561"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="520"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="415"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="890"/>
+        <source>Create {0} file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="891"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="987"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectBrowserHelper.py" line="974"/>
+        <source>Do you really want to remove these files from the repository?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgProjectHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="118" />
-      <source>New from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="120" />
-      <source>&amp;New from repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="127" />
-      <source>Create (clone) a new project from a Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="130" />
-      <source>&lt;b&gt;New from repository&lt;/b&gt;&lt;p&gt;This creates (clones) a new local project from a Mercurial repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="142" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="140" />
-      <source>Show incoming log</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="148" />
-      <source>Show the log of incoming changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="150" />
-      <source>&lt;b&gt;Show incoming log&lt;/b&gt;&lt;p&gt;This shows the log of changes coming into the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="162" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="160" />
-      <source>Pull changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="168" />
-      <source>Pull changes from a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="170" />
-      <source>&lt;b&gt;Pull changes&lt;/b&gt;&lt;p&gt;This pulls changes from a remote repository into the local repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="180" />
-      <source>Update from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="182" />
-      <source>&amp;Update from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="189" />
-      <source>Update the local project from the Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="192" />
-      <source>&lt;b&gt;Update from repository&lt;/b&gt;&lt;p&gt;This updates the local project from the Mercurial repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="202" />
-      <source>Commit changes to repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="204" />
-      <source>&amp;Commit changes to repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="211" />
-      <source>Commit changes to the local project to the Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="214" />
-      <source>&lt;b&gt;Commit changes to repository&lt;/b&gt;&lt;p&gt;This commits changes to the local project to the Mercurial repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="226" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="224" />
-      <source>Show outgoing log</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="232" />
-      <source>Show the log of outgoing changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="234" />
-      <source>&lt;b&gt;Show outgoing log&lt;/b&gt;&lt;p&gt;This shows the log of changes outgoing out of the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="246" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="244" />
-      <source>Push changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="252" />
-      <source>Push changes to a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="254" />
-      <source>&lt;b&gt;Push changes&lt;/b&gt;&lt;p&gt;This pushes changes from the local repository to a remote repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="266" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="264" />
-      <source>Push changes (force)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="273" />
-      <source>Push changes to a remote repository with force option</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="276" />
-      <source>&lt;b&gt;Push changes (force)&lt;/b&gt;&lt;p&gt;This pushes changes from the local repository to a remote repository using the 'force' option.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="286" />
-      <source>Export from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="288" />
-      <source>&amp;Export from repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="294" />
-      <source>Export a project from the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="296" />
-      <source>&lt;b&gt;Export from repository&lt;/b&gt;&lt;p&gt;This exports a project from the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="307" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="305" />
-      <source>Show log browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="314" />
-      <source>Show a dialog to browse the log of the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="317" />
-      <source>&lt;b&gt;Show log browser&lt;/b&gt;&lt;p&gt;This shows a dialog to browse the log of the local project. A limited number of entries is shown first. More can be retrieved later on.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="328" />
-      <source>Show differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="330" />
-      <source>Show &amp;difference</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="337" />
-      <source>Show the difference of the local project to the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="340" />
-      <source>&lt;b&gt;Show differences&lt;/b&gt;&lt;p&gt;This shows differences of the local project to the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="352" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="350" />
-      <source>Show differences (extended)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="359" />
-      <source>Show the difference of revisions of the project to the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="362" />
-      <source>&lt;b&gt;Show differences (extended)&lt;/b&gt;&lt;p&gt;This shows differences of selectable revisions of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="372" />
-      <source>Show status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="374" />
-      <source>Show &amp;status...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="380" />
-      <source>Show the status of the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="382" />
-      <source>&lt;b&gt;Show status&lt;/b&gt;&lt;p&gt;This shows the status of the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="391" />
-      <source>Show Summary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="393" />
-      <source>Show summary...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="400" />
-      <source>Show summary information of the working directory status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="403" />
-      <source>&lt;b&gt;Show summary&lt;/b&gt;&lt;p&gt;This shows some summary information of the working directory status.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="413" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="413" />
-      <source>Show heads</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="415" />
-      <source>Show the heads of the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="417" />
-      <source>&lt;b&gt;Show heads&lt;/b&gt;&lt;p&gt;This shows the heads of the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="427" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="426" />
-      <source>Show parents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="433" />
-      <source>Show the parents of the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="435" />
-      <source>&lt;b&gt;Show parents&lt;/b&gt;&lt;p&gt;This shows the parents of the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="444" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="444" />
-      <source>Show tip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="446" />
-      <source>Show the tip of the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="448" />
-      <source>&lt;b&gt;Show tip&lt;/b&gt;&lt;p&gt;This shows the tip of the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="454" />
-      <source>Revert changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="456" />
-      <source>Re&amp;vert changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="463" />
-      <source>Revert all changes made to the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="466" />
-      <source>&lt;b&gt;Revert changes&lt;/b&gt;&lt;p&gt;This reverts all changes made to the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2099" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="475" />
-      <source>Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="477" />
-      <source>Mer&amp;ge changes...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="484" />
-      <source>Merge changes of a revision into the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="487" />
-      <source>&lt;b&gt;Merge&lt;/b&gt;&lt;p&gt;This merges changes of a revision into the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="498" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="497" />
-      <source>Commit Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="504" />
-      <source>Commit all the merged changes.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="506" />
-      <source>&lt;b&gt;Commit a merge&lt;/b&gt;&lt;p&gt;This commits a merge working directory&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="516" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="515" />
-      <source>Abort Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="523" />
-      <source>Abort an uncommitted merge and lose all changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="526" />
-      <source>&lt;b&gt;Abort uncommitted merge&lt;/b&gt;&lt;p&gt;This aborts an uncommitted merge causing all changes to be lost.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="538" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="536" />
-      <source>Re-Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="545" />
-      <source>Re-Merge all conflicting, unresolved files of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="548" />
-      <source>&lt;b&gt;Re-Merge&lt;/b&gt;&lt;p&gt;This re-merges all conflicting, unresolved files of the project discarding any previous merge attempt.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="558" />
-      <source>Show conflicts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="559" />
-      <source>Show conflicts...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="566" />
-      <source>Show a dialog listing all files with conflicts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="569" />
-      <source>&lt;b&gt;Show conflicts&lt;/b&gt;&lt;p&gt;This shows a dialog listing all files which had or still have conflicts.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="579" />
-      <source>Conflicts resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="580" />
-      <source>Con&amp;flicts resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="587" />
-      <source>Mark all conflicts of the local project as resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="590" />
-      <source>&lt;b&gt;Conflicts resolved&lt;/b&gt;&lt;p&gt;This marks all conflicts of the local project as resolved.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="601" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="600" />
-      <source>Conflicts unresolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="608" />
-      <source>Mark all conflicts of the local project as unresolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="611" />
-      <source>&lt;b&gt;Conflicts unresolved&lt;/b&gt;&lt;p&gt;This marks all conflicts of the local project as unresolved.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="621" />
-      <source>Tag in repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="623" />
-      <source>&amp;Tag in repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="629" />
-      <source>Tag the local project in the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="631" />
-      <source>&lt;b&gt;Tag in repository&lt;/b&gt;&lt;p&gt;This tags the local project in the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="640" />
-      <source>List tags</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="641" />
-      <source>List tags...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="647" />
-      <source>List tags of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="649" />
-      <source>&lt;b&gt;List tags&lt;/b&gt;&lt;p&gt;This lists the tags of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="655" />
-      <source>List branches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="656" />
-      <source>List branches...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="662" />
-      <source>List branches of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="664" />
-      <source>&lt;b&gt;List branches&lt;/b&gt;&lt;p&gt;This lists the branches of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="673" />
-      <source>Create branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="675" />
-      <source>Create &amp;branch...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="682" />
-      <source>Create a new branch for the local project in the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="685" />
-      <source>&lt;b&gt;Create branch&lt;/b&gt;&lt;p&gt;This creates a new branch for the local project in the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="697" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="695" />
-      <source>Push new branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="704" />
-      <source>Push the current branch of the local project as a new named branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="709" />
-      <source>&lt;b&gt;Push new branch&lt;/b&gt;&lt;p&gt;This pushes the current branch of the local project as a new named branch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="721" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="719" />
-      <source>Close branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="728" />
-      <source>Close the current branch of the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="731" />
-      <source>&lt;b&gt;Close branch&lt;/b&gt;&lt;p&gt;This closes the current branch of the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="741" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="740" />
-      <source>Show current branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="748" />
-      <source>Show the current branch of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="751" />
-      <source>&lt;b&gt;Show current branch&lt;/b&gt;&lt;p&gt;This shows the current branch of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="760" />
-      <source>Switch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="762" />
-      <source>S&amp;witch...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="769" />
-      <source>Switch the working directory to another revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="772" />
-      <source>&lt;b&gt;Switch&lt;/b&gt;&lt;p&gt;This switches the working directory to another revision.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="782" />
-      <source>Cleanup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="782" />
-      <source>Cleanu&amp;p</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="784" />
-      <source>Cleanup the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="786" />
-      <source>&lt;b&gt;Cleanup&lt;/b&gt;&lt;p&gt;This performs a cleanup of the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="795" />
-      <source>Execute command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="796" />
-      <source>E&amp;xecute command...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="803" />
-      <source>Execute an arbitrary Mercurial command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="806" />
-      <source>&lt;b&gt;Execute command&lt;/b&gt;&lt;p&gt;This opens a dialog to enter an arbitrary Mercurial command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="816" />
-      <source>Configure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="817" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="824" />
-      <source>Show the configuration dialog with the Mercurial page selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="827" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;Show the configuration dialog with the Mercurial page selected.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="837" />
-      <source>Edit user configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="838" />
-      <source>Edit user configuration...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="845" />
-      <source>Show an editor to edit the user configuration file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="848" />
-      <source>&lt;b&gt;Edit user configuration&lt;/b&gt;&lt;p&gt;Show an editor to edit the user configuration file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="857" />
-      <source>Edit repository configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="858" />
-      <source>Edit repository configuration...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="865" />
-      <source>Show an editor to edit the repository configuration file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="868" />
-      <source>&lt;b&gt;Edit repository configuration&lt;/b&gt;&lt;p&gt;Show an editor to edit the repository configuration file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="878" />
-      <source>Show combined configuration settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="879" />
-      <source>Show combined configuration settings...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="886" />
-      <source>Show the combined configuration settings from all configuration files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="892" />
-      <source>&lt;b&gt;Show combined configuration settings&lt;/b&gt;&lt;p&gt;This shows the combined configuration settings from all configuration files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="902" />
-      <source>Show paths</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="903" />
-      <source>Show paths...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="910" />
-      <source>Show the aliases for remote repositories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="913" />
-      <source>&lt;b&gt;Show paths&lt;/b&gt;&lt;p&gt;This shows the aliases for remote repositories.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="922" />
-      <source>Verify repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="923" />
-      <source>Verify repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="929" />
-      <source>Verify the integrity of the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="931" />
-      <source>&lt;b&gt;Verify repository&lt;/b&gt;&lt;p&gt;This verifies the integrity of the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="940" />
-      <source>Recover</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="940" />
-      <source>Recover...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="943" />
-      <source>Recover from an interrupted transaction</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="946" />
-      <source>&lt;b&gt;Recover&lt;/b&gt;&lt;p&gt;This recovers from an interrupted transaction.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="955" />
-      <source>Identify</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="956" />
-      <source>Identify...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="962" />
-      <source>Identify the project directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="964" />
-      <source>&lt;b&gt;Identify&lt;/b&gt;&lt;p&gt;This identifies the project directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="974" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="973" />
-      <source>Create .hgignore</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="981" />
-      <source>Create a .hgignore file with default values</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="984" />
-      <source>&lt;b&gt;Create .hgignore&lt;/b&gt;&lt;p&gt;This creates a .hgignore file with default values.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="993" />
-      <source>Create changegroup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="995" />
-      <source>Create changegroup...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1002" />
-      <source>Create changegroup file collecting changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1005" />
-      <source>&lt;b&gt;Create changegroup&lt;/b&gt;&lt;p&gt;This creates a changegroup file collecting selected changesets (hg bundle).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1015" />
-      <source>Preview changegroup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1017" />
-      <source>Preview changegroup...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1024" />
-      <source>Preview a changegroup file containing a collection of changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1027" />
-      <source>&lt;b&gt;Preview changegroup&lt;/b&gt;&lt;p&gt;This previews a changegroup file containing a collection of changesets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2233" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1037" />
-      <source>Apply changegroups</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1039" />
-      <source>Apply changegroups...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1046" />
-      <source>Apply one or several changegroup files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1049" />
-      <source>&lt;b&gt;Apply changegroups&lt;/b&gt;&lt;p&gt;This applies one or several changegroup files generated by the 'Create changegroup' action (hg unbundle).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1059" />
-      <source>Mark as "good"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1060" />
-      <source>Mark as "good"...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1067" />
-      <source>Mark a selectable changeset as good</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1070" />
-      <source>&lt;b&gt;Mark as good&lt;/b&gt;&lt;p&gt;This marks a selectable changeset as good.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1079" />
-      <source>Mark as "bad"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1080" />
-      <source>Mark as "bad"...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1086" />
-      <source>Mark a selectable changeset as bad</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1088" />
-      <source>&lt;b&gt;Mark as bad&lt;/b&gt;&lt;p&gt;This marks a selectable changeset as bad.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1097" />
-      <source>Skip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1097" />
-      <source>Skip...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1099" />
-      <source>Skip a selectable changeset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1101" />
-      <source>&lt;b&gt;Skip&lt;/b&gt;&lt;p&gt;This skips a selectable changeset.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1107" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1107" />
-      <source>Reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1109" />
-      <source>Reset the bisect search data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1111" />
-      <source>&lt;b&gt;Reset&lt;/b&gt;&lt;p&gt;This resets the bisect search data.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1118" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1117" />
-      <source>Back out changeset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1125" />
-      <source>Back out changes of an earlier changeset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1128" />
-      <source>&lt;b&gt;Back out changeset&lt;/b&gt;&lt;p&gt;This backs out changes of an earlier changeset.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1138" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1137" />
-      <source>Rollback last transaction</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1144" />
-      <source>Rollback the last transaction</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1146" />
-      <source>&lt;b&gt;Rollback last transaction&lt;/b&gt;&lt;p&gt;This performs a rollback of the last transaction. Transactions are used to encapsulate the effects of all commands that create new changesets or propagate existing changesets into a repository. For example, the following commands are transactional, and their effects can be rolled back:&lt;ul&gt;&lt;li&gt;commit&lt;/li&gt;&lt;li&gt;import&lt;/li&gt;&lt;li&gt;pull&lt;/li&gt;&lt;li&gt;push (with this repository as the destination)&lt;/li&gt;&lt;li&gt;unbundle&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;This command is dangerous. Please use with care. &lt;/strong&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1168" />
-      <source>Serve project repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1169" />
-      <source>Serve project repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1175" />
-      <source>Serve the project repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1177" />
-      <source>&lt;b&gt;Serve project repository&lt;/b&gt;&lt;p&gt;This serves the project repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2290" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1186" />
-      <source>Import Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1188" />
-      <source>Import Patch...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1194" />
-      <source>Import a patch from a patch file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1196" />
-      <source>&lt;b&gt;Import Patch&lt;/b&gt;&lt;p&gt;This imports a patch from a patch file into the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1206" />
-      <source>Export Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1208" />
-      <source>Export Patches...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1214" />
-      <source>Export revisions to patch files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1216" />
-      <source>&lt;b&gt;Export Patches&lt;/b&gt;&lt;p&gt;This exports revisions of the project to patch files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1225" />
-      <source>Change Phase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1226" />
-      <source>Change Phase...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1232" />
-      <source>Change the phase of revisions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1234" />
-      <source>&lt;b&gt;Change Phase&lt;/b&gt;&lt;p&gt;This changes the phase of revisions.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2332" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1795" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1245" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1243" />
-      <source>Copy Changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1251" />
-      <source>Copies changesets from another branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1253" />
-      <source>&lt;b&gt;Copy Changesets&lt;/b&gt;&lt;p&gt;This copies changesets from another branch on top of the current working directory with the user, date and description of the original changeset.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1265" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1264" />
-      <source>Continue Copying Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1272" />
-      <source>Continue the last copying session after conflicts were resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1275" />
-      <source>&lt;b&gt;Continue Copying Session&lt;/b&gt;&lt;p&gt;This continues the last copying session after conflicts were resolved.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1286" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1285" />
-      <source>Stop Copying Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1293" />
-      <source>Stop the interrupted copying session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1296" />
-      <source>&lt;b&gt;Stop Copying Session&lt;/b&gt;&lt;p&gt;This stops the interrupted copying session.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1306" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1305" />
-      <source>Abort Copying Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1313" />
-      <source>Abort the interrupted copying session and rollback</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1316" />
-      <source>&lt;b&gt;Abort Copying Session&lt;/b&gt;&lt;p&gt;This aborts the interrupted copying session and rollbacks to the state before the copy.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1326" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1328" />
-      <source>Add...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1334" />
-      <source>Add a sub-repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1336" />
-      <source>&lt;b&gt;Add...&lt;/b&gt;&lt;p&gt;Add a sub-repository to the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1342" />
-      <source>Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1344" />
-      <source>Remove...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1350" />
-      <source>Remove sub-repositories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1352" />
-      <source>&lt;b&gt;Remove...&lt;/b&gt;&lt;p&gt;Remove sub-repositories from the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1361" />
-      <source>Create unversioned archive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1363" />
-      <source>Create unversioned archive...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1370" />
-      <source>Create an unversioned archive from the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1373" />
-      <source>&lt;b&gt;Create unversioned archive...&lt;/b&gt;&lt;p&gt;This creates an unversioned archive from the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1383" />
-      <source>List bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1385" />
-      <source>List bookmarks...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1391" />
-      <source>List bookmarks of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1393" />
-      <source>&lt;b&gt;List bookmarks&lt;/b&gt;&lt;p&gt;This lists the bookmarks of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1402" />
-      <source>Define bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1404" />
-      <source>Define bookmark...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1411" />
-      <source>Define a bookmark for the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1414" />
-      <source>&lt;b&gt;Define bookmark&lt;/b&gt;&lt;p&gt;This defines a bookmark for the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1423" />
-      <source>Delete bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1425" />
-      <source>Delete bookmark...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1432" />
-      <source>Delete a bookmark of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1435" />
-      <source>&lt;b&gt;Delete bookmark&lt;/b&gt;&lt;p&gt;This deletes a bookmark of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1444" />
-      <source>Rename bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1446" />
-      <source>Rename bookmark...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1453" />
-      <source>Rename a bookmark of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1456" />
-      <source>&lt;b&gt;Rename bookmark&lt;/b&gt;&lt;p&gt;This renames a bookmark of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1465" />
-      <source>Move bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1467" />
-      <source>Move bookmark...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1473" />
-      <source>Move a bookmark of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1475" />
-      <source>&lt;b&gt;Move bookmark&lt;/b&gt;&lt;p&gt;This moves a bookmark of the project to another changeset.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1487" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1485" />
-      <source>Show incoming bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1494" />
-      <source>Show a list of incoming bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1497" />
-      <source>&lt;b&gt;Show incoming bookmarks&lt;/b&gt;&lt;p&gt;This shows a list of new bookmarks available at the remote repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1509" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1507" />
-      <source>Pull bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1516" />
-      <source>Pull a bookmark from a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1519" />
-      <source>&lt;b&gt;Pull bookmark&lt;/b&gt;&lt;p&gt;This pulls a bookmark from a remote repository into the local repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1531" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1529" />
-      <source>Pull current bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1538" />
-      <source>Pull the current bookmark from a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1541" />
-      <source>&lt;b&gt;Pull current bookmark&lt;/b&gt;&lt;p&gt;This pulls the current bookmark from a remote repository into the local repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1552" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1550" />
-      <source>Show outgoing bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1559" />
-      <source>Show a list of outgoing bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1562" />
-      <source>&lt;b&gt;Show outgoing bookmarks&lt;/b&gt;&lt;p&gt;This shows a list of new bookmarks available at the local repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1574" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1572" />
-      <source>Push bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1581" />
-      <source>Push a bookmark to a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1584" />
-      <source>&lt;b&gt;Push bookmark&lt;/b&gt;&lt;p&gt;This pushes a bookmark from the local repository to a remote repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1596" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1594" />
-      <source>Push current bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1603" />
-      <source>Push the current bookmark to a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1606" />
-      <source>&lt;b&gt;Push current bookmark&lt;/b&gt;&lt;p&gt;This pushes the current bookmark from the local repository to a remote repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1618" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1616" />
-      <source>Push all bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1625" />
-      <source>Push all bookmarks to a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1628" />
-      <source>&lt;b&gt;Push all bookmarks&lt;/b&gt;&lt;p&gt;This pushes all bookmark from the local repository to a remote repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1639" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1637" />
-      <source>Delete all backups</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1646" />
-      <source>Delete all backup bundles stored in the backup area</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1649" />
-      <source>&lt;b&gt;Delete all backups&lt;/b&gt;&lt;p&gt;This deletes all backup bundles stored in the backup area of the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1690" />
-      <source>Administration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1715" />
-      <source>Specials</source>
-      <translation>Specials</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1724" />
-      <source>Changegroup Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1731" />
-      <source>Patch Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1737" />
-      <source>Bisect</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1745" />
-      <source>Tags</source>
-      <translation>Tags</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1752" />
-      <source>Branches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1761" />
-      <source>Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1782" />
-      <source>Extensions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1804" />
-      <source>Sub-Repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1809" />
-      <source>Merge Changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1893" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1891" />
-      <source>Mercurial</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2043" />
-      <source>Pull</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2380" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2364" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2349" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2333" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2312" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2291" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2234" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2044" />
-      <source>The project should be reread. Do this now?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2311" />
-      <source>Revert Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2348" />
-      <source>Copy Changesets (Continue)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2363" />
-      <source>Copy Changesets (Stop)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2379" />
-      <source>Copy Changesets (Abort)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="118"/>
+        <source>New from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="120"/>
+        <source>&amp;New from repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="127"/>
+        <source>Create (clone) a new project from a Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="130"/>
+        <source>&lt;b&gt;New from repository&lt;/b&gt;&lt;p&gt;This creates (clones) a new local project from a Mercurial repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="142"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="140"/>
+        <source>Show incoming log</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="148"/>
+        <source>Show the log of incoming changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="150"/>
+        <source>&lt;b&gt;Show incoming log&lt;/b&gt;&lt;p&gt;This shows the log of changes coming into the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="162"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="160"/>
+        <source>Pull changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="168"/>
+        <source>Pull changes from a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="170"/>
+        <source>&lt;b&gt;Pull changes&lt;/b&gt;&lt;p&gt;This pulls changes from a remote repository into the local repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="180"/>
+        <source>Update from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="182"/>
+        <source>&amp;Update from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="189"/>
+        <source>Update the local project from the Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="192"/>
+        <source>&lt;b&gt;Update from repository&lt;/b&gt;&lt;p&gt;This updates the local project from the Mercurial repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="202"/>
+        <source>Commit changes to repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="204"/>
+        <source>&amp;Commit changes to repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="211"/>
+        <source>Commit changes to the local project to the Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="214"/>
+        <source>&lt;b&gt;Commit changes to repository&lt;/b&gt;&lt;p&gt;This commits changes to the local project to the Mercurial repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="226"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="224"/>
+        <source>Show outgoing log</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="232"/>
+        <source>Show the log of outgoing changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="234"/>
+        <source>&lt;b&gt;Show outgoing log&lt;/b&gt;&lt;p&gt;This shows the log of changes outgoing out of the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="246"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="244"/>
+        <source>Push changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="252"/>
+        <source>Push changes to a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="254"/>
+        <source>&lt;b&gt;Push changes&lt;/b&gt;&lt;p&gt;This pushes changes from the local repository to a remote repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="266"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="264"/>
+        <source>Push changes (force)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="273"/>
+        <source>Push changes to a remote repository with force option</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="276"/>
+        <source>&lt;b&gt;Push changes (force)&lt;/b&gt;&lt;p&gt;This pushes changes from the local repository to a remote repository using the &apos;force&apos; option.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="286"/>
+        <source>Export from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="288"/>
+        <source>&amp;Export from repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="294"/>
+        <source>Export a project from the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="296"/>
+        <source>&lt;b&gt;Export from repository&lt;/b&gt;&lt;p&gt;This exports a project from the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="307"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="305"/>
+        <source>Show log browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="314"/>
+        <source>Show a dialog to browse the log of the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="317"/>
+        <source>&lt;b&gt;Show log browser&lt;/b&gt;&lt;p&gt;This shows a dialog to browse the log of the local project. A limited number of entries is shown first. More can be retrieved later on.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="328"/>
+        <source>Show differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="330"/>
+        <source>Show &amp;difference</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="337"/>
+        <source>Show the difference of the local project to the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="340"/>
+        <source>&lt;b&gt;Show differences&lt;/b&gt;&lt;p&gt;This shows differences of the local project to the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="352"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="350"/>
+        <source>Show differences (extended)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="359"/>
+        <source>Show the difference of revisions of the project to the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="362"/>
+        <source>&lt;b&gt;Show differences (extended)&lt;/b&gt;&lt;p&gt;This shows differences of selectable revisions of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="372"/>
+        <source>Show status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="374"/>
+        <source>Show &amp;status...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="380"/>
+        <source>Show the status of the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="382"/>
+        <source>&lt;b&gt;Show status&lt;/b&gt;&lt;p&gt;This shows the status of the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="391"/>
+        <source>Show Summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="393"/>
+        <source>Show summary...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="400"/>
+        <source>Show summary information of the working directory status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="403"/>
+        <source>&lt;b&gt;Show summary&lt;/b&gt;&lt;p&gt;This shows some summary information of the working directory status.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="413"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="413"/>
+        <source>Show heads</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="415"/>
+        <source>Show the heads of the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="417"/>
+        <source>&lt;b&gt;Show heads&lt;/b&gt;&lt;p&gt;This shows the heads of the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="427"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="426"/>
+        <source>Show parents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="433"/>
+        <source>Show the parents of the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="435"/>
+        <source>&lt;b&gt;Show parents&lt;/b&gt;&lt;p&gt;This shows the parents of the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="444"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="444"/>
+        <source>Show tip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="446"/>
+        <source>Show the tip of the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="448"/>
+        <source>&lt;b&gt;Show tip&lt;/b&gt;&lt;p&gt;This shows the tip of the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="454"/>
+        <source>Revert changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="456"/>
+        <source>Re&amp;vert changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="463"/>
+        <source>Revert all changes made to the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="466"/>
+        <source>&lt;b&gt;Revert changes&lt;/b&gt;&lt;p&gt;This reverts all changes made to the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2099"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="475"/>
+        <source>Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="477"/>
+        <source>Mer&amp;ge changes...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="484"/>
+        <source>Merge changes of a revision into the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="487"/>
+        <source>&lt;b&gt;Merge&lt;/b&gt;&lt;p&gt;This merges changes of a revision into the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="498"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="497"/>
+        <source>Commit Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="504"/>
+        <source>Commit all the merged changes.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="506"/>
+        <source>&lt;b&gt;Commit a merge&lt;/b&gt;&lt;p&gt;This commits a merge working directory&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="516"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="515"/>
+        <source>Abort Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="523"/>
+        <source>Abort an uncommitted merge and lose all changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="526"/>
+        <source>&lt;b&gt;Abort uncommitted merge&lt;/b&gt;&lt;p&gt;This aborts an uncommitted merge causing all changes to be lost.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="538"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="536"/>
+        <source>Re-Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="545"/>
+        <source>Re-Merge all conflicting, unresolved files of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="548"/>
+        <source>&lt;b&gt;Re-Merge&lt;/b&gt;&lt;p&gt;This re-merges all conflicting, unresolved files of the project discarding any previous merge attempt.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="558"/>
+        <source>Show conflicts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="559"/>
+        <source>Show conflicts...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="566"/>
+        <source>Show a dialog listing all files with conflicts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="569"/>
+        <source>&lt;b&gt;Show conflicts&lt;/b&gt;&lt;p&gt;This shows a dialog listing all files which had or still have conflicts.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="579"/>
+        <source>Conflicts resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="580"/>
+        <source>Con&amp;flicts resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="587"/>
+        <source>Mark all conflicts of the local project as resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="590"/>
+        <source>&lt;b&gt;Conflicts resolved&lt;/b&gt;&lt;p&gt;This marks all conflicts of the local project as resolved.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="601"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="600"/>
+        <source>Conflicts unresolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="608"/>
+        <source>Mark all conflicts of the local project as unresolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="611"/>
+        <source>&lt;b&gt;Conflicts unresolved&lt;/b&gt;&lt;p&gt;This marks all conflicts of the local project as unresolved.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="621"/>
+        <source>Tag in repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="623"/>
+        <source>&amp;Tag in repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="629"/>
+        <source>Tag the local project in the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="631"/>
+        <source>&lt;b&gt;Tag in repository&lt;/b&gt;&lt;p&gt;This tags the local project in the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="640"/>
+        <source>List tags</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="641"/>
+        <source>List tags...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="647"/>
+        <source>List tags of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="649"/>
+        <source>&lt;b&gt;List tags&lt;/b&gt;&lt;p&gt;This lists the tags of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="655"/>
+        <source>List branches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="656"/>
+        <source>List branches...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="662"/>
+        <source>List branches of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="664"/>
+        <source>&lt;b&gt;List branches&lt;/b&gt;&lt;p&gt;This lists the branches of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="673"/>
+        <source>Create branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="675"/>
+        <source>Create &amp;branch...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="682"/>
+        <source>Create a new branch for the local project in the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="685"/>
+        <source>&lt;b&gt;Create branch&lt;/b&gt;&lt;p&gt;This creates a new branch for the local project in the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="697"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="695"/>
+        <source>Push new branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="704"/>
+        <source>Push the current branch of the local project as a new named branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="709"/>
+        <source>&lt;b&gt;Push new branch&lt;/b&gt;&lt;p&gt;This pushes the current branch of the local project as a new named branch.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="721"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="719"/>
+        <source>Close branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="728"/>
+        <source>Close the current branch of the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="731"/>
+        <source>&lt;b&gt;Close branch&lt;/b&gt;&lt;p&gt;This closes the current branch of the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="741"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="740"/>
+        <source>Show current branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="748"/>
+        <source>Show the current branch of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="751"/>
+        <source>&lt;b&gt;Show current branch&lt;/b&gt;&lt;p&gt;This shows the current branch of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="760"/>
+        <source>Switch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="762"/>
+        <source>S&amp;witch...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="769"/>
+        <source>Switch the working directory to another revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="772"/>
+        <source>&lt;b&gt;Switch&lt;/b&gt;&lt;p&gt;This switches the working directory to another revision.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="782"/>
+        <source>Cleanup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="782"/>
+        <source>Cleanu&amp;p</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="784"/>
+        <source>Cleanup the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="786"/>
+        <source>&lt;b&gt;Cleanup&lt;/b&gt;&lt;p&gt;This performs a cleanup of the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="795"/>
+        <source>Execute command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="796"/>
+        <source>E&amp;xecute command...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="803"/>
+        <source>Execute an arbitrary Mercurial command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="806"/>
+        <source>&lt;b&gt;Execute command&lt;/b&gt;&lt;p&gt;This opens a dialog to enter an arbitrary Mercurial command.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="816"/>
+        <source>Configure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="817"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="824"/>
+        <source>Show the configuration dialog with the Mercurial page selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="827"/>
+        <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;Show the configuration dialog with the Mercurial page selected.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="837"/>
+        <source>Edit user configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="838"/>
+        <source>Edit user configuration...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="845"/>
+        <source>Show an editor to edit the user configuration file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="848"/>
+        <source>&lt;b&gt;Edit user configuration&lt;/b&gt;&lt;p&gt;Show an editor to edit the user configuration file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="857"/>
+        <source>Edit repository configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="858"/>
+        <source>Edit repository configuration...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="865"/>
+        <source>Show an editor to edit the repository configuration file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="868"/>
+        <source>&lt;b&gt;Edit repository configuration&lt;/b&gt;&lt;p&gt;Show an editor to edit the repository configuration file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="878"/>
+        <source>Show combined configuration settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="879"/>
+        <source>Show combined configuration settings...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="886"/>
+        <source>Show the combined configuration settings from all configuration files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="892"/>
+        <source>&lt;b&gt;Show combined configuration settings&lt;/b&gt;&lt;p&gt;This shows the combined configuration settings from all configuration files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="902"/>
+        <source>Show paths</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="903"/>
+        <source>Show paths...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="910"/>
+        <source>Show the aliases for remote repositories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="913"/>
+        <source>&lt;b&gt;Show paths&lt;/b&gt;&lt;p&gt;This shows the aliases for remote repositories.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="922"/>
+        <source>Verify repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="923"/>
+        <source>Verify repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="929"/>
+        <source>Verify the integrity of the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="931"/>
+        <source>&lt;b&gt;Verify repository&lt;/b&gt;&lt;p&gt;This verifies the integrity of the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="940"/>
+        <source>Recover</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="940"/>
+        <source>Recover...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="943"/>
+        <source>Recover from an interrupted transaction</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="946"/>
+        <source>&lt;b&gt;Recover&lt;/b&gt;&lt;p&gt;This recovers from an interrupted transaction.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="955"/>
+        <source>Identify</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="956"/>
+        <source>Identify...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="962"/>
+        <source>Identify the project directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="964"/>
+        <source>&lt;b&gt;Identify&lt;/b&gt;&lt;p&gt;This identifies the project directory.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="974"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="973"/>
+        <source>Create .hgignore</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="981"/>
+        <source>Create a .hgignore file with default values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="984"/>
+        <source>&lt;b&gt;Create .hgignore&lt;/b&gt;&lt;p&gt;This creates a .hgignore file with default values.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="993"/>
+        <source>Create changegroup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="995"/>
+        <source>Create changegroup...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1002"/>
+        <source>Create changegroup file collecting changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1005"/>
+        <source>&lt;b&gt;Create changegroup&lt;/b&gt;&lt;p&gt;This creates a changegroup file collecting selected changesets (hg bundle).&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1015"/>
+        <source>Preview changegroup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1017"/>
+        <source>Preview changegroup...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1024"/>
+        <source>Preview a changegroup file containing a collection of changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1027"/>
+        <source>&lt;b&gt;Preview changegroup&lt;/b&gt;&lt;p&gt;This previews a changegroup file containing a collection of changesets.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2233"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1037"/>
+        <source>Apply changegroups</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1039"/>
+        <source>Apply changegroups...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1046"/>
+        <source>Apply one or several changegroup files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1049"/>
+        <source>&lt;b&gt;Apply changegroups&lt;/b&gt;&lt;p&gt;This applies one or several changegroup files generated by the &apos;Create changegroup&apos; action (hg unbundle).&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1059"/>
+        <source>Mark as &quot;good&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1060"/>
+        <source>Mark as &quot;good&quot;...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1067"/>
+        <source>Mark a selectable changeset as good</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1070"/>
+        <source>&lt;b&gt;Mark as good&lt;/b&gt;&lt;p&gt;This marks a selectable changeset as good.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1079"/>
+        <source>Mark as &quot;bad&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1080"/>
+        <source>Mark as &quot;bad&quot;...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1086"/>
+        <source>Mark a selectable changeset as bad</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1088"/>
+        <source>&lt;b&gt;Mark as bad&lt;/b&gt;&lt;p&gt;This marks a selectable changeset as bad.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1097"/>
+        <source>Skip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1097"/>
+        <source>Skip...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1099"/>
+        <source>Skip a selectable changeset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1101"/>
+        <source>&lt;b&gt;Skip&lt;/b&gt;&lt;p&gt;This skips a selectable changeset.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1107"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1107"/>
+        <source>Reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1109"/>
+        <source>Reset the bisect search data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1111"/>
+        <source>&lt;b&gt;Reset&lt;/b&gt;&lt;p&gt;This resets the bisect search data.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1118"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1117"/>
+        <source>Back out changeset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1125"/>
+        <source>Back out changes of an earlier changeset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1128"/>
+        <source>&lt;b&gt;Back out changeset&lt;/b&gt;&lt;p&gt;This backs out changes of an earlier changeset.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1138"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1137"/>
+        <source>Rollback last transaction</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1144"/>
+        <source>Rollback the last transaction</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1146"/>
+        <source>&lt;b&gt;Rollback last transaction&lt;/b&gt;&lt;p&gt;This performs a rollback of the last transaction. Transactions are used to encapsulate the effects of all commands that create new changesets or propagate existing changesets into a repository. For example, the following commands are transactional, and their effects can be rolled back:&lt;ul&gt;&lt;li&gt;commit&lt;/li&gt;&lt;li&gt;import&lt;/li&gt;&lt;li&gt;pull&lt;/li&gt;&lt;li&gt;push (with this repository as the destination)&lt;/li&gt;&lt;li&gt;unbundle&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;This command is dangerous. Please use with care. &lt;/strong&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1168"/>
+        <source>Serve project repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1169"/>
+        <source>Serve project repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1175"/>
+        <source>Serve the project repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1177"/>
+        <source>&lt;b&gt;Serve project repository&lt;/b&gt;&lt;p&gt;This serves the project repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2290"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1186"/>
+        <source>Import Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1188"/>
+        <source>Import Patch...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1194"/>
+        <source>Import a patch from a patch file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1196"/>
+        <source>&lt;b&gt;Import Patch&lt;/b&gt;&lt;p&gt;This imports a patch from a patch file into the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1206"/>
+        <source>Export Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1208"/>
+        <source>Export Patches...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1214"/>
+        <source>Export revisions to patch files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1216"/>
+        <source>&lt;b&gt;Export Patches&lt;/b&gt;&lt;p&gt;This exports revisions of the project to patch files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1225"/>
+        <source>Change Phase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1226"/>
+        <source>Change Phase...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1232"/>
+        <source>Change the phase of revisions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1234"/>
+        <source>&lt;b&gt;Change Phase&lt;/b&gt;&lt;p&gt;This changes the phase of revisions.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2332"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1795"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1245"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1243"/>
+        <source>Copy Changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1251"/>
+        <source>Copies changesets from another branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1253"/>
+        <source>&lt;b&gt;Copy Changesets&lt;/b&gt;&lt;p&gt;This copies changesets from another branch on top of the current working directory with the user, date and description of the original changeset.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1265"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1264"/>
+        <source>Continue Copying Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1272"/>
+        <source>Continue the last copying session after conflicts were resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1275"/>
+        <source>&lt;b&gt;Continue Copying Session&lt;/b&gt;&lt;p&gt;This continues the last copying session after conflicts were resolved.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1286"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1285"/>
+        <source>Stop Copying Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1293"/>
+        <source>Stop the interrupted copying session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1296"/>
+        <source>&lt;b&gt;Stop Copying Session&lt;/b&gt;&lt;p&gt;This stops the interrupted copying session.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1306"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1305"/>
+        <source>Abort Copying Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1313"/>
+        <source>Abort the interrupted copying session and rollback</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1316"/>
+        <source>&lt;b&gt;Abort Copying Session&lt;/b&gt;&lt;p&gt;This aborts the interrupted copying session and rollbacks to the state before the copy.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1326"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1328"/>
+        <source>Add...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1334"/>
+        <source>Add a sub-repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1336"/>
+        <source>&lt;b&gt;Add...&lt;/b&gt;&lt;p&gt;Add a sub-repository to the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1342"/>
+        <source>Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1344"/>
+        <source>Remove...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1350"/>
+        <source>Remove sub-repositories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1352"/>
+        <source>&lt;b&gt;Remove...&lt;/b&gt;&lt;p&gt;Remove sub-repositories from the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1361"/>
+        <source>Create unversioned archive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1363"/>
+        <source>Create unversioned archive...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1370"/>
+        <source>Create an unversioned archive from the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1373"/>
+        <source>&lt;b&gt;Create unversioned archive...&lt;/b&gt;&lt;p&gt;This creates an unversioned archive from the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1383"/>
+        <source>List bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1385"/>
+        <source>List bookmarks...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1391"/>
+        <source>List bookmarks of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1393"/>
+        <source>&lt;b&gt;List bookmarks&lt;/b&gt;&lt;p&gt;This lists the bookmarks of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1402"/>
+        <source>Define bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1404"/>
+        <source>Define bookmark...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1411"/>
+        <source>Define a bookmark for the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1414"/>
+        <source>&lt;b&gt;Define bookmark&lt;/b&gt;&lt;p&gt;This defines a bookmark for the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1423"/>
+        <source>Delete bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1425"/>
+        <source>Delete bookmark...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1432"/>
+        <source>Delete a bookmark of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1435"/>
+        <source>&lt;b&gt;Delete bookmark&lt;/b&gt;&lt;p&gt;This deletes a bookmark of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1444"/>
+        <source>Rename bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1446"/>
+        <source>Rename bookmark...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1453"/>
+        <source>Rename a bookmark of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1456"/>
+        <source>&lt;b&gt;Rename bookmark&lt;/b&gt;&lt;p&gt;This renames a bookmark of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1465"/>
+        <source>Move bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1467"/>
+        <source>Move bookmark...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1473"/>
+        <source>Move a bookmark of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1475"/>
+        <source>&lt;b&gt;Move bookmark&lt;/b&gt;&lt;p&gt;This moves a bookmark of the project to another changeset.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1487"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1485"/>
+        <source>Show incoming bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1494"/>
+        <source>Show a list of incoming bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1497"/>
+        <source>&lt;b&gt;Show incoming bookmarks&lt;/b&gt;&lt;p&gt;This shows a list of new bookmarks available at the remote repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1509"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1507"/>
+        <source>Pull bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1516"/>
+        <source>Pull a bookmark from a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1519"/>
+        <source>&lt;b&gt;Pull bookmark&lt;/b&gt;&lt;p&gt;This pulls a bookmark from a remote repository into the local repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1531"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1529"/>
+        <source>Pull current bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1538"/>
+        <source>Pull the current bookmark from a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1541"/>
+        <source>&lt;b&gt;Pull current bookmark&lt;/b&gt;&lt;p&gt;This pulls the current bookmark from a remote repository into the local repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1552"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1550"/>
+        <source>Show outgoing bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1559"/>
+        <source>Show a list of outgoing bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1562"/>
+        <source>&lt;b&gt;Show outgoing bookmarks&lt;/b&gt;&lt;p&gt;This shows a list of new bookmarks available at the local repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1574"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1572"/>
+        <source>Push bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1581"/>
+        <source>Push a bookmark to a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1584"/>
+        <source>&lt;b&gt;Push bookmark&lt;/b&gt;&lt;p&gt;This pushes a bookmark from the local repository to a remote repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1596"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1594"/>
+        <source>Push current bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1603"/>
+        <source>Push the current bookmark to a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1606"/>
+        <source>&lt;b&gt;Push current bookmark&lt;/b&gt;&lt;p&gt;This pushes the current bookmark from the local repository to a remote repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1618"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1616"/>
+        <source>Push all bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1625"/>
+        <source>Push all bookmarks to a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1628"/>
+        <source>&lt;b&gt;Push all bookmarks&lt;/b&gt;&lt;p&gt;This pushes all bookmark from the local repository to a remote repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1639"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1637"/>
+        <source>Delete all backups</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1646"/>
+        <source>Delete all backup bundles stored in the backup area</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1649"/>
+        <source>&lt;b&gt;Delete all backups&lt;/b&gt;&lt;p&gt;This deletes all backup bundles stored in the backup area of the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1690"/>
+        <source>Administration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1715"/>
+        <source>Specials</source>
+        <translation>Specials</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1724"/>
+        <source>Changegroup Management</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1731"/>
+        <source>Patch Management</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1737"/>
+        <source>Bisect</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1745"/>
+        <source>Tags</source>
+        <translation>Tags</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1752"/>
+        <source>Branches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1761"/>
+        <source>Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1782"/>
+        <source>Extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1804"/>
+        <source>Sub-Repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1809"/>
+        <source>Merge Changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1893"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="1891"/>
+        <source>Mercurial</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2043"/>
+        <source>Pull</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2380"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2364"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2349"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2333"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2312"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2291"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2234"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2044"/>
+        <source>The project should be reread. Do this now?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2311"/>
+        <source>Revert Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2348"/>
+        <source>Copy Changesets (Continue)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2363"/>
+        <source>Copy Changesets (Stop)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py" line="2379"/>
+        <source>Copy Changesets (Abort)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgPurgeListDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/HgPurgeListDialog.ui" line="0" />
-      <source>Purge List</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/HgPurgeListDialog.ui" line="0"/>
+        <source>Purge List</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgQueuesDefineGuardsDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="99" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="65" />
-      <source>Unsaved Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="100" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="66" />
-      <source>The guards list has been changed. Shall the changes be applied?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="208" />
-      <source>Remove Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="209" />
-      <source>Do you really want to remove the selected guards?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="256" />
-      <source>Apply Guard Definitions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="257" />
-      <source>&lt;p&gt;The defined guards could not be applied.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0" />
-      <source>Define Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0" />
-      <source>Select patch (leave empty for current patch):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0" />
-      <source>Select the patch to show the guards of</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0" />
-      <source>Patch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0" />
-      <source>Shows the name of the patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0" />
-      <source>This shows the list of guards to be defined for the selected patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0" />
-      <source>Select to define a positive guard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0" />
-      <source>Select to define a negative guard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0" />
-      <source>Enter the guard name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0" />
-      <source>Press to add the guard to the list or change it</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0" />
-      <source>Add/Change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0" />
-      <source>Press to remove the selected guards from the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0" />
-      <source>Remove</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="99"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="65"/>
+        <source>Unsaved Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="100"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="66"/>
+        <source>The guards list has been changed. Shall the changes be applied?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="208"/>
+        <source>Remove Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="209"/>
+        <source>Do you really want to remove the selected guards?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="256"/>
+        <source>Apply Guard Definitions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="257"/>
+        <source>&lt;p&gt;The defined guards could not be applied.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0"/>
+        <source>Define Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0"/>
+        <source>Select patch (leave empty for current patch):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0"/>
+        <source>Select the patch to show the guards of</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0"/>
+        <source>Patch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0"/>
+        <source>Shows the name of the patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0"/>
+        <source>This shows the list of guards to be defined for the selected patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0"/>
+        <source>Select to define a positive guard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0"/>
+        <source>Select to define a negative guard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0"/>
+        <source>Enter the guard name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0"/>
+        <source>Press to add the guard to the list or change it</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0"/>
+        <source>Add/Change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0"/>
+        <source>Press to remove the selected guards from the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0"/>
+        <source>Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgQueuesFoldDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0" />
-      <source>Fold Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0" />
-      <source>Message:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0" />
-      <source>Enter commit message for the folded patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0" />
-      <source>Summary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0" />
-      <source>Press to add the selected entry to the list of selected patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0" />
-      <source>Press to remove the selected entry from the list of selected patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0" />
-      <source>Press to move the selected patch up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0" />
-      <source>Press to move the selected patch down</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0"/>
+        <source>Fold Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0"/>
+        <source>Message:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0"/>
+        <source>Enter commit message for the folded patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0"/>
+        <source>Summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0"/>
+        <source>Press to add the selected entry to the list of selected patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0"/>
+        <source>Press to remove the selected entry from the list of selected patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0"/>
+        <source>Press to move the selected patch up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesFoldDialog.ui" line="0"/>
+        <source>Press to move the selected patch down</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgQueuesGuardsSelectionDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesGuardsSelectionDialog.py" line="50" />
-      <source>Active Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesGuardsSelectionDialog.ui" line="0" />
-      <source>Select Guards</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesGuardsSelectionDialog.py" line="50"/>
+        <source>Active Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesGuardsSelectionDialog.ui" line="0"/>
+        <source>Select Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgQueuesHeaderDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.ui" line="0" />
-      <source>Commit Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="111" />
-      <source>Error: </source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.ui" line="0"/>
+        <source>Commit Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="111"/>
+        <source>Error: </source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgQueuesListAllGuardsDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListAllGuardsDialog.ui" line="0" />
-      <source>List All Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListAllGuardsDialog.ui" line="0" />
-      <source>Show all guards of all patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListAllGuardsDialog.py" line="67" />
-      <source>Unguarded</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListAllGuardsDialog.py" line="72" />
-      <source>no patches found</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListAllGuardsDialog.ui" line="0"/>
+        <source>List All Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListAllGuardsDialog.ui" line="0"/>
+        <source>Show all guards of all patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListAllGuardsDialog.py" line="67"/>
+        <source>Unguarded</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListAllGuardsDialog.py" line="72"/>
+        <source>no patches found</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgQueuesListDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui" line="0" />
-      <source>List of Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui" line="0" />
-      <source>&lt;b&gt;List of Patches&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui" line="0"/>
+        <source>List of Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui" line="0"/>
+        <source>&lt;b&gt;List of Patches&lt;/b&gt;
 &lt;p&gt;This dialog shows a list of applied and unapplied patches.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui" line="0" />
-      <source>&lt;b&gt;Patches List&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui" line="0"/>
+        <source>&lt;b&gt;Patches List&lt;/b&gt;
 &lt;p&gt;This shows a list of applied and unapplied patches.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui" line="0" />
-      <source>Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui" line="0" />
-      <source>Summary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="42" />
-      <source>applied</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="43" />
-      <source>not applied</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="44" />
-      <source>guarded</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="45" />
-      <source>missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="138" />
-      <source>no patches found</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="190" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui" line="0"/>
+        <source>Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui" line="0"/>
+        <source>Summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="42"/>
+        <source>applied</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="43"/>
+        <source>not applied</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="44"/>
+        <source>guarded</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="45"/>
+        <source>missing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="138"/>
+        <source>no patches found</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="190"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgQueuesListGuardsDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.ui" line="0" />
-      <source>List Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.ui" line="0" />
-      <source>Select patch (leave empty for current patch):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.ui" line="0" />
-      <source>Select the patch to show the guards of</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.ui" line="0" />
-      <source>Patch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.ui" line="0" />
-      <source>Shows the name of the patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.ui" line="0" />
-      <source>This shows the list of guards defined for the selected patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.py" line="91" />
-      <source>Unguarded</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.ui" line="0"/>
+        <source>List Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.ui" line="0"/>
+        <source>Select patch (leave empty for current patch):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.ui" line="0"/>
+        <source>Select the patch to show the guards of</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.ui" line="0"/>
+        <source>Patch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.ui" line="0"/>
+        <source>Shows the name of the patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.ui" line="0"/>
+        <source>This shows the list of guards defined for the selected patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.py" line="91"/>
+        <source>Unguarded</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgQueuesNewPatchDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>New Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>Enter the patch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>Message:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>Enter the commit message for the patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>Select to give user information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>User</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>Select to use the name of the current user</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>Use current user</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>Username:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>Enter the user name to be used for the patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>Select to give date and time information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>Date and Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>Select to use the current date and time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>Use current date and time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>Date/Time:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0" />
-      <source>Enter the date and time to be used for the patch</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>New Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>Enter the patch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>Message:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>Enter the commit message for the patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>Select to give user information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>User</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>Select to use the name of the current user</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>Use current user</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>Username:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>Enter the user name to be used for the patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>Select to give date and time information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>Date and Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>Select to use the current date and time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>Use current date and time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>Date/Time:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui" line="0"/>
+        <source>Enter the date and time to be used for the patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgQueuesQueueManagementDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.py" line="76" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.py" line="78" />
-      <source>Press to refresh the queues list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.ui" line="0" />
-      <source>Queue Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.ui" line="0" />
-      <source>Enter the queue name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.ui" line="0" />
-      <source>Select queue name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.ui" line="0" />
-      <source>This shows a list of available queues (active queue in bold)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.py" line="76"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.py" line="78"/>
+        <source>Press to refresh the queues list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.ui" line="0"/>
+        <source>Queue Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.ui" line="0"/>
+        <source>Enter the queue name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.ui" line="0"/>
+        <source>Select queue name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.ui" line="0"/>
+        <source>This shows a list of available queues (active queue in bold)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgQueuesRenamePatchDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.py" line="32" />
-      <source>Current Patch ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0" />
-      <source>Rename Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0" />
-      <source>New Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0" />
-      <source>Enter the new name for the selected patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0" />
-      <source>Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0" />
-      <source>Select to rename the current patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0" />
-      <source>Select to rename the selected named patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0" />
-      <source>Named Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0" />
-      <source>Select the patch to be renamed</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.py" line="32"/>
+        <source>Current Patch ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0"/>
+        <source>Rename Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0"/>
+        <source>New Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0"/>
+        <source>Enter the new name for the selected patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0"/>
+        <source>Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0"/>
+        <source>Select to rename the current patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0"/>
+        <source>Select to rename the selected named patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0"/>
+        <source>Named Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0"/>
+        <source>Select the patch to be renamed</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgRebaseDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Rebase Changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Source / Base Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Select to use the parent of the working directory as the base</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Use &amp;Parent as Base</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Select to use a revision as the source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>&amp;Source Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Select to use a revision as the base</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>&amp;Base Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>&amp;Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Select to specify a revision by number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Enter a revision number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Select to specify a revision by changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Id:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Enter a changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Select to specify a revision by a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Select to specify a revision by a bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Bookmark:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Enter a bookmark name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Enter a revision set expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>&amp;Destination Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Select tip revision of repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Current branch tip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Select to collapse the rebased changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Collapse Changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Select to keep the original changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Keep Original Changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Select to keep the original branch names</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Keep Original Branch Name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Select to detach the source from its original branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Detach Source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Dry-Run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Select to not do a dry-run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>No</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Select to just do a dry-run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Dry-Run Only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Select to do a dry-run first, then ask the user for confirmation to perform the rebase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0" />
-      <source>Dry-Run First, then Confirm</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Rebase Changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Source / Base Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Select to use the parent of the working directory as the base</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Use &amp;Parent as Base</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Select to use a revision as the source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>&amp;Source Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Select to use a revision as the base</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>&amp;Base Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>&amp;Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Select to specify a revision by number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Enter a revision number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Select to specify a revision by changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Id:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Enter a changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Select to specify a revision by a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Select to specify a revision by a bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Bookmark:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Enter a bookmark name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Enter a revision set expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>&amp;Destination Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Select tip revision of repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Current branch tip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Select to collapse the rebased changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Collapse Changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Select to keep the original changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Keep Original Changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Select to keep the original branch names</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Keep Original Branch Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Select to detach the source from its original branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Detach Source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Dry-Run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Select to not do a dry-run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>No</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Select to just do a dry-run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Dry-Run Only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Select to do a dry-run first, then ask the user for confirmation to perform the rebase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui" line="0"/>
+        <source>Dry-Run First, then Confirm</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgRemoveSubrepositoriesDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRemoveSubrepositoriesDialog.ui" line="0" />
-      <source>Remove Sub-repositories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRemoveSubrepositoriesDialog.ui" line="0" />
-      <source>Press to remove the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRemoveSubrepositoriesDialog.ui" line="0" />
-      <source>&amp;Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRemoveSubrepositoriesDialog.ui" line="0" />
-      <source>Select to delete the removed entries from disc</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRemoveSubrepositoriesDialog.ui" line="0" />
-      <source>Delete removed entries from disc</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRemoveSubrepositoriesDialog.ui" line="0"/>
+        <source>Remove Sub-repositories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRemoveSubrepositoriesDialog.ui" line="0"/>
+        <source>Press to remove the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRemoveSubrepositoriesDialog.ui" line="0"/>
+        <source>&amp;Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRemoveSubrepositoriesDialog.ui" line="0"/>
+        <source>Select to delete the removed entries from disc</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRemoveSubrepositoriesDialog.ui" line="0"/>
+        <source>Delete removed entries from disc</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgRepoConfigDataDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Mercurial Repository Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Upstream URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Enter the URL of the upstream repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Username:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Enter user name to acces the upstream repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Password:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Enter the password to acces the upstream repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Press to show the password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Default Push</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Enter the URL of the upstream (push) repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Enter user name to acces the upstream (push) repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Enter the password to acces the upstream (push) repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Large Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Minimum file size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Enter the minimum file size in MB for files to be treated as Large Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source> MB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Patterns:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0" />
-      <source>Enter file patterns (space separated) for files to be treated as Large Files</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Mercurial Repository Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Upstream URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Enter the URL of the upstream repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Username:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Enter user name to acces the upstream repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Enter the password to acces the upstream repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Press to show the password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Default Push</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Enter the URL of the upstream (push) repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Enter user name to acces the upstream (push) repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Enter the password to acces the upstream (push) repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Large Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Minimum file size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Enter the minimum file size in MB for files to be treated as Large Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source> MB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Patterns:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui" line="0"/>
+        <source>Enter file patterns (space separated) for files to be treated as Large Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgRevisionSelectionDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Mercurial Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Enter a revision number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Id:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Enter a changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by a bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Bookmark:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Enter a bookmark name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Enter a revision set expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>Select tip revision of repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>TIP</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0" />
-      <source>No revision selected</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Mercurial Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter a revision number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Id:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter a changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by a bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Bookmark:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter a bookmark name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter a revision set expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>Select tip revision of repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>TIP</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.ui" line="0"/>
+        <source>No revision selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgRevisionsSelectionDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Mercurial Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Revision &amp;1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Enter a revision number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Id:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Enter a changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by a bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Bookmark:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Enter a bookmark name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Enter a revision set expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Select tip revision of repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>TIP</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Select revision before last commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>PREV</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>No revision selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0" />
-      <source>Revision &amp;2</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Mercurial Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Revision &amp;1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Enter a revision number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Id:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Enter a changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by a bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Bookmark:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Enter a bookmark name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Enter a revision set expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Select tip revision of repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>TIP</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Select revision before last commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>PREV</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>No revision selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgRevisionsSelectionDialog.ui" line="0"/>
+        <source>Revision &amp;2</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgServeDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="54" />
-      <source>Mercurial Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="67" />
-      <source>Start Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="80" />
-      <source>Stop Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="85" />
-      <source>Start Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="92" />
-      <source>Enter the server port</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="97" />
-      <source>Select the style to use</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="104" />
-      <source>Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="111" />
-      <source>Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="168" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="169" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="54"/>
+        <source>Mercurial Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="67"/>
+        <source>Start Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="80"/>
+        <source>Stop Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="85"/>
+        <source>Start Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="92"/>
+        <source>Enter the server port</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="97"/>
+        <source>Select the style to use</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="104"/>
+        <source>Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="111"/>
+        <source>Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="168"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py" line="169"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgShelveBrowserDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="56" />
-      <source>&amp;Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="58" />
-      <source>Press to refresh the list of shelves</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="67" />
-      <source>Restore selected shelve</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="70" />
-      <source>Delete selected shelves</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="73" />
-      <source>Delete all shelves</source>
-      <translation type="unfinished" />
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="56"/>
+        <source>&amp;Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="58"/>
+        <source>Press to refresh the list of shelves</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="67"/>
+        <source>Restore selected shelve</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="70"/>
+        <source>Delete selected shelves</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="73"/>
+        <source>Delete all shelves</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="279" />
-      <source>%n file(s) changed</source>
-      <translation>
-        <numerusform>%n file changed</numerusform>
-        <numerusform>%n files changed</numerusform>
-      </translation>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="279"/>
+        <source>%n file(s) changed</source>
+        <translation>
+            <numerusform>%n file changed</numerusform>
+            <numerusform>%n files changed</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="281" />
-      <source>%n line(s) inserted</source>
-      <translation>
-        <numerusform>%n line inserted</numerusform>
-        <numerusform>%n lines inserted</numerusform>
-      </translation>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="281"/>
+        <source>%n line(s) inserted</source>
+        <translation>
+            <numerusform>%n line inserted</numerusform>
+            <numerusform>%n lines inserted</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="284" />
-      <source>%n line(s) deleted</source>
-      <translation>
-        <numerusform>%n line deleted</numerusform>
-        <numerusform>%n lines deleted</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0" />
-      <source>Mercurial Shelve Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0" />
-      <source>Age</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0" />
-      <source>Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0" />
-      <source>Statistics</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0" />
-      <source>Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0" />
-      <source>Lines added</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0" />
-      <source>Lines deleted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0" />
-      <source>&lt;b&gt;Mercurial shelve errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the hg shelve command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py" line="284"/>
+        <source>%n line(s) deleted</source>
+        <translation>
+            <numerusform>%n line deleted</numerusform>
+            <numerusform>%n lines deleted</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0"/>
+        <source>Mercurial Shelve Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0"/>
+        <source>Age</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0"/>
+        <source>Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0"/>
+        <source>Statistics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0"/>
+        <source>Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0"/>
+        <source>Lines added</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0"/>
+        <source>Lines deleted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.ui" line="0"/>
+        <source>&lt;b&gt;Mercurial shelve errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the hg shelve command.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgShelveDataDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0" />
-      <source>Shelve</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0" />
-      <source>Enter a name for the shelve</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0" />
-      <source>Date, Time:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0" />
-      <source>Enter the commit date and time for the shelve</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0" />
-      <source>yyyy-MM-dd HH:mm</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0" />
-      <source>Message:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0" />
-      <source>Enter a message for the shelve</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0" />
-      <source>Mark new/missing files as added/removed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0" />
-      <source>Select to shelve, but keep the changes in the working directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0" />
-      <source>Shelve, but keep changes</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0"/>
+        <source>Shelve</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0"/>
+        <source>Enter a name for the shelve</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0"/>
+        <source>Date, Time:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0"/>
+        <source>Enter the commit date and time for the shelve</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0"/>
+        <source>yyyy-MM-dd HH:mm</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0"/>
+        <source>Message:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0"/>
+        <source>Enter a message for the shelve</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0"/>
+        <source>Mark new/missing files as added/removed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0"/>
+        <source>Select to shelve, but keep the changes in the working directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveDataDialog.ui" line="0"/>
+        <source>Shelve, but keep changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgShelvesSelectionDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelvesSelectionDialog.ui" line="0" />
-      <source>Mercurial Shelve Selection</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelvesSelectionDialog.ui" line="0"/>
+        <source>Mercurial Shelve Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgStatusDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="334" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0" />
-      <source>Mercurial Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0" />
-      <source>&lt;b&gt;Mercurial Status&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="334"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0"/>
+        <source>Mercurial Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0"/>
+        <source>&lt;b&gt;Mercurial Status&lt;/b&gt;
 &lt;p&gt;This dialog shows the status of the selected file or project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0" />
-      <source>Select action from menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0" />
-      <source>&amp;Filter on Status:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0" />
-      <source>Select the status of entries to be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="525" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="125" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0" />
-      <source>Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0" />
-      <source>Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0" />
-      <source>Path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="684" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="161" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0" />
-      <source>Differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="56" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="58" />
-      <source>Press to refresh the status display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="96" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="84" />
-      <source>added</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="99" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="85" />
-      <source>modified</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="100" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="86" />
-      <source>removed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="101" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="90" />
-      <source>not tracked</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="102" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93" />
-      <source>missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="97" />
-      <source>normal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="98" />
-      <source>ignored</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="127" />
-      <source>Commit the selected changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="129" />
-      <source>Select all for commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="132" />
-      <source>Unselect all from commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="593" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="567" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="137" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="138" />
-      <source>Add the selected files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="140" />
-      <source>Add as Large Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="143" />
-      <source>Add the selected files as a large files using the 'Large Files' extension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="149" />
-      <source>Add as Normal Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="152" />
-      <source>Add the selected files as a normal files using the 'Large Files' extension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="164" />
-      <source>Shows the differences of the selected entry in a separate dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="712" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="705" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="167" />
-      <source>Differences Side-By-Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="170" />
-      <source>Shows the differences of the selected entry side-by-side in a separate dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="636" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="179" />
-      <source>Revert</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="182" />
-      <source>Reverts the changes of the selected files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="617" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="188" />
-      <source>Forget Missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="190" />
-      <source>Forgets about the selected missing files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="662" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="192" />
-      <source>Restore Missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="194" />
-      <source>Restores the selected missing files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="199" />
-      <source>Commit Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="201" />
-      <source>Commit all the merged changes.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="203" />
-      <source>Abort Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="206" />
-      <source>Abort an uncommitted merge and lose all changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="212" />
-      <source>Adjust column sizes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="214" />
-      <source>Adjusts the width of all columns to their contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="332" />
-      <source>Mercurial Queue Repository Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="443" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="377" />
-      <source>all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="526" />
-      <source>There are no entries selected to be committed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="594" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="568" />
-      <source>There are no unversioned entries available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="663" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="618" />
-      <source>There are no missing entries available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="706" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="685" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="637" />
-      <source>There are no uncommitted changes available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713" />
-      <source>Only one file with uncommitted changes must be selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="812" />
-      <source>Merge</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0"/>
+        <source>Select action from menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0"/>
+        <source>&amp;Filter on Status:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0"/>
+        <source>Select the status of entries to be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="525"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="125"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0"/>
+        <source>Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0"/>
+        <source>Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0"/>
+        <source>Path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="684"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="161"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0"/>
+        <source>Differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="56"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="58"/>
+        <source>Press to refresh the status display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="96"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="84"/>
+        <source>added</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="99"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="85"/>
+        <source>modified</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="100"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="86"/>
+        <source>removed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="101"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="90"/>
+        <source>not tracked</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="102"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="93"/>
+        <source>missing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="97"/>
+        <source>normal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="98"/>
+        <source>ignored</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="127"/>
+        <source>Commit the selected changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="129"/>
+        <source>Select all for commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="132"/>
+        <source>Unselect all from commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="593"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="567"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="137"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="138"/>
+        <source>Add the selected files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="140"/>
+        <source>Add as Large Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="143"/>
+        <source>Add the selected files as a large files using the &apos;Large Files&apos; extension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="149"/>
+        <source>Add as Normal Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="152"/>
+        <source>Add the selected files as a normal files using the &apos;Large Files&apos; extension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="164"/>
+        <source>Shows the differences of the selected entry in a separate dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="712"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="705"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="167"/>
+        <source>Differences Side-By-Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="170"/>
+        <source>Shows the differences of the selected entry side-by-side in a separate dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="636"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="179"/>
+        <source>Revert</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="182"/>
+        <source>Reverts the changes of the selected files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="617"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="188"/>
+        <source>Forget Missing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="190"/>
+        <source>Forgets about the selected missing files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="662"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="192"/>
+        <source>Restore Missing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="194"/>
+        <source>Restores the selected missing files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="199"/>
+        <source>Commit Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="201"/>
+        <source>Commit all the merged changes.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="203"/>
+        <source>Abort Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="206"/>
+        <source>Abort an uncommitted merge and lose all changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="212"/>
+        <source>Adjust column sizes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="214"/>
+        <source>Adjusts the width of all columns to their contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="332"/>
+        <source>Mercurial Queue Repository Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="443"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="377"/>
+        <source>all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="526"/>
+        <source>There are no entries selected to be committed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="594"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="568"/>
+        <source>There are no unversioned entries available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="663"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="618"/>
+        <source>There are no missing entries available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="706"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="685"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="637"/>
+        <source>There are no uncommitted changes available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="713"/>
+        <source>Only one file with uncommitted changes must be selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py" line="812"/>
+        <source>Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgStatusMonitorThread</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py" line="107" />
-      <source>Mercurial status checked successfully</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py" line="137" />
-      <source>{0} / {1}:{2}</source>
-      <comment>branch, local id, global id</comment>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py" line="107"/>
+        <source>Mercurial status checked successfully</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py" line="137"/>
+        <source>{0} / {1}:{2}</source>
+        <comment>branch, local id, global id</comment>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgStripDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Strip Changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>&amp;Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Select to specify a revision by number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Enter a revision number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Select to specify a revision by changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Id:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Enter a changeset id</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Select to specify a revision by a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Enter a tag name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Select to specify a revision by a branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Branch:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Enter a branch name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Enter a revision set expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Bookmark:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Enter a bookmark name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Select to enforce removal of changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Enforce Operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Select to not create backup bundles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>No Backup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Select to keep the current working directory state</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0" />
-      <source>Keep Working Directory</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Strip Changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>&amp;Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Select to specify a revision by number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Enter a revision number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Select to specify a revision by changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Id:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Enter a changeset id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Select to specify a revision by a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Enter a tag name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Select to specify a revision by a branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Branch:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Enter a branch name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Enter a revision set expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Bookmark:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Enter a bookmark name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Select to enforce removal of changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Enforce Operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Select to not create backup bundles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>No Backup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Select to keep the current working directory state</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/HgStripDialog.ui" line="0"/>
+        <source>Keep Working Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgSummaryDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="34" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="36" />
-      <source>Press to refresh the summary display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="233" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parent #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="239" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parent&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="245" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tags&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="251" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Commit Message&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="258" />
-      <source>empty repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="260" />
-      <source>no revision checked out</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="262" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Remarks&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="268" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Branch&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="278" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Bookmarks&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="286" />
-      <source>{0} modified</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="288" />
-      <source>{0} added</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="290" />
-      <source>{0} removed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="292" />
-      <source>{0} renamed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="294" />
-      <source>{0} copied</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="296" />
-      <source>{0} deleted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="298" />
-      <source>{0} unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="300" />
-      <source>{0} ignored</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="302" />
-      <source>{0} unresolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="304" />
-      <source>{0} subrepos</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="307" />
-      <source>Merge needed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="309" />
-      <source>New Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="311" />
-      <source>Head is closed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="313" />
-      <source>No commit required</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="315" />
-      <source>New Branch Head</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="317" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Commit Status&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="323" />
-      <source>current</source>
-      <translation type="unfinished" />
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="34"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="36"/>
+        <source>Press to refresh the summary display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="233"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parent #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="239"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parent&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="245"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tags&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="251"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Commit Message&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="258"/>
+        <source>empty repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="260"/>
+        <source>no revision checked out</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="262"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Remarks&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="268"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Branch&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="278"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Bookmarks&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="286"/>
+        <source>{0} modified</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="288"/>
+        <source>{0} added</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="290"/>
+        <source>{0} removed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="292"/>
+        <source>{0} renamed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="294"/>
+        <source>{0} copied</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="296"/>
+        <source>{0} deleted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="298"/>
+        <source>{0} unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="300"/>
+        <source>{0} ignored</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="302"/>
+        <source>{0} unresolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="304"/>
+        <source>{0} subrepos</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="307"/>
+        <source>Merge needed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="309"/>
+        <source>New Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="311"/>
+        <source>Head is closed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="313"/>
+        <source>No commit required</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="315"/>
+        <source>New Branch Head</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="317"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Commit Status&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="323"/>
+        <source>current</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="325" />
-      <source>%n new changeset(s)&lt;br/&gt;Update required</source>
-      <translation>
-        <numerusform>one new changeset&lt;br/&gt;Update required</numerusform>
-        <numerusform>%n new changesets&lt;br/&gt;Update required</numerusform>
-      </translation>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="325"/>
+        <source>%n new changeset(s)&lt;br/&gt;Update required</source>
+        <translation>
+            <numerusform>one new changeset&lt;br/&gt;Update required</numerusform>
+            <numerusform>%n new changesets&lt;br/&gt;Update required</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="331" />
-      <source>%n new changeset(s)</source>
-      <translation>
-        <numerusform>one new changesets</numerusform>
-        <numerusform>%n new changesets</numerusform>
-      </translation>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="331"/>
+        <source>%n new changeset(s)</source>
+        <translation>
+            <numerusform>one new changesets</numerusform>
+            <numerusform>%n new changesets</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="332" />
-      <source>%n branch head(s)</source>
-      <translation>
-        <numerusform>one branch head</numerusform>
-        <numerusform>%n branch heads</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="333" />
-      <source>{0}&lt;br/&gt;{1}&lt;br/&gt;Merge required</source>
-      <comment>0 is changesets, 1 is branch heads</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="338" />
-      <source>unknown status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="340" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Update Status&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="346" />
-      <source>synched</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="350" />
-      <source>1 or more incoming changesets</source>
-      <translation type="unfinished" />
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="332"/>
+        <source>%n branch head(s)</source>
+        <translation>
+            <numerusform>one branch head</numerusform>
+            <numerusform>%n branch heads</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="333"/>
+        <source>{0}&lt;br/&gt;{1}&lt;br/&gt;Merge required</source>
+        <comment>0 is changesets, 1 is branch heads</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="338"/>
+        <source>unknown status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="340"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Update Status&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="346"/>
+        <source>synched</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="350"/>
+        <source>1 or more incoming changesets</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="353" />
-      <source>%n outgoing changeset(s)</source>
-      <translation>
-        <numerusform>%n outgoing changeset</numerusform>
-        <numerusform>%n outgoing changesets</numerusform>
-      </translation>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="353"/>
+        <source>%n outgoing changeset(s)</source>
+        <translation>
+            <numerusform>%n outgoing changeset</numerusform>
+            <numerusform>%n outgoing changesets</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="359" />
-      <source>%n incoming bookmark(s)</source>
-      <translation>
-        <numerusform>one incoming bookmark</numerusform>
-        <numerusform>%n incoming bookmarks</numerusform>
-      </translation>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="359"/>
+        <source>%n incoming bookmark(s)</source>
+        <translation>
+            <numerusform>one incoming bookmark</numerusform>
+            <numerusform>%n incoming bookmarks</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="365" />
-      <source>%n outgoing bookmark(s)</source>
-      <translation>
-        <numerusform>one outgoing bookmark</numerusform>
-        <numerusform>%n outgoing bookmarks</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="371" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Remote Status&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="377" />
-      <source>empty queue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="381" />
-      <source>{0} applied</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="383" />
-      <source>{0} unapplied</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="386" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Queues Status&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="392" />
-      <source>No files to upload</source>
-      <translation type="unfinished" />
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="365"/>
+        <source>%n outgoing bookmark(s)</source>
+        <translation>
+            <numerusform>one outgoing bookmark</numerusform>
+            <numerusform>%n outgoing bookmarks</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="371"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Remote Status&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="377"/>
+        <source>empty queue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="381"/>
+        <source>{0} applied</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="383"/>
+        <source>{0} unapplied</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="386"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Queues Status&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="392"/>
+        <source>No files to upload</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="394" />
-      <source>%n file(s) to upload</source>
-      <translation>
-        <numerusform>%n file to upload</numerusform>
-        <numerusform>%n files to upload</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="396" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Large Files&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="402" />
-      <source>&lt;p&gt;No status information available.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.ui" line="0" />
-      <source>Summary Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="394"/>
+        <source>%n file(s) to upload</source>
+        <translation>
+            <numerusform>%n file to upload</numerusform>
+            <numerusform>%n files to upload</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="396"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Large Files&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.py" line="402"/>
+        <source>&lt;p&gt;No status information available.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.ui" line="0"/>
+        <source>Summary Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgSummaryDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgTagBranchListDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui" line="0" />
-      <source>Mercurial Tag List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui" line="0" />
-      <source>&lt;b&gt;Mercurial Tag/Branch List&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui" line="0"/>
+        <source>Mercurial Tag List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui" line="0"/>
+        <source>&lt;b&gt;Mercurial Tag/Branch List&lt;/b&gt;
 &lt;p&gt;This dialog shows a list of the projects tags or branches.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui" line="0" />
-      <source>&lt;b&gt;Tag/Branches List&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui" line="0"/>
+        <source>&lt;b&gt;Tag/Branches List&lt;/b&gt;
 &lt;p&gt;This shows a list of the projects tags or branches.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui" line="0" />
-      <source>Changeset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui" line="0" />
-      <source>Local</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="48" />
-      <source>&amp;Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="50" />
-      <source>Press to refresh the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="93" />
-      <source>Mercurial Branches List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="94" />
-      <source>Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="208" />
-      <source>active</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="213" />
-      <source>yes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="291" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="285" />
-      <source>Switch to</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="395" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="299" />
-      <source>Close Branches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="358" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="351" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="315" />
-      <source>Close Branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="332" />
-      <source>Switch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="333" />
-      <source>The project should be reread. Do this now?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="352" />
-      <source>The branch "default" cannot be closed. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="359" />
-      <source>&lt;p&gt;Shall the branch &lt;b&gt;{0}&lt;/b&gt; really be closed?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="396" />
-      <source>Do you really want to close all listed branches?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui" line="0"/>
+        <source>Changeset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui" line="0"/>
+        <source>Local</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="48"/>
+        <source>&amp;Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="50"/>
+        <source>Press to refresh the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="93"/>
+        <source>Mercurial Branches List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="94"/>
+        <source>Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="208"/>
+        <source>active</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="213"/>
+        <source>yes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="291"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="285"/>
+        <source>Switch to</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="395"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="299"/>
+        <source>Close Branches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="358"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="351"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="315"/>
+        <source>Close Branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="332"/>
+        <source>Switch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="333"/>
+        <source>The project should be reread. Do this now?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="352"/>
+        <source>The branch &quot;default&quot; cannot be closed. Aborting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="359"/>
+        <source>&lt;p&gt;Shall the branch &lt;b&gt;{0}&lt;/b&gt; really be closed?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py" line="396"/>
+        <source>Do you really want to close all listed branches?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgTagDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Mercurial Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Enter the name of the tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>&lt;b&gt;Tag Name&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Mercurial Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Enter the name of the tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>&lt;b&gt;Tag Name&lt;/b&gt;
 &lt;p&gt;Enter the name of the tag to be created, moved or deleted.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Revision:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Enter a revision to set a tag for</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Tag Action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Select to create a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>&lt;b&gt;Create Tag&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Revision:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Enter a revision to set a tag for</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Tag Action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Select to create a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>&lt;b&gt;Create Tag&lt;/b&gt;
 &lt;p&gt;Select this entry in order to create a tag.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Create Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Select to delete a tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>&lt;b&gt;Delete Tag&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Create Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Select to delete a tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>&lt;b&gt;Delete Tag&lt;/b&gt;
 &lt;p&gt;Select this entry in order to delete the selected tag.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Delete Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Select to enforce the selected action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Force Action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Tag Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Select to create/delete a global tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Global Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Select to create/delete a local tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0" />
-      <source>Local Tag</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Delete Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Select to enforce the selected action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Force Action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Tag Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Select to create/delete a global tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Global Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Select to create/delete a local tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgTagDialog.ui" line="0"/>
+        <source>Local Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgUnshelveDataDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgUnshelveDataDialog.ui" line="0" />
-      <source>Mercurial Unshelve</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgUnshelveDataDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgUnshelveDataDialog.ui" line="0" />
-      <source>Enter the name of the shelve</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgUnshelveDataDialog.ui" line="0" />
-      <source>Select to keep the shelved change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgUnshelveDataDialog.ui" line="0" />
-      <source>Keep shelved change</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgUnshelveDataDialog.ui" line="0"/>
+        <source>Mercurial Unshelve</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgUnshelveDataDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgUnshelveDataDialog.ui" line="0"/>
+        <source>Enter the name of the shelve</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgUnshelveDataDialog.ui" line="0"/>
+        <source>Select to keep the shelved change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgUnshelveDataDialog.ui" line="0"/>
+        <source>Keep shelved change</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgUserConfigDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Mercurial User Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>User</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>User Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Enter the user name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Enter your name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Email:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Enter the email address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Enter your email address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Extensions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Select to activate the closehead extension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Close Head</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Select to activate the GPG extension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>GPG</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Select to activate the histedit extension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Histedit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Select to activate the largefiles extension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Large Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Select to activate the Purge extension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Purge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Select to activate the queues extension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Queues</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Select to activate the rebase extension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Rebase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Select to activate the shelve extension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Shelve</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Select to activate the strip extension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Strip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Minimum file size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Enter the minimum file size in MB for files to be treated as Large Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source> MB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Patterns:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Enter file patterns (space separated) for files to be treated as Large Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Enter file patterns for large files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>User Cache:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Enter the name of the user cache directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Network</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Proxy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Host:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Enter the network proxy host name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Enter Proxy Hostname</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>User:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Enter the user name for the network proxy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Enter Proxy Username</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Password:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Enter the password for the network proxy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Enter Proxy Password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Bypass:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Enter the names of hosts bypassing the network proxy sparated by comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Enter hosts bypassing  the proxy separated by comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Security</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Host Fingerprints</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Host</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Fingerprint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Add a host fingerprint entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Delete a host fingerprint entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Edit a host fingerprint entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Disable TLS 1.0 Warning</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Minimum Protocol:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Select the minimum protocol to use</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Minimum Protocol per Host</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Minimum Protocol</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Add a host minimum protocol entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Delete a host minimum protocol entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Edit a host minimum protocol entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Open the user configuration file in a text editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0" />
-      <source>Open configuration file in editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="49" />
-      <source>TLS 1.0</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="50" />
-      <source>TLS 1.1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="51" />
-      <source>TLS 1.2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="76" />
-      <source>Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="527" />
-      <source>Delete Host Fingerprint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="528" />
-      <source>&lt;p&gt;Shall the fingerprint for host &lt;b&gt;{0}&lt;/b&gt; really be deleted?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="642" />
-      <source>Delete Host Minimum Protocol</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="643" />
-      <source>&lt;p&gt;Shall the minimum protocol entry for host &lt;b&gt;{0}&lt;/b&gt; really be deleted?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="706" />
-      <source>Edit User Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="707" />
-      <source>You will loose all changes made in this dialog. Shall the data be saved first?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Mercurial User Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>User</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>User Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Enter the user name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Enter your name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Email:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Enter the email address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Enter your email address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Extensions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Select to activate the closehead extension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Close Head</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Select to activate the GPG extension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>GPG</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Select to activate the histedit extension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Histedit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Select to activate the largefiles extension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Large Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Select to activate the Purge extension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Purge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Select to activate the queues extension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Queues</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Select to activate the rebase extension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Rebase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Select to activate the shelve extension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Shelve</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Select to activate the strip extension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Strip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Minimum file size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Enter the minimum file size in MB for files to be treated as Large Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source> MB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Patterns:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Enter file patterns (space separated) for files to be treated as Large Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Enter file patterns for large files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>User Cache:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Enter the name of the user cache directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Network</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Proxy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Host:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Enter the network proxy host name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Enter Proxy Hostname</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>User:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Enter the user name for the network proxy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Enter Proxy Username</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Enter the password for the network proxy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Enter Proxy Password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Bypass:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Enter the names of hosts bypassing the network proxy sparated by comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Enter hosts bypassing  the proxy separated by comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Security</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Host Fingerprints</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Host</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Fingerprint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Add a host fingerprint entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Delete a host fingerprint entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Edit a host fingerprint entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Disable TLS 1.0 Warning</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Minimum Protocol:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Select the minimum protocol to use</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Minimum Protocol per Host</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Minimum Protocol</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Add a host minimum protocol entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Delete a host minimum protocol entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Edit a host minimum protocol entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Open the user configuration file in a text editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.ui" line="0"/>
+        <source>Open configuration file in editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="49"/>
+        <source>TLS 1.0</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="50"/>
+        <source>TLS 1.1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="51"/>
+        <source>TLS 1.2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="76"/>
+        <source>Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="527"/>
+        <source>Delete Host Fingerprint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="528"/>
+        <source>&lt;p&gt;Shall the fingerprint for host &lt;b&gt;{0}&lt;/b&gt; really be deleted?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="642"/>
+        <source>Delete Host Minimum Protocol</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="643"/>
+        <source>&lt;p&gt;Shall the minimum protocol entry for host &lt;b&gt;{0}&lt;/b&gt; really be deleted?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="706"/>
+        <source>Edit User Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py" line="707"/>
+        <source>You will loose all changes made in this dialog. Shall the data be saved first?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgUserConfigHostFingerprintDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="0" />
-      <source>Host Fingerprint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="0" />
-      <source>Host:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="0" />
-      <source>Enter the host name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="0" />
-      <source>Enter Hostname</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="0" />
-      <source>Hash Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="0" />
-      <source>Fingerprint:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="0" />
-      <source>Enter the host fingerprint</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="0" />
-      <source>Enter Fingerprint</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="0"/>
+        <source>Host Fingerprint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="0"/>
+        <source>Host:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="0"/>
+        <source>Enter the host name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="0"/>
+        <source>Enter Hostname</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="0"/>
+        <source>Hash Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="0"/>
+        <source>Fingerprint:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="0"/>
+        <source>Enter the host fingerprint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostFingerprintDialog.ui" line="0"/>
+        <source>Enter Fingerprint</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgUserConfigHostMinimumProtocolDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostMinimumProtocolDialog.ui" line="0" />
-      <source>Minimum Protocol</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostMinimumProtocolDialog.ui" line="0" />
-      <source>Host:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostMinimumProtocolDialog.ui" line="0" />
-      <source>Enter the host name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostMinimumProtocolDialog.ui" line="0" />
-      <source>Enter Hostname</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostMinimumProtocolDialog.ui" line="0" />
-      <source>Minimum Protocol:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostMinimumProtocolDialog.ui" line="0"/>
+        <source>Minimum Protocol</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostMinimumProtocolDialog.ui" line="0"/>
+        <source>Host:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostMinimumProtocolDialog.ui" line="0"/>
+        <source>Enter the host name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostMinimumProtocolDialog.ui" line="0"/>
+        <source>Enter Hostname</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUserConfigHostMinimumProtocolDialog.ui" line="0"/>
+        <source>Minimum Protocol:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HgUtilities</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUtilities.py" line="130" />
-      <source>The hg process finished with the exit code {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUtilities.py" line="134" />
-      <source>The hg process did not finish within 30s.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUtilities.py" line="138" />
-      <source>Could not start the hg executable.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUtilities.py" line="130"/>
+        <source>The hg process finished with the exit code {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUtilities.py" line="134"/>
+        <source>The hg process did not finish within 30s.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HgUtilities.py" line="138"/>
+        <source>Could not start the hg executable.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HighlightingStylesFile</name>
     <message>
-      <location filename="../Preferences/HighlightingStylesFile.py" line="92" />
-      <source>Export Highlighting Styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/HighlightingStylesFile.py" line="93" />
-      <source>&lt;p&gt;The highlighting styles file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/HighlightingStylesFile.py" line="119" />
-      <source>Import Highlighting Styles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/HighlightingStylesFile.py" line="120" />
-      <source>&lt;p&gt;The highlighting styles 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>
-  </context>
-  <context>
+        <location filename="../Preferences/HighlightingStylesFile.py" line="92"/>
+        <source>Export Highlighting Styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/HighlightingStylesFile.py" line="93"/>
+        <source>&lt;p&gt;The highlighting styles file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/HighlightingStylesFile.py" line="119"/>
+        <source>Import Highlighting Styles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/HighlightingStylesFile.py" line="120"/>
+        <source>&lt;p&gt;The highlighting styles 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"></translation>
+    </message>
+</context>
+<context>
     <name>Histedit</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py" line="85" />
-      <source>Starting histedit session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py" line="110" />
-      <source>Continue histedit session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py" line="136" />
-      <source>Abort histedit session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py" line="161" />
-      <source>Edit Plan</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py" line="85"/>
+        <source>Starting histedit session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py" line="110"/>
+        <source>Continue histedit session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py" line="136"/>
+        <source>Abort histedit session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/histedit.py" line="161"/>
+        <source>Edit Plan</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HisteditProjectHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="37" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="35" />
-      <source>Start</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="44" />
-      <source>Start a new changeset history editing session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="47" />
-      <source>&lt;b&gt;Start&lt;/b&gt;&lt;p&gt;This starts a new history editing session. A dialog will be presented to modify the edit plan.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="58" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="57" />
-      <source>Continue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="65" />
-      <source>Continue an interrupted changeset history editing session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="68" />
-      <source>&lt;b&gt;Continue&lt;/b&gt;&lt;p&gt;This continues an interrupted history editing session.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="77" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="77" />
-      <source>Abort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="80" />
-      <source>Abort an interrupted changeset history editing session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="83" />
-      <source>&lt;b&gt;Abort&lt;/b&gt;&lt;p&gt;This aborts an interrupted history editing session.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="196" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="93" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="92" />
-      <source>Edit Plan</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="100" />
-      <source>Edit the remaining actions list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="103" />
-      <source>&lt;b&gt;Edit Plan&lt;/b&gt;&lt;p&gt;This opens an editor to edit the remaining actions list of an interrupted history editing session.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="140" />
-      <source>Edit History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="150" />
-      <source>Start History Editing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="197" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="181" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="166" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="151" />
-      <source>The project should be reread. Do this now?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="165" />
-      <source>Continue History Editing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="180" />
-      <source>Abort History Editing</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="37"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="35"/>
+        <source>Start</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="44"/>
+        <source>Start a new changeset history editing session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="47"/>
+        <source>&lt;b&gt;Start&lt;/b&gt;&lt;p&gt;This starts a new history editing session. A dialog will be presented to modify the edit plan.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="58"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="57"/>
+        <source>Continue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="65"/>
+        <source>Continue an interrupted changeset history editing session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="68"/>
+        <source>&lt;b&gt;Continue&lt;/b&gt;&lt;p&gt;This continues an interrupted history editing session.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="77"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="77"/>
+        <source>Abort</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="80"/>
+        <source>Abort an interrupted changeset history editing session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="83"/>
+        <source>&lt;b&gt;Abort&lt;/b&gt;&lt;p&gt;This aborts an interrupted history editing session.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="196"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="93"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="92"/>
+        <source>Edit Plan</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="100"/>
+        <source>Edit the remaining actions list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="103"/>
+        <source>&lt;b&gt;Edit Plan&lt;/b&gt;&lt;p&gt;This opens an editor to edit the remaining actions list of an interrupted history editing session.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="140"/>
+        <source>Edit History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="150"/>
+        <source>Start History Editing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="197"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="181"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="166"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="151"/>
+        <source>The project should be reread. Do this now?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="165"/>
+        <source>Continue History Editing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py" line="180"/>
+        <source>Abort History Editing</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HistoryDialog</name>
     <message>
-      <location filename="../WebBrowser/History/HistoryDialog.py" line="100" />
-      <source>&amp;Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryDialog.py" line="101" />
-      <source>Open in New &amp;Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryDialog.py" line="103" />
-      <source>Open in New &amp;Background Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryDialog.py" line="107" />
-      <source>Open in New &amp;Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryDialog.py" line="110" />
-      <source>Open in New Pri&amp;vate Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryDialog.py" line="114" />
-      <source>&amp;Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryDialog.ui" line="0" />
-      <location filename="../WebBrowser/History/HistoryDialog.py" line="115" />
-      <source>&amp;Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryDialog.ui" line="0" />
-      <source>Manage History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryDialog.ui" line="0" />
-      <source>Enter search term for history entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryDialog.ui" line="0" />
-      <source>Press to remove the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryDialog.ui" line="0" />
-      <source>Press to remove all entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryDialog.ui" line="0" />
-      <source>Remove &amp;All</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/History/HistoryDialog.py" line="100"/>
+        <source>&amp;Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryDialog.py" line="101"/>
+        <source>Open in New &amp;Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryDialog.py" line="103"/>
+        <source>Open in New &amp;Background Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryDialog.py" line="107"/>
+        <source>Open in New &amp;Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryDialog.py" line="110"/>
+        <source>Open in New Pri&amp;vate Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryDialog.py" line="114"/>
+        <source>&amp;Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryDialog.ui" line="0"/>
+        <location filename="../WebBrowser/History/HistoryDialog.py" line="115"/>
+        <source>&amp;Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryDialog.ui" line="0"/>
+        <source>Manage History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryDialog.ui" line="0"/>
+        <source>Enter search term for history entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryDialog.ui" line="0"/>
+        <source>Press to remove the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryDialog.ui" line="0"/>
+        <source>Press to remove all entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryDialog.ui" line="0"/>
+        <source>Remove &amp;All</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HistoryManager</name>
     <message>
-      <location filename="../WebBrowser/History/HistoryManager.py" line="460" />
-      <source>Loading History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryManager.py" line="553" />
-      <location filename="../WebBrowser/History/HistoryManager.py" line="461" />
-      <source>&lt;p&gt;Unable to open history file &lt;b&gt;{0}&lt;/b&gt;.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryManager.py" line="586" />
-      <location filename="../WebBrowser/History/HistoryManager.py" line="577" />
-      <location filename="../WebBrowser/History/HistoryManager.py" line="552" />
-      <source>Saving History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryManager.py" line="578" />
-      <source>&lt;p&gt;Error removing old history file &lt;b&gt;{0}&lt;/b&gt;.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryManager.py" line="587" />
-      <source>&lt;p&gt;Error moving new history file over old one (&lt;b&gt;{0}&lt;/b&gt;).&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/History/HistoryManager.py" line="460"/>
+        <source>Loading History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryManager.py" line="553"/>
+        <location filename="../WebBrowser/History/HistoryManager.py" line="461"/>
+        <source>&lt;p&gt;Unable to open history file &lt;b&gt;{0}&lt;/b&gt;.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryManager.py" line="586"/>
+        <location filename="../WebBrowser/History/HistoryManager.py" line="577"/>
+        <location filename="../WebBrowser/History/HistoryManager.py" line="552"/>
+        <source>Saving History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryManager.py" line="578"/>
+        <source>&lt;p&gt;Error removing old history file &lt;b&gt;{0}&lt;/b&gt;.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryManager.py" line="587"/>
+        <source>&lt;p&gt;Error moving new history file over old one (&lt;b&gt;{0}&lt;/b&gt;).&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HistoryMenu</name>
     <message>
-      <location filename="../WebBrowser/History/HistoryMenu.py" line="308" />
-      <source>Closed Tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryMenu.py" line="369" />
-      <source>Most Visited</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryMenu.py" line="382" />
-      <source>Show All History...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryMenu.py" line="386" />
-      <source>Clear History...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryMenu.py" line="421" />
-      <source>Clear History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryMenu.py" line="422" />
-      <source>Do you want to clear the history?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryMenu.py" line="446" />
-      <source>Restore All Closed Tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryMenu.py" line="449" />
-      <source>Clear List</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/History/HistoryMenu.py" line="308"/>
+        <source>Closed Tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryMenu.py" line="369"/>
+        <source>Most Visited</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryMenu.py" line="382"/>
+        <source>Show All History...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryMenu.py" line="386"/>
+        <source>Clear History...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryMenu.py" line="421"/>
+        <source>Clear History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryMenu.py" line="422"/>
+        <source>Do you want to clear the history?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryMenu.py" line="446"/>
+        <source>Restore All Closed Tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryMenu.py" line="449"/>
+        <source>Clear List</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HistoryModel</name>
     <message>
-      <location filename="../WebBrowser/History/HistoryModel.py" line="42" />
-      <source>Title</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryModel.py" line="42" />
-      <source>Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/History/HistoryModel.py" line="42" />
-      <source>Visit Count</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/History/HistoryModel.py" line="42"/>
+        <source>Title</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryModel.py" line="42"/>
+        <source>Address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/History/HistoryModel.py" line="42"/>
+        <source>Visit Count</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HistoryTreeModel</name>
     <message>
-      <location filename="../WebBrowser/History/HistoryTreeModel.py" line="65" />
-      <source>Earlier Today</source>
-      <translation type="unfinished" />
+        <location filename="../WebBrowser/History/HistoryTreeModel.py" line="65"/>
+        <source>Earlier Today</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/History/HistoryTreeModel.py" line="68" />
-      <source>%n item(s)</source>
-      <translation>
-        <numerusform>one item</numerusform>
-        <numerusform>%n items</numerusform>
-      </translation>
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/History/HistoryTreeModel.py" line="68"/>
+        <source>%n item(s)</source>
+        <translation>
+            <numerusform>one item</numerusform>
+            <numerusform>%n items</numerusform>
+        </translation>
+    </message>
+</context>
+<context>
     <name>HtmlImporter</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/HtmlImporter.py" line="36" />
-      <source>HTML Netscape Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/HtmlImporter.py" line="38" />
-      <source>You can import bookmarks from any browser that supports HTML exporting. This file has usually the extension .htm or .html.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/HtmlImporter.py" line="44" />
-      <source>Please choose the file to begin importing bookmarks.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/HtmlImporter.py" line="86" />
-      <source>File '{0}' does not exist.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/HtmlImporter.py" line="106" />
-      <source>HTML Import</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/HtmlImporter.py" line="108" />
-      <source>Imported {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/HtmlImporter.py" line="36"/>
+        <source>HTML Netscape Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/HtmlImporter.py" line="38"/>
+        <source>You can import bookmarks from any browser that supports HTML exporting. This file has usually the extension .htm or .html.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/HtmlImporter.py" line="44"/>
+        <source>Please choose the file to begin importing bookmarks.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/HtmlImporter.py" line="86"/>
+        <source>File &apos;{0}&apos; does not exist.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/HtmlImporter.py" line="106"/>
+        <source>HTML Import</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/HtmlImporter.py" line="108"/>
+        <source>Imported {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HtmlProvider</name>
     <message>
-      <location filename="../QScintilla/MarkupProviders/HtmlProvider.py" line="382" />
-      <source>Create List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/HtmlProvider.py" line="383" />
-      <source>Enter desired number of list elements:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/MarkupProviders/HtmlProvider.py" line="382"/>
+        <source>Create List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/HtmlProvider.py" line="383"/>
+        <source>Enter desired number of list elements:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>HyperlinkMarkupDialog</name>
     <message>
-      <location filename="../QScintilla/MarkupProviders/HyperlinkMarkupDialog.ui" line="0" />
-      <source>Insert Hyperlink</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/HyperlinkMarkupDialog.ui" line="0" />
-      <source>Link Text:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/HyperlinkMarkupDialog.ui" line="0" />
-      <source>Link Target:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/HyperlinkMarkupDialog.ui" line="0" />
-      <source>Link Title:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/MarkupProviders/HyperlinkMarkupDialog.ui" line="0"/>
+        <source>Insert Hyperlink</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/HyperlinkMarkupDialog.ui" line="0"/>
+        <source>Link Text:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/HyperlinkMarkupDialog.ui" line="0"/>
+        <source>Link Target:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/HyperlinkMarkupDialog.ui" line="0"/>
+        <source>Link Title:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IExplorerImporter</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py" line="43" />
-      <source>Internet Explorer stores its bookmarks in the &lt;b&gt;Favorites&lt;/b&gt; folder This folder is usually located in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py" line="49" />
-      <source>Please choose the folder to begin importing bookmarks.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py" line="91" />
-      <source>Folder '{0}' does not exist.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py" line="97" />
-      <source>'{0}' is not a folder.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py" line="153" />
-      <source>Internet Explorer Import</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py" line="155" />
-      <source>Imported {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py" line="43"/>
+        <source>Internet Explorer stores its bookmarks in the &lt;b&gt;Favorites&lt;/b&gt; folder This folder is usually located in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py" line="49"/>
+        <source>Please choose the folder to begin importing bookmarks.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py" line="91"/>
+        <source>Folder &apos;{0}&apos; does not exist.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py" line="97"/>
+        <source>&apos;{0}&apos; is not a folder.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py" line="153"/>
+        <source>Internet Explorer Import</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py" line="155"/>
+        <source>Imported {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IbmWatsonEngine</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="191" />
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="118" />
-      <source>IBM Watson: A valid Language Translator key is required.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="199" />
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="124" />
-      <source>IBM Watson: A valid Language Translator URL is required.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="251" />
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="152" />
-      <source>IBM Watson: Invalid response received</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="259" />
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="155" />
-      <source>IBM Watson: No translation available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="258" />
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="250" />
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="236" />
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="198" />
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="190" />
-      <source>Error Getting Available Translations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="237" />
-      <source>IBM Watson: The server sent an error indication.
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="191"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="118"/>
+        <source>IBM Watson: A valid Language Translator key is required.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="199"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="124"/>
+        <source>IBM Watson: A valid Language Translator URL is required.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="251"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="152"/>
+        <source>IBM Watson: Invalid response received</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="259"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="155"/>
+        <source>IBM Watson: No translation available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="258"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="250"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="236"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="198"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="190"/>
+        <source>Error Getting Available Translations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="237"/>
+        <source>IBM Watson: The server sent an error indication.
  Error: {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IconEditorGrid</name>
     <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="226" />
-      <source>Set Pixel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="227" />
-      <source>Erase Pixel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="228" />
-      <source>Draw Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="229" />
-      <source>Draw Rectangle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="230" />
-      <source>Draw Filled Rectangle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="231" />
-      <source>Draw Circle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="232" />
-      <source>Draw Filled Circle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="233" />
-      <source>Draw Ellipse</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="234" />
-      <source>Draw Filled Ellipse</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="235" />
-      <source>Fill Region</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="918" />
-      <source>Cut Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="984" />
-      <source>Paste</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="985" />
-      <source>&lt;p&gt;The clipboard image is larger than the current image.&lt;br/&gt;Paste as new image?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="997" />
-      <source>Paste Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="1022" />
-      <source>Pasting Image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="1023" />
-      <source>Invalid image data in clipboard.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="1033" />
-      <source>Paste Clipboard as New Image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="1061" />
-      <source>Clear Image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="1079" />
-      <source>Resize Image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorGrid.py" line="1109" />
-      <source>Convert to Grayscale</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../IconEditor/IconEditorGrid.py" line="226"/>
+        <source>Set Pixel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="227"/>
+        <source>Erase Pixel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="228"/>
+        <source>Draw Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="229"/>
+        <source>Draw Rectangle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="230"/>
+        <source>Draw Filled Rectangle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="231"/>
+        <source>Draw Circle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="232"/>
+        <source>Draw Filled Circle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="233"/>
+        <source>Draw Ellipse</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="234"/>
+        <source>Draw Filled Ellipse</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="235"/>
+        <source>Fill Region</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="918"/>
+        <source>Cut Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="984"/>
+        <source>Paste</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="985"/>
+        <source>&lt;p&gt;The clipboard image is larger than the current image.&lt;br/&gt;Paste as new image?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="997"/>
+        <source>Paste Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1022"/>
+        <source>Pasting Image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1023"/>
+        <source>Invalid image data in clipboard.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1033"/>
+        <source>Paste Clipboard as New Image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1061"/>
+        <source>Clear Image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1079"/>
+        <source>Resize Image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorGrid.py" line="1109"/>
+        <source>Convert to Grayscale</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IconEditorPalette</name>
     <message>
-      <location filename="../IconEditor/IconEditorPalette.py" line="63" />
-      <source>&lt;b&gt;Preview&lt;/b&gt;&lt;p&gt;This is a 1:1 preview of the current icon.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorPalette.py" line="77" />
-      <source>&lt;b&gt;Current Color&lt;/b&gt;&lt;p&gt;This is the currently selected color used for drawing.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorPalette.py" line="89" />
-      <source>&lt;b&gt;Current Color Value&lt;/b&gt;&lt;p&gt;This is the currently selected color value used for drawing.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorPalette.py" line="97" />
-      <source>Select Color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorPalette.py" line="99" />
-      <source>&lt;b&gt;Select Color&lt;/b&gt;&lt;p&gt;Select the current drawing color via a color selection dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorPalette.py" line="111" />
-      <source>&lt;b&gt;Select alpha channel value&lt;/b&gt;&lt;p&gt;Select the value for the alpha channel of the current color.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorPalette.py" line="120" />
-      <source>Compositing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorPalette.py" line="123" />
-      <source>Replace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorPalette.py" line="125" />
-      <source>&lt;b&gt;Replace&lt;/b&gt;&lt;p&gt;Replace the existing pixel with a new color.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorPalette.py" line="133" />
-      <source>Blend</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorPalette.py" line="136" />
-      <source>&lt;b&gt;Blend&lt;/b&gt;&lt;p&gt;Blend the new color over the existing pixel.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../IconEditor/IconEditorPalette.py" line="63"/>
+        <source>&lt;b&gt;Preview&lt;/b&gt;&lt;p&gt;This is a 1:1 preview of the current icon.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorPalette.py" line="77"/>
+        <source>&lt;b&gt;Current Color&lt;/b&gt;&lt;p&gt;This is the currently selected color used for drawing.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorPalette.py" line="89"/>
+        <source>&lt;b&gt;Current Color Value&lt;/b&gt;&lt;p&gt;This is the currently selected color value used for drawing.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorPalette.py" line="97"/>
+        <source>Select Color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorPalette.py" line="99"/>
+        <source>&lt;b&gt;Select Color&lt;/b&gt;&lt;p&gt;Select the current drawing color via a color selection dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorPalette.py" line="111"/>
+        <source>&lt;b&gt;Select alpha channel value&lt;/b&gt;&lt;p&gt;Select the value for the alpha channel of the current color.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorPalette.py" line="120"/>
+        <source>Compositing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorPalette.py" line="123"/>
+        <source>Replace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorPalette.py" line="125"/>
+        <source>&lt;b&gt;Replace&lt;/b&gt;&lt;p&gt;Replace the existing pixel with a new color.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorPalette.py" line="133"/>
+        <source>Blend</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorPalette.py" line="136"/>
+        <source>&lt;b&gt;Blend&lt;/b&gt;&lt;p&gt;Blend the new color over the existing pixel.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IconEditorWindow</name>
     <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="127" />
-      <source>Windows Bitmap File (*.bmp)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="128" />
-      <source>Windows Cursor File (*.cur)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="129" />
-      <source>DirectDraw-Surface File (*.dds)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="130" />
-      <source>Graphic Interchange Format File (*.gif)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="131" />
-      <source>Apple Icon File (*.icns)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="132" />
-      <source>Windows Icon File (*.ico)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="133" />
-      <source>JPEG2000 File (*.jp2)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="134" />
-      <source>JPEG File (*.jpg)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="135" />
-      <source>JPEG File (*.jpeg)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="136" />
-      <source>Multiple-Image Network Graphics File (*.mng)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="137" />
-      <source>Portable Bitmap File (*.pbm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="138" />
-      <source>Paintbrush Bitmap File (*.pcx)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="139" />
-      <source>Portable Graymap File (*.pgm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="140" />
-      <source>Portable Network Graphics File (*.png)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="141" />
-      <source>Portable Pixmap File (*.ppm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="142" />
-      <source>Silicon Graphics Image File (*.sgi)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="143" />
-      <source>Scalable Vector Graphics File (*.svg)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="144" />
-      <source>Compressed Scalable Vector Graphics File (*.svgz)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="145" />
-      <source>Targa Graphic File (*.tga)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="146" />
-      <source>TIFF File (*.tif)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="147" />
-      <source>TIFF File (*.tiff)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="148" />
-      <source>WAP Bitmap File (*.wbmp)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="149" />
-      <source>WebP Image File (*.webp)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="150" />
-      <source>X11 Bitmap File (*.xbm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="151" />
-      <source>X11 Pixmap File (*.xpm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="160" />
-      <source>All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="191" />
-      <source>New</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="193" />
-      <source>&amp;New</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="194" />
-      <source>Ctrl+N</source>
-      <comment>File|New</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="199" />
-      <source>Create a new icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="201" />
-      <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;This creates a new icon.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="207" />
-      <source>New Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="209" />
-      <source>New &amp;Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="215" />
-      <source>Open a new icon editor window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="217" />
-      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new icon editor window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="226" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="228" />
-      <source>&amp;Open...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="229" />
-      <source>Ctrl+O</source>
-      <comment>File|Open</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="234" />
-      <source>Open an icon file for editing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="236" />
-      <source>&lt;b&gt;Open File&lt;/b&gt;&lt;p&gt;This opens a new icon file for editing. It pops up a file selection dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="246" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="248" />
-      <source>&amp;Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="249" />
-      <source>Ctrl+S</source>
-      <comment>File|Save</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="254" />
-      <source>Save the current icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="256" />
-      <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of the icon editor window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="265" />
-      <source>Save As</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="267" />
-      <source>Save &amp;As...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="268" />
-      <source>Shift+Ctrl+S</source>
-      <comment>File|Save As</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="273" />
-      <source>Save the current icon to a new file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="275" />
-      <source>&lt;b&gt;Save As...&lt;/b&gt;&lt;p&gt;Saves the current icon to a new file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="284" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="286" />
-      <source>&amp;Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="287" />
-      <source>Ctrl+W</source>
-      <comment>File|Close</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="292" />
-      <source>Close the current icon editor window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="294" />
-      <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;Closes the current icon editor window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="300" />
-      <source>Close All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="301" />
-      <source>Close &amp;All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="307" />
-      <source>Close all icon editor windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="309" />
-      <source>&lt;b&gt;Close All&lt;/b&gt;&lt;p&gt;Closes all icon editor windows except the first one.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="319" />
-      <location filename="../IconEditor/IconEditorWindow.py" line="318" />
-      <source>Close Others</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="325" />
-      <source>Close all other icon editor windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="327" />
-      <source>&lt;b&gt;Close Others&lt;/b&gt;&lt;p&gt;Closes all other icon editor windows.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="336" />
-      <source>Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="338" />
-      <source>&amp;Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="339" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="344" />
-      <source>Quit the icon editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="346" />
-      <source>&lt;b&gt;Quit&lt;/b&gt;&lt;p&gt;Quit the icon editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="357" />
-      <source>Undo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="359" />
-      <source>&amp;Undo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="360" />
-      <source>Ctrl+Z</source>
-      <comment>Edit|Undo</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="361" />
-      <source>Alt+Backspace</source>
-      <comment>Edit|Undo</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="365" />
-      <source>Undo the last change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="367" />
-      <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="373" />
-      <source>Redo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="375" />
-      <source>&amp;Redo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="376" />
-      <source>Ctrl+Shift+Z</source>
-      <comment>Edit|Redo</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="381" />
-      <source>Redo the last change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="383" />
-      <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="389" />
-      <source>Cut</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="391" />
-      <source>Cu&amp;t</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="392" />
-      <source>Ctrl+X</source>
-      <comment>Edit|Cut</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="393" />
-      <source>Shift+Del</source>
-      <comment>Edit|Cut</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="397" />
-      <source>Cut the selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="399" />
-      <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected image area to the clipboard.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="408" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="410" />
-      <source>&amp;Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="411" />
-      <source>Ctrl+C</source>
-      <comment>Edit|Copy</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="412" />
-      <source>Ctrl+Ins</source>
-      <comment>Edit|Copy</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="416" />
-      <source>Copy the selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="418" />
-      <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected image area to the clipboard.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="427" />
-      <source>Paste</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="429" />
-      <source>&amp;Paste</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="430" />
-      <source>Ctrl+V</source>
-      <comment>Edit|Paste</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="431" />
-      <source>Shift+Ins</source>
-      <comment>Edit|Paste</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="435" />
-      <source>Paste the clipboard image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="437" />
-      <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the clipboard image.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="443" />
-      <source>Paste as New</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="444" />
-      <source>Paste as &amp;New</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="451" />
-      <source>Paste the clipboard image replacing the current one</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="454" />
-      <source>&lt;b&gt;Paste as New&lt;/b&gt;&lt;p&gt;Paste the clipboard image replacing the current one.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="463" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="465" />
-      <source>Cl&amp;ear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="466" />
-      <source>Alt+Shift+C</source>
-      <comment>Edit|Clear</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="471" />
-      <source>Clear the icon image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="473" />
-      <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Clear the icon image and set it to be completely transparent.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="483" />
-      <source>Select All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="484" />
-      <source>&amp;Select All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="485" />
-      <source>Ctrl+A</source>
-      <comment>Edit|Select All</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="490" />
-      <source>Select the complete icon image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="492" />
-      <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Selects the complete icon image.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="498" />
-      <source>Change Size</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="500" />
-      <source>Change Si&amp;ze...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="506" />
-      <source>Change the icon size</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="508" />
-      <source>&lt;b&gt;Change Size...&lt;/b&gt;&lt;p&gt;Changes the icon size.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="514" />
-      <source>Grayscale</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="516" />
-      <source>&amp;Grayscale</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="522" />
-      <source>Change the icon to grayscale</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="524" />
-      <source>&lt;b&gt;Grayscale&lt;/b&gt;&lt;p&gt;Changes the icon to grayscale.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="550" />
-      <source>Zoom in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="552" />
-      <source>Zoom &amp;in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="553" />
-      <source>Ctrl++</source>
-      <comment>View|Zoom in</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="558" />
-      <source>Zoom in on the icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="560" />
-      <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the icon. This makes the grid bigger.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="569" />
-      <source>Zoom out</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="571" />
-      <source>Zoom &amp;out</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="572" />
-      <source>Ctrl+-</source>
-      <comment>View|Zoom out</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="577" />
-      <source>Zoom out on the icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="579" />
-      <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the icon. This makes the grid smaller.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="588" />
-      <source>Zoom reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="590" />
-      <source>Zoom &amp;reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="591" />
-      <source>Ctrl+0</source>
-      <comment>View|Zoom reset</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="596" />
-      <source>Reset the zoom of the icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="598" />
-      <source>&lt;b&gt;Zoom reset&lt;/b&gt;&lt;p&gt;Reset the zoom of the icon. This sets the zoom factor to 100%.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="608" />
-      <source>Show Grid</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="610" />
-      <source>Show &amp;Grid</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="616" />
-      <source>Toggle the display of the grid</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="618" />
-      <source>&lt;b&gt;Show Grid&lt;/b&gt;&lt;p&gt;Toggle the display of the grid.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="636" />
-      <source>Freehand</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="638" />
-      <source>&amp;Freehand</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="645" />
-      <source>&lt;b&gt;Free hand&lt;/b&gt;&lt;p&gt;Draws non linear lines.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="653" />
-      <source>Color Picker</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="655" />
-      <source>&amp;Color Picker</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="662" />
-      <source>&lt;b&gt;Color Picker&lt;/b&gt;&lt;p&gt;The color of the pixel clicked on will become the current draw color.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="674" />
-      <source>Rectangle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="676" />
-      <source>&amp;Rectangle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="683" />
-      <source>&lt;b&gt;Rectangle&lt;/b&gt;&lt;p&gt;Draw a rectangle.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="691" />
-      <source>Filled Rectangle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="693" />
-      <source>F&amp;illed Rectangle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="700" />
-      <source>&lt;b&gt;Filled Rectangle&lt;/b&gt;&lt;p&gt;Draw a filled rectangle.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="712" />
-      <location filename="../IconEditor/IconEditorWindow.py" line="710" />
-      <source>Circle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="719" />
-      <source>&lt;b&gt;Circle&lt;/b&gt;&lt;p&gt;Draw a circle.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="727" />
-      <source>Filled Circle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="729" />
-      <source>Fille&amp;d Circle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="736" />
-      <source>&lt;b&gt;Filled Circle&lt;/b&gt;&lt;p&gt;Draw a filled circle.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="744" />
-      <source>Ellipse</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="746" />
-      <source>&amp;Ellipse</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="753" />
-      <source>&lt;b&gt;Ellipse&lt;/b&gt;&lt;p&gt;Draw an ellipse.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="761" />
-      <source>Filled Ellipse</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="763" />
-      <source>Fille&amp;d Elli&amp;pse</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="770" />
-      <source>&lt;b&gt;Filled Ellipse&lt;/b&gt;&lt;p&gt;Draw a filled ellipse.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="778" />
-      <source>Flood Fill</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="780" />
-      <source>Fl&amp;ood Fill</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="787" />
-      <source>&lt;b&gt;Flood Fill&lt;/b&gt;&lt;p&gt;Fill adjoining pixels with the same color with the current color.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="799" />
-      <source>Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="801" />
-      <source>&amp;Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="807" />
-      <source>&lt;b&gt;Line&lt;/b&gt;&lt;p&gt;Draw a line.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="814" />
-      <source>Eraser (Transparent)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="816" />
-      <source>Eraser (&amp;Transparent)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="823" />
-      <source>&lt;b&gt;Eraser (Transparent)&lt;/b&gt;&lt;p&gt;Erase pixels by setting them to transparent.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="834" />
-      <source>Rectangular Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="859" />
-      <location filename="../IconEditor/IconEditorWindow.py" line="836" />
-      <source>Rect&amp;angular Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="843" />
-      <source>&lt;b&gt;Rectangular Selection&lt;/b&gt;&lt;p&gt;Select a rectangular section of the icon using the mouse.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="857" />
-      <source>Circular Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="866" />
-      <source>&lt;b&gt;Circular Selection&lt;/b&gt;&lt;p&gt;Select a circular section of the icon using the mouse.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="884" />
-      <source>About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="884" />
-      <source>&amp;About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="886" />
-      <source>Display information about this software</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="888" />
-      <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="897" />
-      <source>About Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="898" />
-      <source>About &amp;Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="905" />
-      <source>Display information about the Qt toolkit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="908" />
-      <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="917" />
-      <source>What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="919" />
-      <source>&amp;What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="920" />
-      <source>Shift+F1</source>
-      <comment>Help|What's This?'</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="925" />
-      <source>Context sensitive help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="927" />
-      <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="945" />
-      <source>&amp;File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="962" />
-      <source>&amp;Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="978" />
-      <source>&amp;View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="986" />
-      <source>&amp;Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1005" />
-      <source>&amp;Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1015" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1028" />
-      <source>Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1040" />
-      <source>View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1044" />
-      <source>Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1061" />
-      <source>Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1075" />
-      <source>&lt;p&gt;This part of the status bar displays the icon size.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1082" />
-      <source>&lt;p&gt;This part of the status bar displays the cursor position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1187" />
-      <source>Open icon file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1242" />
-      <location filename="../IconEditor/IconEditorWindow.py" line="1225" />
-      <source>Save icon file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1243" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1355" />
-      <location filename="../IconEditor/IconEditorWindow.py" line="1300" />
-      <location filename="../IconEditor/IconEditorWindow.py" line="1280" />
-      <source>eric Icon Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1281" />
-      <source>Cannot read file '{0}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1301" />
-      <source>Cannot write file '{0}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1311" />
-      <source>Icon saved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1328" />
-      <source>Untitled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1332" />
-      <source>{0}[*] - {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1332" />
-      <source>Icon Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1356" />
-      <source>The icon image has unsaved changes.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1450" />
-      <source>About eric Icon Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconEditorWindow.py" line="1451" />
-      <source>The eric Icon Editor is a simple editor component to perform icon drawing tasks.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../IconEditor/IconEditorWindow.py" line="127"/>
+        <source>Windows Bitmap File (*.bmp)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="128"/>
+        <source>Windows Cursor File (*.cur)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="129"/>
+        <source>DirectDraw-Surface File (*.dds)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="130"/>
+        <source>Graphic Interchange Format File (*.gif)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="131"/>
+        <source>Apple Icon File (*.icns)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="132"/>
+        <source>Windows Icon File (*.ico)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="133"/>
+        <source>JPEG2000 File (*.jp2)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="134"/>
+        <source>JPEG File (*.jpg)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="135"/>
+        <source>JPEG File (*.jpeg)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="136"/>
+        <source>Multiple-Image Network Graphics File (*.mng)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="137"/>
+        <source>Portable Bitmap File (*.pbm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="138"/>
+        <source>Paintbrush Bitmap File (*.pcx)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="139"/>
+        <source>Portable Graymap File (*.pgm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="140"/>
+        <source>Portable Network Graphics File (*.png)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="141"/>
+        <source>Portable Pixmap File (*.ppm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="142"/>
+        <source>Silicon Graphics Image File (*.sgi)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="143"/>
+        <source>Scalable Vector Graphics File (*.svg)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="144"/>
+        <source>Compressed Scalable Vector Graphics File (*.svgz)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="145"/>
+        <source>Targa Graphic File (*.tga)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="146"/>
+        <source>TIFF File (*.tif)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="147"/>
+        <source>TIFF File (*.tiff)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="148"/>
+        <source>WAP Bitmap File (*.wbmp)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="149"/>
+        <source>WebP Image File (*.webp)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="150"/>
+        <source>X11 Bitmap File (*.xbm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="151"/>
+        <source>X11 Pixmap File (*.xpm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="160"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="191"/>
+        <source>New</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="193"/>
+        <source>&amp;New</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="194"/>
+        <source>Ctrl+N</source>
+        <comment>File|New</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="199"/>
+        <source>Create a new icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="201"/>
+        <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;This creates a new icon.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="207"/>
+        <source>New Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="209"/>
+        <source>New &amp;Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="215"/>
+        <source>Open a new icon editor window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="217"/>
+        <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new icon editor window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="226"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="228"/>
+        <source>&amp;Open...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="229"/>
+        <source>Ctrl+O</source>
+        <comment>File|Open</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="234"/>
+        <source>Open an icon file for editing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="236"/>
+        <source>&lt;b&gt;Open File&lt;/b&gt;&lt;p&gt;This opens a new icon file for editing. It pops up a file selection dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="246"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="248"/>
+        <source>&amp;Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="249"/>
+        <source>Ctrl+S</source>
+        <comment>File|Save</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="254"/>
+        <source>Save the current icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="256"/>
+        <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of the icon editor window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="265"/>
+        <source>Save As</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="267"/>
+        <source>Save &amp;As...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="268"/>
+        <source>Shift+Ctrl+S</source>
+        <comment>File|Save As</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="273"/>
+        <source>Save the current icon to a new file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="275"/>
+        <source>&lt;b&gt;Save As...&lt;/b&gt;&lt;p&gt;Saves the current icon to a new file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="284"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="286"/>
+        <source>&amp;Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="287"/>
+        <source>Ctrl+W</source>
+        <comment>File|Close</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="292"/>
+        <source>Close the current icon editor window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="294"/>
+        <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;Closes the current icon editor window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="300"/>
+        <source>Close All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="301"/>
+        <source>Close &amp;All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="307"/>
+        <source>Close all icon editor windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="309"/>
+        <source>&lt;b&gt;Close All&lt;/b&gt;&lt;p&gt;Closes all icon editor windows except the first one.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="319"/>
+        <location filename="../IconEditor/IconEditorWindow.py" line="318"/>
+        <source>Close Others</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="325"/>
+        <source>Close all other icon editor windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="327"/>
+        <source>&lt;b&gt;Close Others&lt;/b&gt;&lt;p&gt;Closes all other icon editor windows.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="336"/>
+        <source>Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="338"/>
+        <source>&amp;Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="339"/>
+        <source>Ctrl+Q</source>
+        <comment>File|Quit</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="344"/>
+        <source>Quit the icon editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="346"/>
+        <source>&lt;b&gt;Quit&lt;/b&gt;&lt;p&gt;Quit the icon editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="357"/>
+        <source>Undo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="359"/>
+        <source>&amp;Undo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="360"/>
+        <source>Ctrl+Z</source>
+        <comment>Edit|Undo</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="361"/>
+        <source>Alt+Backspace</source>
+        <comment>Edit|Undo</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="365"/>
+        <source>Undo the last change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="367"/>
+        <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="373"/>
+        <source>Redo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="375"/>
+        <source>&amp;Redo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="376"/>
+        <source>Ctrl+Shift+Z</source>
+        <comment>Edit|Redo</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="381"/>
+        <source>Redo the last change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="383"/>
+        <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="389"/>
+        <source>Cut</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="391"/>
+        <source>Cu&amp;t</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="392"/>
+        <source>Ctrl+X</source>
+        <comment>Edit|Cut</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="393"/>
+        <source>Shift+Del</source>
+        <comment>Edit|Cut</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="397"/>
+        <source>Cut the selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="399"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected image area to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="408"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="410"/>
+        <source>&amp;Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="411"/>
+        <source>Ctrl+C</source>
+        <comment>Edit|Copy</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="412"/>
+        <source>Ctrl+Ins</source>
+        <comment>Edit|Copy</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="416"/>
+        <source>Copy the selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="418"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected image area to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="427"/>
+        <source>Paste</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="429"/>
+        <source>&amp;Paste</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="430"/>
+        <source>Ctrl+V</source>
+        <comment>Edit|Paste</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="431"/>
+        <source>Shift+Ins</source>
+        <comment>Edit|Paste</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="435"/>
+        <source>Paste the clipboard image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="437"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the clipboard image.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="443"/>
+        <source>Paste as New</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="444"/>
+        <source>Paste as &amp;New</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="451"/>
+        <source>Paste the clipboard image replacing the current one</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="454"/>
+        <source>&lt;b&gt;Paste as New&lt;/b&gt;&lt;p&gt;Paste the clipboard image replacing the current one.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="463"/>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="465"/>
+        <source>Cl&amp;ear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="466"/>
+        <source>Alt+Shift+C</source>
+        <comment>Edit|Clear</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="471"/>
+        <source>Clear the icon image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="473"/>
+        <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Clear the icon image and set it to be completely transparent.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="483"/>
+        <source>Select All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="484"/>
+        <source>&amp;Select All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="485"/>
+        <source>Ctrl+A</source>
+        <comment>Edit|Select All</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="490"/>
+        <source>Select the complete icon image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="492"/>
+        <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Selects the complete icon image.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="498"/>
+        <source>Change Size</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="500"/>
+        <source>Change Si&amp;ze...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="506"/>
+        <source>Change the icon size</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="508"/>
+        <source>&lt;b&gt;Change Size...&lt;/b&gt;&lt;p&gt;Changes the icon size.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="514"/>
+        <source>Grayscale</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="516"/>
+        <source>&amp;Grayscale</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="522"/>
+        <source>Change the icon to grayscale</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="524"/>
+        <source>&lt;b&gt;Grayscale&lt;/b&gt;&lt;p&gt;Changes the icon to grayscale.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="550"/>
+        <source>Zoom in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="552"/>
+        <source>Zoom &amp;in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="553"/>
+        <source>Ctrl++</source>
+        <comment>View|Zoom in</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="558"/>
+        <source>Zoom in on the icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="560"/>
+        <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the icon. This makes the grid bigger.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="569"/>
+        <source>Zoom out</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="571"/>
+        <source>Zoom &amp;out</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="572"/>
+        <source>Ctrl+-</source>
+        <comment>View|Zoom out</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="577"/>
+        <source>Zoom out on the icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="579"/>
+        <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the icon. This makes the grid smaller.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="588"/>
+        <source>Zoom reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="590"/>
+        <source>Zoom &amp;reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="591"/>
+        <source>Ctrl+0</source>
+        <comment>View|Zoom reset</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="596"/>
+        <source>Reset the zoom of the icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="598"/>
+        <source>&lt;b&gt;Zoom reset&lt;/b&gt;&lt;p&gt;Reset the zoom of the icon. This sets the zoom factor to 100%.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="608"/>
+        <source>Show Grid</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="610"/>
+        <source>Show &amp;Grid</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="616"/>
+        <source>Toggle the display of the grid</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="618"/>
+        <source>&lt;b&gt;Show Grid&lt;/b&gt;&lt;p&gt;Toggle the display of the grid.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="636"/>
+        <source>Freehand</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="638"/>
+        <source>&amp;Freehand</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="645"/>
+        <source>&lt;b&gt;Free hand&lt;/b&gt;&lt;p&gt;Draws non linear lines.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="653"/>
+        <source>Color Picker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="655"/>
+        <source>&amp;Color Picker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="662"/>
+        <source>&lt;b&gt;Color Picker&lt;/b&gt;&lt;p&gt;The color of the pixel clicked on will become the current draw color.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="674"/>
+        <source>Rectangle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="676"/>
+        <source>&amp;Rectangle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="683"/>
+        <source>&lt;b&gt;Rectangle&lt;/b&gt;&lt;p&gt;Draw a rectangle.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="691"/>
+        <source>Filled Rectangle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="693"/>
+        <source>F&amp;illed Rectangle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="700"/>
+        <source>&lt;b&gt;Filled Rectangle&lt;/b&gt;&lt;p&gt;Draw a filled rectangle.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="712"/>
+        <location filename="../IconEditor/IconEditorWindow.py" line="710"/>
+        <source>Circle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="719"/>
+        <source>&lt;b&gt;Circle&lt;/b&gt;&lt;p&gt;Draw a circle.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="727"/>
+        <source>Filled Circle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="729"/>
+        <source>Fille&amp;d Circle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="736"/>
+        <source>&lt;b&gt;Filled Circle&lt;/b&gt;&lt;p&gt;Draw a filled circle.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="744"/>
+        <source>Ellipse</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="746"/>
+        <source>&amp;Ellipse</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="753"/>
+        <source>&lt;b&gt;Ellipse&lt;/b&gt;&lt;p&gt;Draw an ellipse.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="761"/>
+        <source>Filled Ellipse</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="763"/>
+        <source>Fille&amp;d Elli&amp;pse</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="770"/>
+        <source>&lt;b&gt;Filled Ellipse&lt;/b&gt;&lt;p&gt;Draw a filled ellipse.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="778"/>
+        <source>Flood Fill</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="780"/>
+        <source>Fl&amp;ood Fill</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="787"/>
+        <source>&lt;b&gt;Flood Fill&lt;/b&gt;&lt;p&gt;Fill adjoining pixels with the same color with the current color.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="799"/>
+        <source>Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="801"/>
+        <source>&amp;Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="807"/>
+        <source>&lt;b&gt;Line&lt;/b&gt;&lt;p&gt;Draw a line.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="814"/>
+        <source>Eraser (Transparent)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="816"/>
+        <source>Eraser (&amp;Transparent)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="823"/>
+        <source>&lt;b&gt;Eraser (Transparent)&lt;/b&gt;&lt;p&gt;Erase pixels by setting them to transparent.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="834"/>
+        <source>Rectangular Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="859"/>
+        <location filename="../IconEditor/IconEditorWindow.py" line="836"/>
+        <source>Rect&amp;angular Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="843"/>
+        <source>&lt;b&gt;Rectangular Selection&lt;/b&gt;&lt;p&gt;Select a rectangular section of the icon using the mouse.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="857"/>
+        <source>Circular Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="866"/>
+        <source>&lt;b&gt;Circular Selection&lt;/b&gt;&lt;p&gt;Select a circular section of the icon using the mouse.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="884"/>
+        <source>About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="884"/>
+        <source>&amp;About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="886"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="888"/>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="897"/>
+        <source>About Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="898"/>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="905"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="908"/>
+        <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="917"/>
+        <source>What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="919"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="920"/>
+        <source>Shift+F1</source>
+        <comment>Help|What&apos;s This?&apos;</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="925"/>
+        <source>Context sensitive help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="927"/>
+        <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="945"/>
+        <source>&amp;File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="962"/>
+        <source>&amp;Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="978"/>
+        <source>&amp;View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="986"/>
+        <source>&amp;Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1005"/>
+        <source>&amp;Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1015"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1028"/>
+        <source>Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1040"/>
+        <source>View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1044"/>
+        <source>Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1061"/>
+        <source>Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1075"/>
+        <source>&lt;p&gt;This part of the status bar displays the icon size.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1082"/>
+        <source>&lt;p&gt;This part of the status bar displays the cursor position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1187"/>
+        <source>Open icon file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1242"/>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1225"/>
+        <source>Save icon file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1243"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1355"/>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1300"/>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1280"/>
+        <source>eric Icon Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1281"/>
+        <source>Cannot read file &apos;{0}&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1301"/>
+        <source>Cannot write file &apos;{0}&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1311"/>
+        <source>Icon saved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1328"/>
+        <source>Untitled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1332"/>
+        <source>{0}[*] - {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1332"/>
+        <source>Icon Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1356"/>
+        <source>The icon image has unsaved changes.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1450"/>
+        <source>About eric Icon Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconEditorWindow.py" line="1451"/>
+        <source>The eric Icon Editor is a simple editor component to perform icon drawing tasks.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IconSizeDialog</name>
     <message>
-      <location filename="../IconEditor/IconSizeDialog.ui" line="0" />
-      <source>Icon Size</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconSizeDialog.ui" line="0" />
-      <source>Size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconSizeDialog.ui" line="0" />
-      <source>Enter the width of the icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconSizeDialog.ui" line="0" />
-      <source>X</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../IconEditor/IconSizeDialog.ui" line="0" />
-      <source>Enter the height of the icon</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../IconEditor/IconSizeDialog.ui" line="0"/>
+        <source>Icon Size</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconSizeDialog.ui" line="0"/>
+        <source>Size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconSizeDialog.ui" line="0"/>
+        <source>Enter the width of the icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconSizeDialog.ui" line="0"/>
+        <source>X</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../IconEditor/IconSizeDialog.ui" line="0"/>
+        <source>Enter the height of the icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IconsPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>&lt;b&gt;Configure icon directories&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>&lt;font color="#FF0000"&gt;&lt;b&gt;Note:&lt;/b&gt; These settings are activated at the next startup of the application.&lt;/font&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Default Icons</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Select to select between Breeze (dark) and Breeze (light) based on the window lightness</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Automatic</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Select to use the Breeze vector icons for light window background</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Breeze (light)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Select to use the Breeze vector icons for dark window background</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Breeze (dark)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Select to use the Oxygen pixmap icons</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Oxygen</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Press to show a dialog with a preview of the selected default icon set</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Show</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Custom Icon Directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>List of icon directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Press to delete the selected directory from the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Press to add the entered directory to the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure icon directories&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; These settings are activated at the next startup of the application.&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Default Icons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Select to select between Breeze (dark) and Breeze (light) based on the window lightness</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Automatic</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Select to use the Breeze vector icons for light window background</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Breeze (light)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Select to use the Breeze vector icons for dark window background</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Breeze (dark)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Select to use the Oxygen pixmap icons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Oxygen</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Press to show a dialog with a preview of the selected default icon set</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Show</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Custom Icon Directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>List of icon directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Press to delete the selected directory from the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Press to add the entered directory to the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IconsPreviewDialog</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPreviewDialog.ui" line="0" />
-      <source>Icons Preview</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPreviewDialog.ui" line="0" />
-      <source>Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPreviewDialog.ui" line="0" />
-      <source>Select the icons directory to be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPreviewDialog.ui" line="0" />
-      <source>Select to invert the background color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPreviewDialog.ui" line="0" />
-      <source>Invert Background</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPreviewDialog.ui" line="0" />
-      <source>Select to refresh the icons display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IconsPreviewDialog.ui" line="0" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/IconsPreviewDialog.ui" line="0"/>
+        <source>Icons Preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPreviewDialog.ui" line="0"/>
+        <source>Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPreviewDialog.ui" line="0"/>
+        <source>Select the icons directory to be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPreviewDialog.ui" line="0"/>
+        <source>Select to invert the background color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPreviewDialog.ui" line="0"/>
+        <source>Invert Background</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPreviewDialog.ui" line="0"/>
+        <source>Select to refresh the icons display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IconsPreviewDialog.ui" line="0"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IgnoredDevicesDialog</name>
     <message>
-      <location filename="../MicroPython/IgnoredDevicesDialog.ui" line="0" />
-      <source>Ignored Serial Devices</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/IgnoredDevicesDialog.ui" line="0"/>
+        <source>Ignored Serial Devices</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ImageMarkupDialog</name>
     <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="54" />
-      <source>Windows Bitmap File (*.bmp)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="55" />
-      <source>Windows Cursor File (*.cur)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="56" />
-      <source>DirectDraw-Surface File (*.dds)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="57" />
-      <source>Graphic Interchange Format File (*.gif)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="58" />
-      <source>Apple Icon File (*.icns)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="59" />
-      <source>Windows Icon File (*.ico)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="60" />
-      <source>JPEG2000 File (*.jp2)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="61" />
-      <source>JPEG File (*.jpg)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="62" />
-      <source>JPEG File (*.jpeg)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="63" />
-      <source>Multiple-Image Network Graphics File (*.mng)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="64" />
-      <source>Portable Bitmap File (*.pbm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="65" />
-      <source>Paintbrush Bitmap File (*.pcx)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="66" />
-      <source>Portable Graymap File (*.pgm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="67" />
-      <source>Portable Network Graphics File (*.png)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="68" />
-      <source>Portable Pixmap File (*.ppm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="69" />
-      <source>Silicon Graphics Image File (*.sgi)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="70" />
-      <source>Scalable Vector Graphics File (*.svg)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="71" />
-      <source>Compressed Scalable Vector Graphics File (*.svgz)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="72" />
-      <source>Targa Graphic File (*.tga)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="73" />
-      <source>TIFF File (*.tif)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="74" />
-      <source>TIFF File (*.tiff)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="75" />
-      <source>WAP Bitmap File (*.wbmp)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="76" />
-      <source>WebP Image File (*.webp)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="77" />
-      <source>X11 Bitmap File (*.xbm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="78" />
-      <source>X11 Pixmap File (*.xpm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="87" />
-      <source>All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" />
-      <source>Add Image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" />
-      <source>Image Address:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" />
-      <source>Enter the image path or URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" />
-      <source>Title:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" />
-      <source>Alternative Text:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" />
-      <source>Keep Original Size</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" />
-      <source>Keep Aspect Ratio</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" />
-      <source>Width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" />
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" />
-      <source> px</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" />
-      <source>Height:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="54"/>
+        <source>Windows Bitmap File (*.bmp)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="55"/>
+        <source>Windows Cursor File (*.cur)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="56"/>
+        <source>DirectDraw-Surface File (*.dds)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="57"/>
+        <source>Graphic Interchange Format File (*.gif)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="58"/>
+        <source>Apple Icon File (*.icns)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="59"/>
+        <source>Windows Icon File (*.ico)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="60"/>
+        <source>JPEG2000 File (*.jp2)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="61"/>
+        <source>JPEG File (*.jpg)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="62"/>
+        <source>JPEG File (*.jpeg)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="63"/>
+        <source>Multiple-Image Network Graphics File (*.mng)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="64"/>
+        <source>Portable Bitmap File (*.pbm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="65"/>
+        <source>Paintbrush Bitmap File (*.pcx)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="66"/>
+        <source>Portable Graymap File (*.pgm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="67"/>
+        <source>Portable Network Graphics File (*.png)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="68"/>
+        <source>Portable Pixmap File (*.ppm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="69"/>
+        <source>Silicon Graphics Image File (*.sgi)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="70"/>
+        <source>Scalable Vector Graphics File (*.svg)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="71"/>
+        <source>Compressed Scalable Vector Graphics File (*.svgz)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="72"/>
+        <source>Targa Graphic File (*.tga)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="73"/>
+        <source>TIFF File (*.tif)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="74"/>
+        <source>TIFF File (*.tiff)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="75"/>
+        <source>WAP Bitmap File (*.wbmp)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="76"/>
+        <source>WebP Image File (*.webp)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="77"/>
+        <source>X11 Bitmap File (*.xbm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="78"/>
+        <source>X11 Pixmap File (*.xpm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="87"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0"/>
+        <source>Add Image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0"/>
+        <source>Image Address:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0"/>
+        <source>Enter the image path or URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0"/>
+        <source>Title:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0"/>
+        <source>Alternative Text:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0"/>
+        <source>Keep Original Size</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0"/>
+        <source>Keep Aspect Ratio</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0"/>
+        <source>Width:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0"/>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0"/>
+        <source> px</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0"/>
+        <source>Height:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ImagesIcon</name>
     <message>
-      <location filename="../WebBrowser/StatusBar/ImagesIcon.py" line="40" />
-      <source>Modify images loading settings temporarily or globally</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/ImagesIcon.py" line="68" />
-      <source>Current Page Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/ImagesIcon.py" line="74" />
-      <source>Disable loading images (temporarily)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/ImagesIcon.py" line="79" />
-      <source>Enable loading images (temporarily)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/ImagesIcon.py" line="84" />
-      <source>Global Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/ImagesIcon.py" line="85" />
-      <source>Automatically load images</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/StatusBar/ImagesIcon.py" line="40"/>
+        <source>Modify images loading settings temporarily or globally</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/ImagesIcon.py" line="68"/>
+        <source>Current Page Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/ImagesIcon.py" line="74"/>
+        <source>Disable loading images (temporarily)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/ImagesIcon.py" line="79"/>
+        <source>Enable loading images (temporarily)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/ImagesIcon.py" line="84"/>
+        <source>Global Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/ImagesIcon.py" line="85"/>
+        <source>Automatically load images</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ImportsChecker</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="14" />
-      <source>local import must be at the beginning of the method body</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="17" />
-      <source>packages from external modules should not be imported locally</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="21" />
-      <source>packages from standard modules should not be imported locally</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="25" />
-      <source>Import statements are in the wrong order. '{0}' should be before '{1}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="29" />
-      <source>Imported names are in the wrong order. Should be '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="32" />
-      <source>Import statements should be combined. '{0}' should be combined with '{1}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="36" />
-      <source>The names in __all__ are in the wrong order. The order should be '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="40" />
-      <source>unnecessary import alias - rewrite as '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="43" />
-      <source>banned import '{0}' used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="44" />
-      <source>relative imports from parent modules are banned</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="47" />
-      <source>relative imports are banned</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="14"/>
+        <source>local import must be at the beginning of the method body</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="17"/>
+        <source>packages from external modules should not be imported locally</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="21"/>
+        <source>packages from standard modules should not be imported locally</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="25"/>
+        <source>Import statements are in the wrong order. &apos;{0}&apos; should be before &apos;{1}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="29"/>
+        <source>Imported names are in the wrong order. Should be &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="32"/>
+        <source>Import statements should be combined. &apos;{0}&apos; should be combined with &apos;{1}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="36"/>
+        <source>The names in __all__ are in the wrong order. The order should be &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="40"/>
+        <source>unnecessary import alias - rewrite as &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="43"/>
+        <source>banned import &apos;{0}&apos; used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="44"/>
+        <source>relative imports from parent modules are banned</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py" line="47"/>
+        <source>relative imports are banned</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ImportsDiagramBuilder</name>
     <message>
-      <location filename="../Graphics/ImportsDiagramBuilder.py" line="74" />
-      <source>Imports Diagramm {0}: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ImportsDiagramBuilder.py" line="78" />
-      <source>Imports Diagramm: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ImportsDiagramBuilder.py" line="106" />
-      <source>Parsing modules...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ImportsDiagramBuilder.py" line="110" />
-      <source>%v/%m Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ImportsDiagramBuilder.py" line="113" />
-      <source>Imports Diagramm</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ImportsDiagramBuilder.py" line="149" />
-      <source>The directory &lt;b&gt;'{0}'&lt;/b&gt; is not a Python package.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/ImportsDiagramBuilder.py" line="414" />
-      <source>&lt;p&gt;The diagram belongs to project &lt;b&gt;{0}&lt;/b&gt;. Please open it and try again.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Graphics/ImportsDiagramBuilder.py" line="74"/>
+        <source>Imports Diagramm {0}: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ImportsDiagramBuilder.py" line="78"/>
+        <source>Imports Diagramm: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ImportsDiagramBuilder.py" line="106"/>
+        <source>Parsing modules...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ImportsDiagramBuilder.py" line="110"/>
+        <source>%v/%m Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ImportsDiagramBuilder.py" line="113"/>
+        <source>Imports Diagramm</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ImportsDiagramBuilder.py" line="149"/>
+        <source>The directory &lt;b&gt;&apos;{0}&apos;&lt;/b&gt; is not a Python package.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/ImportsDiagramBuilder.py" line="414"/>
+        <source>&lt;p&gt;The diagram belongs to project &lt;b&gt;{0}&lt;/b&gt;. Please open it and try again.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>InputDialogWizard</name>
     <message>
-      <location filename="../Plugins/PluginWizardQInputDialog.py" line="80" />
-      <location filename="../Plugins/PluginWizardQInputDialog.py" line="73" />
-      <source>QInputDialog Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQInputDialog.py" line="74" />
-      <source>QInputDialog Wizard...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQInputDialog.py" line="82" />
-      <source>&lt;b&gt;QInputDialog Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create a QInputDialog. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQInputDialog.py" line="133" />
-      <source>No current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQInputDialog.py" line="134" />
-      <source>Please open or create a file first.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginWizardQInputDialog.py" line="80"/>
+        <location filename="../Plugins/PluginWizardQInputDialog.py" line="73"/>
+        <source>QInputDialog Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQInputDialog.py" line="74"/>
+        <source>QInputDialog Wizard...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQInputDialog.py" line="82"/>
+        <source>&lt;b&gt;QInputDialog Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create a QInputDialog. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQInputDialog.py" line="133"/>
+        <source>No current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQInputDialog.py" line="134"/>
+        <source>Please open or create a file first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>InputDialogWizardDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py" line="54" />
-      <source>Test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>QInputDialog Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Type</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>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>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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Double</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>Item</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Result:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Enter the result variable name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Title</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Label</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Select "self" as parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>self</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Select "None" as parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>None</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Select to enter a parent expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Enter the parent expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Echo Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Normal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>No Echo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <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 type="unfinished" />
-    </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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>To</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>From</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>2147483647</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>-2147483647</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>0</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Decimals</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Editable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>Current Item</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" />
-      <source>String List Variable</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py" line="54"/>
+        <source>Test</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>QInputDialog Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <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"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Integer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Double</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Item</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Result:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Enter the result variable name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Title</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Label</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Select &quot;self&quot; as parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>self</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Select &quot;None&quot; as parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Select to enter a parent expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Enter the parent expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Echo Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Normal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>No Echo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <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 type="unfinished"></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"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Step</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>To</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>From</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>2147483647</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>-2147483647</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>0</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Decimals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Editable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>Current Item</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0"/>
+        <source>String List Variable</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>InstallInfoDialog</name>
     <message>
-      <location filename="../UI/InstallInfoDialog.py" line="41" />
-      <source>Delete Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="276" />
-      <location filename="../UI/InstallInfoDialog.py" line="45" />
-      <source>Upgrade Instructions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="64" />
-      <source>Installed as Administrator:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="66" />
-      <source>Installed with sudo:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="76" />
-      <location filename="../UI/InstallInfoDialog.py" line="68" />
-      <source>Yes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="76" />
-      <location filename="../UI/InstallInfoDialog.py" line="68" />
-      <source>No</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="81" />
-      <source>'eric-ide' was installed from PyPI using the pip command.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="87" />
-      <source>The information shown in this dialog was guessed at the first start of eric.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="96" />
-      <source>The installation information was provided by the user.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="104" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="111" />
-      <source>Load Install Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="112" />
-      <source>&lt;p&gt;The file containing the install information could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="165" />
-      <source>Install Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="166" />
-      <source>The install information was edited. Unsaved changes will be lost. Save first?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="205" />
-      <source>Save Install Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="206" />
-      <source>&lt;p&gt;The file containing the install information could not be written.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="220" />
-      <source>Delete Installation Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="221" />
-      <source>Do you really want to delete the installation information? It will be recreated at the next start.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.py" line="249" />
-      <source>Perform the following step(s) with Administrator privileges.
+        <location filename="../UI/InstallInfoDialog.py" line="41"/>
+        <source>Delete Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="276"/>
+        <location filename="../UI/InstallInfoDialog.py" line="45"/>
+        <source>Upgrade Instructions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="64"/>
+        <source>Installed as Administrator:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="66"/>
+        <source>Installed with sudo:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="76"/>
+        <location filename="../UI/InstallInfoDialog.py" line="68"/>
+        <source>Yes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="76"/>
+        <location filename="../UI/InstallInfoDialog.py" line="68"/>
+        <source>No</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="81"/>
+        <source>&apos;eric-ide&apos; was installed from PyPI using the pip command.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="87"/>
+        <source>The information shown in this dialog was guessed at the first start of eric.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="96"/>
+        <source>The installation information was provided by the user.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="104"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="111"/>
+        <source>Load Install Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="112"/>
+        <source>&lt;p&gt;The file containing the install information could not be read.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="165"/>
+        <source>Install Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="166"/>
+        <source>The install information was edited. Unsaved changes will be lost. Save first?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="205"/>
+        <source>Save Install Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="206"/>
+        <source>&lt;p&gt;The file containing the install information could not be written.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="220"/>
+        <source>Delete Installation Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="221"/>
+        <source>Do you really want to delete the installation information? It will be recreated at the next start.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.py" line="249"/>
+        <source>Perform the following step(s) with Administrator privileges.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.ui" line="0" />
-      <source>Installation Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.ui" line="0" />
-      <source>Press to change to edit mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.ui" line="0" />
-      <source>Press to save the changed information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.ui" line="0" />
-      <source>Installed From:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.ui" line="0" />
-      <source>Installed in VirtualEnv:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.ui" line="0" />
-      <source>User name of installer:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.ui" line="0" />
-      <source>Install Command:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.ui" line="0" />
-      <source>Installation Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.ui" line="0" />
-      <source>Python Interpreter:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.ui" line="0" />
-      <source>Installation Date:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/InstallInfoDialog.ui" line="0" />
-      <source>Remarks:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.ui" line="0"/>
+        <source>Installation Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.ui" line="0"/>
+        <source>Press to change to edit mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.ui" line="0"/>
+        <source>Press to save the changed information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.ui" line="0"/>
+        <source>Installed From:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.ui" line="0"/>
+        <source>Installed in VirtualEnv:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.ui" line="0"/>
+        <source>User name of installer:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.ui" line="0"/>
+        <source>Install Command:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.ui" line="0"/>
+        <source>Installation Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.ui" line="0"/>
+        <source>Python Interpreter:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.ui" line="0"/>
+        <source>Installation Date:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/InstallInfoDialog.ui" line="0"/>
+        <source>Remarks:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>InterfaceLightPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="41" />
-      <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="125" />
-      <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="83" />
-      <source>System</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0" />
-      <source>&lt;b&gt;Configure User Interface&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0" />
-      <source>Style:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0" />
-      <source>Select the interface style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0" />
-      <source>Style Sheet:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0" />
-      <source>Enter the path of the style sheet file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0" />
-      <source>Style Icons Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0" />
-      <source>Enter the path to the icons used within the style sheet (empty for default)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0" />
-      <source>&lt;font color="#FF0000"&gt;&lt;b&gt;Note:&lt;/b&gt; All settings below are activated at the next startup of the application.&lt;/font&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0" />
-      <source>Language:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0" />
-      <source>Select the interface language.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0" />
-      <source>The interface language can be selected from this list. If "system" is selected, the interface language is determined by the system. The selection of "none" means, that the default language will be used.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="41"/>
+        <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="125"/>
+        <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="83"/>
+        <source>System</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure User Interface&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0"/>
+        <source>Style:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0"/>
+        <source>Select the interface style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0"/>
+        <source>Style Sheet:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0"/>
+        <source>Enter the path of the style sheet file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0"/>
+        <source>Style Icons Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0"/>
+        <source>Enter the path to the icons used within the style sheet (empty for default)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0"/>
+        <source>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; All settings below are activated at the next startup of the application.&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0"/>
+        <source>Language:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0"/>
+        <source>Select the interface language.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0"/>
+        <source>The interface language can be selected from this list. If &quot;system&quot; is selected, the interface language is determined by the system. The selection of &quot;none&quot; means, that the default language will be used.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>InterfacePage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>&lt;b&gt;Configure User Interface&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Browsers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Filter out files:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Enter wildcard file patterns separated by semicolon. Files matching these patterns will not be shown by the file browsers.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select, if folders should be listed first in the various browsers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>List folders first in Browsers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to hide non public classes, methods and attributes in the browsers.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Hide non public members in Browsers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to sort file contents by occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Sort contents by occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to show the source code encoding</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Show source file encoding</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select, if the caption of the main window should show the filename of the current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Caption shows filename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Filename Length</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Enter the number of characters to be shown in the main window title.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Style:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select the interface style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Style Sheet:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Enter the path of the style sheet file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Style Icons Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Enter the path to the icons used within the style sheet (empty for default)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Sidebars</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select the icon bar background color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Icon Bar Color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Icon Size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select the icon size</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>&lt;font color="#FF0000"&gt;&lt;b&gt;Note:&lt;/b&gt; The following setting will be activated at the next startup of the application.&lt;/font&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to combine the left and right sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Combine left and right sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>&lt;font color="#FF0000"&gt;&lt;b&gt;Note:&lt;/b&gt; All settings below are activated at the next startup of the application.&lt;/font&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select the layout type.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Toolboxes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select the interface language.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>The interface language can be selected from this list. If "system" is selected, the interface language is determined by the system. The selection of "none" means, that the default language will be used.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Language:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Layout:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Integrated Tools Activation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Left Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to activate the Symbols widget</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Symbols</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to activate the Template viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Template-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to activate the File-Browser widget</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>File-Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to activate the embedded Find/Replace In Files tool.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Find/Replace In Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to activate the embedded Find File tool.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Find File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="314" />
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Right Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to activate the Code Documentation Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Code Documentation Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to activate the Help Viewer widget</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Help Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to activate the conda package manager widget</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Conda Package Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to activate the PyPI package manager widget</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>PyPI Package Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to activate the Cooperation widget</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Cooperation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to activate the IRC widget</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>IRC</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to activate the MicroPython widget</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>MicroPython</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Bottom Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Select to activate the Numbers widget</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Numbers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" />
-      <source>Reset layout to factory defaults</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="108" />
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="237" />
-      <source>English</source>
-      <comment>Translate this with your language</comment>
-      <translation>English</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="42" />
-      <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="254" />
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="212" />
-      <source>System</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="314" />
-      <source>Combined Left Side</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>&lt;b&gt;Configure User Interface&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Browsers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Filter out files:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Enter wildcard file patterns separated by semicolon. Files matching these patterns will not be shown by the file browsers.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select, if folders should be listed first in the various browsers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>List folders first in Browsers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to hide non public classes, methods and attributes in the browsers.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Hide non public members in Browsers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to sort file contents by occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Sort contents by occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to show the source code encoding</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Show source file encoding</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select, if the caption of the main window should show the filename of the current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Caption shows filename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Filename Length</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Enter the number of characters to be shown in the main window title.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Style:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select the interface style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Style Sheet:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Enter the path of the style sheet file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Style Icons Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Enter the path to the icons used within the style sheet (empty for default)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Sidebars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select the icon bar background color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Icon Bar Color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Icon Size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select the icon size</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; The following setting will be activated at the next startup of the application.&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to combine the left and right sidebar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Combine left and right sidebar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; All settings below are activated at the next startup of the application.&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select the layout type.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Toolboxes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select the interface language.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>The interface language can be selected from this list. If &quot;system&quot; is selected, the interface language is determined by the system. The selection of &quot;none&quot; means, that the default language will be used.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Language:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Layout:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Integrated Tools Activation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Left Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to activate the Symbols widget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to activate the Template viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Template-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to activate the File-Browser widget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>File-Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to activate the embedded Find/Replace In Files tool.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Find/Replace In Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to activate the embedded Find File tool.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Find File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="314"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Right Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to activate the Code Documentation Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Code Documentation Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to activate the Help Viewer widget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Help Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to activate the conda package manager widget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Conda Package Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to activate the PyPI package manager widget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>PyPI Package Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to activate the Cooperation widget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Cooperation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to activate the IRC widget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>IRC</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to activate the MicroPython widget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>MicroPython</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Bottom Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Select to activate the Numbers widget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Numbers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0"/>
+        <source>Reset layout to factory defaults</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="108"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="237"/>
+        <source>English</source>
+        <comment>Translate this with your language</comment>
+        <translation>English</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="42"/>
+        <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="254"/>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="212"/>
+        <source>System</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="314"/>
+        <source>Combined Left Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IrcChannelEditDialog</name>
     <message>
-      <location filename="../Network/IRC/IrcChannelEditDialog.ui" line="0" />
-      <source>IRC Channel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelEditDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelEditDialog.ui" line="0" />
-      <source>Enter the channel name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelEditDialog.ui" line="0" />
-      <source>Key:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelEditDialog.ui" line="0" />
-      <source>Enter the channel key/password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelEditDialog.ui" line="0" />
-      <source>Select to join this channel automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelEditDialog.ui" line="0" />
-      <source>Join channel automatically</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Network/IRC/IrcChannelEditDialog.ui" line="0"/>
+        <source>IRC Channel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelEditDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelEditDialog.ui" line="0"/>
+        <source>Enter the channel name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelEditDialog.ui" line="0"/>
+        <source>Key:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelEditDialog.ui" line="0"/>
+        <source>Enter the channel key/password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelEditDialog.ui" line="0"/>
+        <source>Select to join this channel automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelEditDialog.ui" line="0"/>
+        <source>Join channel automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IrcChannelWidget</name>
     <message>
-      <location filename="../Network/IRC/IrcChannelWidget.ui" line="0" />
-      <source>Press to change the topic</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.ui" line="0" />
-      <source>Shows the list of users</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.ui" line="0" />
-      <source>Shows the channel messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.ui" line="0" />
-      <location filename="../Network/IRC/IrcChannelWidget.ui" line="0" />
-      <source>Enter a message, send by pressing Return or Enter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1606" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1541" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="439" />
-      <source>Send Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="440" />
-      <source>Messages starting with a '/' are not allowed in private chats.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="556" />
-      <source>Leave IRC channel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="557" />
-      <source>Do you really want to leave the IRC channel &lt;b&gt;{0}&lt;/b&gt;?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="710" />
-      <source>Channel Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="717" />
-      <source>Nick mentioned</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="741" />
-      <source>{0} has joined the channel {1} ({2}).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="746" />
-      <source>You have joined the channel {0} ({1}).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="754" />
-      <source>Join Channel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="772" />
-      <source>{0} has left {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="779" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="776" />
-      <source>{0} has left {1}: {2}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="787" />
-      <source>Leave Channel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="805" />
-      <source>{0} has quit {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="808" />
-      <source>{0} has quit {1}: {2}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="816" />
-      <source>Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="835" />
-      <source>You are now known as {0}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="841" />
-      <source>User {0} is now known as {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="880" />
-      <source>Away</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="881" />
-      <source>{0} is away: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="899" />
-      <source>The channel topic is: "{0}".</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="916" />
-      <source>The topic was set by {0} on {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="937" />
-      <source>Channel URL: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="960" />
-      <source>password protected ({0})</source>
-      <translation type="unfinished" />
+        <location filename="../Network/IRC/IrcChannelWidget.ui" line="0"/>
+        <source>Press to change the topic</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.ui" line="0"/>
+        <source>Shows the list of users</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.ui" line="0"/>
+        <source>Shows the channel messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.ui" line="0"/>
+        <location filename="../Network/IRC/IrcChannelWidget.ui" line="0"/>
+        <source>Enter a message, send by pressing Return or Enter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1606"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1541"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="439"/>
+        <source>Send Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="440"/>
+        <source>Messages starting with a &apos;/&apos; are not allowed in private chats.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="556"/>
+        <source>Leave IRC channel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="557"/>
+        <source>Do you really want to leave the IRC channel &lt;b&gt;{0}&lt;/b&gt;?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="710"/>
+        <source>Channel Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="717"/>
+        <source>Nick mentioned</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="741"/>
+        <source>{0} has joined the channel {1} ({2}).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="746"/>
+        <source>You have joined the channel {0} ({1}).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="754"/>
+        <source>Join Channel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="772"/>
+        <source>{0} has left {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="779"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="776"/>
+        <source>{0} has left {1}: {2}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="787"/>
+        <source>Leave Channel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="805"/>
+        <source>{0} has quit {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="808"/>
+        <source>{0} has quit {1}: {2}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="816"/>
+        <source>Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="835"/>
+        <source>You are now known as {0}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="841"/>
+        <source>User {0} is now known as {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="880"/>
+        <source>Away</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="881"/>
+        <source>{0} is away: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="899"/>
+        <source>The channel topic is: &quot;{0}&quot;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="916"/>
+        <source>The topic was set by {0} on {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="937"/>
+        <source>Channel URL: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="960"/>
+        <source>password protected ({0})</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="963" />
-      <source>limited to %n user(s)</source>
-      <translation>
-        <numerusform>limited to one user</numerusform>
-        <numerusform>limited to %n users</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="971" />
-      <source>Channel modes: {0}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="988" />
-      <source>This channel was created on {0}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1023" />
-      <source>{0} sets the channel mode to 'anonymous'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1027" />
-      <source>{0} removes the 'anonymous' mode from the channel.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1032" />
-      <source>{0} sets a ban on {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1036" />
-      <source>{0} removes the ban on {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1041" />
-      <source>{0} sets the channel mode to 'no colors allowed'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1045" />
-      <source>{0} sets the channel mode to 'allow color codes'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1050" />
-      <source>{0} sets a ban exception on {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1054" />
-      <source>{0} removes the ban exception on {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1059" />
-      <source>{0} sets the channel mode to 'invite only'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1063" />
-      <source>{0} removes the 'invite only' mode from the channel.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1068" />
-      <source>{0} sets the channel key to '{1}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1072" />
-      <source>{0} removes the channel key.</source>
-      <translation type="unfinished" />
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="963"/>
+        <source>limited to %n user(s)</source>
+        <translation>
+            <numerusform>limited to one user</numerusform>
+            <numerusform>limited to %n users</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="971"/>
+        <source>Channel modes: {0}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="988"/>
+        <source>This channel was created on {0}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1023"/>
+        <source>{0} sets the channel mode to &apos;anonymous&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1027"/>
+        <source>{0} removes the &apos;anonymous&apos; mode from the channel.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1032"/>
+        <source>{0} sets a ban on {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1036"/>
+        <source>{0} removes the ban on {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1041"/>
+        <source>{0} sets the channel mode to &apos;no colors allowed&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1045"/>
+        <source>{0} sets the channel mode to &apos;allow color codes&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1050"/>
+        <source>{0} sets a ban exception on {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1054"/>
+        <source>{0} removes the ban exception on {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1059"/>
+        <source>{0} sets the channel mode to &apos;invite only&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1063"/>
+        <source>{0} removes the &apos;invite only&apos; mode from the channel.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1068"/>
+        <source>{0} sets the channel key to &apos;{1}&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1072"/>
+        <source>{0} removes the channel key.</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1075" />
-      <source>{0} sets the channel limit to %n nick(s).</source>
-      <translation>
-        <numerusform>{0} sets the channel limit to one nick.</numerusform>
-        <numerusform>{0} sets the channel limit to %n nicks.</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1081" />
-      <source>{0} removes the channel limit.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1084" />
-      <source>{0} sets the channel mode to 'moderated'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1088" />
-      <source>{0} sets the channel mode to 'unmoderated'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1093" />
-      <source>{0} sets the channel mode to 'no messages from outside'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1098" />
-      <source>{0} sets the channel mode to 'allow messages from outside'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1104" />
-      <source>{0} sets the channel mode to 'private'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1108" />
-      <source>{0} sets the channel mode to 'public'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1113" />
-      <source>{0} sets the channel mode to 'quiet'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1117" />
-      <source>{0} removes the 'quiet' mode from the channel.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1124" />
-      <source>{0} sets the channel mode to 'secret'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1128" />
-      <source>{0} sets the channel mode to 'visible'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1133" />
-      <source>{0} switches on 'topic protection'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1137" />
-      <source>{0} switches off 'topic protection'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1142" />
-      <source>{0} sets invitation mask {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1146" />
-      <source>{0} removes the invitation mask {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1150" />
-      <source>Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1170" />
-      <source>{0} sets mode for {1}: {2}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1198" />
-      <source>Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1249" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1239" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1231" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1223" />
-      <source>CTCP</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1224" />
-      <source>Received Version request from {0}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1232" />
-      <source>Received CTCP-PING request from {0}, sending answer.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1240" />
-      <source>Received CTCP-CLIENTINFO request from {0}, sending answer.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1250" />
-      <source>Received unknown CTCP-{0} request from {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1342" />
-      <source>--- New From Here ---</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1426" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1409" />
-      <source>Save Messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1411" />
-      <source>HTML Files (*.{0});;Text Files (*.txt);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1427" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1447" />
-      <source>Error saving Messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1448" />
-      <source>&lt;p&gt;The messages contents could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1460" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1465" />
-      <source>Cut all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1470" />
-      <source>Copy all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1476" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1481" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1485" />
-      <source>Mark Current Position</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1488" />
-      <source>Remove Position Marker</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1574" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1558" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1542" />
-      <source>Enter the message to be sent:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1609" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1557" />
-      <source>Send Query</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1612" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1573" />
-      <source>Send Notice</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1599" />
-      <source>Who Is</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1602" />
-      <source>Private Chat</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1616" />
-      <source>Send Ping</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1619" />
-      <source>Ignore User</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1623" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1738" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1714" />
-      <source>Who</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1715" />
-      <source>End of WHO list for {0}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1736" />
-      <source> (Away)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1739" />
-      <source>{0} is {1}@{2} ({3}){4}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="2104" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="2085" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="2066" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="2045" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="2027" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="2009" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1991" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1970" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1962" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1954" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1943" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1924" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1892" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1887" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1866" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1845" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1838" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1831" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1824" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1817" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1810" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1761" />
-      <source>Whois</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1762" />
-      <source>{0} is {1}@{2} ({3}).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1811" />
-      <source>{0} is a user on channels: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1818" />
-      <source>{0} has voice on channels: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1825" />
-      <source>{0} is a halfop on channels: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1832" />
-      <source>{0} is an operator on channels: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1839" />
-      <source>{0} is owner of channels: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1846" />
-      <source>{0} is admin on channels: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1867" />
-      <source>{0} is online via {1} ({2}).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1888" />
-      <source>{0} is an IRC Operator.</source>
-      <translation type="unfinished" />
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1075"/>
+        <source>{0} sets the channel limit to %n nick(s).</source>
+        <translation>
+            <numerusform>{0} sets the channel limit to one nick.</numerusform>
+            <numerusform>{0} sets the channel limit to %n nicks.</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1081"/>
+        <source>{0} removes the channel limit.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1084"/>
+        <source>{0} sets the channel mode to &apos;moderated&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1088"/>
+        <source>{0} sets the channel mode to &apos;unmoderated&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1093"/>
+        <source>{0} sets the channel mode to &apos;no messages from outside&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1098"/>
+        <source>{0} sets the channel mode to &apos;allow messages from outside&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1104"/>
+        <source>{0} sets the channel mode to &apos;private&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1108"/>
+        <source>{0} sets the channel mode to &apos;public&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1113"/>
+        <source>{0} sets the channel mode to &apos;quiet&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1117"/>
+        <source>{0} removes the &apos;quiet&apos; mode from the channel.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1124"/>
+        <source>{0} sets the channel mode to &apos;secret&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1128"/>
+        <source>{0} sets the channel mode to &apos;visible&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1133"/>
+        <source>{0} switches on &apos;topic protection&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1137"/>
+        <source>{0} switches off &apos;topic protection&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1142"/>
+        <source>{0} sets invitation mask {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1146"/>
+        <source>{0} removes the invitation mask {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1150"/>
+        <source>Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1170"/>
+        <source>{0} sets mode for {1}: {2}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1198"/>
+        <source>Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1249"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1239"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1231"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1223"/>
+        <source>CTCP</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1224"/>
+        <source>Received Version request from {0}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1232"/>
+        <source>Received CTCP-PING request from {0}, sending answer.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1240"/>
+        <source>Received CTCP-CLIENTINFO request from {0}, sending answer.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1250"/>
+        <source>Received unknown CTCP-{0} request from {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1342"/>
+        <source>--- New From Here ---</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1426"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1409"/>
+        <source>Save Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1411"/>
+        <source>HTML Files (*.{0});;Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1427"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1447"/>
+        <source>Error saving Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1448"/>
+        <source>&lt;p&gt;The messages contents could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1460"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1465"/>
+        <source>Cut all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1470"/>
+        <source>Copy all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1476"/>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1481"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1485"/>
+        <source>Mark Current Position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1488"/>
+        <source>Remove Position Marker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1574"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1558"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1542"/>
+        <source>Enter the message to be sent:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1609"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1557"/>
+        <source>Send Query</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1612"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1573"/>
+        <source>Send Notice</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1599"/>
+        <source>Who Is</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1602"/>
+        <source>Private Chat</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1616"/>
+        <source>Send Ping</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1619"/>
+        <source>Ignore User</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1623"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1738"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1714"/>
+        <source>Who</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1715"/>
+        <source>End of WHO list for {0}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1736"/>
+        <source> (Away)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1739"/>
+        <source>{0} is {1}@{2} ({3}){4}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="2104"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="2085"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="2066"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="2045"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="2027"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="2009"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1991"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1970"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1962"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1954"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1943"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1924"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1892"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1887"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1866"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1845"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1838"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1831"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1824"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1817"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1810"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1761"/>
+        <source>Whois</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1762"/>
+        <source>{0} is {1}@{2} ({3}).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1811"/>
+        <source>{0} is a user on channels: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1818"/>
+        <source>{0} has voice on channels: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1825"/>
+        <source>{0} is a halfop on channels: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1832"/>
+        <source>{0} is an operator on channels: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1839"/>
+        <source>{0} is owner of channels: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1846"/>
+        <source>{0} is admin on channels: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1867"/>
+        <source>{0} is online via {1} ({2}).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1888"/>
+        <source>{0} is an IRC Operator.</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1919" />
-      <source>%n day(s)</source>
-      <translation>
-        <numerusform>1 day</numerusform>
-        <numerusform>%n days</numerusform>
-      </translation>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1919"/>
+        <source>%n day(s)</source>
+        <translation>
+            <numerusform>1 day</numerusform>
+            <numerusform>%n days</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1939" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1920" />
-      <source>%n hour(s)</source>
-      <translation>
-        <numerusform>1 hour</numerusform>
-        <numerusform>%n hours</numerusform>
-      </translation>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1939"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1920"/>
+        <source>%n hour(s)</source>
+        <translation>
+            <numerusform>1 hour</numerusform>
+            <numerusform>%n hours</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1951" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1940" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1921" />
-      <source>%n minute(s)</source>
-      <translation>
-        <numerusform>1 minute</numerusform>
-        <numerusform>%n minutes</numerusform>
-      </translation>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1951"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1940"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1921"/>
+        <source>%n minute(s)</source>
+        <translation>
+            <numerusform>1 minute</numerusform>
+            <numerusform>%n minutes</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1952" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1941" />
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1922" />
-      <source>%n second(s)</source>
-      <translation>
-        <numerusform>1 seconds</numerusform>
-        <numerusform>%n seconds</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1925" />
-      <source>{0} has been idle for {1}, {2}, {3}, and {4}.</source>
-      <comment>{0} = name of person, {1} = (x days), {2} = (x hours), {3} = (x minutes), {4} = (x seconds)</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1944" />
-      <source>{0} has been idle for {1}, {2}, and {3}.</source>
-      <comment>{0} = name of person, {1} = (x hours), {2} = (x minutes), {3} = (x seconds)</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1955" />
-      <source>{0} has been idle for {1} and {2}.</source>
-      <comment>{0} = name of person, {1} = (x minutes), {3} = (x seconds)</comment>
-      <translation type="unfinished" />
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1952"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1941"/>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1922"/>
+        <source>%n second(s)</source>
+        <translation>
+            <numerusform>1 seconds</numerusform>
+            <numerusform>%n seconds</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1925"/>
+        <source>{0} has been idle for {1}, {2}, {3}, and {4}.</source>
+        <comment>{0} = name of person, {1} = (x days), {2} = (x hours), {3} = (x minutes), {4} = (x seconds)</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1944"/>
+        <source>{0} has been idle for {1}, {2}, and {3}.</source>
+        <comment>{0} = name of person, {1} = (x hours), {2} = (x minutes), {3} = (x seconds)</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1955"/>
+        <source>{0} has been idle for {1} and {2}.</source>
+        <comment>{0} = name of person, {1} = (x minutes), {3} = (x seconds)</comment>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1963" />
-      <source>{0} has been idle for %n second(s).</source>
-      <translation>
-        <numerusform>{0} has been idle for 1 second.</numerusform>
-        <numerusform>{0} has been idle for %n seconds.</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1971" />
-      <source>{0} has been online since {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="1992" />
-      <source>End of WHOIS list for {0}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="2010" />
-      <source>{0} is an identified user.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="2028" />
-      <source>{0} is available for help.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="2046" />
-      <source>{0} is logged in as {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="2067" />
-      <source>{0} is actually using the host {1} (IP: {2}).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="2086" />
-      <source>{0} is using a secure connection.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="2105" />
-      <source>{0} is connecting from {1} (IP: {2}).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="2128" />
-      <source>Edit Channel Topic</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="2129" />
-      <source>Enter the topic for this channel:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1963"/>
+        <source>{0} has been idle for %n second(s).</source>
+        <translation>
+            <numerusform>{0} has been idle for 1 second.</numerusform>
+            <numerusform>{0} has been idle for %n seconds.</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1971"/>
+        <source>{0} has been online since {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="1992"/>
+        <source>End of WHOIS list for {0}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="2010"/>
+        <source>{0} is an identified user.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="2028"/>
+        <source>{0} is available for help.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="2046"/>
+        <source>{0} is logged in as {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="2067"/>
+        <source>{0} is actually using the host {1} (IP: {2}).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="2086"/>
+        <source>{0} is using a secure connection.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="2105"/>
+        <source>{0} is connecting from {1} (IP: {2}).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="2128"/>
+        <source>Edit Channel Topic</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="2129"/>
+        <source>Enter the topic for this channel:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IrcIdentitiesEditDialog</name>
     <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="200" />
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="182" />
-      <source>Edit Identity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="183" />
-      <source>The identity must contain at least one nick name.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="201" />
-      <source>The identity must have a real name.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="253" />
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="234" />
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="224" />
-      <source>Add Identity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="309" />
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="267" />
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="225" />
-      <source>Identity Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="320" />
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="278" />
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="235" />
-      <source>An identity named &lt;b&gt;{0}&lt;/b&gt; already exists. You must provide a different name.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="337" />
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="296" />
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="254" />
-      <source>The identity has to have a name.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="336" />
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="295" />
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="277" />
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="266" />
-      <source>Copy Identity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="319" />
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="308" />
-      <source>Rename Identity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="360" />
-      <source>This identity is in use. If you remove it, the network settings using it will fall back to the default identity. Should it be deleted anyway?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="366" />
-      <source>Do you really want to delete all information for this identity?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="371" />
-      <source>Delete Identity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="495" />
-      <source>Press to hide the password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="499" />
-      <source>Press to show the password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>IRC Identities</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Identity:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Select the identity to work on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Press to add a new identity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Press to copy the selected identity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Press to rename the selected identity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Press to delete the selected identity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>General</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Real Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Enter the real name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Nick Names</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Enter a nick name to add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Press to add the entered nick name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Press to delete the selected nick name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Press to move the selected nick name up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Press to move the selected nick name down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Auto Identify</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Service:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Enter the name of the service to identify against</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Service name can be &lt;b&gt;&lt;i&gt;nickserv&lt;/i&gt;&lt;/b&gt; or a network-dependent name such as &lt;b&gt;&lt;i&gt;nickserv@services.dal.net&lt;/i&gt;&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Password:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Enter the password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Away</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Select to mark the current position in the chat, when you send an AWAY command.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Mark the current position in chat windows when going away</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Away Message:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Enter the message to be sent when going away</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Advanced</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Ident:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Enter the identity to be used to log-on to the server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Reason for Quit:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Enter a message to be sent when quitting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Reason for Part:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0" />
-      <source>Enter message to be sent when leaving a channel</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="200"/>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="182"/>
+        <source>Edit Identity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="183"/>
+        <source>The identity must contain at least one nick name.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="201"/>
+        <source>The identity must have a real name.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="253"/>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="234"/>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="224"/>
+        <source>Add Identity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="309"/>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="267"/>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="225"/>
+        <source>Identity Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="320"/>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="278"/>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="235"/>
+        <source>An identity named &lt;b&gt;{0}&lt;/b&gt; already exists. You must provide a different name.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="337"/>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="296"/>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="254"/>
+        <source>The identity has to have a name.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="336"/>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="295"/>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="277"/>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="266"/>
+        <source>Copy Identity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="319"/>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="308"/>
+        <source>Rename Identity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="360"/>
+        <source>This identity is in use. If you remove it, the network settings using it will fall back to the default identity. Should it be deleted anyway?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="366"/>
+        <source>Do you really want to delete all information for this identity?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="371"/>
+        <source>Delete Identity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="495"/>
+        <source>Press to hide the password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.py" line="499"/>
+        <source>Press to show the password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>IRC Identities</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Identity:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Select the identity to work on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Press to add a new identity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Press to copy the selected identity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Press to rename the selected identity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Press to delete the selected identity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>General</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Real Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Enter the real name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Nick Names</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Enter a nick name to add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Press to add the entered nick name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Press to delete the selected nick name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Press to move the selected nick name up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Press to move the selected nick name down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Auto Identify</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Service:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Enter the name of the service to identify against</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Service name can be &lt;b&gt;&lt;i&gt;nickserv&lt;/i&gt;&lt;/b&gt; or a network-dependent name such as &lt;b&gt;&lt;i&gt;nickserv@services.dal.net&lt;/i&gt;&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Enter the password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Away</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Select to mark the current position in the chat, when you send an AWAY command.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Mark the current position in chat windows when going away</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Away Message:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Enter the message to be sent when going away</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Advanced</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Ident:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Enter the identity to be used to log-on to the server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Reason for Quit:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Enter a message to be sent when quitting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Reason for Part:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcIdentitiesEditDialog.ui" line="0"/>
+        <source>Enter message to be sent when leaving a channel</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IrcIdentity</name>
     <message>
-      <location filename="../Network/IRC/IrcNetworkManager.py" line="26" />
-      <source>Default Identity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkManager.py" line="30" />
-      <source>Gone away for now.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkManager.py" line="32" />
-      <location filename="../Network/IRC/IrcNetworkManager.py" line="31" />
-      <source>IRC for eric IDE</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Network/IRC/IrcNetworkManager.py" line="26"/>
+        <source>Default Identity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkManager.py" line="30"/>
+        <source>Gone away for now.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkManager.py" line="32"/>
+        <location filename="../Network/IRC/IrcNetworkManager.py" line="31"/>
+        <source>IRC for eric IDE</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IrcNetworkEditDialog</name>
     <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.py" line="251" />
-      <location filename="../Network/IRC/IrcNetworkEditDialog.py" line="245" />
-      <location filename="../Network/IRC/IrcNetworkEditDialog.py" line="66" />
-      <source>Yes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.py" line="253" />
-      <location filename="../Network/IRC/IrcNetworkEditDialog.py" line="247" />
-      <location filename="../Network/IRC/IrcNetworkEditDialog.py" line="66" />
-      <source>No</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.py" line="185" />
-      <source>Delete Channel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.py" line="186" />
-      <source>Do you really want to delete channel &lt;b&gt;{0}&lt;/b&gt;?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0" />
-      <source>IRC Network</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0" />
-      <source>Network Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0" />
-      <source>Enter the name of the IRC network</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0" />
-      <source>Identity:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0" />
-      <source>Select the identity to be used for the IRC network</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0" />
-      <source>Press to edit the identities</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0" />
-      <source>Server:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0" />
-      <source>Press to edit the server configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0" />
-      <source>Channels:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0" />
-      <source>Channel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0" />
-      <source>Join Automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0" />
-      <source>Press to add a new channel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0" />
-      <source>Press to edit the selected channel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0" />
-      <source>Press to delete the selected channel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0" />
-      <source>Shows the name of the server</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.py" line="251"/>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.py" line="245"/>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.py" line="66"/>
+        <source>Yes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.py" line="253"/>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.py" line="247"/>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.py" line="66"/>
+        <source>No</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.py" line="185"/>
+        <source>Delete Channel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.py" line="186"/>
+        <source>Do you really want to delete channel &lt;b&gt;{0}&lt;/b&gt;?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0"/>
+        <source>IRC Network</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0"/>
+        <source>Network Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0"/>
+        <source>Enter the name of the IRC network</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0"/>
+        <source>Identity:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0"/>
+        <source>Select the identity to be used for the IRC network</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0"/>
+        <source>Press to edit the identities</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0"/>
+        <source>Server:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0"/>
+        <source>Press to edit the server configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0"/>
+        <source>Channels:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0"/>
+        <source>Channel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0"/>
+        <source>Join Automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0"/>
+        <source>Press to add a new channel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0"/>
+        <source>Press to edit the selected channel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0"/>
+        <source>Press to delete the selected channel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkEditDialog.ui" line="0"/>
+        <source>Shows the name of the server</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IrcNetworkListDialog</name>
     <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.py" line="236" />
-      <location filename="../Network/IRC/IrcNetworkListDialog.py" line="85" />
-      <source>Yes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.py" line="236" />
-      <location filename="../Network/IRC/IrcNetworkListDialog.py" line="85" />
-      <source>No</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.py" line="87" />
-      <source>Identity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.py" line="90" />
-      <source>Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.py" line="93" />
-      <source>Channels</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.py" line="239" />
-      <location filename="../Network/IRC/IrcNetworkListDialog.py" line="95" />
-      <source>Auto-Connect</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.py" line="162" />
-      <source>Delete Irc Network</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.py" line="163" />
-      <source>Do you really want to delete IRC network &lt;b&gt;{0}&lt;/b&gt;?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0" />
-      <source>IRC Networks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0" />
-      <source>Press to define a new network</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0" />
-      <source>&amp;New...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0" />
-      <source>Press to edit the selected network</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0" />
-      <source>&amp;Edit...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0" />
-      <source>Press to delete the selected network</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0" />
-      <source>&amp;Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0" />
-      <source>Press to  toggle the auto-connect flag of the selected network</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0" />
-      <source>&amp;Auto-Connect</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0" />
-      <source>Press to edit the identities</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0" />
-      <source>Edit &amp;Identities...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Network/IRC/IrcNetworkListDialog.py" line="236"/>
+        <location filename="../Network/IRC/IrcNetworkListDialog.py" line="85"/>
+        <source>Yes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.py" line="236"/>
+        <location filename="../Network/IRC/IrcNetworkListDialog.py" line="85"/>
+        <source>No</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.py" line="87"/>
+        <source>Identity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.py" line="90"/>
+        <source>Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.py" line="93"/>
+        <source>Channels</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.py" line="239"/>
+        <location filename="../Network/IRC/IrcNetworkListDialog.py" line="95"/>
+        <source>Auto-Connect</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.py" line="162"/>
+        <source>Delete Irc Network</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.py" line="163"/>
+        <source>Do you really want to delete IRC network &lt;b&gt;{0}&lt;/b&gt;?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0"/>
+        <source>IRC Networks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0"/>
+        <source>Press to define a new network</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0"/>
+        <source>&amp;New...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0"/>
+        <source>Press to edit the selected network</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0"/>
+        <source>&amp;Edit...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0"/>
+        <source>Press to delete the selected network</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0"/>
+        <source>&amp;Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0"/>
+        <source>Press to  toggle the auto-connect flag of the selected network</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0"/>
+        <source>&amp;Auto-Connect</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0"/>
+        <source>Press to edit the identities</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkListDialog.ui" line="0"/>
+        <source>Edit &amp;Identities...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IrcNetworkWidget</name>
     <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" />
-      <source>Shows the network messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" />
-      <source>Select a network to connect to</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" />
-      <source>Press to set the user status to AWAY</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" />
-      <source>Press to edit the networks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" />
-      <source>Select a nick name for the channel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" />
-      <source>Enter the channel to join</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" />
-      <source>Press to join the channel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.py" line="338" />
-      <source>Press to disconnect from the network</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.py" line="343" />
-      <source>Press to connect to the selected network</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.py" line="432" />
-      <location filename="../Network/IRC/IrcNetworkWidget.py" line="415" />
-      <source>Save Messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.py" line="417" />
-      <source>HTML Files (*.{0});;Text Files (*.txt);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.py" line="433" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.py" line="453" />
-      <source>Error saving Messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.py" line="454" />
-      <source>&lt;p&gt;The messages contents could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.py" line="466" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.py" line="471" />
-      <source>Cut all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.py" line="476" />
-      <source>Copy all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.py" line="482" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcNetworkWidget.py" line="487" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0"/>
+        <source>Shows the network messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0"/>
+        <source>Select a network to connect to</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0"/>
+        <source>Press to set the user status to AWAY</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0"/>
+        <source>Press to edit the networks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0"/>
+        <source>Select a nick name for the channel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0"/>
+        <source>Enter the channel to join</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0"/>
+        <source>Press to join the channel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.py" line="338"/>
+        <source>Press to disconnect from the network</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.py" line="343"/>
+        <source>Press to connect to the selected network</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.py" line="432"/>
+        <location filename="../Network/IRC/IrcNetworkWidget.py" line="415"/>
+        <source>Save Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.py" line="417"/>
+        <source>HTML Files (*.{0});;Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.py" line="433"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.py" line="453"/>
+        <source>Error saving Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.py" line="454"/>
+        <source>&lt;p&gt;The messages contents could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.py" line="466"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.py" line="471"/>
+        <source>Cut all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.py" line="476"/>
+        <source>Copy all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.py" line="482"/>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcNetworkWidget.py" line="487"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IrcPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>&lt;b&gt;Configure IRC&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Enable to show timestamps</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Show Timestamps</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Time Format:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select the time format to use</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Date Format</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select the date format to use</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select to show the date in timestamps</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Show Date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Colors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Network Messages:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select the color for network messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Nick Names:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select the color for nick names</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Server Messages:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select the color for server messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Own Nick Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select the color for own nick name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Channel Messages:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select the color for channel messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Join Channel:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select the color for join channel messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Error Messages:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select the color for error messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Leave Channel:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select the color for leave channel messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Timestamp:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select the color for timestamps</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Channel Info:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select the color for channel info messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Hyperlink:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select the color for hyperlinks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Enable to allow colored text in IRC messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Allow Colored Text in IRC Messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Enable to show notifications</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Show Notifications</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select to show a notification for join and leave events</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Join/Leave Event</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select to show a notification for every message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Every Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select to show a notification for every mentioning of your nick</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Mentioning of Own Nick</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select this to enable the automatic lookup of user information for joined channels</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Enable Automatic User Information Lookup (/WHO)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Max. Number of Users in Channel:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Enter the maximum numbers of users in a channel allowed for this function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Update Interval:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Enter the user information update interval</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source> s</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Marker</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select to mark the current position, when the chat window is hidden</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Mark Current Position When Hidden</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Marker Foreground:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select the foreground color for the marker</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select the background color for the marker</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Marker Background:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Shutdown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Select to confirm a shutdown operation while still connected to an IRC server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0" />
-      <source>Confirm Shutdown When Connected</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure IRC&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Enable to show timestamps</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Show Timestamps</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Time Format:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select the time format to use</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Date Format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select the date format to use</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select to show the date in timestamps</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Show Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Colors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Network Messages:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select the color for network messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Nick Names:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select the color for nick names</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Server Messages:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select the color for server messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Own Nick Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select the color for own nick name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Channel Messages:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select the color for channel messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Join Channel:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select the color for join channel messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Error Messages:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select the color for error messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Leave Channel:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select the color for leave channel messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Timestamp:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select the color for timestamps</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Channel Info:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select the color for channel info messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Hyperlink:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select the color for hyperlinks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Enable to allow colored text in IRC messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Allow Colored Text in IRC Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Enable to show notifications</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Show Notifications</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select to show a notification for join and leave events</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Join/Leave Event</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select to show a notification for every message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Every Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select to show a notification for every mentioning of your nick</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Mentioning of Own Nick</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select this to enable the automatic lookup of user information for joined channels</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Enable Automatic User Information Lookup (/WHO)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Max. Number of Users in Channel:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Enter the maximum numbers of users in a channel allowed for this function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Update Interval:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Enter the user information update interval</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source> s</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Marker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select to mark the current position, when the chat window is hidden</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Mark Current Position When Hidden</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Marker Foreground:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select the foreground color for the marker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select the background color for the marker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Marker Background:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Shutdown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Select to confirm a shutdown operation while still connected to an IRC server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/IrcPage.ui" line="0"/>
+        <source>Confirm Shutdown When Connected</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IrcServerEditDialog</name>
     <message>
-      <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0" />
-      <source>IRC Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0" />
-      <source>Server:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0" />
-      <source>Enter the host name of the IRC server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0" />
-      <source>Port:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0" />
-      <source>Enter the port number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0" />
-      <source>Password:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0" />
-      <source>Enter the server password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0" />
-      <source>Select to use an SSL encrypted connection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0" />
-      <source>Use Encrypted Connection (SSL)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0"/>
+        <source>IRC Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0"/>
+        <source>Server:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0"/>
+        <source>Enter the host name of the IRC server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0"/>
+        <source>Port:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0"/>
+        <source>Enter the port number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0"/>
+        <source>Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0"/>
+        <source>Enter the server password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0"/>
+        <source>Select to use an SSL encrypted connection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcServerEditDialog.ui" line="0"/>
+        <source>Use Encrypted Connection (SSL)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IrcUserItem</name>
     <message>
-      <location filename="../Network/IRC/IrcChannelWidget.py" line="127" />
-      <source>{0} (ignored)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Network/IRC/IrcChannelWidget.py" line="127"/>
+        <source>{0} (ignored)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IrcUtilities</name>
     <message>
-      <location filename="../Network/IRC/IrcUtilities.py" line="159" />
-      <source>anonymous</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcUtilities.py" line="160" />
-      <source>ban mask</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcUtilities.py" line="161" />
-      <source>no colors allowed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcUtilities.py" line="162" />
-      <source>ban exception mask</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcUtilities.py" line="163" />
-      <source>invite only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcUtilities.py" line="164" />
-      <source>password protected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcUtilities.py" line="165" />
-      <source>user limit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcUtilities.py" line="166" />
-      <source>moderated</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcUtilities.py" line="167" />
-      <source>no messages from outside</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcUtilities.py" line="168" />
-      <source>private</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcUtilities.py" line="169" />
-      <source>quiet</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcUtilities.py" line="170" />
-      <source>reop channel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcUtilities.py" line="171" />
-      <source>secret</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcUtilities.py" line="172" />
-      <source>topic protection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcUtilities.py" line="173" />
-      <source>invitation mask</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Network/IRC/IrcUtilities.py" line="159"/>
+        <source>anonymous</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcUtilities.py" line="160"/>
+        <source>ban mask</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcUtilities.py" line="161"/>
+        <source>no colors allowed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcUtilities.py" line="162"/>
+        <source>ban exception mask</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcUtilities.py" line="163"/>
+        <source>invite only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcUtilities.py" line="164"/>
+        <source>password protected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcUtilities.py" line="165"/>
+        <source>user limit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcUtilities.py" line="166"/>
+        <source>moderated</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcUtilities.py" line="167"/>
+        <source>no messages from outside</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcUtilities.py" line="168"/>
+        <source>private</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcUtilities.py" line="169"/>
+        <source>quiet</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcUtilities.py" line="170"/>
+        <source>reop channel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcUtilities.py" line="171"/>
+        <source>secret</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcUtilities.py" line="172"/>
+        <source>topic protection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcUtilities.py" line="173"/>
+        <source>invitation mask</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IrcWidget</name>
     <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="65" />
-      <source>Press to leave the current channel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="244" />
-      <location filename="../Network/IRC/IrcWidget.py" line="142" />
-      <source>Disconnect from Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="245" />
-      <location filename="../Network/IRC/IrcWidget.py" line="143" />
-      <source>&lt;p&gt;Do you really want to disconnect from &lt;b&gt;{0}&lt;/b&gt;?&lt;/p&gt;&lt;p&gt;All channels will be closed.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="189" />
-      <source>SSL Connection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="190" />
-      <source>An encrypted connection to the IRC network was requested but SSL is not available. Please change the server configuration.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="564" />
-      <location filename="../Network/IRC/IrcWidget.py" line="529" />
-      <location filename="../Network/IRC/IrcWidget.py" line="520" />
-      <location filename="../Network/IRC/IrcWidget.py" line="266" />
-      <location filename="../Network/IRC/IrcWidget.py" line="261" />
-      <location filename="../Network/IRC/IrcWidget.py" line="254" />
-      <location filename="../Network/IRC/IrcWidget.py" line="230" />
-      <location filename="../Network/IRC/IrcWidget.py" line="216" />
-      <source>Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="217" />
-      <source>Looking for server {0} (port {1}) using an SSL encrypted connection...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="231" />
-      <source>Looking for server {0} (port {1})...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="255" />
-      <source>Disconnecting from server {0}...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="262" />
-      <source>Disconnecting from network {0}...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="266" />
-      <source>Disconnecting from server.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="520" />
-      <source>Server found,connecting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="529" />
-      <source>Connected,logging in...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="564" />
-      <source>Server disconnected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="608" />
-      <source>Message Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="609" />
-      <source>Unknown message received from server:&lt;br/&gt;{0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="1032" />
-      <location filename="../Network/IRC/IrcWidget.py" line="1022" />
-      <location filename="../Network/IRC/IrcWidget.py" line="1014" />
-      <location filename="../Network/IRC/IrcWidget.py" line="1006" />
-      <location filename="../Network/IRC/IrcWidget.py" line="651" />
-      <location filename="../Network/IRC/IrcWidget.py" line="643" />
-      <source>CTCP</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="644" />
-      <source>Received CTCP-PING response from {0} with latency of {1} ms.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="652" />
-      <source>Received unknown CTCP-{0} response from {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="678" />
-      <source>Notice</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="688" />
-      <source>You have set your personal modes to &lt;b&gt;[{0}]&lt;/b&gt;.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="692" />
-      <source>{0} has changed your personal modes to &lt;b&gt;[{1}]&lt;/b&gt;.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="696" />
-      <source>Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="704" />
-      <source>You have left channel {0}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="716" />
-      <source>You are now known as {0}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="722" />
-      <source>User {0} is now known as {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="728" />
-      <source>Received PONG from {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="733" />
-      <source>Server Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="767" />
-      <source>Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="782" />
-      <source>Welcome</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="784" />
-      <source>Support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="786" />
-      <source>User</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="788" />
-      <source>MOTD</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="790" />
-      <source>Away</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="792" />
-      <source>Info ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="796" />
-      <source>Message of the day</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="798" />
-      <source>End of message of the day</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="801" />
-      <source>Server {0} (Version {1}), User-Modes: {2}, Channel-Modes: {3}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="806" />
-      <source>Current users on {0}: {1}, max. {2}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="811" />
-      <source>Current users on the network: {0}, max. {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="815" />
-      <source>You are no longer marked as being away.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="817" />
-      <source>You have been marked as being away.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="947" />
-      <location filename="../Network/IRC/IrcWidget.py" line="931" />
-      <location filename="../Network/IRC/IrcWidget.py" line="880" />
-      <source>SSL Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="881" />
-      <source>Connection to server {0} (port {1}) lost while waiting for user response to an SSL error.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="917" />
-      <location filename="../Network/IRC/IrcWidget.py" line="910" />
-      <location filename="../Network/IRC/IrcWidget.py" line="905" />
-      <location filename="../Network/IRC/IrcWidget.py" line="897" />
-      <location filename="../Network/IRC/IrcWidget.py" line="889" />
-      <source>Socket Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="890" />
-      <source>The host was not found. Please check the host name and port settings.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="898" />
-      <source>The connection was refused by the peer. Please check the host name and port settings.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="905" />
-      <source>The SSL handshake failed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="911" />
-      <source>The following network error occurred:&lt;br/&gt;{0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="917" />
-      <source>A network error occurred.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="932" />
-      <source>Could not connect to {0} (port {1}) using an SSL encrypted connection. Either the server does not support SSL (did you use the correct port?) or you rejected the certificate.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="948" />
-      <source>The SSL certificate for the server {0} (port {1}) failed the authenticity check. SSL errors were accepted by you.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="1007" />
-      <source>Received Version request from {0}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="1015" />
-      <source>Received CTCP-PING request from {0}, sending answer.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="1023" />
-      <source>Received CTCP-CLIENTINFO request from {0}, sending answer.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="1033" />
-      <source>Received unknown CTCP-{0} request from {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="1049" />
-      <source>{0} ({1})</source>
-      <comment>channel name, users count</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="1091" />
-      <location filename="../Network/IRC/IrcWidget.py" line="1071" />
-      <source>Critical</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="1072" />
-      <source>No nickname acceptable to the server configured for &lt;b&gt;{0}&lt;/b&gt;. Disconnecting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.py" line="1091" />
-      <source>The given nickname is already in use.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.ui" line="0" />
-      <source>Channels</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Network/IRC/IrcWidget.ui" line="0" />
-      <source>Network</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Network/IRC/IrcWidget.py" line="65"/>
+        <source>Press to leave the current channel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="244"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="142"/>
+        <source>Disconnect from Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="245"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="143"/>
+        <source>&lt;p&gt;Do you really want to disconnect from &lt;b&gt;{0}&lt;/b&gt;?&lt;/p&gt;&lt;p&gt;All channels will be closed.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="189"/>
+        <source>SSL Connection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="190"/>
+        <source>An encrypted connection to the IRC network was requested but SSL is not available. Please change the server configuration.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="564"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="529"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="520"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="266"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="261"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="254"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="230"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="216"/>
+        <source>Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="217"/>
+        <source>Looking for server {0} (port {1}) using an SSL encrypted connection...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="231"/>
+        <source>Looking for server {0} (port {1})...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="255"/>
+        <source>Disconnecting from server {0}...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="262"/>
+        <source>Disconnecting from network {0}...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="266"/>
+        <source>Disconnecting from server.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="520"/>
+        <source>Server found,connecting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="529"/>
+        <source>Connected,logging in...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="564"/>
+        <source>Server disconnected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="608"/>
+        <source>Message Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="609"/>
+        <source>Unknown message received from server:&lt;br/&gt;{0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="1032"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="1022"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="1014"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="1006"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="651"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="643"/>
+        <source>CTCP</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="644"/>
+        <source>Received CTCP-PING response from {0} with latency of {1} ms.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="652"/>
+        <source>Received unknown CTCP-{0} response from {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="678"/>
+        <source>Notice</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="688"/>
+        <source>You have set your personal modes to &lt;b&gt;[{0}]&lt;/b&gt;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="692"/>
+        <source>{0} has changed your personal modes to &lt;b&gt;[{1}]&lt;/b&gt;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="696"/>
+        <source>Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="704"/>
+        <source>You have left channel {0}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="716"/>
+        <source>You are now known as {0}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="722"/>
+        <source>User {0} is now known as {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="728"/>
+        <source>Received PONG from {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="733"/>
+        <source>Server Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="767"/>
+        <source>Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="782"/>
+        <source>Welcome</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="784"/>
+        <source>Support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="786"/>
+        <source>User</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="788"/>
+        <source>MOTD</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="790"/>
+        <source>Away</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="792"/>
+        <source>Info ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="796"/>
+        <source>Message of the day</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="798"/>
+        <source>End of message of the day</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="801"/>
+        <source>Server {0} (Version {1}), User-Modes: {2}, Channel-Modes: {3}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="806"/>
+        <source>Current users on {0}: {1}, max. {2}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="811"/>
+        <source>Current users on the network: {0}, max. {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="815"/>
+        <source>You are no longer marked as being away.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="817"/>
+        <source>You have been marked as being away.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="947"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="931"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="880"/>
+        <source>SSL Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="881"/>
+        <source>Connection to server {0} (port {1}) lost while waiting for user response to an SSL error.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="917"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="910"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="905"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="897"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="889"/>
+        <source>Socket Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="890"/>
+        <source>The host was not found. Please check the host name and port settings.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="898"/>
+        <source>The connection was refused by the peer. Please check the host name and port settings.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="905"/>
+        <source>The SSL handshake failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="911"/>
+        <source>The following network error occurred:&lt;br/&gt;{0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="917"/>
+        <source>A network error occurred.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="932"/>
+        <source>Could not connect to {0} (port {1}) using an SSL encrypted connection. Either the server does not support SSL (did you use the correct port?) or you rejected the certificate.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="948"/>
+        <source>The SSL certificate for the server {0} (port {1}) failed the authenticity check. SSL errors were accepted by you.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="1007"/>
+        <source>Received Version request from {0}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="1015"/>
+        <source>Received CTCP-PING request from {0}, sending answer.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="1023"/>
+        <source>Received CTCP-CLIENTINFO request from {0}, sending answer.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="1033"/>
+        <source>Received unknown CTCP-{0} request from {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="1049"/>
+        <source>{0} ({1})</source>
+        <comment>channel name, users count</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="1091"/>
+        <location filename="../Network/IRC/IrcWidget.py" line="1071"/>
+        <source>Critical</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="1072"/>
+        <source>No nickname acceptable to the server configured for &lt;b&gt;{0}&lt;/b&gt;. Disconnecting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.py" line="1091"/>
+        <source>The given nickname is already in use.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.ui" line="0"/>
+        <source>Channels</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Network/IRC/IrcWidget.ui" line="0"/>
+        <source>Network</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IsortConfigurationDialog</name>
     <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="86" />
-      <source>Generate TOML</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="89" />
-      <source>Place a code snippet for 'pyproject.toml' into the clipboard.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="97" />
-      <source>All Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="101" />
-      <source>Python {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="103" />
-      <source>Python {0}.{1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="135" />
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="133" />
-      <source>Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="137" />
-      <source>Defaults</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="138" />
-      <source>Configuration Below</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="152" />
-      <source>Grid</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="153" />
-      <source>Vertical</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="154" />
-      <source>Hanging Indent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="156" />
-      <source>Vertical Hanging Indent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="159" />
-      <source>Hanging Grid</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="160" />
-      <source>Hanging Grid Grouped</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="161" />
-      <source>NOQA</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="163" />
-      <source>Vertical Hanging Indent Bracket</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="167" />
-      <source>Vertical Prefix From Module Import</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="171" />
-      <source>Hanging Indent With Parentheses</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="174" />
-      <source>Backslash Grid</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="336" />
-      <source>Create TOML snippet</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="337" />
-      <source>The 'pyproject.toml' snippet was copied to the clipboard successfully.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>isort Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Select the configuration source.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Configuration Source:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Sorting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Sort Order:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Select the sort order (empty for default).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>&lt;a href="https://pycqa.github.io/isort/docs/configuration/options.html#sort-order"&gt;Defined Sort Orders&lt;/a&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Select to sort imports observing the case.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Sort Case Sensitively</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Select to sort the imports by module, independent of import style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Sort Ignoring Style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Select to place from imports first then straight ones</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Sort From First</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Sections:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Known First Party Packages:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Enter the order of sections (one per line).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Enter the known first party package names (one per line).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Supported Extensions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Enter the supported extensions separated by space (empty for default).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Exclude Patterns:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Enter glob patterns for files to be skipped.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Select the type of multi line import statements (see isort documentation).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Enter a profile to be used (empty for none) (see isort documentation).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Target Version:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Select the target Python version.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>&lt;a href="https://pycqa.github.io/isort/docs/configuration/profiles.html"&gt;Built-In Profiles&lt;/a&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Multi Line Output:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Profile:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>&lt;a href="https://pycqa.github.io/isort/docs/configuration/multi_line_output_modes.html"&gt;Defined Multi Line Output Modes&lt;/a&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Line Length:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Enter the allowed maximum line length.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Lines Before Imports:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Enter the number of lines before import statements.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>automatic</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Lines After Imports:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Enter the number of lines after import statements.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Lines Between Sections:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Enter the number of lines between import sections.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Lines Between Types:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Enter the number of lines between import types.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Select to include a trailing comma.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Include Trailing Comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Select for parenthesized import statements.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Use Parentheses</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Select to combine as imports on the same line.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" />
-      <source>Combine As Imports</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="86"/>
+        <source>Generate TOML</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="89"/>
+        <source>Place a code snippet for &apos;pyproject.toml&apos; into the clipboard.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="97"/>
+        <source>All Versions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="101"/>
+        <source>Python {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="103"/>
+        <source>Python {0}.{1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="135"/>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="133"/>
+        <source>Project File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="137"/>
+        <source>Defaults</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="138"/>
+        <source>Configuration Below</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="152"/>
+        <source>Grid</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="153"/>
+        <source>Vertical</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="154"/>
+        <source>Hanging Indent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="156"/>
+        <source>Vertical Hanging Indent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="159"/>
+        <source>Hanging Grid</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="160"/>
+        <source>Hanging Grid Grouped</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="161"/>
+        <source>NOQA</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="163"/>
+        <source>Vertical Hanging Indent Bracket</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="167"/>
+        <source>Vertical Prefix From Module Import</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="171"/>
+        <source>Hanging Indent With Parentheses</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="174"/>
+        <source>Backslash Grid</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="336"/>
+        <source>Create TOML snippet</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="337"/>
+        <source>The &apos;pyproject.toml&apos; snippet was copied to the clipboard successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>isort Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Select the configuration source.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Configuration Source:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Sorting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Sort Order:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Select the sort order (empty for default).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>&lt;a href=&quot;https://pycqa.github.io/isort/docs/configuration/options.html#sort-order&quot;&gt;Defined Sort Orders&lt;/a&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Select to sort imports observing the case.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Sort Case Sensitively</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Select to sort the imports by module, independent of import style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Sort Ignoring Style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Select to place from imports first then straight ones</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Sort From First</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Sections:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Known First Party Packages:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Enter the order of sections (one per line).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Enter the known first party package names (one per line).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Supported Extensions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Enter the supported extensions separated by space (empty for default).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Exclude Patterns:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Enter glob patterns for files to be skipped.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Select the type of multi line import statements (see isort documentation).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Enter a profile to be used (empty for none) (see isort documentation).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Target Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Select the target Python version.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>&lt;a href=&quot;https://pycqa.github.io/isort/docs/configuration/profiles.html&quot;&gt;Built-In Profiles&lt;/a&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Multi Line Output:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Profile:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>&lt;a href=&quot;https://pycqa.github.io/isort/docs/configuration/multi_line_output_modes.html&quot;&gt;Defined Multi Line Output Modes&lt;/a&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Line Length:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Enter the allowed maximum line length.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Lines Before Imports:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Enter the number of lines before import statements.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>automatic</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Lines After Imports:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Enter the number of lines after import statements.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Lines Between Sections:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Enter the number of lines between import sections.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Lines Between Types:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Enter the number of lines between import types.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Select to include a trailing comma.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Include Trailing Comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Select for parenthesized import statements.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Use Parentheses</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Select to combine as imports on the same line.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0"/>
+        <source>Combine As Imports</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IsortFormattingDialog</name>
     <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0" />
-      <source>Sort Imports with isort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0" />
-      <source>Status Filter:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0" />
-      <source>Select the status of items to be shown (empty for all).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0" />
-      <source>Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0" />
-      <source>File Name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0" />
-      <source>Statistics</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0" />
-      <source>Total Files:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0" />
-      <source>Skipped:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0" />
-      <source>Failures:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0" />
-      <source>Processed:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="232" />
-      <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0" />
-      <source>Resorted:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0" />
-      <source>Unchanged:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0" />
-      <source>%v/%m Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="113" />
-      <source>&lt;all&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="116" />
-      <source>Sort Imports</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="234" />
-      <source>Would Resort:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="297" />
-      <source>Imports Sorting Failure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="298" />
-      <source>&lt;p&gt;Imports sorting failed due to this error.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="349" />
-      <source>would resort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="352" />
-      <source>resorted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="357" />
-      <source>unchanged</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="361" />
-      <source>skipped</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="365" />
-      <source>failed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="370" />
-      <source>error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="371" />
-      <source>Unsupported 'isort' action ({0}) given.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortFormattingDialog.py" line="378" />
-      <source>invalid status ({0})</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0"/>
+        <source>Sort Imports with isort</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0"/>
+        <source>Status Filter:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0"/>
+        <source>Select the status of items to be shown (empty for all).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0"/>
+        <source>Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0"/>
+        <source>File Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0"/>
+        <source>Statistics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0"/>
+        <source>Total Files:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0"/>
+        <source>Skipped:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0"/>
+        <source>Failures:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0"/>
+        <source>Processed:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.py" line="232"/>
+        <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0"/>
+        <source>Resorted:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0"/>
+        <source>Unchanged:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.ui" line="0"/>
+        <source>%v/%m Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.py" line="113"/>
+        <source>&lt;all&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.py" line="116"/>
+        <source>Sort Imports</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.py" line="234"/>
+        <source>Would Resort:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.py" line="297"/>
+        <source>Imports Sorting Failure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.py" line="298"/>
+        <source>&lt;p&gt;Imports sorting failed due to this error.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.py" line="349"/>
+        <source>would resort</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.py" line="352"/>
+        <source>resorted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.py" line="357"/>
+        <source>unchanged</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.py" line="361"/>
+        <source>skipped</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.py" line="365"/>
+        <source>failed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.py" line="370"/>
+        <source>error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.py" line="371"/>
+        <source>Unsupported &apos;isort&apos; action ({0}) given.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortFormattingDialog.py" line="378"/>
+        <source>invalid status ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>IsortUtilities</name>
     <message>
-      <location filename="../CodeFormatting/IsortUtilities.py" line="25" />
-      <source>About isort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../CodeFormatting/IsortUtilities.py" line="26" />
-      <source>&lt;p&gt;&lt;b&gt;isort Version {0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;isort&lt;/i&gt; is a Python utility / library to sort imports alphabetically, and automatically separated into sections and by type.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../CodeFormatting/IsortUtilities.py" line="25"/>
+        <source>About isort</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../CodeFormatting/IsortUtilities.py" line="26"/>
+        <source>&lt;p&gt;&lt;b&gt;isort Version {0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;isort&lt;/i&gt; is a Python utility / library to sort imports alphabetically, and automatically separated into sections and by type.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>JavaScriptIcon</name>
     <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptIcon.py" line="39" />
-      <source>Modify JavaScript settings temporarily for a site or globally</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptIcon.py" line="70" />
-      <source>Current Page Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptIcon.py" line="74" />
-      <source>Disable JavaScript (temporarily)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptIcon.py" line="80" />
-      <source>Enable JavaScript (temporarily)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptIcon.py" line="91" />
-      <source>Global Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptIcon.py" line="93" />
-      <source>Manage JavaScript Settings</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/StatusBar/JavaScriptIcon.py" line="39"/>
+        <source>Modify JavaScript settings temporarily for a site or globally</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/JavaScriptIcon.py" line="70"/>
+        <source>Current Page Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/JavaScriptIcon.py" line="74"/>
+        <source>Disable JavaScript (temporarily)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/JavaScriptIcon.py" line="80"/>
+        <source>Enable JavaScript (temporarily)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/JavaScriptIcon.py" line="91"/>
+        <source>Global Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/JavaScriptIcon.py" line="93"/>
+        <source>Manage JavaScript Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>JavaScriptSettingsDialog</name>
     <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0" />
-      <source>JavaScript Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0" />
-      <source>Select to enable JavaScript support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0" />
-      <source>Enable JavaScript</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0" />
-      <source>Select to allow JavaScript to open windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0" />
-      <source>Allow to open windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0" />
-      <source>Select to allow JavaScript to activate windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0" />
-      <source>Allow to activate windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0" />
-      <source>Select to allow JavaScript to access the clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0" />
-      <source>Allow to access the clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0" />
-      <source>Select to allow JavaScript to paste from the clipboard (this needs access to the clipboard)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0" />
-      <source>Allow to paste from the clipboard</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0"/>
+        <source>JavaScript Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0"/>
+        <source>Select to enable JavaScript support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0"/>
+        <source>Enable JavaScript</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0"/>
+        <source>Select to allow JavaScript to open windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0"/>
+        <source>Allow to open windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0"/>
+        <source>Select to allow JavaScript to activate windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0"/>
+        <source>Allow to activate windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0"/>
+        <source>Select to allow JavaScript to access the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0"/>
+        <source>Allow to access the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0"/>
+        <source>Select to allow JavaScript to paste from the clipboard (this needs access to the clipboard)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/StatusBar/JavaScriptSettingsDialog.ui" line="0"/>
+        <source>Allow to paste from the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>JediServer</name>
     <message>
-      <location filename="../JediInterface/JediServer.py" line="303" />
-      <source>Language &lt;b&gt;{0}&lt;/b&gt; is not supported.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="339" />
-      <source>Present in &lt;i&gt;{0}&lt;/i&gt; module</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="344" />
-      <source>No documentation available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="402" />
-      <source>Jedi: No definition found</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="494" />
-      <source>Jedi: No mouse hover help found</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="677" />
-      <location filename="../JediInterface/JediServer.py" line="517" />
-      <source>Rename Variable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="518" />
-      <source>Enter the new name for the variable:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="559" />
-      <source>Extract Variable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="560" />
-      <source>Enter the name for the new variable:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="637" />
-      <source>Extract Function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="638" />
-      <source>Enter the name for the function:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="685" />
-      <source>Refactoring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="686" />
-      <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="744" />
-      <source>Apply Refactoring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="745" />
-      <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="774" />
-      <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.
+        <location filename="../JediInterface/JediServer.py" line="303"/>
+        <source>Language &lt;b&gt;{0}&lt;/b&gt; is not supported.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="339"/>
+        <source>Present in &lt;i&gt;{0}&lt;/i&gt; module</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="344"/>
+        <source>No documentation available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="402"/>
+        <source>Jedi: No definition found</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="494"/>
+        <source>Jedi: No mouse hover help found</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="677"/>
+        <location filename="../JediInterface/JediServer.py" line="517"/>
+        <source>Rename Variable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="518"/>
+        <source>Enter the new name for the variable:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="559"/>
+        <source>Extract Variable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="560"/>
+        <source>Enter the name for the new variable:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="637"/>
+        <source>Extract Function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="638"/>
+        <source>Enter the name for the function:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="685"/>
+        <source>Refactoring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="686"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="744"/>
+        <source>Apply Refactoring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="745"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="774"/>
+        <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:
 {1}
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="784" />
-      <source>An exception happened in the Jedi client. Please report it to the eric bugs email address.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="784"/>
+        <source>An exception happened in the Jedi client. Please report it to the eric bugs email address.
 Exception: {0}
 Value: {1}
 Traceback: {2}
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="826" />
-      <source>The jedi and/or parso library is not installed.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="826"/>
+        <source>The jedi and/or parso library is not installed.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="831" />
-      <source>'{0}' is not supported because the configured interpreter could not be started.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="831"/>
+        <source>&apos;{0}&apos; is not supported because the configured interpreter could not be started.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="839" />
-      <source>'{0}' is not supported because no suitable interpreter is configured.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="839"/>
+        <source>&apos;{0}&apos; is not supported because no suitable interpreter is configured.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/JediServer.py" line="941" />
-      <source>Jedi</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/JediServer.py" line="941"/>
+        <source>Jedi</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Largefiles</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="70" />
-      <source>Convert Project - Converting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="86" />
-      <source>Mercurial Command Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="87" />
-      <source>&lt;p&gt;The Mercurial Command Server could not be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="98" />
-      <source>Convert Project - Extracting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="141" />
-      <source>Adding files to the Mercurial repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="169" />
-      <source>Pulling large files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="190" />
-      <source>Verifying the integrity of large files</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="70"/>
+        <source>Convert Project - Converting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="86"/>
+        <source>Mercurial Command Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="87"/>
+        <source>&lt;p&gt;The Mercurial Command Server could not be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="98"/>
+        <source>Convert Project - Extracting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="141"/>
+        <source>Adding files to the Mercurial repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="169"/>
+        <source>Pulling large files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/largefiles.py" line="190"/>
+        <source>Verifying the integrity of large files</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LargefilesProjectBrowserHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectBrowserHelper.py" line="50" />
-      <source>Add as Large File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectBrowserHelper.py" line="56" />
-      <source>Add as Normal File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectBrowserHelper.py" line="66" />
-      <source>Add as Large Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectBrowserHelper.py" line="72" />
-      <source>Add as Normal Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectBrowserHelper.py" line="88" />
-      <source>Large Files</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectBrowserHelper.py" line="50"/>
+        <source>Add as Large File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectBrowserHelper.py" line="56"/>
+        <source>Add as Normal File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectBrowserHelper.py" line="66"/>
+        <source>Add as Large Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectBrowserHelper.py" line="72"/>
+        <source>Add as Normal Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectBrowserHelper.py" line="88"/>
+        <source>Large Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LargefilesProjectHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="34" />
-      <source>Convert repository to largefiles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="35" />
-      <source>Convert repository to largefiles...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="42" />
-      <source>Convert the repository of the project to a largefiles repository.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="45" />
-      <source>&lt;b&gt;Convert repository to largefiles&lt;/b&gt;&lt;p&gt;This converts the repository of the project to a largefiles repository. A new project  is created. The current one is kept as a backup.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="58" />
-      <source>Convert repository to normal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="59" />
-      <source>Convert repository to normal...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="66" />
-      <source>Convert the repository of the project to a normal repository.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="69" />
-      <source>&lt;b&gt;Convert repository to normal&lt;/b&gt;&lt;p&gt;This converts the repository of the project to a normal repository. A new project is created. The current one is kept as a backup.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="84" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="82" />
-      <source>Pull Large Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="91" />
-      <source>Pull large files from a remote repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="94" />
-      <source>&lt;b&gt;Pull Large Files&lt;/b&gt;&lt;p&gt;This pulls missing large files from a remote repository into the local repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="104" />
-      <source>Show Summary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="106" />
-      <source>Show summary...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="113" />
-      <source>Show summary information of the working directory status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="116" />
-      <source>&lt;b&gt;Show summary&lt;/b&gt;&lt;p&gt;This shows some summary information of the working directory status.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="126" />
-      <source>Verify large files of current revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="127" />
-      <source>Verify large files of current revision...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="134" />
-      <source>Verify that all large files in the current revision exist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="137" />
-      <source>&lt;b&gt;Verify large files of current revision&lt;/b&gt;&lt;p&gt;This verifies that all large files in the current revision exist.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="147" />
-      <source>Verify large files of all revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="148" />
-      <source>Verify large files of all revision...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="155" />
-      <source>Verify that all large files in all revisions exist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="158" />
-      <source>&lt;b&gt;Verify large files of all revision&lt;/b&gt;&lt;p&gt;This verifies that all large files in all revisions exist.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="168" />
-      <source>Verify large files contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="169" />
-      <source>Verify large files contents...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="176" />
-      <source>Verify the contents of all large files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="179" />
-      <source>&lt;b&gt;Verify large files contents&lt;/b&gt;&lt;p&gt;This verifies the contents of all large files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="197" />
-      <source>Administration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="220" />
-      <source>Large Files</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="34"/>
+        <source>Convert repository to largefiles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="35"/>
+        <source>Convert repository to largefiles...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="42"/>
+        <source>Convert the repository of the project to a largefiles repository.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="45"/>
+        <source>&lt;b&gt;Convert repository to largefiles&lt;/b&gt;&lt;p&gt;This converts the repository of the project to a largefiles repository. A new project  is created. The current one is kept as a backup.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="58"/>
+        <source>Convert repository to normal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="59"/>
+        <source>Convert repository to normal...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="66"/>
+        <source>Convert the repository of the project to a normal repository.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="69"/>
+        <source>&lt;b&gt;Convert repository to normal&lt;/b&gt;&lt;p&gt;This converts the repository of the project to a normal repository. A new project is created. The current one is kept as a backup.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="84"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="82"/>
+        <source>Pull Large Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="91"/>
+        <source>Pull large files from a remote repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="94"/>
+        <source>&lt;b&gt;Pull Large Files&lt;/b&gt;&lt;p&gt;This pulls missing large files from a remote repository into the local repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="104"/>
+        <source>Show Summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="106"/>
+        <source>Show summary...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="113"/>
+        <source>Show summary information of the working directory status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="116"/>
+        <source>&lt;b&gt;Show summary&lt;/b&gt;&lt;p&gt;This shows some summary information of the working directory status.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="126"/>
+        <source>Verify large files of current revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="127"/>
+        <source>Verify large files of current revision...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="134"/>
+        <source>Verify that all large files in the current revision exist</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="137"/>
+        <source>&lt;b&gt;Verify large files of current revision&lt;/b&gt;&lt;p&gt;This verifies that all large files in the current revision exist.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="147"/>
+        <source>Verify large files of all revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="148"/>
+        <source>Verify large files of all revision...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="155"/>
+        <source>Verify that all large files in all revisions exist</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="158"/>
+        <source>&lt;b&gt;Verify large files of all revision&lt;/b&gt;&lt;p&gt;This verifies that all large files in all revisions exist.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="168"/>
+        <source>Verify large files contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="169"/>
+        <source>Verify large files contents...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="176"/>
+        <source>Verify the contents of all large files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="179"/>
+        <source>&lt;b&gt;Verify large files contents&lt;/b&gt;&lt;p&gt;This verifies the contents of all large files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="197"/>
+        <source>Administration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/ProjectHelper.py" line="220"/>
+        <source>Large Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerAssociationDialog</name>
     <message>
-      <location filename="../Project/LexerAssociationDialog.ui" line="0" />
-      <source>Project Lexer Associations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/LexerAssociationDialog.ui" line="0" />
-      <source>Filename Pattern</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/LexerAssociationDialog.ui" line="0" />
-      <source>Lexer Language</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/LexerAssociationDialog.ui" line="0" />
-      <source>Filename &amp;Pattern:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/LexerAssociationDialog.ui" line="0" />
-      <source>Enter the filename pattern to be associated</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/LexerAssociationDialog.ui" line="0" />
-      <source>Press to add or change the entered association</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/LexerAssociationDialog.ui" line="0" />
-      <source>Add/&amp;Change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/LexerAssociationDialog.ui" line="0" />
-      <source>&amp;Lexer Language:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/LexerAssociationDialog.ui" line="0" />
-      <source>Select the lexer language to associate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/LexerAssociationDialog.ui" line="0" />
-      <source>Press to delete the selected association</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/LexerAssociationDialog.ui" line="0" />
-      <source>&amp;Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/LexerAssociationDialog.ui" line="0" />
-      <source>Alternative Le&amp;xer:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/LexerAssociationDialog.ui" line="0" />
-      <source>Select the alternative lexer to associate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/LexerAssociationDialog.py" line="131" />
-      <location filename="../Project/LexerAssociationDialog.py" line="45" />
-      <source>Alternative</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/LexerAssociationDialog.ui" line="0"/>
+        <source>Project Lexer Associations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/LexerAssociationDialog.ui" line="0"/>
+        <source>Filename Pattern</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/LexerAssociationDialog.ui" line="0"/>
+        <source>Lexer Language</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/LexerAssociationDialog.ui" line="0"/>
+        <source>Filename &amp;Pattern:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/LexerAssociationDialog.ui" line="0"/>
+        <source>Enter the filename pattern to be associated</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/LexerAssociationDialog.ui" line="0"/>
+        <source>Press to add or change the entered association</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/LexerAssociationDialog.ui" line="0"/>
+        <source>Add/&amp;Change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/LexerAssociationDialog.ui" line="0"/>
+        <source>&amp;Lexer Language:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/LexerAssociationDialog.ui" line="0"/>
+        <source>Select the lexer language to associate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/LexerAssociationDialog.ui" line="0"/>
+        <source>Press to delete the selected association</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/LexerAssociationDialog.ui" line="0"/>
+        <source>&amp;Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/LexerAssociationDialog.ui" line="0"/>
+        <source>Alternative Le&amp;xer:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/LexerAssociationDialog.ui" line="0"/>
+        <source>Select the alternative lexer to associate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/LexerAssociationDialog.py" line="131"/>
+        <location filename="../Project/LexerAssociationDialog.py" line="45"/>
+        <source>Alternative</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerBash</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerBash.py" line="34" />
-      <source>Keywords</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerBash.py" line="34"/>
+        <source>Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerBatch</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerBatch.py" line="32" />
-      <source>Internal Commands</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerBatch.py" line="33" />
-      <source>External Commands</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerBatch.py" line="32"/>
+        <source>Internal Commands</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerBatch.py" line="33"/>
+        <source>External Commands</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerCMake</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerCMake.py" line="34" />
-      <source>Commands</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCMake.py" line="35" />
-      <source>Parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCMake.py" line="36" />
-      <source>User defined</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerCMake.py" line="34"/>
+        <source>Commands</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCMake.py" line="35"/>
+        <source>Parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCMake.py" line="36"/>
+        <source>User defined</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerCPP</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerCPP.py" line="41" />
-      <source>Primary keywords and identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCPP.py" line="42" />
-      <source>Secondary keywords and identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCPP.py" line="43" />
-      <source>Documentation comment keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCPP.py" line="44" />
-      <source>Global classes and typedefs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCPP.py" line="45" />
-      <source>Preprocessor definitions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCPP.py" line="46" />
-      <source>Task marker and error marker keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCPP.py" line="62" />
-      <source>Additional Identifier</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCPP.py" line="71" />
-      <source>Additional JavaDoc keyword</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCPP.py" line="81" />
-      <source>Inactive additional identifier</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCPP.py" line="91" />
-      <source>Inactive additional JavaDoc keyword</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerCPP.py" line="41"/>
+        <source>Primary keywords and identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCPP.py" line="42"/>
+        <source>Secondary keywords and identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCPP.py" line="43"/>
+        <source>Documentation comment keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCPP.py" line="44"/>
+        <source>Global classes and typedefs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCPP.py" line="45"/>
+        <source>Preprocessor definitions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCPP.py" line="46"/>
+        <source>Task marker and error marker keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCPP.py" line="62"/>
+        <source>Additional Identifier</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCPP.py" line="71"/>
+        <source>Additional JavaDoc keyword</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCPP.py" line="81"/>
+        <source>Inactive additional identifier</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCPP.py" line="91"/>
+        <source>Inactive additional JavaDoc keyword</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerCSS</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerCSS.py" line="37" />
-      <source>CSS1 Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCSS.py" line="38" />
-      <source>Pseudo-Classes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCSS.py" line="39" />
-      <source>CSS2 Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCSS.py" line="40" />
-      <source>CSS3 Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCSS.py" line="41" />
-      <source>Pseudo-Elements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCSS.py" line="42" />
-      <source>Browser-Specific CSS Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCSS.py" line="43" />
-      <source>Browser-Specific Pseudo-Classes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCSS.py" line="44" />
-      <source>Browser-Specific Pseudo-Elements</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerCSS.py" line="37"/>
+        <source>CSS1 Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCSS.py" line="38"/>
+        <source>Pseudo-Classes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCSS.py" line="39"/>
+        <source>CSS2 Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCSS.py" line="40"/>
+        <source>CSS3 Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCSS.py" line="41"/>
+        <source>Pseudo-Elements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCSS.py" line="42"/>
+        <source>Browser-Specific CSS Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCSS.py" line="43"/>
+        <source>Browser-Specific Pseudo-Classes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCSS.py" line="44"/>
+        <source>Browser-Specific Pseudo-Elements</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerCSharp</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerCSharp.py" line="36" />
-      <source>Primary keywords and identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCSharp.py" line="37" />
-      <source>Secondary keywords and identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCSharp.py" line="38" />
-      <source>Documentation comment keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCSharp.py" line="39" />
-      <source>Global classes and typedefs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCSharp.py" line="40" />
-      <source>Preprocessor definitions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCSharp.py" line="41" />
-      <source>Task marker and error marker keywords</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerCSharp.py" line="36"/>
+        <source>Primary keywords and identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCSharp.py" line="37"/>
+        <source>Secondary keywords and identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCSharp.py" line="38"/>
+        <source>Documentation comment keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCSharp.py" line="39"/>
+        <source>Global classes and typedefs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCSharp.py" line="40"/>
+        <source>Preprocessor definitions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCSharp.py" line="41"/>
+        <source>Task marker and error marker keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerCoffeeScript</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerCoffeeScript.py" line="35" />
-      <source>Keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCoffeeScript.py" line="36" />
-      <source>Secondary keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCoffeeScript.py" line="37" />
-      <source>Unused</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerCoffeeScript.py" line="38" />
-      <source>Global classes</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerCoffeeScript.py" line="35"/>
+        <source>Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCoffeeScript.py" line="36"/>
+        <source>Secondary keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCoffeeScript.py" line="37"/>
+        <source>Unused</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerCoffeeScript.py" line="38"/>
+        <source>Global classes</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerD</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerD.py" line="36" />
-      <source>Primary keywords and identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerD.py" line="37" />
-      <source>Secondary keywords and identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerD.py" line="38" />
-      <source>Documentation comment keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerD.py" line="39" />
-      <source>Type definitions and aliases</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerD.py" line="40" />
-      <source>User defined 1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerD.py" line="41" />
-      <source>User defined 2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerD.py" line="42" />
-      <source>User defined 3</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerD.py" line="36"/>
+        <source>Primary keywords and identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerD.py" line="37"/>
+        <source>Secondary keywords and identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerD.py" line="38"/>
+        <source>Documentation comment keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerD.py" line="39"/>
+        <source>Type definitions and aliases</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerD.py" line="40"/>
+        <source>User defined 1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerD.py" line="41"/>
+        <source>User defined 2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerD.py" line="42"/>
+        <source>User defined 3</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerFortran</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerFortran.py" line="34" />
-      <source>Primary keywords and identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerFortran.py" line="35" />
-      <source>Intrinsic functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerFortran.py" line="36" />
-      <source>Extended and user defined functions</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerFortran.py" line="34"/>
+        <source>Primary keywords and identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerFortran.py" line="35"/>
+        <source>Intrinsic functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerFortran.py" line="36"/>
+        <source>Extended and user defined functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerFortran77</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerFortran77.py" line="34" />
-      <source>Primary keywords and identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerFortran77.py" line="35" />
-      <source>Intrinsic functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerFortran77.py" line="36" />
-      <source>Extended and user defined functions</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerFortran77.py" line="34"/>
+        <source>Primary keywords and identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerFortran77.py" line="35"/>
+        <source>Intrinsic functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerFortran77.py" line="36"/>
+        <source>Extended and user defined functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerHTML</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerHTML.py" line="36" />
-      <source>HTML elements and attributes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerHTML.py" line="37" />
-      <source>JavaScript keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerHTML.py" line="38" />
-      <source>VBScript keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerHTML.py" line="39" />
-      <source>Python keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerHTML.py" line="40" />
-      <source>PHP keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerHTML.py" line="41" />
-      <source>SGML and DTD keywords</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerHTML.py" line="36"/>
+        <source>HTML elements and attributes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerHTML.py" line="37"/>
+        <source>JavaScript keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerHTML.py" line="38"/>
+        <source>VBScript keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerHTML.py" line="39"/>
+        <source>Python keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerHTML.py" line="40"/>
+        <source>PHP keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerHTML.py" line="41"/>
+        <source>SGML and DTD keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerJSON</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerJSON.py" line="35" />
-      <source>JSON Keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerJSON.py" line="36" />
-      <source>JSON-LD Keywords</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerJSON.py" line="35"/>
+        <source>JSON Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerJSON.py" line="36"/>
+        <source>JSON-LD Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerJava</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerJava.py" line="36" />
-      <source>Primary keywords and identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerJava.py" line="37" />
-      <source>Secondary keywords and identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerJava.py" line="38" />
-      <source>Documentation comment keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerJava.py" line="39" />
-      <source>Global classes and typedefs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerJava.py" line="40" />
-      <source>Preprocessor definitions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerJava.py" line="41" />
-      <source>Task marker and error marker keywords</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerJava.py" line="36"/>
+        <source>Primary keywords and identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerJava.py" line="37"/>
+        <source>Secondary keywords and identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerJava.py" line="38"/>
+        <source>Documentation comment keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerJava.py" line="39"/>
+        <source>Global classes and typedefs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerJava.py" line="40"/>
+        <source>Preprocessor definitions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerJava.py" line="41"/>
+        <source>Task marker and error marker keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerJavaScript</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerJavaScript.py" line="36" />
-      <source>Primary keywords and identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerJavaScript.py" line="37" />
-      <source>Secondary keywords and identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerJavaScript.py" line="38" />
-      <source>Documentation comment keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerJavaScript.py" line="39" />
-      <source>Global classes and typedefs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerJavaScript.py" line="40" />
-      <source>Preprocessor definitions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerJavaScript.py" line="41" />
-      <source>Task marker and error marker keywords</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerJavaScript.py" line="36"/>
+        <source>Primary keywords and identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerJavaScript.py" line="37"/>
+        <source>Secondary keywords and identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerJavaScript.py" line="38"/>
+        <source>Documentation comment keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerJavaScript.py" line="39"/>
+        <source>Global classes and typedefs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerJavaScript.py" line="40"/>
+        <source>Preprocessor definitions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerJavaScript.py" line="41"/>
+        <source>Task marker and error marker keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerLua</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerLua.py" line="35" />
-      <source>Keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerLua.py" line="36" />
-      <source>Basic functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerLua.py" line="37" />
-      <source>String, (table) &amp; math functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerLua.py" line="38" />
-      <source>Coroutines, I/O &amp; system facilities</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerLua.py" line="39" />
-      <source>User defined 1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerLua.py" line="40" />
-      <source>User defined 2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerLua.py" line="41" />
-      <source>User defined 3</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerLua.py" line="42" />
-      <source>User defined 4</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerLua.py" line="35"/>
+        <source>Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerLua.py" line="36"/>
+        <source>Basic functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerLua.py" line="37"/>
+        <source>String, (table) &amp; math functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerLua.py" line="38"/>
+        <source>Coroutines, I/O &amp; system facilities</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerLua.py" line="39"/>
+        <source>User defined 1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerLua.py" line="40"/>
+        <source>User defined 2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerLua.py" line="41"/>
+        <source>User defined 3</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerLua.py" line="42"/>
+        <source>User defined 4</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerMatlab</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerMatlab.py" line="32" />
-      <source>Keywords</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerMatlab.py" line="32"/>
+        <source>Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerOctave</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerOctave.py" line="32" />
-      <source>Keywords</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerOctave.py" line="32"/>
+        <source>Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerPOV</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerPOV.py" line="36" />
-      <source>Language directives</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPOV.py" line="37" />
-      <source>Objects &amp; CSG &amp; Appearance</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPOV.py" line="38" />
-      <source>Types &amp; Modifiers &amp; Items</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPOV.py" line="39" />
-      <source>Predefined Identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPOV.py" line="40" />
-      <source>Predefined Functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPOV.py" line="41" />
-      <source>User defined 1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPOV.py" line="42" />
-      <source>User defined 2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPOV.py" line="43" />
-      <source>User defined 3</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerPOV.py" line="36"/>
+        <source>Language directives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPOV.py" line="37"/>
+        <source>Objects &amp; CSG &amp; Appearance</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPOV.py" line="38"/>
+        <source>Types &amp; Modifiers &amp; Items</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPOV.py" line="39"/>
+        <source>Predefined Identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPOV.py" line="40"/>
+        <source>Predefined Functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPOV.py" line="41"/>
+        <source>User defined 1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPOV.py" line="42"/>
+        <source>User defined 2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPOV.py" line="43"/>
+        <source>User defined 3</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerPascal</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerPascal.py" line="37" />
-      <source>Keywords</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerPascal.py" line="37"/>
+        <source>Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerPerl</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerPerl.py" line="36" />
-      <source>Keywords</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerPerl.py" line="36"/>
+        <source>Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerPostScript</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerPostScript.py" line="34" />
-      <source>PS Level 1 operators</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPostScript.py" line="35" />
-      <source>PS Level 2 operators</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPostScript.py" line="36" />
-      <source>PS Level 3 operators</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPostScript.py" line="37" />
-      <source>RIP specific operators</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPostScript.py" line="38" />
-      <source>User defined operators</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerPostScript.py" line="34"/>
+        <source>PS Level 1 operators</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPostScript.py" line="35"/>
+        <source>PS Level 2 operators</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPostScript.py" line="36"/>
+        <source>PS Level 3 operators</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPostScript.py" line="37"/>
+        <source>RIP specific operators</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPostScript.py" line="38"/>
+        <source>User defined operators</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerPygments</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="186" />
-      <source>Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="187" />
-      <source>Comment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="188" />
-      <source>Preprocessor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="189" />
-      <source>Keyword</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="190" />
-      <source>Pseudo Keyword</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="191" />
-      <source>Type Keyword</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="192" />
-      <source>Operator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="193" />
-      <source>Word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="194" />
-      <source>Builtin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="195" />
-      <source>Function or method name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="196" />
-      <source>Class name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="197" />
-      <source>Namespace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="198" />
-      <source>Exception</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="199" />
-      <source>Identifier</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="200" />
-      <source>Constant</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="201" />
-      <source>Label</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="202" />
-      <source>Entity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="203" />
-      <source>Attribute</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="204" />
-      <source>Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="205" />
-      <source>Decorator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="206" />
-      <source>String</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="207" />
-      <source>Documentation string</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="208" />
-      <source>Scalar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="209" />
-      <source>Escape</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="210" />
-      <source>Regular expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="211" />
-      <source>Symbol</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="212" />
-      <source>Other string</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="213" />
-      <source>Number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="214" />
-      <source>Heading</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="215" />
-      <source>Subheading</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="216" />
-      <source>Deleted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="217" />
-      <source>Inserted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="218" />
-      <source>Generic error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="219" />
-      <source>Emphasized text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="220" />
-      <source>Strong text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="221" />
-      <source>Prompt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="222" />
-      <source>Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="223" />
-      <source>Traceback</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="224" />
-      <source>Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="225" />
-      <source>Comment block</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="226" />
-      <source>Property</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="227" />
-      <source>Character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="228" />
-      <source>Here document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="229" />
-      <source>Punctuation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="230" />
-      <source>Hashbang</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="231" />
-      <source>Reserved Keyword</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="232" />
-      <source>Literal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="233" />
-      <source>Double quoted string</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="234" />
-      <source>Single quoted string</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="235" />
-      <source>Backtick string</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPygments.py" line="236" />
-      <source>Whitespace</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="186"/>
+        <source>Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="187"/>
+        <source>Comment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="188"/>
+        <source>Preprocessor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="189"/>
+        <source>Keyword</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="190"/>
+        <source>Pseudo Keyword</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="191"/>
+        <source>Type Keyword</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="192"/>
+        <source>Operator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="193"/>
+        <source>Word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="194"/>
+        <source>Builtin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="195"/>
+        <source>Function or method name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="196"/>
+        <source>Class name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="197"/>
+        <source>Namespace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="198"/>
+        <source>Exception</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="199"/>
+        <source>Identifier</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="200"/>
+        <source>Constant</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="201"/>
+        <source>Label</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="202"/>
+        <source>Entity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="203"/>
+        <source>Attribute</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="204"/>
+        <source>Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="205"/>
+        <source>Decorator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="206"/>
+        <source>String</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="207"/>
+        <source>Documentation string</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="208"/>
+        <source>Scalar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="209"/>
+        <source>Escape</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="210"/>
+        <source>Regular expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="211"/>
+        <source>Symbol</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="212"/>
+        <source>Other string</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="213"/>
+        <source>Number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="214"/>
+        <source>Heading</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="215"/>
+        <source>Subheading</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="216"/>
+        <source>Deleted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="217"/>
+        <source>Inserted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="218"/>
+        <source>Generic error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="219"/>
+        <source>Emphasized text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="220"/>
+        <source>Strong text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="221"/>
+        <source>Prompt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="222"/>
+        <source>Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="223"/>
+        <source>Traceback</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="224"/>
+        <source>Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="225"/>
+        <source>Comment block</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="226"/>
+        <source>Property</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="227"/>
+        <source>Character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="228"/>
+        <source>Here document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="229"/>
+        <source>Punctuation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="230"/>
+        <source>Hashbang</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="231"/>
+        <source>Reserved Keyword</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="232"/>
+        <source>Literal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="233"/>
+        <source>Double quoted string</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="234"/>
+        <source>Single quoted string</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="235"/>
+        <source>Backtick string</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPygments.py" line="236"/>
+        <source>Whitespace</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerPython</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerPython.py" line="40" />
-      <source>Keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPython.py" line="41" />
-      <source>Highlighted identifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPython.py" line="54" />
-      <source>Standard Library Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPython.py" line="82" />
-      <source>__future__ Imports</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPython.py" line="92" />
-      <source>PyQt5/6 Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerPython.py" line="109" />
-      <source>Cython Specifics</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerPython.py" line="40"/>
+        <source>Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPython.py" line="41"/>
+        <source>Highlighted identifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPython.py" line="54"/>
+        <source>Standard Library Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPython.py" line="82"/>
+        <source>__future__ Imports</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPython.py" line="92"/>
+        <source>PyQt5/6 Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerPython.py" line="109"/>
+        <source>Cython Specifics</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerQSS</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerQSS.py" line="37" />
-      <source>CSS1 Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerQSS.py" line="38" />
-      <source>Pseudo-Classes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerQSS.py" line="39" />
-      <source>CSS2 Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerQSS.py" line="40" />
-      <source>CSS3 Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerQSS.py" line="41" />
-      <source>Pseudo-Elements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerQSS.py" line="42" />
-      <source>Browser-Specific CSS Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerQSS.py" line="43" />
-      <source>Browser-Specific Pseudo-Classes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerQSS.py" line="44" />
-      <source>Browser-Specific Pseudo-Elements</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerQSS.py" line="37"/>
+        <source>CSS1 Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerQSS.py" line="38"/>
+        <source>Pseudo-Classes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerQSS.py" line="39"/>
+        <source>CSS2 Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerQSS.py" line="40"/>
+        <source>CSS3 Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerQSS.py" line="41"/>
+        <source>Pseudo-Elements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerQSS.py" line="42"/>
+        <source>Browser-Specific CSS Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerQSS.py" line="43"/>
+        <source>Browser-Specific Pseudo-Classes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerQSS.py" line="44"/>
+        <source>Browser-Specific Pseudo-Elements</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerRuby</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerRuby.py" line="36" />
-      <source>Keywords</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerRuby.py" line="36"/>
+        <source>Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerSQL</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerSQL.py" line="36" />
-      <source>Keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerSQL.py" line="37" />
-      <source>Database Objects</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerSQL.py" line="38" />
-      <source>PLDoc</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerSQL.py" line="39" />
-      <source>SQL*Plus</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerSQL.py" line="40" />
-      <source>Standard Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerSQL.py" line="41" />
-      <source>User defined 1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerSQL.py" line="42" />
-      <source>User defined 2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerSQL.py" line="43" />
-      <source>User defined 3</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerSQL.py" line="36"/>
+        <source>Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerSQL.py" line="37"/>
+        <source>Database Objects</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerSQL.py" line="38"/>
+        <source>PLDoc</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerSQL.py" line="39"/>
+        <source>SQL*Plus</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerSQL.py" line="40"/>
+        <source>Standard Packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerSQL.py" line="41"/>
+        <source>User defined 1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerSQL.py" line="42"/>
+        <source>User defined 2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerSQL.py" line="43"/>
+        <source>User defined 3</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerTCL</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerTCL.py" line="36" />
-      <source>TCL Keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerTCL.py" line="37" />
-      <source>TK Keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerTCL.py" line="38" />
-      <source>iTCL Keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerTCL.py" line="39" />
-      <source>TK Commands</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerTCL.py" line="40" />
-      <source>expand</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerTCL.py" line="41" />
-      <source>User defined 1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerTCL.py" line="42" />
-      <source>User defined 2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerTCL.py" line="43" />
-      <source>User defined 3</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerTCL.py" line="44" />
-      <source>User defined 4</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerTCL.py" line="36"/>
+        <source>TCL Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerTCL.py" line="37"/>
+        <source>TK Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerTCL.py" line="38"/>
+        <source>iTCL Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerTCL.py" line="39"/>
+        <source>TK Commands</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerTCL.py" line="40"/>
+        <source>expand</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerTCL.py" line="41"/>
+        <source>User defined 1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerTCL.py" line="42"/>
+        <source>User defined 2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerTCL.py" line="43"/>
+        <source>User defined 3</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerTCL.py" line="44"/>
+        <source>User defined 4</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerTeX</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerTeX.py" line="36" />
-      <source>TeX, eTeX, pdfTeX, Omega</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerTeX.py" line="37" />
-      <source>ConTeXt Dutch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerTeX.py" line="38" />
-      <source>ConTeXt English</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerTeX.py" line="39" />
-      <source>ConTeXt German</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerTeX.py" line="40" />
-      <source>ConTeXt Czech</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerTeX.py" line="41" />
-      <source>ConTeXt Italian</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerTeX.py" line="42" />
-      <source>ConTeXt Romanian</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerTeX.py" line="43" />
-      <source>LaTeX</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerTeX.py" line="36"/>
+        <source>TeX, eTeX, pdfTeX, Omega</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerTeX.py" line="37"/>
+        <source>ConTeXt Dutch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerTeX.py" line="38"/>
+        <source>ConTeXt English</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerTeX.py" line="39"/>
+        <source>ConTeXt German</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerTeX.py" line="40"/>
+        <source>ConTeXt Czech</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerTeX.py" line="41"/>
+        <source>ConTeXt Italian</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerTeX.py" line="42"/>
+        <source>ConTeXt Romanian</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerTeX.py" line="43"/>
+        <source>LaTeX</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerVHDL</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerVHDL.py" line="34" />
-      <source>Keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerVHDL.py" line="35" />
-      <source>Operators</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerVHDL.py" line="36" />
-      <source>Attributes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerVHDL.py" line="37" />
-      <source>Standard Functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerVHDL.py" line="38" />
-      <source>Standard Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerVHDL.py" line="39" />
-      <source>Standard Types</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/LexerVHDL.py" line="40" />
-      <source>User defined</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerVHDL.py" line="34"/>
+        <source>Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerVHDL.py" line="35"/>
+        <source>Operators</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerVHDL.py" line="36"/>
+        <source>Attributes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerVHDL.py" line="37"/>
+        <source>Standard Functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerVHDL.py" line="38"/>
+        <source>Standard Packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerVHDL.py" line="39"/>
+        <source>Standard Types</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/LexerVHDL.py" line="40"/>
+        <source>User defined</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerXML</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerXML.py" line="41" />
-      <source>SGML and DTD keywords</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerXML.py" line="41"/>
+        <source>SGML and DTD keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LexerYAML</name>
     <message>
-      <location filename="../QScintilla/Lexers/LexerYAML.py" line="34" />
-      <source>Keywords</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/LexerYAML.py" line="34"/>
+        <source>Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Lexers</name>
     <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="117" />
-      <source>Bash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="119" />
-      <source>Batch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="123" />
-      <source>C/C++</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="124" />
-      <source>C#</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="126" />
-      <source>CMake</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="130" />
-      <source>CSS</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="132" />
-      <source>Cython</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="136" />
-      <source>D</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="138" />
-      <source>Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="143" />
-      <source>Fortran</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="148" />
-      <source>Fortran77</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="153" />
-      <source>HTML/PHP/XML</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="158" />
-      <source>Java</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="163" />
-      <source>JavaScript</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="167" />
-      <source>Lua</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="169" />
-      <source>Makefile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="174" />
-      <source>Matlab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="179" />
-      <source>Octave</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="184" />
-      <source>Pascal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="188" />
-      <source>Perl</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="190" />
-      <source>PostScript</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="195" />
-      <source>Povray</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="200" />
-      <source>Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="205" />
-      <source>Python3</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="210" />
-      <source>MicroPython</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="214" />
-      <source>QSS</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="215" />
-      <source>Ruby</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="216" />
-      <source>SQL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="217" />
-      <source>TCL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="218" />
-      <source>TeX</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="220" />
-      <source>VHDL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="224" />
-      <source>XML</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="226" />
-      <source>YAML</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="231" />
-      <source>Gettext</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="236" />
-      <source>CoffeeScript</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="241" />
-      <source>JSON</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="246" />
-      <source>Markdown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="259" />
-      <source>Pygments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/__init__.py" line="592" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="400" />
-      <source>Python Files (*.py *.py3)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="401" />
-      <source>Python GUI Files (*.pyw *.pyw3)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="402" />
-      <source>Cython Files (*.pyx *.pxd *.pxi)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="496" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="403" />
-      <source>Quixote Template Files (*.ptl)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="497" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="404" />
-      <source>Ruby Files (*.rb)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="405" />
-      <source>C Files (*.h *.c)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="406" />
-      <source>C++ Files (*.h *.hpp *.hh *.cxx *.cpp *.cc)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="501" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="409" />
-      <source>C# Files (*.cs)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="410" />
-      <source>HTML Files (*.html *.htm *.asp *.shtml)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="505" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="411" />
-      <source>CSS Files (*.css)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="506" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="412" />
-      <source>QSS Files (*.qss)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="413" />
-      <source>PHP Files (*.php *.php3 *.php4 *.php5 *.phtml)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="416" />
-      <source>XML Files (*.xml *.xsl *.xslt *.dtd *.svg *.xul *.xsd)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="510" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="419" />
-      <source>Qt Resource Files (*.qrc)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="420" />
-      <source>D Files (*.d *.di)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="513" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="421" />
-      <source>Java Files (*.java)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="514" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="422" />
-      <source>JavaScript Files (*.js)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="515" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="423" />
-      <source>SQL Files (*.sql)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="516" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="424" />
-      <source>Docbook Files (*.docbook)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="425" />
-      <source>Perl Files (*.pl *.pm *.ph)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="519" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="426" />
-      <source>Lua Files (*.lua)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="427" />
-      <source>Tex Files (*.tex *.sty *.aux *.toc *.idx)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="520" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="430" />
-      <source>Shell Files (*.sh)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="431" />
-      <source>Batch Files (*.bat *.cmd)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="432" />
-      <source>Diff Files (*.diff *.patch)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="433" />
-      <source>Makefiles (*makefile Makefile *.mak)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="434" />
-      <source>Properties Files (*.properties *.ini *.inf *.reg *.cfg *.cnf *.rc)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="528" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="438" />
-      <source>Povray Files (*.pov)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="439" />
-      <source>CMake Files (CMakeLists.txt *.cmake *.ctest)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="442" />
-      <source>VHDL Files (*.vhd *.vhdl)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="443" />
-      <source>TCL/Tk Files (*.tcl *.tk)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="444" />
-      <source>Fortran Files (*.f90 *.f95 *.f2k)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="445" />
-      <source>Fortran77 Files (*.f *.for)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="446" />
-      <source>Pascal Files (*.dpr *.dpk *.pas *.dfm *.inc *.pp)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="537" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="449" />
-      <source>PostScript Files (*.ps)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="450" />
-      <source>YAML Files (*.yaml *.yml)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="539" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="451" />
-      <source>TOML Files (*.toml)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="452" />
-      <source>Matlab Files (*.m *.m.matlab)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="453" />
-      <source>Octave Files (*.m *.m.octave)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="542" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="454" />
-      <source>Gettext Files (*.po)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="543" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="455" />
-      <source>CoffeeScript Files (*.coffee)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="544" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="456" />
-      <source>JSON Files (*.json)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="545" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="457" />
-      <source>Markdown Files (*.md)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="558" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="469" />
-      <source>All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/__init__.py" line="595" />
-      <location filename="../QScintilla/Lexers/__init__.py" line="491" />
-      <source>Python3 Files (*.py)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="492" />
-      <source>Python3 GUI Files (*.pyw)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="493" />
-      <source>Cython Files (*.pyx)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="494" />
-      <source>Cython Declaration Files (*.pxd)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="495" />
-      <source>Cython Include Files (*.pxi)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="498" />
-      <source>C Files (*.c)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="499" />
-      <source>C++ Files (*.cpp)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="500" />
-      <source>C++/C Header Files (*.h)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="502" />
-      <source>HTML Files (*.html)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="503" />
-      <source>PHP Files (*.php)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="504" />
-      <source>ASP Files (*.asp)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="507" />
-      <source>XML Files (*.xml)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="508" />
-      <source>XSL Files (*.xsl)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="509" />
-      <source>DTD Files (*.dtd)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="511" />
-      <source>D Files (*.d)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="512" />
-      <source>D Interface Files (*.di)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="517" />
-      <source>Perl Files (*.pl)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="518" />
-      <source>Perl Module Files (*.pm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="521" />
-      <source>Batch Files (*.bat)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="522" />
-      <source>TeX Files (*.tex)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="523" />
-      <source>TeX Template Files (*.sty)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="524" />
-      <source>Diff Files (*.diff)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="525" />
-      <source>Make Files (*.mak)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="526" />
-      <source>Properties Files (*.ini)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="527" />
-      <source>Configuration Files (*.cfg)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="529" />
-      <source>CMake Files (CMakeLists.txt)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="530" />
-      <source>CMake Macro Files (*.cmake)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="531" />
-      <source>VHDL Files (*.vhd)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="532" />
-      <source>TCL Files (*.tcl)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="533" />
-      <source>Tk Files (*.tk)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="534" />
-      <source>Fortran Files (*.f95)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="535" />
-      <source>Fortran77 Files (*.f)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="536" />
-      <source>Pascal Files (*.pas)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="538" />
-      <source>YAML Files (*.yml)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="540" />
-      <source>Matlab Files (*.m)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Lexers/__init__.py" line="541" />
-      <source>Octave Files (*.m.octave)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Lexers/__init__.py" line="117"/>
+        <source>Bash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="119"/>
+        <source>Batch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="123"/>
+        <source>C/C++</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="124"/>
+        <source>C#</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="126"/>
+        <source>CMake</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="130"/>
+        <source>CSS</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="132"/>
+        <source>Cython</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="136"/>
+        <source>D</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="138"/>
+        <source>Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="143"/>
+        <source>Fortran</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="148"/>
+        <source>Fortran77</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="153"/>
+        <source>HTML/PHP/XML</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="158"/>
+        <source>Java</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="163"/>
+        <source>JavaScript</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="167"/>
+        <source>Lua</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="169"/>
+        <source>Makefile</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="174"/>
+        <source>Matlab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="179"/>
+        <source>Octave</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="184"/>
+        <source>Pascal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="188"/>
+        <source>Perl</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="190"/>
+        <source>PostScript</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="195"/>
+        <source>Povray</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="200"/>
+        <source>Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="205"/>
+        <source>Python3</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="210"/>
+        <source>MicroPython</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="214"/>
+        <source>QSS</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="215"/>
+        <source>Ruby</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="216"/>
+        <source>SQL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="217"/>
+        <source>TCL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="218"/>
+        <source>TeX</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="220"/>
+        <source>VHDL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="224"/>
+        <source>XML</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="226"/>
+        <source>YAML</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="231"/>
+        <source>Gettext</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="236"/>
+        <source>CoffeeScript</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="241"/>
+        <source>JSON</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="246"/>
+        <source>Markdown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="259"/>
+        <source>Pygments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/__init__.py" line="592"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="400"/>
+        <source>Python Files (*.py *.py3)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="401"/>
+        <source>Python GUI Files (*.pyw *.pyw3)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="402"/>
+        <source>Cython Files (*.pyx *.pxd *.pxi)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="496"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="403"/>
+        <source>Quixote Template Files (*.ptl)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="497"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="404"/>
+        <source>Ruby Files (*.rb)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="405"/>
+        <source>C Files (*.h *.c)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="406"/>
+        <source>C++ Files (*.h *.hpp *.hh *.cxx *.cpp *.cc)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="501"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="409"/>
+        <source>C# Files (*.cs)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="410"/>
+        <source>HTML Files (*.html *.htm *.asp *.shtml)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="505"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="411"/>
+        <source>CSS Files (*.css)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="506"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="412"/>
+        <source>QSS Files (*.qss)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="413"/>
+        <source>PHP Files (*.php *.php3 *.php4 *.php5 *.phtml)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="416"/>
+        <source>XML Files (*.xml *.xsl *.xslt *.dtd *.svg *.xul *.xsd)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="510"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="419"/>
+        <source>Qt Resource Files (*.qrc)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="420"/>
+        <source>D Files (*.d *.di)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="513"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="421"/>
+        <source>Java Files (*.java)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="514"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="422"/>
+        <source>JavaScript Files (*.js)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="515"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="423"/>
+        <source>SQL Files (*.sql)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="516"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="424"/>
+        <source>Docbook Files (*.docbook)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="425"/>
+        <source>Perl Files (*.pl *.pm *.ph)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="519"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="426"/>
+        <source>Lua Files (*.lua)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="427"/>
+        <source>Tex Files (*.tex *.sty *.aux *.toc *.idx)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="520"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="430"/>
+        <source>Shell Files (*.sh)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="431"/>
+        <source>Batch Files (*.bat *.cmd)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="432"/>
+        <source>Diff Files (*.diff *.patch)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="433"/>
+        <source>Makefiles (*makefile Makefile *.mak)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="434"/>
+        <source>Properties Files (*.properties *.ini *.inf *.reg *.cfg *.cnf *.rc)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="528"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="438"/>
+        <source>Povray Files (*.pov)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="439"/>
+        <source>CMake Files (CMakeLists.txt *.cmake *.ctest)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="442"/>
+        <source>VHDL Files (*.vhd *.vhdl)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="443"/>
+        <source>TCL/Tk Files (*.tcl *.tk)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="444"/>
+        <source>Fortran Files (*.f90 *.f95 *.f2k)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="445"/>
+        <source>Fortran77 Files (*.f *.for)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="446"/>
+        <source>Pascal Files (*.dpr *.dpk *.pas *.dfm *.inc *.pp)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="537"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="449"/>
+        <source>PostScript Files (*.ps)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="450"/>
+        <source>YAML Files (*.yaml *.yml)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="539"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="451"/>
+        <source>TOML Files (*.toml)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="452"/>
+        <source>Matlab Files (*.m *.m.matlab)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="453"/>
+        <source>Octave Files (*.m *.m.octave)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="542"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="454"/>
+        <source>Gettext Files (*.po)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="543"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="455"/>
+        <source>CoffeeScript Files (*.coffee)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="544"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="456"/>
+        <source>JSON Files (*.json)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="545"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="457"/>
+        <source>Markdown Files (*.md)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="558"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="469"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/__init__.py" line="595"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="491"/>
+        <source>Python3 Files (*.py)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="492"/>
+        <source>Python3 GUI Files (*.pyw)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="493"/>
+        <source>Cython Files (*.pyx)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="494"/>
+        <source>Cython Declaration Files (*.pxd)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="495"/>
+        <source>Cython Include Files (*.pxi)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="498"/>
+        <source>C Files (*.c)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="499"/>
+        <source>C++ Files (*.cpp)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="500"/>
+        <source>C++/C Header Files (*.h)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="502"/>
+        <source>HTML Files (*.html)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="503"/>
+        <source>PHP Files (*.php)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="504"/>
+        <source>ASP Files (*.asp)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="507"/>
+        <source>XML Files (*.xml)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="508"/>
+        <source>XSL Files (*.xsl)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="509"/>
+        <source>DTD Files (*.dtd)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="511"/>
+        <source>D Files (*.d)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="512"/>
+        <source>D Interface Files (*.di)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="517"/>
+        <source>Perl Files (*.pl)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="518"/>
+        <source>Perl Module Files (*.pm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="521"/>
+        <source>Batch Files (*.bat)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="522"/>
+        <source>TeX Files (*.tex)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="523"/>
+        <source>TeX Template Files (*.sty)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="524"/>
+        <source>Diff Files (*.diff)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="525"/>
+        <source>Make Files (*.mak)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="526"/>
+        <source>Properties Files (*.ini)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="527"/>
+        <source>Configuration Files (*.cfg)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="529"/>
+        <source>CMake Files (CMakeLists.txt)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="530"/>
+        <source>CMake Macro Files (*.cmake)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="531"/>
+        <source>VHDL Files (*.vhd)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="532"/>
+        <source>TCL Files (*.tcl)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="533"/>
+        <source>Tk Files (*.tk)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="534"/>
+        <source>Fortran Files (*.f95)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="535"/>
+        <source>Fortran77 Files (*.f)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="536"/>
+        <source>Pascal Files (*.pas)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="538"/>
+        <source>YAML Files (*.yml)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="540"/>
+        <source>Matlab Files (*.m)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="541"/>
+        <source>Octave Files (*.m.octave)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LfConvertDataDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui" line="0" />
-      <source>Convert Repository Format</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui" line="0" />
-      <source>New project directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui" line="0" />
-      <source>Enter the directory name of the new project directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui" line="0" />
-      <source>Minimum file size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui" line="0" />
-      <source>Enter the minimum file size in MB for files to be treated as Large Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui" line="0" />
-      <source> MB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui" line="0" />
-      <source>Patterns:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui" line="0" />
-      <source>Enter file patterns (space separated) for files to be treated as Large Files</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui" line="0"/>
+        <source>Convert Repository Format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui" line="0"/>
+        <source>New project directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui" line="0"/>
+        <source>Enter the directory name of the new project directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui" line="0"/>
+        <source>Minimum file size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui" line="0"/>
+        <source>Enter the minimum file size in MB for files to be treated as Large Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui" line="0"/>
+        <source> MB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui" line="0"/>
+        <source>Patterns:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui" line="0"/>
+        <source>Enter file patterns (space separated) for files to be treated as Large Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LfRevisionsInputDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfRevisionsInputDialog.ui" line="0" />
-      <source>Revisions Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfRevisionsInputDialog.ui" line="0" />
-      <source>Enter revisions to pull large files for (one per line):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfRevisionsInputDialog.ui" line="0" />
-      <source>Enter changesets by number, id, range or revset expression one per line</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfRevisionsInputDialog.ui" line="0"/>
+        <source>Revisions Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfRevisionsInputDialog.ui" line="0"/>
+        <source>Enter revisions to pull large files for (one per line):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfRevisionsInputDialog.ui" line="0"/>
+        <source>Enter changesets by number, id, range or revset expression one per line</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Listspace</name>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="261" />
-      <source>Start</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="264" />
-      <source>Run Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="269" />
-      <source>Debug Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="274" />
-      <source>Profile Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="279" />
-      <source>Coverage run of Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="286" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="291" />
-      <source>Close Others</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="294" />
-      <source>Close All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="297" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="301" />
-      <source>Save As...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="306" />
-      <source>Save All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="311" />
-      <source>Open 'rejection' file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="318" />
-      <source>Print Preview</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="323" />
-      <source>Print</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="328" />
-      <source>Copy Path to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="485" />
-      <source>Untitled {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="627" />
-      <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="491" />
-      <source>{0} (ro)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="261"/>
+        <source>Start</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="264"/>
+        <source>Run Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="269"/>
+        <source>Debug Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="274"/>
+        <source>Profile Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="279"/>
+        <source>Coverage run of Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="286"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="291"/>
+        <source>Close Others</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="294"/>
+        <source>Close All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="297"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="301"/>
+        <source>Save As...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="306"/>
+        <source>Save All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="311"/>
+        <source>Open &apos;rejection&apos; file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="318"/>
+        <source>Print Preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="323"/>
+        <source>Print</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="328"/>
+        <source>Copy Path to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="485"/>
+        <source>Untitled {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="627"/>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="491"/>
+        <source>{0} (ro)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LogViewerEdit</name>
     <message>
-      <location filename="../UI/LogView.py" line="125" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/LogView.py" line="126" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/LogView.py" line="128" />
-      <source>Find</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/LogView.py" line="130" />
-      <source>Select All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/LogView.py" line="132" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/LogView.py" line="125"/>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/LogView.py" line="126"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/LogView.py" line="128"/>
+        <source>Find</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/LogView.py" line="130"/>
+        <source>Select All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/LogView.py" line="132"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>LogViewerPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Log Viewer&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0" />
-      <source>Select to show the log-viewer upon new output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0" />
-      <source>Show upon new output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0" />
-      <source>Error Color:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0" />
-      <source>Select the color for text sent to stderr</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0" />
-      <source>There was an error condition reported.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0" />
-      <source>Message Filters:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0" />
-      <source>Standard Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0" />
-      <source>Standard Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0" />
-      <source>Both</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/LogViewerPage.py" line="35" />
-      <source>&lt;b&gt;Message Filters for Standard Output&lt;/b&gt;&lt;p&gt;This list shows the configured message filters used to suppress messages received via stdout.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/LogViewerPage.py" line="42" />
-      <source>&lt;b&gt;Message Filters for Standard Error &lt;/b&gt;&lt;p&gt;This list shows the configured message filters used to suppress messages received via stderr.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/LogViewerPage.py" line="49" />
-      <source>&lt;b&gt;Message Filters for both&lt;/b&gt;&lt;p&gt;This list shows the configured message filters used to suppress messages received via stdout or stderr.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Log Viewer&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0"/>
+        <source>Select to show the log-viewer upon new output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0"/>
+        <source>Show upon new output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0"/>
+        <source>Error Color:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0"/>
+        <source>Select the color for text sent to stderr</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0"/>
+        <source>There was an error condition reported.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0"/>
+        <source>Message Filters:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0"/>
+        <source>Standard Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0"/>
+        <source>Standard Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0"/>
+        <source>Both</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/LogViewerPage.py" line="35"/>
+        <source>&lt;b&gt;Message Filters for Standard Output&lt;/b&gt;&lt;p&gt;This list shows the configured message filters used to suppress messages received via stdout.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/LogViewerPage.py" line="42"/>
+        <source>&lt;b&gt;Message Filters for Standard Error &lt;/b&gt;&lt;p&gt;This list shows the configured message filters used to suppress messages received via stderr.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/LogViewerPage.py" line="49"/>
+        <source>&lt;b&gt;Message Filters for both&lt;/b&gt;&lt;p&gt;This list shows the configured message filters used to suppress messages received via stdout or stderr.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MakePropertiesDialog</name>
     <message>
-      <location filename="../Project/MakePropertiesDialog.py" line="39" />
-      <source>All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/MakePropertiesDialog.py" line="44" />
-      <source>Makefiles (*makefile Makefile *.mak);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/MakePropertiesDialog.ui" line="0" />
-      <source>Make Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/MakePropertiesDialog.ui" line="0" />
-      <source>'make' Executable (leave empty to use global 'make'):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/MakePropertiesDialog.ui" line="0" />
-      <source>Enter the executable name of the make utility</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/MakePropertiesDialog.ui" line="0" />
-      <source>'makefile' path or directory (without file name 'makefile' will be used):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/MakePropertiesDialog.ui" line="0" />
-      <source>Enter the name and/or path of the makefile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/MakePropertiesDialog.ui" line="0" />
-      <source>Make Target:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/MakePropertiesDialog.ui" line="0" />
-      <source>Enter the make target to be built</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/MakePropertiesDialog.ui" line="0" />
-      <source>Make Command Parameters (enclose parameters containing spaces in ""):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/MakePropertiesDialog.ui" line="0" />
-      <source>Enter the command parameters for make</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/MakePropertiesDialog.ui" line="0" />
-      <source>Select to just test for changes needing a make run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/MakePropertiesDialog.ui" line="0" />
-      <source>Test for changes only when run automatically</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/MakePropertiesDialog.py" line="39"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/MakePropertiesDialog.py" line="44"/>
+        <source>Makefiles (*makefile Makefile *.mak);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/MakePropertiesDialog.ui" line="0"/>
+        <source>Make Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/MakePropertiesDialog.ui" line="0"/>
+        <source>&apos;make&apos; Executable (leave empty to use global &apos;make&apos;):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/MakePropertiesDialog.ui" line="0"/>
+        <source>Enter the executable name of the make utility</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/MakePropertiesDialog.ui" line="0"/>
+        <source>&apos;makefile&apos; path or directory (without file name &apos;makefile&apos; will be used):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/MakePropertiesDialog.ui" line="0"/>
+        <source>Enter the name and/or path of the makefile</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/MakePropertiesDialog.ui" line="0"/>
+        <source>Make Target:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/MakePropertiesDialog.ui" line="0"/>
+        <source>Enter the make target to be built</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/MakePropertiesDialog.ui" line="0"/>
+        <source>Make Command Parameters (enclose parameters containing spaces in &quot;&quot;):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/MakePropertiesDialog.ui" line="0"/>
+        <source>Enter the command parameters for make</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/MakePropertiesDialog.ui" line="0"/>
+        <source>Select to just test for changes needing a make run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/MakePropertiesDialog.ui" line="0"/>
+        <source>Test for changes only when run automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ManageDictionariesDialog</name>
     <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0" />
-      <source>Spell Check Dictionaries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0" />
-      <source>Installation Location:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0" />
-      <source>Select the location for the dictionaries installation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0" />
-      <source>Shows the list of available dictionaries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0" />
-      <source>Shows the progress of the current download</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0" />
-      <source>Dictionaries URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0" />
-      <source>Shows the dictionaries URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0" />
-      <source>Press to edit the dictionaries URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0" />
-      <source>Edit URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="52" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="55" />
-      <source>Install Selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="59" />
-      <source>Uninstall Selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="63" />
-      <source>Cancel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="104" />
-      <source>Internet Reachability Status: Reachable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="106" />
-      <source>Internet Reachability Status: Not Reachable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="202" />
-      <source>Error populating list of dictionaries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="231" />
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="203" />
-      <source>&lt;p&gt;Could not download the dictionaries list from {0}.&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="396" />
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="206" />
-      <source>No connection to Internet.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="230" />
-      <source>Error downloading dictionaries list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="249" />
-      <source>Dictionaries URL Changed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="250" />
-      <source>The URL of the spell check dictionaries has changed. Select the "Refresh" button to get the new dictionaries list.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="261" />
-      <source>Error installing dictionaries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="262" />
-      <source>&lt;p&gt;None of the dictionary locations is writable by you. Please download required dictionaries manually and install them as administrator.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="311" />
-      <source>{0} ({1})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="416" />
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="392" />
-      <source>Error downloading dictionary file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="417" />
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="393" />
-      <source>&lt;p&gt;Could not download the requested dictionary file from {0}.&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="431" />
-      <source>Error downloading dictionary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="432" />
-      <source>&lt;p&gt;The downloaded dictionary archive is invalid. Skipping it.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0"/>
+        <source>Spell Check Dictionaries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0"/>
+        <source>Installation Location:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0"/>
+        <source>Select the location for the dictionaries installation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0"/>
+        <source>Shows the list of available dictionaries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0"/>
+        <source>Shows the progress of the current download</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0"/>
+        <source>Dictionaries URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0"/>
+        <source>Shows the dictionaries URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0"/>
+        <source>Press to edit the dictionaries URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.ui" line="0"/>
+        <source>Edit URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="52"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="55"/>
+        <source>Install Selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="59"/>
+        <source>Uninstall Selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="63"/>
+        <source>Cancel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="104"/>
+        <source>Internet Reachability Status: Reachable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="106"/>
+        <source>Internet Reachability Status: Not Reachable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="202"/>
+        <source>Error populating list of dictionaries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="231"/>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="203"/>
+        <source>&lt;p&gt;Could not download the dictionaries list from {0}.&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="396"/>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="206"/>
+        <source>No connection to Internet.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="230"/>
+        <source>Error downloading dictionaries list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="249"/>
+        <source>Dictionaries URL Changed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="250"/>
+        <source>The URL of the spell check dictionaries has changed. Select the &quot;Refresh&quot; button to get the new dictionaries list.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="261"/>
+        <source>Error installing dictionaries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="262"/>
+        <source>&lt;p&gt;None of the dictionary locations is writable by you. Please download required dictionaries manually and install them as administrator.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="311"/>
+        <source>{0} ({1})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="416"/>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="392"/>
+        <source>Error downloading dictionary file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="417"/>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="393"/>
+        <source>&lt;p&gt;Could not download the requested dictionary file from {0}.&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="431"/>
+        <source>Error downloading dictionary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpellCheck/ManageDictionariesDialog.py" line="432"/>
+        <source>&lt;p&gt;The downloaded dictionary archive is invalid. Skipping it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MarkdownProvider</name>
     <message>
-      <location filename="../QScintilla/MarkupProviders/MarkdownProvider.py" line="380" />
-      <source>Create List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/MarkdownProvider.py" line="381" />
-      <source>Enter desired number of list elements:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/MarkupProviders/MarkdownProvider.py" line="380"/>
+        <source>Create List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/MarkdownProvider.py" line="381"/>
+        <source>Enter desired number of list elements:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MarkersWindow</name>
     <message>
-      <location filename="../Testing/MarkersWindow.ui" line="0" />
-      <source>Defined Markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/MarkersWindow.ui" line="0" />
-      <source>Marker</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/MarkersWindow.ui" line="0" />
-      <source>Description</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Testing/MarkersWindow.ui" line="0"/>
+        <source>Defined Markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/MarkersWindow.ui" line="0"/>
+        <source>Marker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/MarkersWindow.ui" line="0"/>
+        <source>Description</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MasterPasswordEntryDialog</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.py" line="38" />
-      <source>(not defined yet)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.py" line="54" />
-      <source>Wrong password entered.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.py" line="58" />
-      <source>New password must not be empty.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.py" line="65" />
-      <source>Repeated password is wrong.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.py" line="72" />
-      <source>Old and new password must not be the same.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0" />
-      <source>Master Password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0" />
-      <source>&lt;p&gt;Enter your master password below. This password will be used to encrypt sensitive data. You will be asked once per session for this password when the data needs to be accessed for the first time.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Note: If you forget the master password, the encrypted data cannot be recovered!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0" />
-      <source>Current Password:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0" />
-      <source>Enter the current password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0" />
-      <source>New Password:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0" />
-      <source>Enter the new password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0" />
-      <source>New Password (again):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0" />
-      <source>Repeat the new password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0" />
-      <source>Shows an indication for the password strength</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.py" line="38"/>
+        <source>(not defined yet)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.py" line="54"/>
+        <source>Wrong password entered.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.py" line="58"/>
+        <source>New password must not be empty.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.py" line="65"/>
+        <source>Repeated password is wrong.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.py" line="72"/>
+        <source>Old and new password must not be the same.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0"/>
+        <source>Master Password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0"/>
+        <source>&lt;p&gt;Enter your master password below. This password will be used to encrypt sensitive data. You will be asked once per session for this password when the data needs to be accessed for the first time.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Note: If you forget the master password, the encrypted data cannot be recovered!&lt;/b&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0"/>
+        <source>Current Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0"/>
+        <source>Enter the current password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0"/>
+        <source>New Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0"/>
+        <source>Enter the new password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0"/>
+        <source>New Password (again):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0"/>
+        <source>Repeat the new password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MasterPasswordEntryDialog.ui" line="0"/>
+        <source>Shows an indication for the password strength</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<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="47" />
-      <source>All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Mercurial Interface&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </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>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Encoding:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Select the encoding to be used by Mercurial</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Encoding Mode:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Select the encoding mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Consider hidden changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Log</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Enter the number of characters of the commit message to be shown in the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>No. of log messages shown:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Enter the number of log messages to be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>No. of message characters shown in list:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Select to show all incoming and the first batch of local changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Start showing incoming and local changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Enter the number of commit authors to remember</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>No. of commit authors to remember:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Pull</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Select to update the working directory to new tip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Update after pulling</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Select to prefer unbundle over pull</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>&lt;b&gt;Prefer Unbundle&lt;/b&gt;
-&lt;p&gt;If this option is selected, it will be checked, if a Mercurial changegroups file from a previous "Show Incoming" request exists. In this case it will be applied and deleted. Otherwise a pull request will be sent.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Prefer Unbundle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Select to enforce usage of the Mercural internal merge tool</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>&lt;b&gt;Internal Merge Tool&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.py" line="45"/>
+        <source>Executable Files (*.exe);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.py" line="47"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Mercurial Executable</source>
+        <translation type="unfinished"></translation>
+    </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"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Global Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Encoding:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Select the encoding to be used by Mercurial</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Encoding Mode:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Select the encoding mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Consider hidden changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Log</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Enter the number of characters of the commit message to be shown in the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>No. of log messages shown:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Enter the number of log messages to be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>No. of message characters shown in list:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Select to show all incoming and the first batch of local changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Start showing incoming and local changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Enter the number of commit authors to remember</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>No. of commit authors to remember:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Pull</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Select to update the working directory to new tip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Update after pulling</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Select to prefer unbundle over pull</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>&lt;b&gt;Prefer Unbundle&lt;/b&gt;
+&lt;p&gt;If this option is selected, it will be checked, if a Mercurial changegroups file from a previous &quot;Show Incoming&quot; request exists. In this case it will be applied and deleted. Otherwise a pull request will be sent.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Prefer Unbundle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Select to enforce usage of the Mercural internal merge tool</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>&lt;b&gt;Internal Merge Tool&lt;/b&gt;
 &lt;p&gt;Select to enforce usage of the Mercural internal merge tool,which leaves conflict markers in the file in case of conflicting changes.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Use internal merge with conflict markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Revert</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Select to create a backup file (.orig) before reverting changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Create Backup Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Cleanup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Pattern:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Enter the file name patterns to be used for cleaning up (entries separated by a space character)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Edit the Mercurial configuration file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Edit configuration file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Press to install Mercurial alongside eric7</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0" />
-      <source>Install Mercurial</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Use internal merge with conflict markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Revert</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Select to create a backup file (.orig) before reverting changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Create Backup Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Cleanup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Pattern:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Enter the file name patterns to be used for cleaning up (entries separated by a space character)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Edit the Mercurial configuration file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Edit configuration file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Press to install Mercurial alongside eric7</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui" line="0"/>
+        <source>Install Mercurial</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MessageBoxWizard</name>
     <message>
-      <location filename="../Plugins/PluginWizardQMessageBox.py" line="80" />
-      <location filename="../Plugins/PluginWizardQMessageBox.py" line="73" />
-      <source>QMessageBox Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQMessageBox.py" line="74" />
-      <source>QMessageBox Wizard...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQMessageBox.py" line="82" />
-      <source>&lt;b&gt;QMessageBox Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create a QMessageBox. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQMessageBox.py" line="133" />
-      <source>No current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQMessageBox.py" line="134" />
-      <source>Please open or create a file first.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginWizardQMessageBox.py" line="80"/>
+        <location filename="../Plugins/PluginWizardQMessageBox.py" line="73"/>
+        <source>QMessageBox Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQMessageBox.py" line="74"/>
+        <source>QMessageBox Wizard...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQMessageBox.py" line="82"/>
+        <source>&lt;b&gt;QMessageBox Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create a QMessageBox. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQMessageBox.py" line="133"/>
+        <source>No current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQMessageBox.py" line="134"/>
+        <source>Please open or create a file first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MessageBoxWizardDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>QMessageBox Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Generate an Information QMessageBox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Generate a Question QMessageBox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Question</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Generate a Warning QMessageBox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Warning</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Generate a Critical QMessageBox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Critical</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Generate an About QMessageBox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Generate an AboutQt QMessageBox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>About Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Result:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Enter the result variable name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Title</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Enter the title for the QMessageBox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Enter the message to be shown in the QMessageBox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Select "self" as parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>self</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Select "None" as parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>None</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Select to enter a parent expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Enter the parent expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Standard Buttons</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="39" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Apply</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="38" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Abort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="40" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Cancel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="44" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Ignore</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="53" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Save all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="52" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="42" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Discard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="55" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Yes to all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="48" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="49" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="47" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Ok</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="45" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>No</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="43" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="46" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>No to all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="51" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Retry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="50" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Restore defaults</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="54" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Yes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="41" />
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Default Button:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" />
-      <source>Select the default button</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="37" />
-      <source>No button</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="103" />
-      <source>Test</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>QMessageBox Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Generate an Information QMessageBox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Generate a Question QMessageBox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Question</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Generate a Warning QMessageBox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Warning</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Generate a Critical QMessageBox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Critical</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Generate an About QMessageBox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Generate an AboutQt QMessageBox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>About Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Result:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Enter the result variable name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Title</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Enter the title for the QMessageBox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Enter the message to be shown in the QMessageBox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Select &quot;self&quot; as parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>self</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Select &quot;None&quot; as parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Select to enter a parent expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Enter the parent expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Standard Buttons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="39"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Apply</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="38"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Abort</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="40"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Cancel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="44"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Ignore</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="53"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Save all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="52"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="42"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Discard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="55"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Yes to all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="48"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="49"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="47"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Ok</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="45"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>No</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="43"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="46"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>No to all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="51"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Retry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="50"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Restore defaults</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="54"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Yes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="41"/>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Default Button:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0"/>
+        <source>Select the default button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="37"/>
+        <source>No button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="103"/>
+        <source>Test</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MicroPythonDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/__init__.py" line="260" />
-      <source>Generic Board</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/__init__.py" line="280" />
-      <source>RP2040 based</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/__init__.py" line="428" />
-      <location filename="../MicroPython/Devices/__init__.py" line="417" />
-      <source>Unknown Device</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/Devices/__init__.py" line="260"/>
+        <source>Generic Board</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/__init__.py" line="280"/>
+        <source>RP2040 based</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/__init__.py" line="428"/>
+        <location filename="../MicroPython/Devices/__init__.py" line="417"/>
+        <source>Unknown Device</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MicroPythonFileManager</name>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="248" />
-      <source>The given name '{0}' is not a directory or does not exist.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="255" />
-      <source>{1}Synchronizing &lt;b&gt;{0}&lt;/b&gt;.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="258" />
-      <source>{1}Done synchronizing &lt;b&gt;{0}&lt;/b&gt;.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="386" />
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="306" />
-      <source>{1}Adding &lt;b&gt;{0}&lt;/b&gt;...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="448" />
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="355" />
-      <source>Source &lt;b&gt;{0}&lt;/b&gt; is a directory and destination &lt;b&gt;{1}&lt;/b&gt; is a file. Ignoring it.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="457" />
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="364" />
-      <source>Source &lt;b&gt;{0}&lt;/b&gt; is a file and destination &lt;b&gt;{1}&lt;/b&gt; is a directory. Ignoring it.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="373" />
-      <source>Updating &lt;b&gt;{0}&lt;/b&gt;...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="414" />
-      <source>{1}Removing &lt;b&gt;{0}&lt;/b&gt;...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManager.py" line="466" />
-      <source>{1}Updating &lt;b&gt;{0}&lt;/b&gt;...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/MicroPythonFileManager.py" line="248"/>
+        <source>The given name &apos;{0}&apos; is not a directory or does not exist.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManager.py" line="255"/>
+        <source>{1}Synchronizing &lt;b&gt;{0}&lt;/b&gt;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManager.py" line="258"/>
+        <source>{1}Done synchronizing &lt;b&gt;{0}&lt;/b&gt;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManager.py" line="386"/>
+        <location filename="../MicroPython/MicroPythonFileManager.py" line="306"/>
+        <source>{1}Adding &lt;b&gt;{0}&lt;/b&gt;...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManager.py" line="448"/>
+        <location filename="../MicroPython/MicroPythonFileManager.py" line="355"/>
+        <source>Source &lt;b&gt;{0}&lt;/b&gt; is a directory and destination &lt;b&gt;{1}&lt;/b&gt; is a file. Ignoring it.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManager.py" line="457"/>
+        <location filename="../MicroPython/MicroPythonFileManager.py" line="364"/>
+        <source>Source &lt;b&gt;{0}&lt;/b&gt; is a file and destination &lt;b&gt;{1}&lt;/b&gt; is a directory. Ignoring it.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManager.py" line="373"/>
+        <source>Updating &lt;b&gt;{0}&lt;/b&gt;...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManager.py" line="414"/>
+        <source>{1}Removing &lt;b&gt;{0}&lt;/b&gt;...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManager.py" line="466"/>
+        <source>{1}Updating &lt;b&gt;{0}&lt;/b&gt;...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MicroPythonFileManagerWidget</name>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Local Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Device Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Size</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Press to sync the local directory to the device directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Press to copy the selected file to the device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Press to copy the selected file to the device with a new name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Press to copy the selected file from the device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Press to copy the selected file from the device with a new name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Press to open the selected file of the device in an editor.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Press to save the current editor to the selected file on the device.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Press to save the current editor to a new file on the device.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Press to move one directory level up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Press to move to the configured home directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Press to reload the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0" />
-      <source>Press to move to the device workspace directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="999" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="829" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="146" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="125" />
-      <source>Change Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1019" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="865" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="853" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="149" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="128" />
-      <source>Create Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1074" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="903" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="892" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="155" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="131" />
-      <source>Delete Directory Tree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1101" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="941" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="930" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="159" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="135" />
-      <source>Delete File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="162" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="138" />
-      <source>Show Hidden Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1046" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="152" />
-      <source>Delete Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="169" />
-      <source>Show Filesystem Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="216" />
-      <source>Error handling device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="217" />
-      <source>&lt;p&gt;There was an error communicating with the connected device.&lt;/p&gt;&lt;p&gt;Method: {0}&lt;/p&gt;&lt;p&gt;Message: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="503" />
-      <source>Put File As</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="744" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="571" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="504" />
-      <source>Enter a new name for the file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="517" />
-      <source>Copy File to Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="762" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="518" />
-      <source>The given file exists already (Enter file name only).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="570" />
-      <source>Get File As</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="584" />
-      <source>Copy File from Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="585" />
-      <source>The given file exists already.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="761" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="743" />
-      <source>Save File As</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
-      <source>Select Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
-      <source>Enter directory name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
-      <source>&lt;p&gt;The 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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
-      <source>Do you really want to delete this directory tree?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
-      <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
-      <source>Do you really want to delete this file?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
-      <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
-      <source>Enter the directory path on the device:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
-      <source>Do you really want to delete this directory?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1135" />
-      <source>&lt;h3&gt;Filesystem Information&lt;/h3&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1137" />
-      <source>&lt;h4&gt;{0}&lt;/h4&lt;table&gt;&lt;tr&gt;&lt;td&gt;Total Size: &lt;/td&gt;&lt;td align='right'&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Used Size: &lt;/td&gt;&lt;td align='right'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Free Size: &lt;/td&gt;&lt;td align='right'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1150" />
-      <source>Filesystem Information</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Local Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Device Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Size</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Press to sync the local directory to the device directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Press to copy the selected file to the device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Press to copy the selected file to the device with a new name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Press to copy the selected file from the device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Press to copy the selected file from the device with a new name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Press to open the selected file of the device in an editor.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Press to save the current editor to the selected file on the device.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Press to save the current editor to a new file on the device.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Press to move one directory level up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Press to move to the configured home directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Press to reload the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.ui" line="0"/>
+        <source>Press to move to the device workspace directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1000"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="146"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="125"/>
+        <source>Change Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="149"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="128"/>
+        <source>Create Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="155"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="131"/>
+        <source>Delete Directory Tree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1102"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="159"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="135"/>
+        <source>Delete File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="162"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="138"/>
+        <source>Show Hidden Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="152"/>
+        <source>Delete Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="169"/>
+        <source>Show Filesystem Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="216"/>
+        <source>Error handling device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="217"/>
+        <source>&lt;p&gt;There was an error communicating with the connected device.&lt;/p&gt;&lt;p&gt;Method: {0}&lt;/p&gt;&lt;p&gt;Message: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="503"/>
+        <source>Put File As</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="744"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="571"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="504"/>
+        <source>Enter a new name for the file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="517"/>
+        <source>Copy File to Device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="762"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="518"/>
+        <source>The given file exists already (Enter file name only).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="570"/>
+        <source>Get File As</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="584"/>
+        <source>Copy File from Device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="585"/>
+        <source>The given file exists already.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="761"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="743"/>
+        <source>Save File As</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="831"/>
+        <source>Select Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1021"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="855"/>
+        <source>Enter directory name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="867"/>
+        <source>&lt;p&gt;The 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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1076"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="894"/>
+        <source>Do you really want to delete this directory tree?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="905"/>
+        <source>&lt;p&gt;The 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"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1103"/>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="932"/>
+        <source>Do you really want to delete this file?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="943"/>
+        <source>&lt;p&gt;The 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"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1001"/>
+        <source>Enter the directory path on the device:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1048"/>
+        <source>Do you really want to delete this directory?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1136"/>
+        <source>&lt;h3&gt;Filesystem Information&lt;/h3&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1138"/>
+        <source>&lt;h4&gt;{0}&lt;/h4&lt;table&gt;&lt;tr&gt;&lt;td&gt;Total Size: &lt;/td&gt;&lt;td align=&apos;right&apos;&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Used Size: &lt;/td&gt;&lt;td align=&apos;right&apos;&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Free Size: &lt;/td&gt;&lt;td align=&apos;right&apos;&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1151"/>
+        <source>Filesystem Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MicroPythonGraphWidget</name>
     <message>
-      <location filename="../MicroPython/MicroPythonGraphWidget.py" line="72" />
-      <source>Press to save the raw data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonGraphWidget.py" line="84" />
-      <source>max. X:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonGraphWidget.py" line="94" />
-      <source>Enter the maximum number of data points to be plotted.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonGraphWidget.py" line="348" />
-      <source>Save Chart Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonGraphWidget.py" line="349" />
-      <source>&lt;p&gt;The chart data could not be saved into file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/MicroPythonGraphWidget.py" line="72"/>
+        <source>Press to save the raw data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonGraphWidget.py" line="84"/>
+        <source>max. X:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonGraphWidget.py" line="94"/>
+        <source>Enter the maximum number of data points to be plotted.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonGraphWidget.py" line="348"/>
+        <source>Save Chart Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonGraphWidget.py" line="349"/>
+        <source>&lt;p&gt;The chart data could not be saved into file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MicroPythonPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>&lt;b&gt;Configure MicroPython&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Workspace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enter the name of the MicroPython workspace directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Device Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Select to enable manual selection of devices (e.g. for unknown devices)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enable manual device selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Serial Link</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Timeout for Serial Link Communication:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enter the timout value</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source> s</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Select to synchronize the time after connection is established</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Synchronize Time at Connect</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>REPL Pane</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Color Scheme for ANSI Escape Codes:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Select the color scheme to be applied for ANSI color escape codes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Select to wrap long line in the REPL pane</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Wrap long lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Chart Pane</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Color Theme:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Select the color scheme of the chart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>MPY Cross Compiler</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Program:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enter the path of the cross compiler executable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>PyBoard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>dfu-util Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enter the path of the dfu-util flashing executable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>MicroPython</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Firmware:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enter the URL for the MicroPython firmware for PyBoard, ESP8266 and ESP32</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Documentation:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enter the URL for the MicroPython documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>CircuitPython</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enter the URL for the CircuitPython firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Libraries:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enter the URL for the CircuitPython libraries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enter the URL for the CircuitPython documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>BBC micro:bit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enter the URL for the BBC micro:bit DAPLink Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>micro:bit V1:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enter the URL for the BBC micro:bit V1 MicroPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>micro:bit V2:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enter the URL for the BBC micro:bit V2 MicroPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enter the URL for the BBC micro:bit MicroPython documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Calliope mini:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enter the URL for the Callope mini Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>MicroPython:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enter the URL for the Calliope mini MicroPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
-      <source>Enter the URL for the Calliope mini MicroPython documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="47" />
-      <source>Automatic</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="49" />
-      <source>Light</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="52" />
-      <source>Dark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="55" />
-      <source>Blue Cerulean</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="58" />
-      <source>Brown Sand</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="61" />
-      <source>Blue NCS</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="64" />
-      <source>High Contrast</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="67" />
-      <source>Blue Icy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="70" />
-      <source>Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="79" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
-      <source>All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure MicroPython&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Workspace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the name of the MicroPython workspace directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Device Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Select to enable manual selection of devices (e.g. for unknown devices)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enable manual device selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Serial Link</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Timeout for Serial Link Communication:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the timout value</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source> s</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Select to synchronize the time after connection is established</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Synchronize Time at Connect</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>REPL Pane</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Color Scheme for ANSI Escape Codes:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Select the color scheme to be applied for ANSI color escape codes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Select to wrap long line in the REPL pane</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Wrap long lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Chart Pane</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Color Theme:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Select the color scheme of the chart</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>WiFi</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Country:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the country code for the WiFi interface</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Client</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the network name (SSID) to connect to</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the network password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="326"/>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="309"/>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Press to show the password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Access Point</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the network name (SSID) to publish</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Security:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Select the security mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>IPv4 Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Address:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Netmask:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Gateway:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>DNS:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>MPY Cross Compiler</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Program:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the path of the cross compiler executable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>PyBoard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>dfu-util Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the path of the dfu-util flashing executable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>MicroPython</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Firmware:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the URL for the MicroPython firmware for PyBoard, ESP8266 and ESP32</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Documentation:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the URL for the MicroPython documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>CircuitPython</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the URL for the CircuitPython firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Libraries:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the URL for the CircuitPython libraries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the URL for the CircuitPython documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>BBC micro:bit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the URL for the BBC micro:bit DAPLink Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>micro:bit V1:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the URL for the BBC micro:bit V1 MicroPython Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>micro:bit V2:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the URL for the BBC micro:bit V2 MicroPython Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the URL for the BBC micro:bit MicroPython documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Calliope mini:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the URL for the Callope mini Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>MicroPython:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the URL for the Calliope mini MicroPython Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0"/>
+        <source>Enter the URL for the Calliope mini MicroPython documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="53"/>
+        <source>Automatic</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="55"/>
+        <source>Light</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="58"/>
+        <source>Dark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="61"/>
+        <source>Blue Cerulean</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="64"/>
+        <source>Brown Sand</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="67"/>
+        <source>Blue NCS</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="70"/>
+        <source>High Contrast</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="73"/>
+        <source>Blue Icy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76"/>
+        <source>Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="85"/>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="82"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="88"/>
+        <source>open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="322"/>
+        <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="305"/>
+        <source>Press to hide the password</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MicroPythonProgressInfoDialog</name>
     <message>
-      <location filename="../MicroPython/MicroPythonProgressInfoDialog.ui" line="0" />
-      <source>Progress Information</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/MicroPythonProgressInfoDialog.ui" line="0"/>
+        <source>Progress Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MicroPythonWidget</name>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="231" />
-      <source>MicroPython Menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="288" />
-      <source>&lt;h3&gt;The QtSerialPort package is not available.&lt;br/&gt;MicroPython support is deactivated.&lt;/h3&gt;</source>
-      <translation type="unfinished" />
+        <location filename="../MicroPython/MicroPythonWidget.py" line="235"/>
+        <source>MicroPython Menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="293"/>
+        <source>&lt;h3&gt;The QtSerialPort package is not available.&lt;br/&gt;MicroPython support is deactivated.&lt;/h3&gt;</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="329" />
-      <source>%n supported device(s) detected.</source>
-      <translation>
-        <numerusform>%n supported device detected.</numerusform>
-        <numerusform>%n supported devices detected.</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="343" />
-      <source>{0} - {1} ({2})</source>
-      <comment>board name, description, port name</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="363" />
-      <source>No supported devices detected.</source>
-      <translation type="unfinished" />
+        <location filename="../MicroPython/MicroPythonWidget.py" line="334"/>
+        <source>%n supported device(s) detected.</source>
+        <translation>
+            <numerusform>%n supported device detected.</numerusform>
+            <numerusform>%n supported devices detected.</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="348"/>
+        <source>{0} - {1} ({2})</source>
+        <comment>board name, description, port name</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="368"/>
+        <source>No supported devices detected.</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="367" />
-      <source>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="372"/>
+        <source>
 %n unknown device(s) for manual selection.</source>
-      <translation>
-        <numerusform>
+        <translation>
+            <numerusform>
 %n unknown device for manual selection.</numerusform>
-        <numerusform>
+            <numerusform>
 %n unknown devices for manual selection.</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="374" />
-      <source>Manual Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="437" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="408" />
-      <source>Unknown MicroPython Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="409" />
-      <source>&lt;p&gt;Detected these unknown serial devices&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please report them together with the board name and a short description to &lt;a href="mailto:{1}"&gt; the eric bug reporting address&lt;/a&gt; if it is a MicroPython board.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="421" />
-      <source>{0} (0x{1:04x}/0x{2:04x})</source>
-      <comment>description, VId, PId</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="438" />
-      <source>Would you like to add them to the list of manually configured devices?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="568" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="573" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="579" />
-      <source>Paste</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="586" />
-      <source>Select All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="612" />
-      <source>Press to disconnect the current device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
-      <source>Press to connect the selected device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="644" />
-      <source>No device attached</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="645" />
-      <source>Please ensure the device is plugged into your computer and selected.
+        </translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="379"/>
+        <source>Manual Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="442"/>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="413"/>
+        <source>Unknown MicroPython Device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="414"/>
+        <source>&lt;p&gt;Detected these unknown serial devices&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please report them together with the board name and a short description to &lt;a href=&quot;mailto:{1}&quot;&gt; the eric bug reporting address&lt;/a&gt; if it is a MicroPython board.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="426"/>
+        <source>{0} (0x{1:04x}/0x{2:04x})</source>
+        <comment>description, VId, PId</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="443"/>
+        <source>Would you like to add them to the list of manually configured devices?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="573"/>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="578"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="584"/>
+        <source>Paste</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="591"/>
+        <source>Select All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="617"/>
+        <source>Press to disconnect the current device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.ui" line="0"/>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="622"/>
+        <source>Press to connect the selected device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="652"/>
+        <source>No device attached</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="653"/>
+        <source>Please ensure the device is plugged into your computer and selected.
 
 It must have a version of MicroPython (or CircuitPython) flashed onto it before anything will work.
 
-Finally press the device's reset button and wait a few seconds before trying again.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="674" />
-      <source>Start REPL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="675" />
-      <source>&lt;p&gt;The REPL cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1194" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1183" />
-      <source>Serial Device Connect</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1184" />
-      <source>&lt;p&gt;The device at serial port &lt;b&gt;{0}&lt;/b&gt; does not respond. It may not have a MicroPython firmware flashed.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1195" />
-      <source>&lt;p&gt;Cannot connect to device at serial port &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1253" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1244" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1235" />
-      <source>Run Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1236" />
-      <source>There is no editor open. Abort...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1245" />
-      <source>The current editor does not contain a script. Abort...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1254" />
-      <source>&lt;p&gt;Cannot run script.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1290" />
-      <source>Start Chart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1291" />
-      <source>&lt;p&gt;The Chart cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1306" />
-      <source>µPy Chart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1323" />
-      <source>Unsaved Chart Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1324" />
-      <source>The chart contains unsaved data.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1372" />
-      <source>Start File Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1373" />
-      <source>&lt;p&gt;The File Manager cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1392" />
-      <source>µPy Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1428" />
-      <source>Downloads</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1443" />
-      <source>Show Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1446" />
-      <source>Show Implementation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1449" />
-      <source>Show Board Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1611" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1454" />
-      <source>Synchronize Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1457" />
-      <source>Show Device Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1459" />
-      <source>Show Local Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1462" />
-      <source>Show Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1466" />
-      <source>Show Builtin Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1835" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1472" />
-      <source>Compile Python File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1859" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1850" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
-      <source>Compile Current Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1485" />
-      <source>Download Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1492" />
-      <source>Show Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1496" />
-      <source>Flash UF2 Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1499" />
-      <source>Manage Unknown Devices</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1502" />
-      <source>Ignored Serial Devices</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
-      <source>Configure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1514" />
-      <source>&lt;h3&gt;Device Version Information&lt;/h3&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1525" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
-      <source>Device Version Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1526" />
-      <source>No version information available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1550" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1542" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
-      <source> ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1572" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1563" />
-      <source>Device Implementation Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1564" />
-      <source>&lt;h3&gt;Device Implementation Information&lt;/h3&gt;&lt;p&gt;This device contains &lt;b&gt;{0} {1}{2}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1573" />
-      <source>No device implementation information available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1612" />
-      <source>&lt;p&gt;The time of the connected device was synchronized with the local time.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1634" />
-      <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1642" />
-      <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1658" />
-      <source>Device Date and Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1670" />
-      <source>Local Date and Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1671" />
-      <source>&lt;h3&gt;Local Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1712" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1695" />
-      <source>Date and Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1696" />
-      <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{0}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{1}&lt;/td&gt;&lt;td align='center'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1713" />
-      <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align='center'&gt;{0} {1}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1737" />
-      <source>Error handling device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1738" />
-      <source>&lt;p&gt;There was an error communicating with the connected device.&lt;/p&gt;&lt;p&gt;Method: {0}&lt;/p&gt;&lt;p&gt;Message: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1780" />
-      <source>The MicroPython cross compiler &lt;b&gt;mpy-cross&lt;/b&gt; cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1806" />
-      <source>Python Files (*.py);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1816" />
-      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1825" />
-      <source>'mpy-cross' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1851" />
-      <source>The current editor does not contain a Python file. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1943" />
-      <source>Add Unknown Devices</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1944" />
-      <source>Select the devices to be added:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1985" />
-      <source>Plus any modules on the filesystem.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.ui" line="0" />
-      <source>Press to check for connected devices</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.ui" line="0" />
-      <source>Press to run the current script on the selected device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.ui" line="0" />
-      <source>Press to open a terminal (REPL) on the selected device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.ui" line="0" />
-      <source>Press to open a file manager on the selected device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.ui" line="0" />
-      <source>Press to open a chart window to display data receive from the selected device</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+Finally press the device&apos;s reset button and wait a few seconds before trying again.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="682"/>
+        <source>Start REPL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="683"/>
+        <source>&lt;p&gt;The REPL cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1211"/>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1200"/>
+        <source>Serial Device Connect</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1201"/>
+        <source>&lt;p&gt;The device at serial port &lt;b&gt;{0}&lt;/b&gt; does not respond. It may not have a MicroPython firmware flashed.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1212"/>
+        <source>&lt;p&gt;Cannot connect to device at serial port &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1270"/>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1261"/>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1252"/>
+        <source>Run Script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1253"/>
+        <source>There is no editor open. Abort...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1262"/>
+        <source>The current editor does not contain a script. Abort...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1271"/>
+        <source>&lt;p&gt;Cannot run script.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1307"/>
+        <source>Start Chart</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1308"/>
+        <source>&lt;p&gt;The Chart cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1323"/>
+        <source>µPy Chart</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1340"/>
+        <source>Unsaved Chart Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1341"/>
+        <source>The chart contains unsaved data.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1389"/>
+        <source>Start File Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1390"/>
+        <source>&lt;p&gt;The File Manager cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1409"/>
+        <source>µPy Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1453"/>
+        <source>Downloads</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1476"/>
+        <source>Show Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1479"/>
+        <source>Show Implementation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1482"/>
+        <source>Show Board Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1646"/>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1487"/>
+        <source>Synchronize Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1490"/>
+        <source>Show Device Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1492"/>
+        <source>Show Local Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1495"/>
+        <source>Show Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1499"/>
+        <source>Show Builtin Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1870"/>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1505"/>
+        <source>Compile Python File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1894"/>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1885"/>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1509"/>
+        <source>Compile Current Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1521"/>
+        <source>Download Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1528"/>
+        <source>Show Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1531"/>
+        <source>Flash UF2 Device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1534"/>
+        <source>Manage Unknown Devices</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1537"/>
+        <source>Ignored Serial Devices</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1540"/>
+        <source>Configure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1549"/>
+        <source>&lt;h3&gt;Device Version Information&lt;/h3&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1560"/>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1556"/>
+        <source>Device Version Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1561"/>
+        <source>No version information available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1585"/>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1577"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1591"/>
+        <source> ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1607"/>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1598"/>
+        <source>Device Implementation Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1599"/>
+        <source>&lt;h3&gt;Device Implementation Information&lt;/h3&gt;&lt;p&gt;This device contains &lt;b&gt;{0} {1}{2}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1608"/>
+        <source>No device implementation information available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1647"/>
+        <source>&lt;p&gt;The time of the connected device was synchronized with the local time.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1669"/>
+        <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1677"/>
+        <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1693"/>
+        <source>Device Date and Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1705"/>
+        <source>Local Date and Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1706"/>
+        <source>&lt;h3&gt;Local Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1747"/>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1730"/>
+        <source>Date and Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1731"/>
+        <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td align=&apos;center&apos;&gt;{0}&lt;/td&gt;&lt;td align=&apos;center&apos;&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td align=&apos;center&apos;&gt;{1}&lt;/td&gt;&lt;td align=&apos;center&apos;&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1748"/>
+        <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&apos;center&apos;&gt;{0} {1}&lt;/td&gt;&lt;td align=&apos;center&apos;&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1772"/>
+        <source>Error handling device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1773"/>
+        <source>&lt;p&gt;There was an error communicating with the connected device.&lt;/p&gt;&lt;p&gt;Method: {0}&lt;/p&gt;&lt;p&gt;Message: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1815"/>
+        <source>The MicroPython cross compiler &lt;b&gt;mpy-cross&lt;/b&gt; cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1841"/>
+        <source>Python Files (*.py);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1851"/>
+        <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1860"/>
+        <source>&apos;mpy-cross&apos; Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1886"/>
+        <source>The current editor does not contain a Python file. Aborting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1978"/>
+        <source>Add Unknown Devices</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="1979"/>
+        <source>Select the devices to be added:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.py" line="2020"/>
+        <source>Plus any modules on the filesystem.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.ui" line="0"/>
+        <source>Press to check for connected devices</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.ui" line="0"/>
+        <source>Press to run the current script on the selected device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.ui" line="0"/>
+        <source>Press to open a terminal (REPL) on the selected device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.ui" line="0"/>
+        <source>Press to open a file manager on the selected device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/MicroPythonWidget.ui" line="0"/>
+        <source>Press to open a chart window to display data receive from the selected device</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MicrobitDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="86" />
-      <source>BBC micro:bit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="89" />
-      <source>Calliope mini</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="186" />
-      <source>BBC micro:bit/Calliope Functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="399" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="387" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="370" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="189" />
-      <source>Show MicroPython Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="193" />
-      <source>Flash MicroPython</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="196" />
-      <source>Flash Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="473" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="200" />
-      <source>Save Script as 'main.py'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="203" />
-      <source>Save the current script as 'main.py' on the connected device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="207" />
-      <source>Reset {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="353" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="344" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="330" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="313" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="300" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="280" />
-      <source>Flash MicroPython/Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="281" />
-      <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed and plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;See the &lt;a href="https://microbit.org/guide/firmware/"&gt;micro:bit web site&lt;/a&gt; for details.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="301" />
-      <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MICROBIT is available.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="314" />
-      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed an plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="331" />
-      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="346" />
-      <source>MicroPython/Firmware Files (*.hex *.bin);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="354" />
-      <source>There are multiple devices ready for flashing. Please make sure, that only one device is prepared.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="371" />
-      <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="388" />
-      <source>&lt;p&gt;The BBC micro:bit generation cannot be determined. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="400" />
-      <source>&lt;p&gt;The firmware URL for the device type &lt;b&gt;{0}&lt;/b&gt; is not known. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="427" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="443" />
-      <source>Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="446" />
-      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="455" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="459" />
-      <source>{0} Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="479" />
-      <source>The current editor does not contain a Python script. Write it anyway?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="490" />
-      <source>The script is empty. Aborting.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="544" />
-      <source>MicroPython Firmware for BBC micro:bit V1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="576" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="563" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="548" />
-      <source>DAPLink Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="555" />
-      <source>MicroPython Firmware for BBC micro:bit V2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="559" />
-      <source>CircuitPython Firmware for BBC micro:bit V2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="572" />
-      <source>MicroPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="101"/>
+        <source>BBC micro:bit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="104"/>
+        <source>Calliope mini</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="201"/>
+        <source>BBC micro:bit/Calliope Functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="414"/>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="402"/>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="385"/>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="204"/>
+        <source>Show MicroPython Versions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="208"/>
+        <source>Flash MicroPython</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="211"/>
+        <source>Flash Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="489"/>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="215"/>
+        <source>Save Script as &apos;main.py&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="218"/>
+        <source>Save the current script as &apos;main.py&apos; on the connected device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="222"/>
+        <source>Reset {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="368"/>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="359"/>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="345"/>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="328"/>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="315"/>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="295"/>
+        <source>Flash MicroPython/Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="296"/>
+        <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed and plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;See the &lt;a href=&quot;https://microbit.org/guide/firmware/&quot;&gt;micro:bit web site&lt;/a&gt; for details.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="316"/>
+        <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MICROBIT is available.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="329"/>
+        <source>&lt;p&gt;The &quot;Calliope mini&quot; is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed an plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="346"/>
+        <source>&lt;p&gt;The &quot;Calliope mini&quot; is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="361"/>
+        <source>MicroPython/Firmware Files (*.hex *.bin);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="369"/>
+        <source>There are multiple devices ready for flashing. Please make sure, that only one device is prepared.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="386"/>
+        <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="403"/>
+        <source>&lt;p&gt;The BBC micro:bit generation cannot be determined. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="415"/>
+        <source>&lt;p&gt;The firmware URL for the device type &lt;b&gt;{0}&lt;/b&gt; is not known. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="443"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="459"/>
+        <source>Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="462"/>
+        <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="471"/>
+        <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="475"/>
+        <source>{0} Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="495"/>
+        <source>The current editor does not contain a Python script. Write it anyway?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="506"/>
+        <source>The script is empty. Aborting.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="560"/>
+        <source>MicroPython Firmware for BBC micro:bit V1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="592"/>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="579"/>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="564"/>
+        <source>DAPLink Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="571"/>
+        <source>MicroPython Firmware for BBC micro:bit V2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="575"/>
+        <source>CircuitPython Firmware for BBC micro:bit V2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/MicrobitDevices.py" line="588"/>
+        <source>MicroPython Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MicrosoftEngine</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MicrosoftEngine.py" line="146" />
-      <source>You have not registered for the Microsoft Azure Translation service.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MicrosoftEngine.py" line="176" />
-      <source>MS Translator: Invalid response received</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MicrosoftEngine.py" line="179" />
-      <source>MS Translator: No translation available.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MicrosoftEngine.py" line="146"/>
+        <source>You have not registered for the Microsoft Azure Translation service.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MicrosoftEngine.py" line="176"/>
+        <source>MS Translator: Invalid response received</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MicrosoftEngine.py" line="179"/>
+        <source>MS Translator: No translation available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MimeTypes</name>
     <message>
-      <location filename="../Utilities/MimeTypes.py" line="38" />
-      <source>Open File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/MimeTypes.py" line="39" />
-      <source>&lt;p&gt;Is the file &lt;b&gt;{0}&lt;/b&gt; a text file to be opened in eric?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; You may suppress this question by adding a pattern to the list of known text files on the &lt;b&gt;MimeTypes&lt;/b&gt; configuration page.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Utilities/MimeTypes.py" line="38"/>
+        <source>Open File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/MimeTypes.py" line="39"/>
+        <source>&lt;p&gt;Is the file &lt;b&gt;{0}&lt;/b&gt; a text file to be opened in eric?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; You may suppress this question by adding a pattern to the list of known text files on the &lt;b&gt;MimeTypes&lt;/b&gt; configuration page.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MimeTypesPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MimeTypesPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Text Mimetypes and File Patterns&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MimeTypesPage.ui" line="0" />
-      <source>Files of the mime types configured below are opened in an eric editor (in addition to all 'text' mime types).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MimeTypesPage.ui" line="0" />
-      <source>MimeTypes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MimeTypesPage.ui" line="0" />
-      <source>File Patterns</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MimeTypesPage.ui" line="0" />
-      <source>Load files whose type cannot be determined as being text.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MimeTypesPage.ui" line="0" />
-      <source>Load files of unknown type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MimeTypesPage.py" line="68" />
-      <source>Set Mime Types To Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MimeTypesPage.py" line="69" />
-      <source>Do you really want to set the configured list of mime types to the default value?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MimeTypesPage.py" line="91" />
-      <source>Set File Patterns To Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MimeTypesPage.py" line="92" />
-      <source>Do you really want to set the configured list of text file patterns to the default value?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/MimeTypesPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Text Mimetypes and File Patterns&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MimeTypesPage.ui" line="0"/>
+        <source>Files of the mime types configured below are opened in an eric editor (in addition to all &apos;text&apos; mime types).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MimeTypesPage.ui" line="0"/>
+        <source>MimeTypes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MimeTypesPage.ui" line="0"/>
+        <source>File Patterns</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MimeTypesPage.ui" line="0"/>
+        <source>Load files whose type cannot be determined as being text.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MimeTypesPage.ui" line="0"/>
+        <source>Load files of unknown type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MimeTypesPage.py" line="68"/>
+        <source>Set Mime Types To Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MimeTypesPage.py" line="69"/>
+        <source>Do you really want to set the configured list of mime types to the default value?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MimeTypesPage.py" line="91"/>
+        <source>Set File Patterns To Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MimeTypesPage.py" line="92"/>
+        <source>Do you really want to set the configured list of text file patterns to the default value?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MiniEditor</name>
     <message>
-      <location filename="../QScintilla/MiniEditor.py" line="461" />
-      <source>About eric Mini Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="462" />
-      <source>The eric Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don't need the power of a full blown editor.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="531" />
-      <source>Line: {0:5}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="535" />
-      <source>Pos: {0:5}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="549" />
-      <source>Language: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="611" />
-      <source>New</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="613" />
-      <source>&amp;New</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="614" />
-      <source>Ctrl+N</source>
-      <comment>File|New</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="619" />
-      <source>Open an empty editor window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="621" />
-      <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;An empty editor window will be created.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="627" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="629" />
-      <source>&amp;Open...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="630" />
-      <source>Ctrl+O</source>
-      <comment>File|Open</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="635" />
-      <source>Open a file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="637" />
-      <source>&lt;b&gt;Open a file&lt;/b&gt;&lt;p&gt;You will be asked for the name of a file to be opened.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="646" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="648" />
-      <source>&amp;Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="649" />
-      <source>Ctrl+S</source>
-      <comment>File|Save</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="654" />
-      <source>Save the current file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="656" />
-      <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="665" />
-      <source>Save as</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="667" />
-      <source>Save &amp;as...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="668" />
-      <source>Shift+Ctrl+S</source>
-      <comment>File|Save As</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="673" />
-      <source>Save the current file to a new one</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="675" />
-      <source>&lt;b&gt;Save File as&lt;/b&gt;&lt;p&gt;Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="685" />
-      <source>Save Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="687" />
-      <source>Save &amp;Copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="693" />
-      <source>Save a copy of the current file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="695" />
-      <source>&lt;b&gt;Save Copy&lt;/b&gt;&lt;p&gt;Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="705" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="707" />
-      <source>&amp;Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="708" />
-      <source>Ctrl+W</source>
-      <comment>File|Close</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="713" />
-      <source>Close the editor window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="715" />
-      <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="721" />
-      <source>Print</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="723" />
-      <source>&amp;Print</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="724" />
-      <source>Ctrl+P</source>
-      <comment>File|Print</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="729" />
-      <source>Print the current file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="731" />
-      <source>&lt;b&gt;Print File&lt;/b&gt;&lt;p&gt;Print the contents of the current file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="740" />
-      <source>Print Preview</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="748" />
-      <source>Print preview of the current file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="750" />
-      <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the current file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="763" />
-      <source>Undo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="765" />
-      <source>&amp;Undo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="766" />
-      <source>Ctrl+Z</source>
-      <comment>Edit|Undo</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="767" />
-      <source>Alt+Backspace</source>
-      <comment>Edit|Undo</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="771" />
-      <source>Undo the last change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="773" />
-      <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done in the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="782" />
-      <source>Redo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="784" />
-      <source>&amp;Redo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="785" />
-      <source>Ctrl+Shift+Z</source>
-      <comment>Edit|Redo</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="790" />
-      <source>Redo the last change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="792" />
-      <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done in the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="801" />
-      <source>Cut</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="803" />
-      <source>Cu&amp;t</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="804" />
-      <source>Ctrl+X</source>
-      <comment>Edit|Cut</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="805" />
-      <source>Shift+Del</source>
-      <comment>Edit|Cut</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="809" />
-      <source>Cut the selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="811" />
-      <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="821" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="823" />
-      <source>&amp;Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="824" />
-      <source>Ctrl+C</source>
-      <comment>Edit|Copy</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="825" />
-      <source>Ctrl+Ins</source>
-      <comment>Edit|Copy</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="829" />
-      <source>Copy the selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="831" />
-      <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="841" />
-      <source>Paste</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="843" />
-      <source>&amp;Paste</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="844" />
-      <source>Ctrl+V</source>
-      <comment>Edit|Paste</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="845" />
-      <source>Shift+Ins</source>
-      <comment>Edit|Paste</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="849" />
-      <source>Paste the last cut/copied text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="851" />
-      <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard to the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="861" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="863" />
-      <source>Cl&amp;ear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="864" />
-      <source>Alt+Shift+C</source>
-      <comment>Edit|Clear</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="869" />
-      <source>Clear all text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="871" />
-      <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2861" />
-      <source>About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2861" />
-      <source>&amp;About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2863" />
-      <source>Display information about this software</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2865" />
-      <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2874" />
-      <source>About Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2874" />
-      <source>About &amp;Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2877" />
-      <source>Display information about the Qt toolkit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2880" />
-      <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2889" />
-      <source>What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2891" />
-      <source>&amp;What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2892" />
-      <source>Shift+F1</source>
-      <comment>Help|What's This?'</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2897" />
-      <source>Context sensitive help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2899" />
-      <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2917" />
-      <source>Preferences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2919" />
-      <source>&amp;Preferences...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2925" />
-      <source>Set the prefered configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2927" />
-      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2941" />
-      <source>&amp;File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2953" />
-      <source>&amp;Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2963" />
-      <source>&amp;Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2973" />
-      <source>&amp;View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2979" />
-      <source>Se&amp;ttings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2984" />
-      <source>&amp;Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="2996" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3008" />
-      <source>Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3017" />
-      <source>Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3023" />
-      <source>View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3029" />
-      <source>Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3032" />
-      <source>Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3045" />
-      <source>&lt;p&gt;This part of the status bar displays the editor language.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3055" />
-      <source>&lt;p&gt;This part of the status bar displays an indication of the editors files writability.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3064" />
-      <source>&lt;p&gt;This part of the status bar displays the line number of the editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3073" />
-      <source>&lt;p&gt;This part of the status bar displays the cursor position of the editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3087" />
-      <source>&lt;p&gt;This part of the status bar allows zooming the editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3094" />
-      <source>Ready</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3169" />
-      <source>eric Mini Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3170" />
-      <source>The document has unsaved changes.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3197" />
-      <source>Open File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3198" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3226" />
-      <source>File loaded</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3307" />
-      <source>Save File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3308" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3314" />
-      <source>File saved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3326" />
-      <source>[*] - {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3344" />
-      <location filename="../QScintilla/MiniEditor.py" line="3326" />
-      <source>Mini Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3676" />
-      <location filename="../QScintilla/MiniEditor.py" line="3647" />
-      <location filename="../QScintilla/MiniEditor.py" line="3338" />
-      <source>Untitled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3344" />
-      <source>{0}[*] - {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3642" />
-      <source>Printing...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3658" />
-      <source>Printing completed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3660" />
-      <source>Error while printing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3663" />
-      <source>Printing aborted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3717" />
-      <source>Select all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3718" />
-      <source>Deselect all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3731" />
-      <source>Languages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3734" />
-      <source>No Language</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3756" />
-      <source>Guessed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3778" />
-      <location filename="../QScintilla/MiniEditor.py" line="3760" />
-      <source>Alternatives</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3775" />
-      <source>Alternatives ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3806" />
-      <source>Pygments Lexer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="3807" />
-      <source>Select the Pygments lexer to apply.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="4305" />
-      <source>EditorConfig Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MiniEditor.py" line="4306" />
-      <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>
-  </context>
-  <context>
+        <location filename="../QScintilla/MiniEditor.py" line="461"/>
+        <source>About eric Mini Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="462"/>
+        <source>The eric Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don&apos;t need the power of a full blown editor.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="531"/>
+        <source>Line: {0:5}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="535"/>
+        <source>Pos: {0:5}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="549"/>
+        <source>Language: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="611"/>
+        <source>New</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="613"/>
+        <source>&amp;New</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="614"/>
+        <source>Ctrl+N</source>
+        <comment>File|New</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="619"/>
+        <source>Open an empty editor window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="621"/>
+        <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;An empty editor window will be created.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="627"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="629"/>
+        <source>&amp;Open...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="630"/>
+        <source>Ctrl+O</source>
+        <comment>File|Open</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="635"/>
+        <source>Open a file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="637"/>
+        <source>&lt;b&gt;Open a file&lt;/b&gt;&lt;p&gt;You will be asked for the name of a file to be opened.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="646"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="648"/>
+        <source>&amp;Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="649"/>
+        <source>Ctrl+S</source>
+        <comment>File|Save</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="654"/>
+        <source>Save the current file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="656"/>
+        <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="665"/>
+        <source>Save as</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="667"/>
+        <source>Save &amp;as...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="668"/>
+        <source>Shift+Ctrl+S</source>
+        <comment>File|Save As</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="673"/>
+        <source>Save the current file to a new one</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="675"/>
+        <source>&lt;b&gt;Save File as&lt;/b&gt;&lt;p&gt;Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="685"/>
+        <source>Save Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="687"/>
+        <source>Save &amp;Copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="693"/>
+        <source>Save a copy of the current file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="695"/>
+        <source>&lt;b&gt;Save Copy&lt;/b&gt;&lt;p&gt;Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="705"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="707"/>
+        <source>&amp;Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="708"/>
+        <source>Ctrl+W</source>
+        <comment>File|Close</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="713"/>
+        <source>Close the editor window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="715"/>
+        <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="721"/>
+        <source>Print</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="723"/>
+        <source>&amp;Print</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="724"/>
+        <source>Ctrl+P</source>
+        <comment>File|Print</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="729"/>
+        <source>Print the current file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="731"/>
+        <source>&lt;b&gt;Print File&lt;/b&gt;&lt;p&gt;Print the contents of the current file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="740"/>
+        <source>Print Preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="748"/>
+        <source>Print preview of the current file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="750"/>
+        <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the current file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="763"/>
+        <source>Undo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="765"/>
+        <source>&amp;Undo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="766"/>
+        <source>Ctrl+Z</source>
+        <comment>Edit|Undo</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="767"/>
+        <source>Alt+Backspace</source>
+        <comment>Edit|Undo</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="771"/>
+        <source>Undo the last change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="773"/>
+        <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done in the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="782"/>
+        <source>Redo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="784"/>
+        <source>&amp;Redo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="785"/>
+        <source>Ctrl+Shift+Z</source>
+        <comment>Edit|Redo</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="790"/>
+        <source>Redo the last change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="792"/>
+        <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done in the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="801"/>
+        <source>Cut</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="803"/>
+        <source>Cu&amp;t</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="804"/>
+        <source>Ctrl+X</source>
+        <comment>Edit|Cut</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="805"/>
+        <source>Shift+Del</source>
+        <comment>Edit|Cut</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="809"/>
+        <source>Cut the selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="811"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="821"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="823"/>
+        <source>&amp;Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="824"/>
+        <source>Ctrl+C</source>
+        <comment>Edit|Copy</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="825"/>
+        <source>Ctrl+Ins</source>
+        <comment>Edit|Copy</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="829"/>
+        <source>Copy the selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="831"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="841"/>
+        <source>Paste</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="843"/>
+        <source>&amp;Paste</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="844"/>
+        <source>Ctrl+V</source>
+        <comment>Edit|Paste</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="845"/>
+        <source>Shift+Ins</source>
+        <comment>Edit|Paste</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="849"/>
+        <source>Paste the last cut/copied text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="851"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard to the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="861"/>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="863"/>
+        <source>Cl&amp;ear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="864"/>
+        <source>Alt+Shift+C</source>
+        <comment>Edit|Clear</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="869"/>
+        <source>Clear all text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="871"/>
+        <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2861"/>
+        <source>About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2861"/>
+        <source>&amp;About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2863"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2865"/>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2874"/>
+        <source>About Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2874"/>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2877"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2880"/>
+        <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2889"/>
+        <source>What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2891"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2892"/>
+        <source>Shift+F1</source>
+        <comment>Help|What&apos;s This?&apos;</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2897"/>
+        <source>Context sensitive help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2899"/>
+        <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2917"/>
+        <source>Preferences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2919"/>
+        <source>&amp;Preferences...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2925"/>
+        <source>Set the prefered configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2927"/>
+        <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2941"/>
+        <source>&amp;File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2953"/>
+        <source>&amp;Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2963"/>
+        <source>&amp;Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2973"/>
+        <source>&amp;View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2979"/>
+        <source>Se&amp;ttings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2984"/>
+        <source>&amp;Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2996"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3008"/>
+        <source>Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3017"/>
+        <source>Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3023"/>
+        <source>View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3029"/>
+        <source>Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3032"/>
+        <source>Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3045"/>
+        <source>&lt;p&gt;This part of the status bar displays the editor language.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3055"/>
+        <source>&lt;p&gt;This part of the status bar displays an indication of the editors files writability.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3064"/>
+        <source>&lt;p&gt;This part of the status bar displays the line number of the editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3073"/>
+        <source>&lt;p&gt;This part of the status bar displays the cursor position of the editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3087"/>
+        <source>&lt;p&gt;This part of the status bar allows zooming the editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3094"/>
+        <source>Ready</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3169"/>
+        <source>eric Mini Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3170"/>
+        <source>The document has unsaved changes.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3197"/>
+        <source>Open File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3198"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3226"/>
+        <source>File loaded</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3307"/>
+        <source>Save File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3308"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3314"/>
+        <source>File saved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3326"/>
+        <source>[*] - {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3344"/>
+        <location filename="../QScintilla/MiniEditor.py" line="3326"/>
+        <source>Mini Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3676"/>
+        <location filename="../QScintilla/MiniEditor.py" line="3647"/>
+        <location filename="../QScintilla/MiniEditor.py" line="3338"/>
+        <source>Untitled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3344"/>
+        <source>{0}[*] - {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3642"/>
+        <source>Printing...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3658"/>
+        <source>Printing completed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3660"/>
+        <source>Error while printing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3663"/>
+        <source>Printing aborted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3717"/>
+        <source>Select all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3718"/>
+        <source>Deselect all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3731"/>
+        <source>Languages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3734"/>
+        <source>No Language</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3756"/>
+        <source>Guessed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3778"/>
+        <location filename="../QScintilla/MiniEditor.py" line="3760"/>
+        <source>Alternatives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3775"/>
+        <source>Alternatives ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3806"/>
+        <source>Pygments Lexer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="3807"/>
+        <source>Select the Pygments lexer to apply.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="4305"/>
+        <source>EditorConfig Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MiniEditor.py" line="4306"/>
+        <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"></translation>
+    </message>
+</context>
+<context>
     <name>MiscellaneousChecker</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="15" />
-      <source>coding magic comment not found</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="18" />
-      <source>unknown encoding ({0}) found in coding magic comment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="21" />
-      <source>copyright notice not present</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="24" />
-      <source>copyright notice contains invalid author</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="27" />
-      <source>"{0}" is a Python builtin and is being shadowed; consider renaming the variable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="32" />
-      <source>"{0}" is used as an argument and thus shadows a Python builtin; consider renaming the argument</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="37" />
-      <source>unnecessary generator - rewrite as a list comprehension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="41" />
-      <source>unnecessary generator - rewrite as a set comprehension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="44" />
-      <source>unnecessary generator - rewrite as a dict comprehension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="48" />
-      <source>unnecessary list comprehension - rewrite as a set comprehension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="52" />
-      <source>unnecessary list comprehension - rewrite as a dict comprehension</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="56" />
-      <source>unnecessary {0} call - rewrite as a literal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="59" />
-      <source>unnecessary {0} call around {1}() - toggle reverse argument to sorted()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="63" />
-      <source>unnecessary {0} call around {1}() - use sorted(..., reverse={2})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="67" />
-      <source>unnecessary {0} call around {1}()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="70" />
-      <source>unnecessary {0} call within {1}()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="73" />
-      <source>unnecessary subscript reversal of iterable within {0}()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="77" />
-      <source>unnecessary {0} literal - rewrite as a {1} literal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="80" />
-      <source>unnecessary {0} passed to tuple() - rewrite as a {1} literal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="84" />
-      <source>unnecessary {0} passed to list() - rewrite as a {1} literal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="88" />
-      <source>unnecessary list call - remove the outer call to list()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="92" />
-      <source>unnecessary {0} comprehension - rewrite using {0}()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="95" />
-      <source>unnecessary {0} passed to tuple() - remove the outer call to {1}()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="99" />
-      <source>unnecessary {0} passed to list() - remove the outer call to {1}()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="103" />
-      <source>sort keys - '{0}' should be before '{1}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="106" />
-      <source>use of 'datetime.datetime()' without 'tzinfo' argument should be avoided</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="110" />
-      <source>use of 'datetime.datetime.today()' should be avoided.
-Use 'datetime.datetime.now(tz=)' instead.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="115" />
-      <source>use of 'datetime.datetime.utcnow()' should be avoided.
-Use 'datetime.datetime.now(tz=)' instead.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="120" />
-      <source>use of 'datetime.datetime.utcfromtimestamp()' should be avoided.
-Use 'datetime.datetime.fromtimestamp(, tz=)' instead.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="125" />
-      <source>use of 'datetime.datetime.now()' without 'tz' argument should be avoided</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="129" />
-      <source>use of 'datetime.datetime.fromtimestamp()' without 'tz' argument should be avoided</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="134" />
-      <source>use of 'datetime.datetime.strptime()' should be followed by '.replace(tzinfo=)'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="139" />
-      <source>use of 'datetime.datetime.fromordinal()' should be avoided</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="143" />
-      <source>use of 'datetime.date()' should be avoided.
-Use 'datetime.datetime(, tzinfo=).date()' instead.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="148" />
-      <source>use of 'datetime.date.today()' should be avoided.
-Use 'datetime.datetime.now(tz=).date()' instead.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="153" />
-      <source>use of 'datetime.date.fromtimestamp()' should be avoided.
-Use 'datetime.datetime.fromtimestamp(tz=).date()' instead.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="158" />
-      <source>use of 'datetime.date.fromordinal()' should be avoided</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="161" />
-      <source>use of 'datetime.date.fromisoformat()' should be avoided</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="165" />
-      <source>use of 'datetime.time()' without 'tzinfo' argument should be avoided</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="169" />
-      <source>'sys.version[:3]' referenced (Python 3.10), use 'sys.version_info'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="173" />
-      <source>'sys.version[2]' referenced (Python 3.10), use 'sys.version_info'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="177" />
-      <source>'sys.version' compared to string (Python 3.10), use 'sys.version_info'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="181" />
-      <source>'sys.version_info[0] == 3' referenced (Python 4), use '&gt;='</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="185" />
-      <source>'six.PY3' referenced (Python 4), use 'not six.PY2'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="188" />
-      <source>'sys.version_info[1]' compared to integer (Python 4), compare 'sys.version_info' to tuple</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="193" />
-      <source>'sys.version_info.minor' compared to integer (Python 4), compare 'sys.version_info' to tuple</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="198" />
-      <source>'sys.version[0]' referenced (Python 10), use 'sys.version_info'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="202" />
-      <source>'sys.version' compared to string (Python 10), use 'sys.version_info'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="206" />
-      <source>'sys.version[:1]' referenced (Python 10), use 'sys.version_info'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="210" />
-      <source>Do not use 'except (){0}:', it also catches unexpected events. Prefer 'except Exception:'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="215" />
-      <source>Python does not support the unary prefix increment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="218" />
-      <source>assigning to 'os.environ' does not clear the environment - use 'os.environ.clear()'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="223" />
-      <source>using 'hasattr(x, "__call__")' to test if 'x' is callable is unreliable. Use 'callable(x)' for consistent results.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="228" />
-      <source>using .strip() with multi-character strings is misleading. Use .replace() or regular expressions to remove string fragments.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="233" />
-      <source>loop control variable {0} not used within the loop body - start the name with an underscore</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="238" />
-      <source>do not call getattr with a constant attribute value</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="241" />
-      <source>do not call setattr with a constant attribute value</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="244" />
-      <source>do not call assert False since python -O removes these calls</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="248" />
-      <source>return/continue/break inside finally blocks cause exceptions to be silenced. Exceptions should be silenced in except blocks. Control statements can be moved outside the finally block.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="254" />
-      <source>A length-one tuple literal is redundant. Write 'except {0}:' instead of 'except ({0},):'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="259" />
-      <source>Redundant exception types in 'except ({0}){1}:'. Write 'except {2}{1}:', which catches exactly the same exceptions.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="264" />
-      <source>Result of comparison is not used. This line doesn't do anything. Did you intend to prepend it with assert?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="269" />
-      <source>Cannot raise a literal. Did you intend to return it or raise an Exception?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="273" />
-      <source>'assertRaises(Exception):' should be considered evil. It can lead to your test passing even if the code being tested is never executed due to a typo. Either assert for a more specific exception (builtin or custom), use 'assertRaisesRegex', or use the context manager form of 'assertRaises'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="280" />
-      <source>Found useless expression. Consider either assigning it to a variable or removing it.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="285" />
-      <source>Use of 'functools.lru_cache' or 'functools.cache' on methods can lead to memory leaks. The cache may retain instance references, preventing garbage collection.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="291" />
-      <source>Found for loop that reassigns the iterable it is iterating with each iterable value.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="296" />
-      <source>f-string used as docstring. This will be interpreted by python as a joined string rather than a docstring.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="301" />
-      <source>No arguments passed to 'contextlib.suppress'. No exceptions will be suppressed and therefore this context manager is redundant.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="306" />
-      <source>Function definition does not bind loop variable '{0}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="310" />
-      <source>{0} is an abstract base class, but it has no abstract methods. Remember to use the @abstractmethod decorator, potentially in conjunction with @classmethod, @property and/or @staticmethod.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="316" />
-      <source>Exception '{0}' has been caught multiple times. Only the first except will be considered and all other except catches can be safely removed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="321" />
-      <source>Star-arg unpacking after a keyword argument is strongly discouraged, because it only works when the keyword parameter is declared after all parameters supplied by the unpacked sequence, and this change of ordering can surprise and mislead readers.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="328" />
-      <source>{0} is an empty method in an abstract base class, but has no abstract decorator. Consider adding @abstractmethod.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="333" />
-      <source>unncessary f-string</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="334" />
-      <source>cannot use 'self.__class__' as first argument of 'super()' call</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="338" />
-      <source>found {0} formatter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="339" />
-      <source>format string does contain unindexed parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="342" />
-      <source>docstring does contain unindexed parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="345" />
-      <source>other string does contain unindexed parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="348" />
-      <source>format call uses too large index ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="351" />
-      <source>format call uses missing keyword ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="354" />
-      <source>format call uses keyword arguments but no named entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="358" />
-      <source>format call uses variable arguments but no numbered entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="362" />
-      <source>format call uses implicit and explicit indexes together</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="366" />
-      <source>format call provides unused index ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="369" />
-      <source>format call provides unused keyword ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="372" />
-      <source>logging statement uses string.format()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="375" />
-      <source>logging statement uses '%'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="378" />
-      <source>logging statement uses '+'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="381" />
-      <source>logging statement uses f-string</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="384" />
-      <source>logging statement uses 'warn' instead of 'warning'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="387" />
-      <source>expected these __future__ imports: {0}; but only got: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="391" />
-      <source>expected these __future__ imports: {0}; but got none</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="394" />
-      <source>gettext import with alias _ found: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="397" />
-      <source>print statement found</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="398" />
-      <source>one element tuple found</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="404" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="401" />
-      <source>mutable default argument of type {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="407" />
-      <source>mutable default argument of function call '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="410" />
-      <source>None should not be added at any return if function has no return value except None</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="415" />
-      <source>an explicit value at every return should be added if function has a return value except None</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="420" />
-      <source>an explicit return at the end of the function should be added if it has a return value except None</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="425" />
-      <source>a value should not be assigned to a variable if it will be used as a return value only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="430" />
-      <source>prefer implied line continuation inside parentheses, brackets and braces as opposed to a backslash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="435" />
-      <source>commented code lines should be removed</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="15"/>
+        <source>coding magic comment not found</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="18"/>
+        <source>unknown encoding ({0}) found in coding magic comment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="21"/>
+        <source>copyright notice not present</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="24"/>
+        <source>copyright notice contains invalid author</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="27"/>
+        <source>&quot;{0}&quot; is a Python builtin and is being shadowed; consider renaming the variable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="32"/>
+        <source>&quot;{0}&quot; is used as an argument and thus shadows a Python builtin; consider renaming the argument</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="37"/>
+        <source>unnecessary generator - rewrite as a list comprehension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="41"/>
+        <source>unnecessary generator - rewrite as a set comprehension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="44"/>
+        <source>unnecessary generator - rewrite as a dict comprehension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="48"/>
+        <source>unnecessary list comprehension - rewrite as a set comprehension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="52"/>
+        <source>unnecessary list comprehension - rewrite as a dict comprehension</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="56"/>
+        <source>unnecessary {0} call - rewrite as a literal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="59"/>
+        <source>unnecessary {0} call around {1}() - toggle reverse argument to sorted()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="63"/>
+        <source>unnecessary {0} call around {1}() - use sorted(..., reverse={2})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="67"/>
+        <source>unnecessary {0} call around {1}()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="70"/>
+        <source>unnecessary {0} call within {1}()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="73"/>
+        <source>unnecessary subscript reversal of iterable within {0}()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="77"/>
+        <source>unnecessary {0} literal - rewrite as a {1} literal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="80"/>
+        <source>unnecessary {0} passed to tuple() - rewrite as a {1} literal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="84"/>
+        <source>unnecessary {0} passed to list() - rewrite as a {1} literal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="88"/>
+        <source>unnecessary list call - remove the outer call to list()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="92"/>
+        <source>unnecessary {0} comprehension - rewrite using {0}()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="95"/>
+        <source>unnecessary {0} passed to tuple() - remove the outer call to {1}()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="99"/>
+        <source>unnecessary {0} passed to list() - remove the outer call to {1}()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="103"/>
+        <source>sort keys - &apos;{0}&apos; should be before &apos;{1}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="106"/>
+        <source>use of &apos;datetime.datetime()&apos; without &apos;tzinfo&apos; argument should be avoided</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="110"/>
+        <source>use of &apos;datetime.datetime.today()&apos; should be avoided.
+Use &apos;datetime.datetime.now(tz=)&apos; instead.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="115"/>
+        <source>use of &apos;datetime.datetime.utcnow()&apos; should be avoided.
+Use &apos;datetime.datetime.now(tz=)&apos; instead.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="120"/>
+        <source>use of &apos;datetime.datetime.utcfromtimestamp()&apos; should be avoided.
+Use &apos;datetime.datetime.fromtimestamp(, tz=)&apos; instead.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="125"/>
+        <source>use of &apos;datetime.datetime.now()&apos; without &apos;tz&apos; argument should be avoided</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="129"/>
+        <source>use of &apos;datetime.datetime.fromtimestamp()&apos; without &apos;tz&apos; argument should be avoided</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="134"/>
+        <source>use of &apos;datetime.datetime.strptime()&apos; should be followed by &apos;.replace(tzinfo=)&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="139"/>
+        <source>use of &apos;datetime.datetime.fromordinal()&apos; should be avoided</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="143"/>
+        <source>use of &apos;datetime.date()&apos; should be avoided.
+Use &apos;datetime.datetime(, tzinfo=).date()&apos; instead.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="148"/>
+        <source>use of &apos;datetime.date.today()&apos; should be avoided.
+Use &apos;datetime.datetime.now(tz=).date()&apos; instead.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="153"/>
+        <source>use of &apos;datetime.date.fromtimestamp()&apos; should be avoided.
+Use &apos;datetime.datetime.fromtimestamp(tz=).date()&apos; instead.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="158"/>
+        <source>use of &apos;datetime.date.fromordinal()&apos; should be avoided</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="161"/>
+        <source>use of &apos;datetime.date.fromisoformat()&apos; should be avoided</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="165"/>
+        <source>use of &apos;datetime.time()&apos; without &apos;tzinfo&apos; argument should be avoided</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="169"/>
+        <source>&apos;sys.version[:3]&apos; referenced (Python 3.10), use &apos;sys.version_info&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="173"/>
+        <source>&apos;sys.version[2]&apos; referenced (Python 3.10), use &apos;sys.version_info&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="177"/>
+        <source>&apos;sys.version&apos; compared to string (Python 3.10), use &apos;sys.version_info&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="181"/>
+        <source>&apos;sys.version_info[0] == 3&apos; referenced (Python 4), use &apos;&gt;=&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="185"/>
+        <source>&apos;six.PY3&apos; referenced (Python 4), use &apos;not six.PY2&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="188"/>
+        <source>&apos;sys.version_info[1]&apos; compared to integer (Python 4), compare &apos;sys.version_info&apos; to tuple</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="193"/>
+        <source>&apos;sys.version_info.minor&apos; compared to integer (Python 4), compare &apos;sys.version_info&apos; to tuple</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="198"/>
+        <source>&apos;sys.version[0]&apos; referenced (Python 10), use &apos;sys.version_info&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="202"/>
+        <source>&apos;sys.version&apos; compared to string (Python 10), use &apos;sys.version_info&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="206"/>
+        <source>&apos;sys.version[:1]&apos; referenced (Python 10), use &apos;sys.version_info&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="210"/>
+        <source>Do not use &apos;except (){0}:&apos;, it also catches unexpected events. Prefer &apos;except Exception:&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="215"/>
+        <source>Python does not support the unary prefix increment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="218"/>
+        <source>assigning to &apos;os.environ&apos; does not clear the environment - use &apos;os.environ.clear()&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="223"/>
+        <source>using &apos;hasattr(x, &quot;__call__&quot;)&apos; to test if &apos;x&apos; is callable is unreliable. Use &apos;callable(x)&apos; for consistent results.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="228"/>
+        <source>using .strip() with multi-character strings is misleading. Use .replace() or regular expressions to remove string fragments.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="233"/>
+        <source>loop control variable {0} not used within the loop body - start the name with an underscore</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="238"/>
+        <source>do not call getattr with a constant attribute value</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="241"/>
+        <source>do not call setattr with a constant attribute value</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="244"/>
+        <source>do not call assert False since python -O removes these calls</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="248"/>
+        <source>return/continue/break inside finally blocks cause exceptions to be silenced. Exceptions should be silenced in except blocks. Control statements can be moved outside the finally block.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="254"/>
+        <source>A length-one tuple literal is redundant. Write &apos;except {0}:&apos; instead of &apos;except ({0},):&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="259"/>
+        <source>Redundant exception types in &apos;except ({0}){1}:&apos;. Write &apos;except {2}{1}:&apos;, which catches exactly the same exceptions.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="264"/>
+        <source>Result of comparison is not used. This line doesn&apos;t do anything. Did you intend to prepend it with assert?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="269"/>
+        <source>Cannot raise a literal. Did you intend to return it or raise an Exception?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="273"/>
+        <source>&apos;assertRaises(Exception):&apos; should be considered evil. It can lead to your test passing even if the code being tested is never executed due to a typo. Either assert for a more specific exception (builtin or custom), use &apos;assertRaisesRegex&apos;, or use the context manager form of &apos;assertRaises&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="280"/>
+        <source>Found useless expression. Consider either assigning it to a variable or removing it.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="285"/>
+        <source>Use of &apos;functools.lru_cache&apos; or &apos;functools.cache&apos; on methods can lead to memory leaks. The cache may retain instance references, preventing garbage collection.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="291"/>
+        <source>Found for loop that reassigns the iterable it is iterating with each iterable value.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="296"/>
+        <source>f-string used as docstring. This will be interpreted by python as a joined string rather than a docstring.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="301"/>
+        <source>No arguments passed to &apos;contextlib.suppress&apos;. No exceptions will be suppressed and therefore this context manager is redundant.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="306"/>
+        <source>Function definition does not bind loop variable &apos;{0}&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="310"/>
+        <source>{0} is an abstract base class, but it has no abstract methods. Remember to use the @abstractmethod decorator, potentially in conjunction with @classmethod, @property and/or @staticmethod.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="316"/>
+        <source>Exception &apos;{0}&apos; has been caught multiple times. Only the first except will be considered and all other except catches can be safely removed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="321"/>
+        <source>Star-arg unpacking after a keyword argument is strongly discouraged, because it only works when the keyword parameter is declared after all parameters supplied by the unpacked sequence, and this change of ordering can surprise and mislead readers.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="328"/>
+        <source>{0} is an empty method in an abstract base class, but has no abstract decorator. Consider adding @abstractmethod.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="333"/>
+        <source>unncessary f-string</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="334"/>
+        <source>cannot use &apos;self.__class__&apos; as first argument of &apos;super()&apos; call</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="338"/>
+        <source>found {0} formatter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="339"/>
+        <source>format string does contain unindexed parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="342"/>
+        <source>docstring does contain unindexed parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="345"/>
+        <source>other string does contain unindexed parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="348"/>
+        <source>format call uses too large index ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="351"/>
+        <source>format call uses missing keyword ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="354"/>
+        <source>format call uses keyword arguments but no named entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="358"/>
+        <source>format call uses variable arguments but no numbered entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="362"/>
+        <source>format call uses implicit and explicit indexes together</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="366"/>
+        <source>format call provides unused index ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="369"/>
+        <source>format call provides unused keyword ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="372"/>
+        <source>logging statement uses string.format()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="375"/>
+        <source>logging statement uses &apos;%&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="378"/>
+        <source>logging statement uses &apos;+&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="381"/>
+        <source>logging statement uses f-string</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="384"/>
+        <source>logging statement uses &apos;warn&apos; instead of &apos;warning&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="387"/>
+        <source>expected these __future__ imports: {0}; but only got: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="391"/>
+        <source>expected these __future__ imports: {0}; but got none</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="394"/>
+        <source>gettext import with alias _ found: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="397"/>
+        <source>print statement found</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="398"/>
+        <source>one element tuple found</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="404"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="401"/>
+        <source>mutable default argument of type {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="407"/>
+        <source>mutable default argument of function call &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="410"/>
+        <source>None should not be added at any return if function has no return value except None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="415"/>
+        <source>an explicit value at every return should be added if function has a return value except None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="420"/>
+        <source>an explicit return at the end of the function should be added if it has a return value except None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="425"/>
+        <source>a value should not be assigned to a variable if it will be used as a return value only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="430"/>
+        <source>prefer implied line continuation inside parentheses, brackets and braces as opposed to a backslash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="435"/>
+        <source>commented code lines should be removed</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MouseClickDialog</name>
     <message>
-      <location filename="../Preferences/MouseClickDialog.ui" line="0" />
-      <source>Edit Mouse Click</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/MouseClickDialog.ui" line="0" />
-      <source>Press to clear the mouse click sequence.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/MouseClickDialog.ui" line="0" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/MouseClickDialog.ui" line="0" />
-      <source>Press the desired modifier keys and then click the desired mouse button.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/MouseClickDialog.ui" line="0"/>
+        <source>Edit Mouse Click</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/MouseClickDialog.ui" line="0"/>
+        <source>Press to clear the mouse click sequence.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/MouseClickDialog.ui" line="0"/>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/MouseClickDialog.ui" line="0"/>
+        <source>Press the desired modifier keys and then click the desired mouse button.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MouseUtilities</name>
     <message>
-      <location filename="../Utilities/MouseUtilities.py" line="37" />
-      <location filename="../Utilities/MouseUtilities.py" line="16" />
-      <source>Shift</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/MouseUtilities.py" line="40" />
-      <location filename="../Utilities/MouseUtilities.py" line="19" />
-      <source>Alt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/MouseUtilities.py" line="22" />
-      <source>Cmd</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/MouseUtilities.py" line="43" />
-      <location filename="../Utilities/MouseUtilities.py" line="25" />
-      <source>Ctrl</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/MouseUtilities.py" line="46" />
-      <source>Meta</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/MouseUtilities.py" line="59" />
-      <source>Left Button</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/MouseUtilities.py" line="62" />
-      <source>Right Button</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/MouseUtilities.py" line="65" />
-      <source>Middle Button</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/MouseUtilities.py" line="68" />
-      <source>Extra Button 1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Utilities/MouseUtilities.py" line="71" />
-      <source>Extra Button 2</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Utilities/MouseUtilities.py" line="37"/>
+        <location filename="../Utilities/MouseUtilities.py" line="16"/>
+        <source>Shift</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/MouseUtilities.py" line="40"/>
+        <location filename="../Utilities/MouseUtilities.py" line="19"/>
+        <source>Alt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/MouseUtilities.py" line="22"/>
+        <source>Cmd</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/MouseUtilities.py" line="43"/>
+        <location filename="../Utilities/MouseUtilities.py" line="25"/>
+        <source>Ctrl</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/MouseUtilities.py" line="46"/>
+        <source>Meta</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/MouseUtilities.py" line="59"/>
+        <source>Left Button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/MouseUtilities.py" line="62"/>
+        <source>Right Button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/MouseUtilities.py" line="65"/>
+        <source>Middle Button</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/MouseUtilities.py" line="68"/>
+        <source>Extra Button 1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Utilities/MouseUtilities.py" line="71"/>
+        <source>Extra Button 2</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MultiProject</name>
     <message>
-      <location filename="../MultiProject/MultiProject.py" line="240" />
-      <source>Read Multi Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="241" />
-      <source>&lt;p&gt;The multi project file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="378" />
-      <location filename="../MultiProject/MultiProject.py" line="364" />
-      <source>Copy Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="365" />
-      <source>Enter directory for the new project (must not exist already):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="379" />
-      <source>&lt;p&gt;The source project &lt;b&gt;{0}&lt;/b&gt; could not be copied to its destination &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="389" />
-      <source>{0} - Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="537" />
-      <source>Open Multi Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="539" />
-      <source>Multi Project Files (*.emj);;XML Multi Project Files (*.e5m *.e4m)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="604" />
-      <location filename="../MultiProject/MultiProject.py" line="594" />
-      <source>Multi Project Files (*.emj)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="602" />
-      <source>Save Multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="618" />
-      <source>Save File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="619" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="645" />
-      <source>Close Multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="646" />
-      <source>The current multiproject has unsaved changes.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="699" />
-      <source>New multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="701" />
-      <source>&amp;New...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="707" />
-      <source>Generate a new multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="709" />
-      <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new multiproject.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="719" />
-      <source>Open multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="721" />
-      <source>&amp;Open...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="727" />
-      <source>Open an existing multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="729" />
-      <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing multiproject.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="735" />
-      <source>Close multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="737" />
-      <source>&amp;Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="743" />
-      <source>Close the current multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="745" />
-      <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current multiproject.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="751" />
-      <source>Save multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="753" />
-      <source>&amp;Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="759" />
-      <source>Save the current multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="761" />
-      <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current multiproject.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="767" />
-      <source>Save multiproject as</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="769" />
-      <source>Save &amp;as...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="776" />
-      <source>Save the current multiproject to a new file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="779" />
-      <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="788" />
-      <source>Add project to multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="790" />
-      <source>Add &amp;project...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="797" />
-      <source>Add a project to the current multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="800" />
-      <source>&lt;b&gt;Add project...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a project to the current multiproject.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="810" />
-      <source>Multiproject properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="812" />
-      <source>&amp;Properties...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="818" />
-      <source>Show the multiproject properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="820" />
-      <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the multiproject properties.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="841" />
-      <source>&amp;Multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="842" />
-      <source>Open &amp;Recent Multiprojects</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="881" />
-      <location filename="../MultiProject/MultiProject.py" line="879" />
-      <source>Multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProject.py" line="936" />
-      <source>&amp;Clear</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MultiProject/MultiProject.py" line="240"/>
+        <source>Read Multi Project File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="241"/>
+        <source>&lt;p&gt;The multi project file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="378"/>
+        <location filename="../MultiProject/MultiProject.py" line="364"/>
+        <source>Copy Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="365"/>
+        <source>Enter directory for the new project (must not exist already):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="379"/>
+        <source>&lt;p&gt;The source project &lt;b&gt;{0}&lt;/b&gt; could not be copied to its destination &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="389"/>
+        <source>{0} - Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="537"/>
+        <source>Open Multi Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="539"/>
+        <source>Multi Project Files (*.emj);;XML Multi Project Files (*.e5m *.e4m)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="604"/>
+        <location filename="../MultiProject/MultiProject.py" line="594"/>
+        <source>Multi Project Files (*.emj)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="602"/>
+        <source>Save Multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="618"/>
+        <source>Save File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="619"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="645"/>
+        <source>Close Multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="646"/>
+        <source>The current multiproject has unsaved changes.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="699"/>
+        <source>New multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="701"/>
+        <source>&amp;New...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="707"/>
+        <source>Generate a new multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="709"/>
+        <source>&lt;b&gt;New...&lt;/b&gt;&lt;p&gt;This opens a dialog for entering the info for a new multiproject.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="719"/>
+        <source>Open multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="721"/>
+        <source>&amp;Open...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="727"/>
+        <source>Open an existing multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="729"/>
+        <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing multiproject.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="735"/>
+        <source>Close multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="737"/>
+        <source>&amp;Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="743"/>
+        <source>Close the current multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="745"/>
+        <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current multiproject.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="751"/>
+        <source>Save multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="753"/>
+        <source>&amp;Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="759"/>
+        <source>Save the current multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="761"/>
+        <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current multiproject.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="767"/>
+        <source>Save multiproject as</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="769"/>
+        <source>Save &amp;as...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="776"/>
+        <source>Save the current multiproject to a new file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="779"/>
+        <source>&lt;b&gt;Save as&lt;/b&gt;&lt;p&gt;This saves the current multiproject to a new file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="788"/>
+        <source>Add project to multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="790"/>
+        <source>Add &amp;project...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="797"/>
+        <source>Add a project to the current multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="800"/>
+        <source>&lt;b&gt;Add project...&lt;/b&gt;&lt;p&gt;This opens a dialog for adding a project to the current multiproject.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="810"/>
+        <source>Multiproject properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="812"/>
+        <source>&amp;Properties...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="818"/>
+        <source>Show the multiproject properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="820"/>
+        <source>&lt;b&gt;Properties...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the multiproject properties.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="841"/>
+        <source>&amp;Multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="842"/>
+        <source>Open &amp;Recent Multiprojects</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="881"/>
+        <location filename="../MultiProject/MultiProject.py" line="879"/>
+        <source>Multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProject.py" line="936"/>
+        <source>&amp;Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MultiProjectBrowser</name>
     <message>
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="234" />
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="215" />
-      <source>Not categorized</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="325" />
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="316" />
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="301" />
-      <source>Delete Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="302" />
-      <source>The current project cannot be deleted. Please close it first.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="317" />
-      <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="326" />
-      <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; It contains &lt;b&gt;{2}&lt;/b&gt; sub-projects.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="422" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="424" />
-      <source>Remove from Multi Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="426" />
-      <source>Delete from Disk</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="427" />
-      <source>Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="435" />
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="429" />
-      <source>Add Project...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="430" />
-      <source>Copy Project...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="437" />
-      <location filename="../MultiProject/MultiProjectBrowser.py" line="432" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="234"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="215"/>
+        <source>Not categorized</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="325"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="316"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="301"/>
+        <source>Delete Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="302"/>
+        <source>The current project cannot be deleted. Please close it first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="317"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="326"/>
+        <source>&lt;p&gt;Shall the project &lt;b&gt;{0}&lt;/b&gt; (Path: {1}) really be deleted?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; It contains &lt;b&gt;{2}&lt;/b&gt; sub-projects.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="422"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="424"/>
+        <source>Remove from Multi Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="426"/>
+        <source>Delete from Disk</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="427"/>
+        <source>Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="435"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="429"/>
+        <source>Add Project...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="430"/>
+        <source>Copy Project...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="437"/>
+        <location filename="../MultiProject/MultiProjectBrowser.py" line="432"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MultiProjectFile</name>
     <message>
-      <location filename="../MultiProject/MultiProjectFile.py" line="73" />
-      <source>Save Multi Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProjectFile.py" line="74" />
-      <source>&lt;p&gt;The multi project file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProjectFile.py" line="100" />
-      <source>Read Multi Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/MultiProjectFile.py" line="101" />
-      <source>&lt;p&gt;The multi project 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>
-  </context>
-  <context>
+        <location filename="../MultiProject/MultiProjectFile.py" line="73"/>
+        <source>Save Multi Project File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectFile.py" line="74"/>
+        <source>&lt;p&gt;The multi project file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectFile.py" line="100"/>
+        <source>Read Multi Project File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/MultiProjectFile.py" line="101"/>
+        <source>&lt;p&gt;The multi project 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"></translation>
+    </message>
+</context>
+<context>
     <name>MultiProjectPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0" />
-      <source>&lt;b&gt;Configure multiproject settings&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0" />
-      <source>Workspace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0" />
-      <source>Enter the name of the workspace directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0" />
-      <source>Master Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0" />
-      <source>Select to open the master project automatically upon opening the multiproject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0" />
-      <source>Open master project automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0" />
-      <source>Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0" />
-      <source>Select, if a timestamp should be written to all Multi Project files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0" />
-      <source>Include timestamp in Multi Project files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0" />
-      <source>Recent Multiprojects</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0" />
-      <source>Number of recent multiprojects:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0" />
-      <source>Enter the number of recent multiprojects to remember</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure multiproject settings&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0"/>
+        <source>Workspace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0"/>
+        <source>Enter the name of the workspace directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0"/>
+        <source>Master Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0"/>
+        <source>Select to open the master project automatically upon opening the multiproject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0"/>
+        <source>Open master project automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0"/>
+        <source>Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0"/>
+        <source>Select, if a timestamp should be written to all Multi Project files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0"/>
+        <source>Include timestamp in Multi Project files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0"/>
+        <source>Recent Multiprojects</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0"/>
+        <source>Number of recent multiprojects:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/MultiProjectPage.ui" line="0"/>
+        <source>Enter the number of recent multiprojects to remember</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>MyMemoryEngine</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MyMemoryEngine.py" line="125" />
-      <source>MyMemory: Only texts up to {0} characters are allowed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MyMemoryEngine.py" line="147" />
-      <source>MyMemory: Invalid response received</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MyMemoryEngine.py" line="125"/>
+        <source>MyMemory: Only texts up to {0} characters are allowed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MyMemoryEngine.py" line="147"/>
+        <source>MyMemory: Invalid response received</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>NamingStyleChecker</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="15" />
-      <source>class names should use CapWords convention</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="18" />
-      <source>function name should be lowercase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="21" />
-      <source>argument name should be lowercase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="24" />
-      <source>first argument of a class method should be named 'cls'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="27" />
-      <source>first argument of a method should be named 'self'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="30" />
-      <source>first argument of a static method should not be named 'self' or 'cls</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="34" />
-      <source>module names should be lowercase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="37" />
-      <source>package names should be lowercase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="40" />
-      <source>function name should not start and end with '__'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="43" />
-      <source>constant imported as non constant</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="46" />
-      <source>lowercase imported as non lowercase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="49" />
-      <source>camelcase imported as lowercase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="52" />
-      <source>camelcase imported as constant</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="55" />
-      <source>camelcase imported as acronym</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="58" />
-      <source>exception name should be named with an 'Error' suffix</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="61" />
-      <source>variable in function should be lowercase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="64" />
-      <source>variable in class scope should not be mixed case</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="67" />
-      <source>variable in global scope should not be mixed case</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="70" />
-      <source>names 'l', 'O' and 'I' should be avoided</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="15"/>
+        <source>class names should use CapWords convention</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="18"/>
+        <source>function name should be lowercase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="21"/>
+        <source>argument name should be lowercase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="24"/>
+        <source>first argument of a class method should be named &apos;cls&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="27"/>
+        <source>first argument of a method should be named &apos;self&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="30"/>
+        <source>first argument of a static method should not be named &apos;self&apos; or &apos;cls</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="34"/>
+        <source>module names should be lowercase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="37"/>
+        <source>package names should be lowercase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="40"/>
+        <source>function name should not start and end with &apos;__&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="43"/>
+        <source>constant imported as non constant</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="46"/>
+        <source>lowercase imported as non lowercase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="49"/>
+        <source>camelcase imported as lowercase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="52"/>
+        <source>camelcase imported as constant</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="55"/>
+        <source>camelcase imported as acronym</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="58"/>
+        <source>exception name should be named with an &apos;Error&apos; suffix</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="61"/>
+        <source>variable in function should be lowercase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="64"/>
+        <source>variable in class scope should not be mixed case</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="67"/>
+        <source>variable in global scope should not be mixed case</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Naming/translations.py" line="70"/>
+        <source>names &apos;l&apos;, &apos;O&apos; and &apos;I&apos; should be avoided</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>NavigationBar</name>
     <message>
-      <location filename="../WebBrowser/Navigation/NavigationBar.py" line="65" />
-      <source>Move one screen backward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Navigation/NavigationBar.py" line="74" />
-      <source>Move one screen forward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Navigation/NavigationBar.py" line="91" />
-      <source>Move to the initial screen</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Navigation/NavigationBar.py" line="100" />
-      <source>Exit Fullscreen</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Navigation/NavigationBar.py" line="114" />
-      <source>Main Menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Navigation/NavigationBar.py" line="267" />
-      <location filename="../WebBrowser/Navigation/NavigationBar.py" line="247" />
-      <source>Clear History</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Navigation/NavigationBar.py" line="65"/>
+        <source>Move one screen backward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Navigation/NavigationBar.py" line="74"/>
+        <source>Move one screen forward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Navigation/NavigationBar.py" line="91"/>
+        <source>Move to the initial screen</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Navigation/NavigationBar.py" line="100"/>
+        <source>Exit Fullscreen</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Navigation/NavigationBar.py" line="114"/>
+        <source>Main Menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Navigation/NavigationBar.py" line="267"/>
+        <location filename="../WebBrowser/Navigation/NavigationBar.py" line="247"/>
+        <source>Clear History</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>NetworkManager</name>
     <message>
-      <location filename="../WebBrowser/Network/NetworkManager.py" line="210" />
-      <source>SSL Certificate Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/NetworkManager.py" line="214" />
-      <source>&lt;b&gt;{0}&lt;/b&gt;&lt;p&gt;The host &lt;b&gt;{1}&lt;/b&gt; you are trying to access has errors in the SSL certificate.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{2}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Would you like to make an exception?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/NetworkManager.py" line="225" />
-      <source>&amp;Permanent accept</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/NetworkManager.py" line="228" />
-      <source>&amp;Temporary accept</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/NetworkManager.py" line="230" />
-      <source>&amp;Reject</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/NetworkManager.py" line="296" />
-      <source>&lt;b&gt;Enter username and password for '{0}', realm '{1}'&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/NetworkManager.py" line="300" />
-      <source>&lt;b&gt;Enter username and password for '{0}'&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/NetworkManager.py" line="356" />
-      <location filename="../WebBrowser/Network/NetworkManager.py" line="355" />
-      <source>Authentication required</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/NetworkManager.py" line="357" />
-      <source>Authentication is required to access:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Network/NetworkManager.py" line="210"/>
+        <source>SSL Certificate Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/NetworkManager.py" line="214"/>
+        <source>&lt;b&gt;{0}&lt;/b&gt;&lt;p&gt;The host &lt;b&gt;{1}&lt;/b&gt; you are trying to access has errors in the SSL certificate.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{2}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Would you like to make an exception?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/NetworkManager.py" line="225"/>
+        <source>&amp;Permanent accept</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/NetworkManager.py" line="228"/>
+        <source>&amp;Temporary accept</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/NetworkManager.py" line="230"/>
+        <source>&amp;Reject</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/NetworkManager.py" line="296"/>
+        <source>&lt;b&gt;Enter username and password for &apos;{0}&apos;, realm &apos;{1}&apos;&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/NetworkManager.py" line="300"/>
+        <source>&lt;b&gt;Enter username and password for &apos;{0}&apos;&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/NetworkManager.py" line="356"/>
+        <location filename="../WebBrowser/Network/NetworkManager.py" line="355"/>
+        <source>Authentication required</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/NetworkManager.py" line="357"/>
+        <source>Authentication is required to access:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>NetworkPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="43" />
-      <source>No FTP Proxy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="46" />
-      <source>No Proxy Authentication required</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="50" />
-      <source>User@Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="52" />
-      <source>SITE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="53" />
-      <source>OPEN</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="55" />
-      <source>User@Proxyuser@Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="59" />
-      <source>Proxyuser@Server</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="62" />
-      <source>AUTH and RESP</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="65" />
-      <source>Bluecoat Proxy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Network&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Reachability Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Select to determine the Internet reachability status dynamically (assume Internet reachability if unchecked)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Dynamic Reachability Status Determination</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Downloads</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Download directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Enter the download directory (leave empty to use the default location)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Select to ask the user for a download filename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Request name of downloaded file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Download Manager Cleanup Policy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Select to never cleanup automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Never</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Select to cleanup upon exiting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>When exiting the application</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Select to cleanup after a successful download</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>When download finished successfully</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Download Manager Display Policy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Select to open the download manager dialog when starting a download</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Open when starting download</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Select to close the download manager dialog when the last download is finished</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Close when downloads finished</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Select to use a web proxy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Network Proxy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Select to not use a network proxy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Do not use proxy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Select to use the system proxy configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Use system proxy configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Select to use an application specific proxy configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Manual proxy configuration:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Manual proxy settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>HTTP-Proxy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Hostname:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Enter the name of the HTTP proxy host</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Port:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Enter the HTTP proxy port</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Select to use the HTTP proxy for all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Use this proxy for all protocols</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>HTTPS-Proxy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Enter the name of the HTTPS proxy host</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Enter the HTTPS proxy port</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>FTP-Proxy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Proxy Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Select the type of the FTP proxy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Enter the name of the FTP proxy host</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Enter the FTP proxy port</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>User Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Enter the user name for the proxy authentication</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Password:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Enter the password for the proxy authentication</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Account:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Enter the account info for the proxy authentication</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Exceptions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Enter host names or IP-addresses for which the proxy is to be circumvented separated by ',' (wildcards * or ? may be used)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Press to clear the saved passwords for the Http(s) proxy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" />
-      <source>Clear HTTP(S) Proxy Passwords</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="43"/>
+        <source>No FTP Proxy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="46"/>
+        <source>No Proxy Authentication required</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="50"/>
+        <source>User@Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="52"/>
+        <source>SITE</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="53"/>
+        <source>OPEN</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="55"/>
+        <source>User@Proxyuser@Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="59"/>
+        <source>Proxyuser@Server</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="62"/>
+        <source>AUTH and RESP</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="65"/>
+        <source>Bluecoat Proxy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Network&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Reachability Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Select to determine the Internet reachability status dynamically (assume Internet reachability if unchecked)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Dynamic Reachability Status Determination</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Downloads</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Download directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Enter the download directory (leave empty to use the default location)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Select to ask the user for a download filename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Request name of downloaded file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Download Manager Cleanup Policy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Select to never cleanup automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Never</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Select to cleanup upon exiting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>When exiting the application</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Select to cleanup after a successful download</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>When download finished successfully</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Download Manager Display Policy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Select to open the download manager dialog when starting a download</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Open when starting download</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Select to close the download manager dialog when the last download is finished</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Close when downloads finished</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Select to use a web proxy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Network Proxy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Select to not use a network proxy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Do not use proxy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Select to use the system proxy configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Use system proxy configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Select to use an application specific proxy configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Manual proxy configuration:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Manual proxy settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>HTTP-Proxy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Hostname:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Enter the name of the HTTP proxy host</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Port:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Enter the HTTP proxy port</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Select to use the HTTP proxy for all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Use this proxy for all protocols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>HTTPS-Proxy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Enter the name of the HTTPS proxy host</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Enter the HTTPS proxy port</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>FTP-Proxy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Proxy Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Select the type of the FTP proxy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Enter the name of the FTP proxy host</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Enter the FTP proxy port</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>User Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Enter the user name for the proxy authentication</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Enter the password for the proxy authentication</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Account:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Enter the account info for the proxy authentication</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Exceptions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Enter host names or IP-addresses for which the proxy is to be circumvented separated by &apos;,&apos; (wildcards * or ? may be used)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Press to clear the saved passwords for the Http(s) proxy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0"/>
+        <source>Clear HTTP(S) Proxy Passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>NewDialogClassDialog</name>
     <message>
-      <location filename="../Project/NewDialogClassDialog.ui" line="0" />
-      <source>New Dialog Class</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/NewDialogClassDialog.ui" line="0" />
-      <source>&amp;Classname:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/NewDialogClassDialog.ui" line="0" />
-      <source>Enter the name of the new class</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/NewDialogClassDialog.ui" line="0" />
-      <source>&amp;Filename:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/NewDialogClassDialog.ui" line="0" />
-      <source>Enter the name of the file for the forms code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/NewDialogClassDialog.ui" line="0" />
-      <source>&amp;Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/NewDialogClassDialog.ui" line="0" />
-      <source>Enter the path of the file for the forms code</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/NewDialogClassDialog.ui" line="0"/>
+        <source>New Dialog Class</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/NewDialogClassDialog.ui" line="0"/>
+        <source>&amp;Classname:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/NewDialogClassDialog.ui" line="0"/>
+        <source>Enter the name of the new class</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/NewDialogClassDialog.ui" line="0"/>
+        <source>&amp;Filename:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/NewDialogClassDialog.ui" line="0"/>
+        <source>Enter the name of the file for the forms code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/NewDialogClassDialog.ui" line="0"/>
+        <source>&amp;Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/NewDialogClassDialog.ui" line="0"/>
+        <source>Enter the path of the file for the forms code</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>NewPythonPackageDialog</name>
     <message>
-      <location filename="../Project/NewPythonPackageDialog.ui" line="0" />
-      <source>Add new Python package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/NewPythonPackageDialog.ui" line="0" />
-      <source>Enter the dotted name of the new package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/NewPythonPackageDialog.ui" line="0" />
-      <source>Enter the dotted package name</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/NewPythonPackageDialog.ui" line="0"/>
+        <source>Add new Python package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/NewPythonPackageDialog.ui" line="0"/>
+        <source>Enter the dotted name of the new package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/NewPythonPackageDialog.ui" line="0"/>
+        <source>Enter the dotted package name</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>NotificationsPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="109" />
-      <source>Visual Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="110" />
-      <source>Drag the notification window to the desired place and release the button.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>&lt;b&gt;Configure notification settings&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Auto Close Timeout:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Enter the timeout for closing the notification</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source> s</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Position</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>X:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Enter the X-position the notification should be shown at</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Y:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Enter the Y-position the notification should be shown at</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Press to select the position visually, release to get it</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Warning Notification</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Press to select the foreground color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Foreground</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Press to select the background color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Background</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Press to reset the colors to the current values</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Press to reset the colors to default values</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Warning</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>This is a message to notify about a warning.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Critical Notification</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>Critical</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0" />
-      <source>This is a message to notify about a critical event.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="109"/>
+        <source>Visual Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.py" line="110"/>
+        <source>Drag the notification window to the desired place and release the button.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure notification settings&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Auto Close Timeout:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Enter the timeout for closing the notification</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source> s</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>X:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Enter the X-position the notification should be shown at</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Y:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Enter the Y-position the notification should be shown at</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Press to select the position visually, release to get it</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Warning Notification</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Press to select the foreground color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Foreground</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Press to select the background color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Background</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Press to reset the colors to the current values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Press to reset the colors to default values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Warning</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>This is a message to notify about a warning.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Critical Notification</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>Critical</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/NotificationsPage.ui" line="0"/>
+        <source>This is a message to notify about a critical event.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>NumbersWidget</name>
     <message>
-      <location filename="../UI/NumbersWidget.py" line="198" />
-      <source>Auto</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.py" line="199" />
-      <source>Dec</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.py" line="200" />
-      <source>Hex</source>
-      <translation>Hex</translation>
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.py" line="201" />
-      <source>Oct</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.py" line="202" />
-      <source>Bin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Numbers Formats</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Binary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Press to import the selected binary number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Enter the binary number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Press to send the binary number to the current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Octal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Press to import the selected octal number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Enter the octal number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Press to send the octal number to the current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Decimal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Press to import the selected decimal number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Enter the decimal number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Press to send the decimal number to the current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Hexadecimal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Press to import the selected hex number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Enter the hex number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Press to send the hex number to the current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Input Format:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Select the input format</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Bitsize:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Select the bit size</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Press to swap the current byte order</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/NumbersWidget.ui" line="0" />
-      <source>Swap byte order</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/NumbersWidget.py" line="198"/>
+        <source>Auto</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.py" line="199"/>
+        <source>Dec</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.py" line="200"/>
+        <source>Hex</source>
+        <translation>Hex</translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.py" line="201"/>
+        <source>Oct</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.py" line="202"/>
+        <source>Bin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Numbers Formats</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Binary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Press to import the selected binary number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Enter the binary number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Press to send the binary number to the current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Octal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Press to import the selected octal number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Enter the octal number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Press to send the octal number to the current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Decimal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Press to import the selected decimal number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Enter the decimal number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Press to send the decimal number to the current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Hexadecimal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Press to import the selected hex number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Enter the hex number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Press to send the hex number to the current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Input Format:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Select the input format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Bitsize:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Select the bit size</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Press to swap the current byte order</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/NumbersWidget.ui" line="0"/>
+        <source>Swap byte order</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>OpenPagesWidget</name>
     <message>
-      <location filename="../HelpViewer/OpenPagesWidget.py" line="64" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/OpenPagesWidget.py" line="69" />
-      <source>Close Others</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/OpenPagesWidget.py" line="72" />
-      <source>Close All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../HelpViewer/OpenPagesWidget.py" line="75" />
-      <source>Copy URL to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../HelpViewer/OpenPagesWidget.py" line="64"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/OpenPagesWidget.py" line="69"/>
+        <source>Close Others</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/OpenPagesWidget.py" line="72"/>
+        <source>Close All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../HelpViewer/OpenPagesWidget.py" line="75"/>
+        <source>Copy URL to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>OpenSearchDialog</name>
     <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="68" />
-      <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="58" />
-      <source>Add search engine</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="60" />
-      <source>OpenSearch (*.xml);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="69" />
-      <source>{0} is not a valid OpenSearch 1.1 description or is already on your list.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="83" />
-      <source>Delete selected engines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="84" />
-      <source>You must have at least one search engine.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0" />
-      <source>Open Search Engines Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0" />
-      <source>Press to add a new search engine from file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0" />
-      <source>&amp;Add...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0" />
-      <source>Press to delete the selected engines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0" />
-      <source>&amp;Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0" />
-      <source>Press to edit the data of the current engine</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0" />
-      <source>Edit...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0" />
-      <source>Press to restore the default engines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0" />
-      <source>&amp;Restore Defaults</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="68"/>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="58"/>
+        <source>Add search engine</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="60"/>
+        <source>OpenSearch (*.xml);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="69"/>
+        <source>{0} is not a valid OpenSearch 1.1 description or is already on your list.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="83"/>
+        <source>Delete selected engines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="84"/>
+        <source>You must have at least one search engine.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0"/>
+        <source>Open Search Engines Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0"/>
+        <source>Press to add a new search engine from file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0"/>
+        <source>&amp;Add...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0"/>
+        <source>Press to delete the selected engines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0"/>
+        <source>&amp;Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0"/>
+        <source>Press to edit the data of the current engine</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0"/>
+        <source>Edit...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0"/>
+        <source>Press to restore the default engines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0"/>
+        <source>&amp;Restore Defaults</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>OpenSearchEditDialog</name>
     <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0" />
-      <source>Edit search engine data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0" />
-      <source>&amp;Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0" />
-      <source>Shows the name of the search engine</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0" />
-      <source>&amp;Description:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0" />
-      <source>Enter a description</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0" />
-      <source>&amp;Image URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0" />
-      <source>Enter the URL of the image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0" />
-      <source>&amp;Search URL Template:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0" />
-      <source>Enter the template of the search URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0" />
-      <source>Su&amp;ggestions URL Template:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0" />
-      <source>Enter the template of the suggestions URL</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0"/>
+        <source>Edit search engine data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0"/>
+        <source>&amp;Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0"/>
+        <source>Shows the name of the search engine</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0"/>
+        <source>&amp;Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0"/>
+        <source>Enter a description</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0"/>
+        <source>&amp;Image URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0"/>
+        <source>Enter the URL of the image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0"/>
+        <source>&amp;Search URL Template:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0"/>
+        <source>Enter the template of the search URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0"/>
+        <source>Su&amp;ggestions URL Template:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchEditDialog.ui" line="0"/>
+        <source>Enter the template of the suggestions URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>OpenSearchEngineModel</name>
     <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchEngineModel.py" line="38" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchEngineModel.py" line="39" />
-      <source>Keywords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchEngineModel.py" line="142" />
-      <source>&lt;strong&gt;Description:&lt;/strong&gt; {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchEngineModel.py" line="147" />
-      <source>&lt;strong&gt;Provides contextual suggestions&lt;/strong&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchEngineModel.py" line="156" />
-      <source>Comma-separated list of keywords that may be entered in the location bar followed by search terms to search with this engine</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchEngineModel.py" line="38"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchEngineModel.py" line="39"/>
+        <source>Keywords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchEngineModel.py" line="142"/>
+        <source>&lt;strong&gt;Description:&lt;/strong&gt; {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchEngineModel.py" line="147"/>
+        <source>&lt;strong&gt;Provides contextual suggestions&lt;/strong&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchEngineModel.py" line="156"/>
+        <source>Comma-separated list of keywords that may be entered in the location bar followed by search terms to search with this engine</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>OpenSearchManager</name>
     <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchManager.py" line="249" />
-      <source>Method not supported</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchManager.py" line="250" />
-      <source>{0} method is not supported.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchManager.py" line="272" />
-      <source>Engine name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchManager.py" line="273" />
-      <source>Enter a name for the engine</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchManager.py" line="462" />
-      <source>&lt;p&gt;Do you want to add the following engine to your list of search engines?&lt;br/&gt;&lt;br/&gt;Name: {0}&lt;br/&gt;Searches on: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchManager.py" line="249"/>
+        <source>Method not supported</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchManager.py" line="250"/>
+        <source>{0} method is not supported.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchManager.py" line="272"/>
+        <source>Engine name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchManager.py" line="273"/>
+        <source>Enter a name for the engine</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchManager.py" line="462"/>
+        <source>&lt;p&gt;Do you want to add the following engine to your list of search engines?&lt;br/&gt;&lt;br/&gt;Name: {0}&lt;br/&gt;Searches on: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>OpenSearchReader</name>
     <message>
-      <location filename="../WebBrowser/OpenSearch/OpenSearchReader.py" line="51" />
-      <source>The file is not an OpenSearch 1.1 file.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/OpenSearch/OpenSearchReader.py" line="51"/>
+        <source>The file is not an OpenSearch 1.1 file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>OperaImporter</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py" line="44" />
-      <source>Opera (Legacy) stores its bookmarks in the &lt;b&gt;bookmarks.adr&lt;/b&gt; text file. This file is usually located in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py" line="49" />
-      <source>Please choose the file to begin importing bookmarks.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py" line="90" />
-      <source>File '{0}' does not exist.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py" line="109" />
-      <source>File '{0}' cannot be read.
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py" line="44"/>
+        <source>Opera (Legacy) stores its bookmarks in the &lt;b&gt;bookmarks.adr&lt;/b&gt; text file. This file is usually located in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py" line="49"/>
+        <source>Please choose the file to begin importing bookmarks.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py" line="90"/>
+        <source>File &apos;{0}&apos; does not exist.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py" line="109"/>
+        <source>File &apos;{0}&apos; cannot be read.
 Reason: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py" line="134" />
-      <source>Opera Import</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py" line="136" />
-      <source>Imported {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py" line="134"/>
+        <source>Opera Import</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py" line="136"/>
+        <source>Imported {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PackageDiagramBuilder</name>
     <message>
-      <location filename="../Graphics/PackageDiagramBuilder.py" line="63" />
-      <source>Package Diagram {0}: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/PackageDiagramBuilder.py" line="67" />
-      <source>Package Diagram: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/PackageDiagramBuilder.py" line="171" />
-      <location filename="../Graphics/PackageDiagramBuilder.py" line="105" />
-      <source>Parsing modules...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/PackageDiagramBuilder.py" line="175" />
-      <location filename="../Graphics/PackageDiagramBuilder.py" line="109" />
-      <source>%v/%m Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/PackageDiagramBuilder.py" line="178" />
-      <location filename="../Graphics/PackageDiagramBuilder.py" line="112" />
-      <source>Package Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/PackageDiagramBuilder.py" line="233" />
-      <source>The directory &lt;b&gt;'{0}'&lt;/b&gt; is not a package.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/PackageDiagramBuilder.py" line="247" />
-      <source>The package &lt;b&gt;'{0}'&lt;/b&gt; does not contain any modules or subpackages.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/PackageDiagramBuilder.py" line="268" />
-      <source>The package &lt;b&gt;'{0}'&lt;/b&gt; does not contain any classes or subpackages.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/PackageDiagramBuilder.py" line="584" />
-      <source>&lt;p&gt;The diagram belongs to project &lt;b&gt;{0}&lt;/b&gt;. Please open it and try again.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Graphics/PackageDiagramBuilder.py" line="63"/>
+        <source>Package Diagram {0}: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/PackageDiagramBuilder.py" line="67"/>
+        <source>Package Diagram: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/PackageDiagramBuilder.py" line="171"/>
+        <location filename="../Graphics/PackageDiagramBuilder.py" line="105"/>
+        <source>Parsing modules...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/PackageDiagramBuilder.py" line="175"/>
+        <location filename="../Graphics/PackageDiagramBuilder.py" line="109"/>
+        <source>%v/%m Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/PackageDiagramBuilder.py" line="178"/>
+        <location filename="../Graphics/PackageDiagramBuilder.py" line="112"/>
+        <source>Package Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/PackageDiagramBuilder.py" line="233"/>
+        <source>The directory &lt;b&gt;&apos;{0}&apos;&lt;/b&gt; is not a package.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/PackageDiagramBuilder.py" line="247"/>
+        <source>The package &lt;b&gt;&apos;{0}&apos;&lt;/b&gt; does not contain any modules or subpackages.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/PackageDiagramBuilder.py" line="268"/>
+        <source>The package &lt;b&gt;&apos;{0}&apos;&lt;/b&gt; does not contain any classes or subpackages.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/PackageDiagramBuilder.py" line="584"/>
+        <source>&lt;p&gt;The diagram belongs to project &lt;b&gt;{0}&lt;/b&gt;. Please open it and try again.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PageScreenDialog</name>
     <message>
-      <location filename="../WebBrowser/PageScreenDialog.py" line="99" />
-      <location filename="../WebBrowser/PageScreenDialog.py" line="86" />
-      <location filename="../WebBrowser/PageScreenDialog.py" line="75" />
-      <source>Save Page Screen</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PageScreenDialog.py" line="76" />
-      <source>screen.png</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PageScreenDialog.py" line="77" />
-      <source>Portable Network Graphics File (*.png)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PageScreenDialog.py" line="87" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PageScreenDialog.py" line="100" />
-      <source>Cannot write file '{0}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PageScreenDialog.ui" line="0" />
-      <source>Page Screen</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/PageScreenDialog.py" line="99"/>
+        <location filename="../WebBrowser/PageScreenDialog.py" line="86"/>
+        <location filename="../WebBrowser/PageScreenDialog.py" line="75"/>
+        <source>Save Page Screen</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PageScreenDialog.py" line="76"/>
+        <source>screen.png</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PageScreenDialog.py" line="77"/>
+        <source>Portable Network Graphics File (*.png)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PageScreenDialog.py" line="87"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PageScreenDialog.py" line="100"/>
+        <source>Cannot write file &apos;{0}&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PageScreenDialog.ui" line="0"/>
+        <source>Page Screen</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PasswordManager</name>
     <message>
-      <location filename="../WebBrowser/Passwords/PasswordManager.py" line="166" />
-      <source>Saving login data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordManager.py" line="167" />
-      <source>&lt;p&gt;Login data could not be saved to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordManager.py" line="190" />
-      <source>Loading login data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordManager.py" line="191" />
-      <source>Error when loading login data on line {0}, column {1}:
+        <location filename="../WebBrowser/Passwords/PasswordManager.py" line="166"/>
+        <source>Saving login data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordManager.py" line="167"/>
+        <source>&lt;p&gt;Login data could not be saved to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordManager.py" line="190"/>
+        <source>Loading login data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordManager.py" line="191"/>
+        <source>Error when loading login data on line {0}, column {1}:
 {2}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordManager.py" line="305" />
-      <source>Save password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordManager.py" line="306" />
-      <source>&lt;b&gt;Would you like to save this password?&lt;/b&gt;&lt;br/&gt;To review passwords you have saved and remove them, use the password management dialog of the Settings menu.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordManager.py" line="316" />
-      <source>Never for this site</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordManager.py" line="318" />
-      <source>Not now</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordManager.py" line="397" />
-      <source>Re-encoding saved passwords...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordManager.py" line="401" />
-      <source>%v/%m Passwords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordManager.py" line="405" />
-      <source>Passwords</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordManager.py" line="305"/>
+        <source>Save password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordManager.py" line="306"/>
+        <source>&lt;b&gt;Would you like to save this password?&lt;/b&gt;&lt;br/&gt;To review passwords you have saved and remove them, use the password management dialog of the Settings menu.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordManager.py" line="316"/>
+        <source>Never for this site</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordManager.py" line="318"/>
+        <source>Not now</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordManager.py" line="397"/>
+        <source>Re-encoding saved passwords...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordManager.py" line="401"/>
+        <source>%v/%m Passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordManager.py" line="405"/>
+        <source>Passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PasswordModel</name>
     <message>
-      <location filename="../WebBrowser/Passwords/PasswordModel.py" line="32" />
-      <source>Website</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordModel.py" line="32" />
-      <source>Username</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordModel.py" line="32" />
-      <source>Password</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Passwords/PasswordModel.py" line="32"/>
+        <source>Website</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordModel.py" line="32"/>
+        <source>Username</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordModel.py" line="32"/>
+        <source>Password</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PasswordReader</name>
     <message>
-      <location filename="../WebBrowser/Passwords/PasswordReader.py" line="53" />
-      <source>The file is not a Passwords version 2.0 file.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Passwords/PasswordReader.py" line="53"/>
+        <source>The file is not a Passwords version 2.0 file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PasswordsDialog</name>
     <message>
-      <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="35" />
-      <source>Show Passwords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="36" />
-      <source>Hide Passwords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0" />
-      <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="85" />
-      <source>Saved Passwords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="86" />
-      <source>Do you really want to show passwords?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0" />
-      <source>Enter search term</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0" />
-      <source>Press to remove the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0" />
-      <source>&amp;Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0" />
-      <source>Press to remove all entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0" />
-      <source>Remove &amp;All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0" />
-      <source>Press to toggle the display of passwords</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="35"/>
+        <source>Show Passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="36"/>
+        <source>Hide Passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0"/>
+        <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="85"/>
+        <source>Saved Passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="86"/>
+        <source>Do you really want to show passwords?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0"/>
+        <source>Enter search term</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0"/>
+        <source>Press to remove the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0"/>
+        <source>&amp;Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0"/>
+        <source>Press to remove all entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0"/>
+        <source>Remove &amp;All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0"/>
+        <source>Press to toggle the display of passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PathlibChecker</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="15" />
-      <source>os.chmod('foo', 0o444) should be replaced by foo_path.chmod(0o444)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="19" />
-      <source>os.mkdir('foo') should be replaced by foo_path.mkdir()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="22" />
-      <source>os.makedirs('foo/bar') should be replaced by bar_path.mkdir(parents=True)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="26" />
-      <source>os.rename('foo', 'bar') should be replaced by foo_path.rename(Path('bar'))</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="30" />
-      <source>os.replace('foo', 'bar') should be replaced by foo_path.replace(Path('bar'))</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="35" />
-      <source>os.rmdir('foo') should be replaced by foo_path.rmdir()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="38" />
-      <source>os.remove('foo') should be replaced by foo_path.unlink()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="41" />
-      <source>os.unlink('foo'') should be replaced by foo_path.unlink()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="44" />
-      <source>os.getcwd() should be replaced by Path.cwd()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="47" />
-      <source>os.readlink('foo') should be replaced by foo_path.readlink()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="50" />
-      <source>os.stat('foo') should be replaced by foo_path.stat() or foo_path.owner() or foo_path.group()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="55" />
-      <source>os.listdir(path='foo') should be replaced by foo_path.iterdir()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="59" />
-      <source>os.link('bar', 'foo') should be replaced by foo_path.hardlink_to('bar')</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="63" />
-      <source>os.symlink('bar', 'foo') should be replaced by foo_path.symlink_to('bar')</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="67" />
-      <source>os.path.abspath('foo') should be replaced by foo_path.resolve()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="71" />
-      <source>os.path.exists('foo') should be replaced by foo_path.exists()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="75" />
-      <source>os.path.expanduser('~/foo') should be replaced by foo_path.expanduser()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="79" />
-      <source>os.path.isdir('foo') should be replaced by foo_path.is_dir()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="82" />
-      <source>os.path.isfile('foo') should be replaced by foo_path.is_file()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="86" />
-      <source>os.path.islink('foo') should be replaced by foo_path.is_symlink()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="90" />
-      <source>os.path.isabs('foo') should be replaced by foo_path.is_absolute()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="94" />
-      <source>os.path.join('foo', 'bar') should be replaced by foo_path / 'bar'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="98" />
-      <source>os.path.basename('foo/bar') should be replaced by bar_path.name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="102" />
-      <source>os.path.dirname('foo/bar') should be replaced by bar_path.parent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="106" />
-      <source>os.path.samefile('foo', 'bar') should be replaced by foo_path.samefile(bar_path)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="111" />
-      <source>os.path.splitext('foo.bar') should be replaced by foo_path.suffix</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="115" />
-      <source>os.path.relpath('/bar/foo', start='bar') should be replaced by foo_path.relative_to('/bar')</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="120" />
-      <source>open('foo') should be replaced by Path('foo').open()</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="123" />
-      <source>py.path.local is in maintenance mode, use pathlib instead</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="15"/>
+        <source>os.chmod(&apos;foo&apos;, 0o444) should be replaced by foo_path.chmod(0o444)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="19"/>
+        <source>os.mkdir(&apos;foo&apos;) should be replaced by foo_path.mkdir()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="22"/>
+        <source>os.makedirs(&apos;foo/bar&apos;) should be replaced by bar_path.mkdir(parents=True)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="26"/>
+        <source>os.rename(&apos;foo&apos;, &apos;bar&apos;) should be replaced by foo_path.rename(Path(&apos;bar&apos;))</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="30"/>
+        <source>os.replace(&apos;foo&apos;, &apos;bar&apos;) should be replaced by foo_path.replace(Path(&apos;bar&apos;))</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="35"/>
+        <source>os.rmdir(&apos;foo&apos;) should be replaced by foo_path.rmdir()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="38"/>
+        <source>os.remove(&apos;foo&apos;) should be replaced by foo_path.unlink()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="41"/>
+        <source>os.unlink(&apos;foo&apos;&apos;) should be replaced by foo_path.unlink()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="44"/>
+        <source>os.getcwd() should be replaced by Path.cwd()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="47"/>
+        <source>os.readlink(&apos;foo&apos;) should be replaced by foo_path.readlink()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="50"/>
+        <source>os.stat(&apos;foo&apos;) should be replaced by foo_path.stat() or foo_path.owner() or foo_path.group()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="55"/>
+        <source>os.listdir(path=&apos;foo&apos;) should be replaced by foo_path.iterdir()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="59"/>
+        <source>os.link(&apos;bar&apos;, &apos;foo&apos;) should be replaced by foo_path.hardlink_to(&apos;bar&apos;)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="63"/>
+        <source>os.symlink(&apos;bar&apos;, &apos;foo&apos;) should be replaced by foo_path.symlink_to(&apos;bar&apos;)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="67"/>
+        <source>os.path.abspath(&apos;foo&apos;) should be replaced by foo_path.resolve()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="71"/>
+        <source>os.path.exists(&apos;foo&apos;) should be replaced by foo_path.exists()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="75"/>
+        <source>os.path.expanduser(&apos;~/foo&apos;) should be replaced by foo_path.expanduser()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="79"/>
+        <source>os.path.isdir(&apos;foo&apos;) should be replaced by foo_path.is_dir()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="82"/>
+        <source>os.path.isfile(&apos;foo&apos;) should be replaced by foo_path.is_file()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="86"/>
+        <source>os.path.islink(&apos;foo&apos;) should be replaced by foo_path.is_symlink()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="90"/>
+        <source>os.path.isabs(&apos;foo&apos;) should be replaced by foo_path.is_absolute()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="94"/>
+        <source>os.path.join(&apos;foo&apos;, &apos;bar&apos;) should be replaced by foo_path / &apos;bar&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="98"/>
+        <source>os.path.basename(&apos;foo/bar&apos;) should be replaced by bar_path.name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="102"/>
+        <source>os.path.dirname(&apos;foo/bar&apos;) should be replaced by bar_path.parent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="106"/>
+        <source>os.path.samefile(&apos;foo&apos;, &apos;bar&apos;) should be replaced by foo_path.samefile(bar_path)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="111"/>
+        <source>os.path.splitext(&apos;foo.bar&apos;) should be replaced by foo_path.suffix</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="115"/>
+        <source>os.path.relpath(&apos;/bar/foo&apos;, start=&apos;bar&apos;) should be replaced by foo_path.relative_to(&apos;/bar&apos;)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="120"/>
+        <source>open(&apos;foo&apos;) should be replaced by Path(&apos;foo&apos;).open()</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py" line="123"/>
+        <source>py.path.local is in maintenance mode, use pathlib instead</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PdfInfoWidget</name>
     <message>
-      <location filename="../PdfViewer/PdfInfoWidget.py" line="61" />
-      <source>File Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfInfoWidget.py" line="62" />
-      <source>File Size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfInfoWidget.py" line="63" />
-      <source>Title:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfInfoWidget.py" line="64" />
-      <source>Subject:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfInfoWidget.py" line="65" />
-      <source>Author:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfInfoWidget.py" line="66" />
-      <source>Created with:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfInfoWidget.py" line="67" />
-      <source>Creator:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfInfoWidget.py" line="68" />
-      <source>Pages:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfInfoWidget.py" line="69" />
-      <source>Created at:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfInfoWidget.py" line="71" />
-      <source>Last Modified at:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfInfoWidget.py" line="73" />
-      <source>Keywords:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfInfoWidget.py" line="74" />
-      <source>Security:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfInfoWidget.py" line="174" />
-      <source>Encrypted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfInfoWidget.py" line="176" />
-      <source>Not Encrypted</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PdfViewer/PdfInfoWidget.py" line="61"/>
+        <source>File Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfInfoWidget.py" line="62"/>
+        <source>File Size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfInfoWidget.py" line="63"/>
+        <source>Title:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfInfoWidget.py" line="64"/>
+        <source>Subject:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfInfoWidget.py" line="65"/>
+        <source>Author:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfInfoWidget.py" line="66"/>
+        <source>Created with:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfInfoWidget.py" line="67"/>
+        <source>Creator:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfInfoWidget.py" line="68"/>
+        <source>Pages:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfInfoWidget.py" line="69"/>
+        <source>Created at:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfInfoWidget.py" line="71"/>
+        <source>Last Modified at:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfInfoWidget.py" line="73"/>
+        <source>Keywords:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfInfoWidget.py" line="74"/>
+        <source>Security:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfInfoWidget.py" line="174"/>
+        <source>Encrypted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfInfoWidget.py" line="176"/>
+        <source>Not Encrypted</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PdfPageSelector</name>
     <message>
-      <location filename="../PdfViewer/PdfPageSelector.py" line="72" />
-      <source>of</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PdfViewer/PdfPageSelector.py" line="72"/>
+        <source>of</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PdfSearchResultsWidget</name>
     <message>
-      <location filename="../PdfViewer/PdfSearchWidget.py" line="138" />
-      <source>Page {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfSearchWidget.py" line="159" />
-      <source>{0}&lt;b&gt;{1}&lt;/b&gt;{2}</source>
-      <comment>context before, search string, context after</comment>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PdfViewer/PdfSearchWidget.py" line="138"/>
+        <source>Page {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfSearchWidget.py" line="159"/>
+        <source>{0}&lt;b&gt;{1}&lt;/b&gt;{2}</source>
+        <comment>context before, search string, context after</comment>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PdfSearchWidget</name>
     <message>
-      <location filename="../PdfViewer/PdfSearchWidget.py" line="281" />
-      <source>Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfSearchWidget.py" line="289" />
-      <source>Search ...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfSearchWidget.py" line="299" />
-      <source>Press to move to the previous occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfSearchWidget.py" line="306" />
-      <source>Press to move to the next occurrence</source>
-      <translation type="unfinished" />
+        <location filename="../PdfViewer/PdfSearchWidget.py" line="281"/>
+        <source>Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfSearchWidget.py" line="289"/>
+        <source>Search ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfSearchWidget.py" line="299"/>
+        <source>Press to move to the previous occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfSearchWidget.py" line="306"/>
+        <source>Press to move to the next occurrence</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../PdfViewer/PdfSearchWidget.py" line="435" />
-      <source>%n Result(s)</source>
-      <translation>
-        <numerusform>%n Result</numerusform>
-        <numerusform>%n Results</numerusform>
-      </translation>
+        <location filename="../PdfViewer/PdfSearchWidget.py" line="435"/>
+        <source>%n Result(s)</source>
+        <translation>
+            <numerusform>%n Result</numerusform>
+            <numerusform>%n Results</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../PdfViewer/PdfSearchWidget.py" line="438" />
-      <source>{0} of %n Results</source>
-      <translation>
-        <numerusform>{0} of %n Result</numerusform>
-        <numerusform>{0} of %n Results</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfSearchWidget.py" line="441" />
-      <source>No results</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PdfViewer/PdfSearchWidget.py" line="438"/>
+        <source>{0} of %n Results</source>
+        <translation>
+            <numerusform>{0} of %n Result</numerusform>
+            <numerusform>{0} of %n Results</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfSearchWidget.py" line="441"/>
+        <source>No results</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PdfToCWidget</name>
     <message>
-      <location filename="../PdfViewer/PdfToCWidget.py" line="86" />
-      <source>Contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfToCWidget.py" line="91" />
-      <source>Search ...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PdfViewer/PdfToCWidget.py" line="86"/>
+        <source>Contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfToCWidget.py" line="91"/>
+        <source>Search ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PdfViewerPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0" />
-      <source>&lt;b&gt;Configure PDF Viewer&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0" />
-      <source>Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0" />
-      <source>Context Length:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0" />
-      <source>Enter the amount of characters to show before and after the search string.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0" />
-      <source>Select to highlight all search results in the document.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0" />
-      <source>Highlight all search results</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0" />
-      <source>Recent Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0" />
-      <source>Number of recent files:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0" />
-      <source>Enter the number of recent files to remember</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure PDF Viewer&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0"/>
+        <source>Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0"/>
+        <source>Context Length:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0"/>
+        <source>Enter the amount of characters to show before and after the search string.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0"/>
+        <source>Select to highlight all search results in the document.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0"/>
+        <source>Highlight all search results</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0"/>
+        <source>Recent Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0"/>
+        <source>Number of recent files:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PdfViewerPage.ui" line="0"/>
+        <source>Enter the number of recent files to remember</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PdfViewerWindow</name>
     <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="98" />
-      <source>Document Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="542" />
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="104" />
-      <source>Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="110" />
-      <source>Table of Contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="199" />
-      <source>New Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="201" />
-      <source>New &amp;Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="202" />
-      <source>Ctrl+Shift+N</source>
-      <comment>File|New Window</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="208" />
-      <source>Open a PDF file in a new PDF Viewer window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="211" />
-      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a PDF file in a new PDF Viewer window. It pops up a file selection dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="221" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="223" />
-      <source>&amp;Open...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="224" />
-      <source>Ctrl+O</source>
-      <comment>File|Open</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="229" />
-      <source>Open a PDF file for viewing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="231" />
-      <source>&lt;b&gt;Open&lt;/b&gt;&lt;p&gt;This opens a PDF file for viewing. It pops up a file selection dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="241" />
-      <source>Reload</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="243" />
-      <source>&amp;Reload</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="249" />
-      <source>Reload the current PDF document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="254" />
-      <source>Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="256" />
-      <source>&amp;Properties...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="257" />
-      <source>Alt+Return</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="262" />
-      <source>Show the document properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="264" />
-      <source>&lt;b&gt;Properties&lt;/b&gt;&lt;p&gt;Shows the info tab of the document properties.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="273" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="275" />
-      <source>&amp;Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="276" />
-      <source>Ctrl+W</source>
-      <comment>File|Close</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="281" />
-      <source>Close the current PDF Viewer window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="286" />
-      <source>Close All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="287" />
-      <source>Close &amp;All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="293" />
-      <source>Close all PDF Viewer windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="299" />
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="298" />
-      <source>Close Others</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="305" />
-      <source>Close all other PDF Viewer windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="310" />
-      <source>Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="312" />
-      <source>&amp;Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="313" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="318" />
-      <source>Quit the PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="328" />
-      <source>Previous Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="330" />
-      <source>&amp;Previous Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="336" />
-      <source>Go to the previous page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="341" />
-      <source>Next Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="343" />
-      <source>&amp;Next Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="349" />
-      <source>Go to the next page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="354" />
-      <source>Start of Document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="356" />
-      <source>&amp;Start of Document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="357" />
-      <source>Ctrl+Home</source>
-      <comment>Goto|Start</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="363" />
-      <source>Go to the first page of the document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="369" />
-      <source>End of Document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="371" />
-      <source>&amp;End of Document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="372" />
-      <source>Ctrl+End</source>
-      <comment>Goto|End</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="377" />
-      <source>Go to the last page of the document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="382" />
-      <source>Back</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="384" />
-      <source>&amp;Back</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="385" />
-      <source>Alt+Shift+Left</source>
-      <comment>Goto|Back</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="390" />
-      <source>Go back in the view history</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="395" />
-      <source>Forward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="397" />
-      <source>&amp;Forward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="398" />
-      <source>Alt+Shift+Right</source>
-      <comment>Goto|Forward</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="403" />
-      <source>Go forward in the view history</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="408" />
-      <source>Go to Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="410" />
-      <source>&amp;Go to Page...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="411" />
-      <source>Ctrl+G</source>
-      <comment>Goto|Go to Page</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="416" />
-      <source>Jump to a page selected via a dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="425" />
-      <source>Full Screen</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="427" />
-      <source>&amp;Full Screen</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="434" />
-      <source>Meta+Ctrl+F</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="436" />
-      <source>F11</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="442" />
-      <source>Zoom in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="444" />
-      <source>Zoom &amp;in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="445" />
-      <source>Ctrl++</source>
-      <comment>View|Zoom in</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="454" />
-      <source>Zoom out</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="456" />
-      <source>Zoom &amp;out</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="457" />
-      <source>Ctrl+-</source>
-      <comment>View|Zoom out</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="466" />
-      <source>Zoom to 100%</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="468" />
-      <source>Zoom to &amp;100%</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="469" />
-      <source>Ctrl+0</source>
-      <comment>View|Zoom reset</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="478" />
-      <source>Page Width</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="480" />
-      <source>Page &amp;Width</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="491" />
-      <source>Whole Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="493" />
-      <source>Whole &amp;Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="508" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="510" />
-      <source>&amp;Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="511" />
-      <source>Ctrl+C</source>
-      <comment>Edit|Copy</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="520" />
-      <source>Copy All Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="521" />
-      <source>Copy &amp;All Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="522" />
-      <source>Alt+Ctrl+C</source>
-      <comment>Edit|Copy All Text</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="531" />
-      <source>Copy All Page Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="532" />
-      <source>Copy All Page &amp;Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="533" />
-      <source>Shift+Ctrl+C</source>
-      <comment>Edit|Copy All Page Text</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="544" />
-      <source>&amp;Search...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="545" />
-      <source>Ctrl+F</source>
-      <comment>Edit|Search</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="554" />
-      <source>Search Next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="556" />
-      <source>Search &amp;Next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="557" />
-      <source>F3</source>
-      <comment>Edit|Search Next</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="566" />
-      <source>Search Previous</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="568" />
-      <source>Search &amp;Previous</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="569" />
-      <source>Shift+F3</source>
-      <comment>Edit|Search Previous</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="586" />
-      <source>Preferences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="588" />
-      <source>&amp;Preferences...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="594" />
-      <source>Set the prefered configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="596" />
-      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="607" />
-      <source>Show Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="609" />
-      <source>Show &amp;Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="621" />
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="620" />
-      <source>Open Recent File in New Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="636" />
-      <source>About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="636" />
-      <source>&amp;About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="638" />
-      <source>Display information about this software</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="640" />
-      <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="649" />
-      <source>About Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="650" />
-      <source>About &amp;Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="657" />
-      <source>Display information about the Qt toolkit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="660" />
-      <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="669" />
-      <source>What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="671" />
-      <source>&amp;What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="672" />
-      <source>Shift+F1</source>
-      <comment>Help|What's This?'</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="677" />
-      <source>Context sensitive help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="679" />
-      <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="730" />
-      <source>&amp;File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="732" />
-      <source>Open &amp;Recent Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="752" />
-      <source>&amp;View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="762" />
-      <source>Display Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="763" />
-      <source>Single Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="765" />
-      <source>Continuous</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="772" />
-      <source>&amp;Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="783" />
-      <source>&amp;Go To</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="796" />
-      <source>Se&amp;ttings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="806" />
-      <source>&amp;Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="925" />
-      <source>{0} - PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="927" />
-      <source>PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="941" />
-      <source>The document is still loading.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="943" />
-      <source>The file does not exist.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="945" />
-      <source>The file is not a valid PDF file.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="947" />
-      <source>The password is not correct for this file.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="949" />
-      <source>This kind of PDF file cannot be unlocked.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="951" />
-      <source>Unknown type of error.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="1049" />
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="1024" />
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="980" />
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="969" />
-      <source>Open PDF File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="970" />
-      <source>Enter password to show the document:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="981" />
-      <source>&lt;p&gt;The PDF file &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="1051" />
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="1026" />
-      <source>PDF Files (*.pdf);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="1142" />
-      <source>About eric PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="1143" />
-      <source>The eric PDF Viewer is a simple component for viewing PDF files.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfViewerWindow.py" line="1214" />
-      <source>&amp;Clear</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="98"/>
+        <source>Document Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="542"/>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="104"/>
+        <source>Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="110"/>
+        <source>Table of Contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="199"/>
+        <source>New Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="201"/>
+        <source>New &amp;Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="202"/>
+        <source>Ctrl+Shift+N</source>
+        <comment>File|New Window</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="208"/>
+        <source>Open a PDF file in a new PDF Viewer window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="211"/>
+        <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a PDF file in a new PDF Viewer window. It pops up a file selection dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="221"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="223"/>
+        <source>&amp;Open...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="224"/>
+        <source>Ctrl+O</source>
+        <comment>File|Open</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="229"/>
+        <source>Open a PDF file for viewing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="231"/>
+        <source>&lt;b&gt;Open&lt;/b&gt;&lt;p&gt;This opens a PDF file for viewing. It pops up a file selection dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="241"/>
+        <source>Reload</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="243"/>
+        <source>&amp;Reload</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="249"/>
+        <source>Reload the current PDF document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="254"/>
+        <source>Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="256"/>
+        <source>&amp;Properties...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="257"/>
+        <source>Alt+Return</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="262"/>
+        <source>Show the document properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="264"/>
+        <source>&lt;b&gt;Properties&lt;/b&gt;&lt;p&gt;Shows the info tab of the document properties.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="273"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="275"/>
+        <source>&amp;Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="276"/>
+        <source>Ctrl+W</source>
+        <comment>File|Close</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="281"/>
+        <source>Close the current PDF Viewer window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="286"/>
+        <source>Close All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="287"/>
+        <source>Close &amp;All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="293"/>
+        <source>Close all PDF Viewer windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="299"/>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="298"/>
+        <source>Close Others</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="305"/>
+        <source>Close all other PDF Viewer windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="310"/>
+        <source>Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="312"/>
+        <source>&amp;Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="313"/>
+        <source>Ctrl+Q</source>
+        <comment>File|Quit</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="318"/>
+        <source>Quit the PDF Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="328"/>
+        <source>Previous Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="330"/>
+        <source>&amp;Previous Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="336"/>
+        <source>Go to the previous page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="341"/>
+        <source>Next Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="343"/>
+        <source>&amp;Next Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="349"/>
+        <source>Go to the next page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="354"/>
+        <source>Start of Document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="356"/>
+        <source>&amp;Start of Document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="357"/>
+        <source>Ctrl+Home</source>
+        <comment>Goto|Start</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="363"/>
+        <source>Go to the first page of the document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="369"/>
+        <source>End of Document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="371"/>
+        <source>&amp;End of Document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="372"/>
+        <source>Ctrl+End</source>
+        <comment>Goto|End</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="377"/>
+        <source>Go to the last page of the document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="382"/>
+        <source>Back</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="384"/>
+        <source>&amp;Back</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="385"/>
+        <source>Alt+Shift+Left</source>
+        <comment>Goto|Back</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="390"/>
+        <source>Go back in the view history</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="395"/>
+        <source>Forward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="397"/>
+        <source>&amp;Forward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="398"/>
+        <source>Alt+Shift+Right</source>
+        <comment>Goto|Forward</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="403"/>
+        <source>Go forward in the view history</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="408"/>
+        <source>Go to Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="410"/>
+        <source>&amp;Go to Page...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="411"/>
+        <source>Ctrl+G</source>
+        <comment>Goto|Go to Page</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="416"/>
+        <source>Jump to a page selected via a dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="425"/>
+        <source>Full Screen</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="427"/>
+        <source>&amp;Full Screen</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="434"/>
+        <source>Meta+Ctrl+F</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="436"/>
+        <source>F11</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="442"/>
+        <source>Zoom in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="444"/>
+        <source>Zoom &amp;in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="445"/>
+        <source>Ctrl++</source>
+        <comment>View|Zoom in</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="454"/>
+        <source>Zoom out</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="456"/>
+        <source>Zoom &amp;out</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="457"/>
+        <source>Ctrl+-</source>
+        <comment>View|Zoom out</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="466"/>
+        <source>Zoom to 100%</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="468"/>
+        <source>Zoom to &amp;100%</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="469"/>
+        <source>Ctrl+0</source>
+        <comment>View|Zoom reset</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="478"/>
+        <source>Page Width</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="480"/>
+        <source>Page &amp;Width</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="491"/>
+        <source>Whole Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="493"/>
+        <source>Whole &amp;Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="508"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="510"/>
+        <source>&amp;Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="511"/>
+        <source>Ctrl+C</source>
+        <comment>Edit|Copy</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="520"/>
+        <source>Copy All Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="521"/>
+        <source>Copy &amp;All Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="522"/>
+        <source>Alt+Ctrl+C</source>
+        <comment>Edit|Copy All Text</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="531"/>
+        <source>Copy All Page Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="532"/>
+        <source>Copy All Page &amp;Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="533"/>
+        <source>Shift+Ctrl+C</source>
+        <comment>Edit|Copy All Page Text</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="544"/>
+        <source>&amp;Search...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="545"/>
+        <source>Ctrl+F</source>
+        <comment>Edit|Search</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="554"/>
+        <source>Search Next</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="556"/>
+        <source>Search &amp;Next</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="557"/>
+        <source>F3</source>
+        <comment>Edit|Search Next</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="566"/>
+        <source>Search Previous</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="568"/>
+        <source>Search &amp;Previous</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="569"/>
+        <source>Shift+F3</source>
+        <comment>Edit|Search Previous</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="586"/>
+        <source>Preferences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="588"/>
+        <source>&amp;Preferences...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="594"/>
+        <source>Set the prefered configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="596"/>
+        <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="607"/>
+        <source>Show Sidebar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="609"/>
+        <source>Show &amp;Sidebar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="621"/>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="620"/>
+        <source>Open Recent File in New Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="636"/>
+        <source>About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="636"/>
+        <source>&amp;About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="638"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="640"/>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="649"/>
+        <source>About Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="650"/>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="657"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="660"/>
+        <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="669"/>
+        <source>What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="671"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="672"/>
+        <source>Shift+F1</source>
+        <comment>Help|What&apos;s This?&apos;</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="677"/>
+        <source>Context sensitive help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="679"/>
+        <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="730"/>
+        <source>&amp;File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="732"/>
+        <source>Open &amp;Recent Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="752"/>
+        <source>&amp;View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="762"/>
+        <source>Display Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="763"/>
+        <source>Single Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="765"/>
+        <source>Continuous</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="772"/>
+        <source>&amp;Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="783"/>
+        <source>&amp;Go To</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="796"/>
+        <source>Se&amp;ttings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="806"/>
+        <source>&amp;Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="925"/>
+        <source>{0} - PDF Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="927"/>
+        <source>PDF Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="941"/>
+        <source>The document is still loading.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="943"/>
+        <source>The file does not exist.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="945"/>
+        <source>The file is not a valid PDF file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="947"/>
+        <source>The password is not correct for this file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="949"/>
+        <source>This kind of PDF file cannot be unlocked.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="951"/>
+        <source>Unknown type of error.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="1049"/>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="1024"/>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="980"/>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="969"/>
+        <source>Open PDF File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="970"/>
+        <source>Enter password to show the document:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="981"/>
+        <source>&lt;p&gt;The PDF file &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="1051"/>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="1026"/>
+        <source>PDF Files (*.pdf);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="1142"/>
+        <source>About eric PDF Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="1143"/>
+        <source>The eric PDF Viewer is a simple component for viewing PDF files.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfViewerWindow.py" line="1214"/>
+        <source>&amp;Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PdfZoomSelector</name>
     <message>
-      <location filename="../PdfViewer/PdfZoomSelector.py" line="56" />
-      <source>Page Width</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfZoomSelector.py" line="57" />
-      <source>Whole Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PdfViewer/PdfZoomSelector.py" line="115" />
-      <location filename="../PdfViewer/PdfZoomSelector.py" line="62" />
-      <source>{0}%</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PdfViewer/PdfZoomSelector.py" line="56"/>
+        <source>Page Width</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfZoomSelector.py" line="57"/>
+        <source>Whole Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PdfViewer/PdfZoomSelector.py" line="115"/>
+        <location filename="../PdfViewer/PdfZoomSelector.py" line="62"/>
+        <source>{0}%</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PersonalDataDialog</name>
     <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>Personal Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>&lt;h2&gt;Personal Information&lt;/h2&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>Your personal information that will be used on webpages.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>First Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>ZIP Code:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>Last Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>State/Region:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>Full Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>Country:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>E-mail:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>Home Page:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>Phone:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>Custom 1:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>Mobile Phone:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>Custom 2:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>Address:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>Custom 3:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>City:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>Custom 4:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0" />
-      <source>&lt;b&gt;Note:&lt;/b&gt; Press Ctrl+ENTER to autofill form fields for which personal entries were found.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>Personal Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>&lt;h2&gt;Personal Information&lt;/h2&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>Your personal information that will be used on webpages.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>First Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>ZIP Code:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>Last Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>State/Region:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>Full Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>Country:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>E-mail:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>Home Page:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>Phone:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>Custom 1:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>Mobile Phone:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>Custom 2:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>Address:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>Custom 3:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>City:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>Custom 4:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalDataDialog.ui" line="0"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; Press Ctrl+ENTER to autofill form fields for which personal entries were found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PersonalInformationManager</name>
     <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="84" />
-      <source>Full Name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="85" />
-      <source>Last Name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="86" />
-      <source>First Name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="87" />
-      <source>E-mail</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="88" />
-      <source>Mobile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="89" />
-      <source>Phone</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="90" />
-      <source>Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="91" />
-      <source>City</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="92" />
-      <source>ZIP Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="93" />
-      <source>State/Region</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="94" />
-      <source>Country</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="95" />
-      <source>Home Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="96" />
-      <source>Custom 1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="97" />
-      <source>Custom 2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="98" />
-      <source>Custom 3</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="99" />
-      <source>Custom 4</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="148" />
-      <source>Insert Personal Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="159" />
-      <source>Edit Personal Information</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="84"/>
+        <source>Full Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="85"/>
+        <source>Last Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="86"/>
+        <source>First Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="87"/>
+        <source>E-mail</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="88"/>
+        <source>Mobile</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="89"/>
+        <source>Phone</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="90"/>
+        <source>Address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="91"/>
+        <source>City</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="92"/>
+        <source>ZIP Code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="93"/>
+        <source>State/Region</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="94"/>
+        <source>Country</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="95"/>
+        <source>Home Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="96"/>
+        <source>Custom 1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="97"/>
+        <source>Custom 2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="98"/>
+        <source>Custom 3</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="99"/>
+        <source>Custom 4</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="148"/>
+        <source>Insert Personal Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/PersonalInformationManager/PersonalInformationManager.py" line="159"/>
+        <source>Edit Personal Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Pip</name>
     <message>
-      <location filename="../PipInterface/Pip.py" line="123" />
-      <source>python exited with an error ({0}).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="132" />
-      <source>python did not finish within 30 seconds.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="134" />
-      <source>python could not be started.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="193" />
-      <source>&lt;project&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="216" />
-      <source>Interpreter for Virtual Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="217" />
-      <source>No interpreter configured for the selected virtual environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="257" />
-      <source>Install PIP</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="304" />
-      <source>Repair PIP</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="395" />
-      <source>Upgrade Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="441" />
-      <source>Install Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="471" />
-      <source>Install Packages from Requirements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="492" />
-      <source>Install Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="549" />
-      <location filename="../PipInterface/Pip.py" line="521" />
-      <location filename="../PipInterface/Pip.py" line="512" />
-      <source>Uninstall Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="550" />
-      <location filename="../PipInterface/Pip.py" line="513" />
-      <source>Do you really want to uninstall these packages?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="559" />
-      <source>Uninstall Packages from Requirements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="912" />
-      <source>Cache Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="938" />
-      <location filename="../PipInterface/Pip.py" line="929" />
-      <source>List Cached Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="930" />
-      <source>Enter a file pattern (empty for all):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="962" />
-      <location filename="../PipInterface/Pip.py" line="955" />
-      <source>Remove Cached Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="956" />
-      <source>Enter a file pattern:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="987" />
-      <location filename="../PipInterface/Pip.py" line="979" />
-      <source>Purge Cache</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/Pip.py" line="980" />
-      <source>Do you really want to purge the pip cache? All files need to be downloaded again.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PipInterface/Pip.py" line="123"/>
+        <source>python exited with an error ({0}).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="132"/>
+        <source>python did not finish within 30 seconds.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="134"/>
+        <source>python could not be started.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="193"/>
+        <source>&lt;project&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="216"/>
+        <source>Interpreter for Virtual Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="217"/>
+        <source>No interpreter configured for the selected virtual environment.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="257"/>
+        <source>Install PIP</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="304"/>
+        <source>Repair PIP</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="395"/>
+        <source>Upgrade Packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="441"/>
+        <source>Install Packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="471"/>
+        <source>Install Packages from Requirements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="492"/>
+        <source>Install Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="549"/>
+        <location filename="../PipInterface/Pip.py" line="521"/>
+        <location filename="../PipInterface/Pip.py" line="512"/>
+        <source>Uninstall Packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="550"/>
+        <location filename="../PipInterface/Pip.py" line="513"/>
+        <source>Do you really want to uninstall these packages?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="559"/>
+        <source>Uninstall Packages from Requirements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="912"/>
+        <source>Cache Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="938"/>
+        <location filename="../PipInterface/Pip.py" line="929"/>
+        <source>List Cached Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="930"/>
+        <source>Enter a file pattern (empty for all):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="962"/>
+        <location filename="../PipInterface/Pip.py" line="955"/>
+        <source>Remove Cached Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="956"/>
+        <source>Enter a file pattern:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="987"/>
+        <location filename="../PipInterface/Pip.py" line="979"/>
+        <source>Purge Cache</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/Pip.py" line="980"/>
+        <source>Do you really want to purge the pip cache? All files need to be downloaded again.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PipDialog</name>
     <message>
-      <location filename="../PipInterface/PipDialog.ui" line="0" />
-      <source>pip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipDialog.ui" line="0" />
-      <source>Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipDialog.py" line="153" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipDialog.py" line="154" />
-      <source>The process {0} could not be started.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PipInterface/PipDialog.ui" line="0"/>
+        <source>pip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipDialog.ui" line="0"/>
+        <source>Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipDialog.py" line="153"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipDialog.py" line="154"/>
+        <source>The process {0} could not be started.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PipFileSelectionDialog</name>
     <message>
-      <location filename="../PipInterface/PipFileSelectionDialog.ui" line="0" />
-      <source>Select File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFileSelectionDialog.ui" line="0" />
-      <source>File Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFileSelectionDialog.ui" line="0" />
-      <source>Select to install to the Python user install directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFileSelectionDialog.ui" line="0" />
-      <source>Install into User Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFileSelectionDialog.py" line="44" />
-      <source>Enter requirements file:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFileSelectionDialog.py" line="47" />
-      <source>Press to select the requirements file through a file selection dialog.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFileSelectionDialog.py" line="52" />
-      <source>Text Files (*.txt);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFileSelectionDialog.py" line="54" />
-      <source>Enter package file:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFileSelectionDialog.py" line="57" />
-      <source>Press to select the package file through a file selection dialog.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFileSelectionDialog.py" line="63" />
-      <source>Python Wheel (*.whl);;Archive Files (*.tar.gz *.zip);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFileSelectionDialog.py" line="70" />
-      <source>Enter file name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFileSelectionDialog.py" line="73" />
-      <source>Press to select a file through a file selection dialog.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFileSelectionDialog.py" line="75" />
-      <source>All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PipInterface/PipFileSelectionDialog.ui" line="0"/>
+        <source>Select File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFileSelectionDialog.ui" line="0"/>
+        <source>File Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFileSelectionDialog.ui" line="0"/>
+        <source>Select to install to the Python user install directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFileSelectionDialog.ui" line="0"/>
+        <source>Install into User Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFileSelectionDialog.py" line="44"/>
+        <source>Enter requirements file:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFileSelectionDialog.py" line="47"/>
+        <source>Press to select the requirements file through a file selection dialog.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFileSelectionDialog.py" line="52"/>
+        <source>Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFileSelectionDialog.py" line="54"/>
+        <source>Enter package file:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFileSelectionDialog.py" line="57"/>
+        <source>Press to select the package file through a file selection dialog.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFileSelectionDialog.py" line="63"/>
+        <source>Python Wheel (*.whl);;Archive Files (*.tar.gz *.zip);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFileSelectionDialog.py" line="70"/>
+        <source>Enter file name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFileSelectionDialog.py" line="73"/>
+        <source>Press to select a file through a file selection dialog.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFileSelectionDialog.py" line="75"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PipFreezeDialog</name>
     <message>
-      <location filename="../PipInterface/PipFreezeDialog.py" line="58" />
-      <source>Generate Constraints</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <location filename="../PipInterface/PipFreezeDialog.py" line="61" />
-      <source>Generate Requirements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.py" line="66" />
-      <source>&amp;Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.py" line="273" />
-      <location filename="../PipInterface/PipFreezeDialog.py" line="73" />
-      <source>Text Files (*.txt);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.py" line="144" />
-      <source>The requirements were changed. Do you want to overwrite these changes?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.py" line="192" />
-      <source>No package specifiers generated by 'pip freeze'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.py" line="232" />
-      <source>The file &lt;b&gt;{0}&lt;/b&gt; already exists. Do you want to overwrite it?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.py" line="250" />
-      <source>&lt;p&gt;The requirements could not be written to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Replace the current selection with the requirements text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Select to show requirements for locally-installed packages only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Local packages only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Select to show requirements for packages installed to the user-site only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>User-Site only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Select to include an '--constraint constraints.txt' statement</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Include Constraints</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Requirements File:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Press to save to the requirements file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Replace all text with the requirements text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Replace All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Insert the requirements text at the cursor position</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Insert</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Copy the requirements text to the clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Replace Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Save to a new file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>Save To</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipFreezeDialog.ui" line="0" />
-      <source>&lt;b&gt;Editor Actions&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PipInterface/PipFreezeDialog.py" line="58"/>
+        <source>Generate Constraints</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <location filename="../PipInterface/PipFreezeDialog.py" line="61"/>
+        <source>Generate Requirements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.py" line="66"/>
+        <source>&amp;Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.py" line="273"/>
+        <location filename="../PipInterface/PipFreezeDialog.py" line="73"/>
+        <source>Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.py" line="144"/>
+        <source>The requirements were changed. Do you want to overwrite these changes?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.py" line="192"/>
+        <source>No package specifiers generated by &apos;pip freeze&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.py" line="232"/>
+        <source>The file &lt;b&gt;{0}&lt;/b&gt; already exists. Do you want to overwrite it?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.py" line="250"/>
+        <source>&lt;p&gt;The requirements could not be written to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Replace the current selection with the requirements text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Select to show requirements for locally-installed packages only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Local packages only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Select to show requirements for packages installed to the user-site only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>User-Site only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Select to include an &apos;--constraint constraints.txt&apos; statement</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Include Constraints</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Requirements File:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Press to save to the requirements file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Replace all text with the requirements text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Replace All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Insert the requirements text at the cursor position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Insert</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Copy the requirements text to the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Replace Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Save to a new file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>Save To</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipFreezeDialog.ui" line="0"/>
+        <source>&lt;b&gt;Editor Actions&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PipLicensesDialog</name>
     <message>
-      <location filename="../PipInterface/PipLicensesDialog.ui" line="0" />
-      <source>Package Licenses</source>
-      <translation type="unfinished" />
-    </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>
-    <message>
-      <location filename="../PipInterface/PipLicensesDialog.ui" line="0" />
-      <source>Local packages only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipLicensesDialog.ui" line="0" />
-      <source>Select to show only licenses of packages installed to the user-site</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipLicensesDialog.ui" line="0" />
-      <source>User-Site only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipLicensesDialog.ui" line="0" />
-      <source>Package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipLicensesDialog.ui" line="0" />
-      <source>Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipLicensesDialog.ui" line="0" />
-      <location filename="../PipInterface/PipLicensesDialog.ui" line="0" />
-      <source>License</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipLicensesDialog.ui" line="0" />
-      <source>Count</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipLicensesDialog.py" line="60" />
-      <source>&lt;All&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipLicensesDialog.py" line="63" />
-      <source>Save as CSV...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipLicensesDialog.py" line="77" />
-      <source>Licenses of "{0}"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipLicensesDialog.py" line="81" />
-      <source>No environment specified.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipLicensesDialog.py" line="216" />
-      <location filename="../PipInterface/PipLicensesDialog.py" line="185" />
-      <source>Save as CSV</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipLicensesDialog.py" line="187" />
-      <source>CSV Files (*.csv);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipLicensesDialog.py" line="217" />
-      <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>
-  </context>
-  <context>
+        <location filename="../PipInterface/PipLicensesDialog.ui" line="0"/>
+        <source>Package Licenses</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.ui" line="0"/>
+        <source>License Filter:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.ui" line="0"/>
+        <source>Select the license to filter the packages list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.ui" line="0"/>
+        <source>Select to show only licenses of locally installed packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.ui" line="0"/>
+        <source>Local packages only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.ui" line="0"/>
+        <source>Select to show only licenses of packages installed to the user-site</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.ui" line="0"/>
+        <source>User-Site only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.ui" line="0"/>
+        <source>Package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.ui" line="0"/>
+        <source>Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.ui" line="0"/>
+        <location filename="../PipInterface/PipLicensesDialog.ui" line="0"/>
+        <source>License</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.ui" line="0"/>
+        <source>Count</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.py" line="60"/>
+        <source>&lt;All&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.py" line="63"/>
+        <source>Save as CSV...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.py" line="77"/>
+        <source>Licenses of &quot;{0}&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.py" line="81"/>
+        <source>No environment specified.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.py" line="216"/>
+        <location filename="../PipInterface/PipLicensesDialog.py" line="185"/>
+        <source>Save as CSV</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.py" line="187"/>
+        <source>CSV Files (*.csv);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipLicensesDialog.py" line="217"/>
+        <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"></translation>
+    </message>
+</context>
+<context>
     <name>PipPackageDetailsDialog</name>
     <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="55" />
-      <source>Install</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="58" />
-      <source>Uninstall</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="61" />
-      <source>Upgrade</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="66" />
-      <source>Source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="67" />
-      <source>Python Wheel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="68" />
-      <source>Python Egg</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="70" />
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="69" />
-      <source>MS Windows Installer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="72" />
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="71" />
-      <source>Unix Installer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="73" />
-      <source>Archive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="267" />
-      <source>&lt;h3&gt;{0}&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed Version:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Affected Version:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Advisory:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="302" />
-      <source>any</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="338" />
-      <source>B</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="341" />
-      <source>KB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="344" />
-      <source>MB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="347" />
-      <source>GB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.py" line="348" />
-      <source>{0:.1f} {1}</source>
-      <comment>value, unit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Package Details</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Details</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Lists package informations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Author:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Summary:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Release URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Description:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Home Page:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>License:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Documentation URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Classifiers:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Package URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Author Email:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Platform:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Download URLs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Lists the download URLs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Py Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Uploaded on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Size</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Project URLs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Requires/Provides</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Lists required and provided packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Requires</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Required Packages:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Required Distributions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Provides</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Provided Packages:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Provided Distributions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Security</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" />
-      <source>Known Vulnerabilities:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="55"/>
+        <source>Install</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="58"/>
+        <source>Uninstall</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="61"/>
+        <source>Upgrade</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="66"/>
+        <source>Source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="67"/>
+        <source>Python Wheel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="68"/>
+        <source>Python Egg</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="70"/>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="69"/>
+        <source>MS Windows Installer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="72"/>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="71"/>
+        <source>Unix Installer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="73"/>
+        <source>Archive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="267"/>
+        <source>&lt;h3&gt;{0}&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed Version:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Affected Version:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Advisory:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="302"/>
+        <source>any</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="338"/>
+        <source>B</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="341"/>
+        <source>KB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="344"/>
+        <source>MB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="347"/>
+        <source>GB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.py" line="348"/>
+        <source>{0:.1f} {1}</source>
+        <comment>value, unit</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Package Details</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Details</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Lists package informations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Author:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Summary:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Release URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Home Page:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>License:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Documentation URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Classifiers:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Package URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Author Email:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Platform:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Download URLs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Lists the download URLs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Py Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Uploaded on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Size</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Project URLs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Requires/Provides</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Lists required and provided packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Requires</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Required Packages:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Required Distributions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Provides</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Provided Packages:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Provided Distributions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Security</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0"/>
+        <source>Known Vulnerabilities:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PipPackagesInputDialog</name>
     <message>
-      <location filename="../PipInterface/PipPackagesInputDialog.ui" line="0" />
-      <source>Packages </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesInputDialog.ui" line="0" />
-      <source>Package Specifications (separated by whitespace):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesInputDialog.ui" line="0" />
-      <source>Select to install to the Python user install directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesInputDialog.ui" line="0" />
-      <source>Install into User Directory</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PipInterface/PipPackagesInputDialog.ui" line="0"/>
+        <source>Packages </source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesInputDialog.ui" line="0"/>
+        <source>Package Specifications (separated by whitespace):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesInputDialog.ui" line="0"/>
+        <source>Select to install to the Python user install directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesInputDialog.ui" line="0"/>
+        <source>Install into User Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PipPackagesWidget</name>
     <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Toggle to show or hide the dependency tree view</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Press to install the selected package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Press to install the selected package to the user site</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Press to show details for the selected entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Toggle to show or hide the search window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Enter the search term for the package name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Enter search term</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Press to start the search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Press to search for more packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Released</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Description</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Press to refresh the lists</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Press to upgrade the selected packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Press to upgrade all listed packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Press to uninstall the selected package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Select to show only locally-installed packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Local packages only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Select to list packages that are not dependencies of installed packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Not required Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Select to show only packages installed to the user-site</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>User-Site only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Perform vulnerability checks based on "Safety DB".</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Vulnerability Check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Installed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Available</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Affected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Select to show verbose package information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Verbose Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Select to show information about installed files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Installed Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Press to refresh the dependency tree</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Press to repair the selected dependency</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>View Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Select to show which package requires other packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Requires</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Select to show which package is required by others</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Required By</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Select to show only dependencies of locally installed packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Select to show only dependencies of packages installed to the user-site</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.ui" line="0" />
-      <source>Required</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="192" />
-      <source>pip Menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="226" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="227" />
-      <source>Version:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="228" />
-      <source>Location:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="229" />
-      <source>Requires:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="230" />
-      <source>Summary:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="231" />
-      <source>Homepage:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="232" />
-      <source>Author:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="233" />
-      <source>Author Email:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="234" />
-      <source>License:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="235" />
-      <source>Metadata Version:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="236" />
-      <source>Installer:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="237" />
-      <source>Classifiers:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="238" />
-      <source>Entry Points:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="239" />
-      <source>Files:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="422" />
-      <source>Getting installed packages...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="436" />
-      <source>Getting outdated packages...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1190" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1010" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="997" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="961" />
-      <source>Search PyPI</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="962" />
-      <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" />
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Toggle to show or hide the dependency tree view</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Press to install the selected package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Press to install the selected package to the user site</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Press to show details for the selected entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Toggle to show or hide the search window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Enter the search term for the package name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Enter search term</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Press to start the search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Press to search for more packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Released</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Description</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Press to refresh the lists</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Press to upgrade the selected packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Press to upgrade all listed packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Press to uninstall the selected package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Select to show only locally-installed packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Local packages only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Select to list packages that are not dependencies of installed packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Not required Packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Select to show only packages installed to the user-site</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>User-Site only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Perform vulnerability checks based on &quot;Safety DB&quot;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Vulnerability Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Installed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Available</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Affected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Select to show verbose package information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Verbose Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Select to show information about installed files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Installed Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Press to refresh the dependency tree</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Press to repair the selected dependency</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>View Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Select to show which package requires other packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Requires</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Select to show which package is required by others</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Required By</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Select to show only dependencies of locally installed packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Select to show only dependencies of packages installed to the user-site</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.ui" line="0"/>
+        <source>Required</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="192"/>
+        <source>pip Menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="226"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="227"/>
+        <source>Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="228"/>
+        <source>Location:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="229"/>
+        <source>Requires:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="230"/>
+        <source>Summary:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="231"/>
+        <source>Homepage:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="232"/>
+        <source>Author:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="233"/>
+        <source>Author Email:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="234"/>
+        <source>License:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="235"/>
+        <source>Metadata Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="236"/>
+        <source>Installer:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="237"/>
+        <source>Classifiers:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="238"/>
+        <source>Entry Points:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="239"/>
+        <source>Files:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="422"/>
+        <source>Getting installed packages...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="436"/>
+        <source>Getting outdated packages...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1190"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1010"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="997"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="961"/>
+        <source>Search PyPI</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="962"/>
+        <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"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../PipInterface/PipPackagesWidget.py" line="977" />
-      <source>%n package(s) found.</source>
-      <translation>
-        <numerusform>%n package found.</numerusform>
-        <numerusform>%n packages found.</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="984" />
-      <source>Showing first {0} packages found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1003" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="998" />
-      <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="1011" />
-      <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="1191" />
-      <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="1210" />
-      <source>Pip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1212" />
-      <source>Install Pip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1215" />
-      <source>Install Pip to User-Site</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1218" />
-      <source>Repair Pip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1225" />
-      <source>Install</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1390" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1227" />
-      <source>Install Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1230" />
-      <source>Install Local Package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1233" />
-      <source>Re-Install Selected Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1240" />
-      <source>Requirements/Constraints</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1242" />
-      <source>Install Requirements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1245" />
-      <source>Uninstall Requirements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1248" />
-      <source>Generate Requirements...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1252" />
-      <source>Generate Constraints...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1259" />
-      <source>Cache</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1261" />
-      <source>Show Cache Info...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1264" />
-      <source>Show Cached Files...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1267" />
-      <source>Remove Cached Files...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1270" />
-      <source>Purge Cache...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1287" />
-      <source>Show Licenses...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1291" />
-      <source>Check Vulnerabilities</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1295" />
-      <source>Update Vulnerability Database</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1299" />
-      <source>Create SBOM file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1306" />
-      <source>Edit User Configuration...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1309" />
-      <source>Edit Environment Configuration...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1314" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1533" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1520" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1509" />
-      <source>Edit Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1534" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1521" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1510" />
-      <source>No valid configuration path determined. Aborting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1702" />
-      <source>{0} {1}</source>
-      <comment>package name, package version</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1723" />
-      <source>Affected Version:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1726" />
-      <source>Advisory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1850" />
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1831" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipPackagesWidget.py" line="1847" />
-      <source>any</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="977"/>
+        <source>%n package(s) found.</source>
+        <translation>
+            <numerusform>%n package found.</numerusform>
+            <numerusform>%n packages found.</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="984"/>
+        <source>Showing first {0} packages found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1003"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="998"/>
+        <source>&lt;p&gt;There were no results for &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1011"/>
+        <source>&lt;p&gt;There were no more results for &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1191"/>
+        <source>&lt;p&gt;No package details info for &lt;b&gt;{0}&lt;/b&gt; available.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1210"/>
+        <source>Pip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1212"/>
+        <source>Install Pip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1215"/>
+        <source>Install Pip to User-Site</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1218"/>
+        <source>Repair Pip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1225"/>
+        <source>Install</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1390"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1227"/>
+        <source>Install Packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1230"/>
+        <source>Install Local Package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1233"/>
+        <source>Re-Install Selected Packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1240"/>
+        <source>Requirements/Constraints</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1242"/>
+        <source>Install Requirements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1245"/>
+        <source>Uninstall Requirements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1248"/>
+        <source>Generate Requirements...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1252"/>
+        <source>Generate Constraints...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1259"/>
+        <source>Cache</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1261"/>
+        <source>Show Cache Info...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1264"/>
+        <source>Show Cached Files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1267"/>
+        <source>Remove Cached Files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1270"/>
+        <source>Purge Cache...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1287"/>
+        <source>Show Licenses...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1291"/>
+        <source>Check Vulnerabilities</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1295"/>
+        <source>Update Vulnerability Database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1299"/>
+        <source>Create SBOM file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1306"/>
+        <source>Edit User Configuration...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1309"/>
+        <source>Edit Environment Configuration...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1314"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1533"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1520"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1509"/>
+        <source>Edit Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1534"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1521"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1510"/>
+        <source>No valid configuration path determined. Aborting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1702"/>
+        <source>{0} {1}</source>
+        <comment>package name, package version</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1723"/>
+        <source>Affected Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1726"/>
+        <source>Advisory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1850"/>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1831"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipPackagesWidget.py" line="1847"/>
+        <source>any</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PipPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/PipPage.py" line="31" />
-      <source>&lt;b&gt;Note:&lt;/b&gt; Leave empty to use the default index URL (&lt;a href="{0}"&gt;{0}&lt;/a&gt;).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PipPage.py" line="37" />
-      <source>&lt;b&gt;Note:&lt;/b&gt; Leave empty to use the default Safety DB URL ({0}).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" />
-      <source>&lt;b&gt;Configure pip&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" />
-      <source>Index URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" />
-      <source>Enter the URL of the package index or leave empty to use the default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" />
-      <source>Vulnerability Checks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" />
-      <source>Safety DB URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" />
-      <source>Enter the base URL for the Safety DB mirror to be used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" />
-      <source>Cache Validity:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" />
-      <source>Enter the Safety DB cache validity time in hours (2 hours up to 7 days)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" />
-      <source> hours</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" />
-      <source>Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" />
-      <source>Select to exclude conda managed environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" />
-      <source>Don't show 'Conda' environments</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/PipPage.py" line="31"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; Leave empty to use the default index URL (&lt;a href=&quot;{0}&quot;&gt;{0}&lt;/a&gt;).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PipPage.py" line="37"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; Leave empty to use the default Safety DB URL ({0}).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure pip&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0"/>
+        <source>Index URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0"/>
+        <source>Enter the URL of the package index or leave empty to use the default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0"/>
+        <source>Vulnerability Checks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0"/>
+        <source>Safety DB URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0"/>
+        <source>Enter the base URL for the Safety DB mirror to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0"/>
+        <source>Cache Validity:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0"/>
+        <source>Enter the Safety DB cache validity time in hours (2 hours up to 7 days)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0"/>
+        <source> hours</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0"/>
+        <source>Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0"/>
+        <source>Select to exclude conda managed environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0"/>
+        <source>Don&apos;t show &apos;Conda&apos; environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PipVulnerabilityChecker</name>
     <message>
-      <location filename="../PipInterface/PipVulnerabilityChecker.py" line="216" />
-      <source>Fetching Vulnerability Database</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PipInterface/PipVulnerabilityChecker.py" line="217" />
-      <source>&lt;p&gt;The vulnerability database &lt;b&gt;{0}&lt;/b&gt; could not be loaded from &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;The vulnerability check is not available.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PipInterface/PipVulnerabilityChecker.py" line="216"/>
+        <source>Fetching Vulnerability Database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PipInterface/PipVulnerabilityChecker.py" line="217"/>
+        <source>&lt;p&gt;The vulnerability database &lt;b&gt;{0}&lt;/b&gt; could not be loaded from &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;The vulnerability check is not available.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PixmapDiagram</name>
     <message>
-      <location filename="../Graphics/PixmapDiagram.py" line="193" />
-      <location filename="../Graphics/PixmapDiagram.py" line="84" />
-      <source>Pixmap-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/PixmapDiagram.py" line="130" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/PixmapDiagram.py" line="135" />
-      <source>Print</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/PixmapDiagram.py" line="140" />
-      <source>Print Preview</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/PixmapDiagram.py" line="170" />
-      <source>Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/PixmapDiagram.py" line="173" />
-      <source>Graphics</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/PixmapDiagram.py" line="194" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; cannot be displayed. The format is not supported.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/PixmapDiagram.py" line="448" />
-      <source>Diagram: {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Graphics/PixmapDiagram.py" line="193"/>
+        <location filename="../Graphics/PixmapDiagram.py" line="84"/>
+        <source>Pixmap-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/PixmapDiagram.py" line="130"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/PixmapDiagram.py" line="135"/>
+        <source>Print</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/PixmapDiagram.py" line="140"/>
+        <source>Print Preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/PixmapDiagram.py" line="170"/>
+        <source>Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/PixmapDiagram.py" line="173"/>
+        <source>Graphics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/PixmapDiagram.py" line="194"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; cannot be displayed. The format is not supported.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/PixmapDiagram.py" line="448"/>
+        <source>Diagram: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PluginDetailsDialog</name>
     <message>
-      <location filename="../PluginManager/PluginDetailsDialog.ui" line="0" />
-      <source>Plugin Details</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginDetailsDialog.ui" line="0" />
-      <source>Module name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginDetailsDialog.ui" line="0" />
-      <source>Module filename:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginDetailsDialog.ui" line="0" />
-      <source>Autoactivate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginDetailsDialog.ui" line="0" />
-      <source>Active</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginDetailsDialog.ui" line="0" />
-      <source>Plugin name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginDetailsDialog.ui" line="0" />
-      <source>Version:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginDetailsDialog.ui" line="0" />
-      <source>Author:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginDetailsDialog.ui" line="0" />
-      <source>Description:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginDetailsDialog.ui" line="0" />
-      <source>Error:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PluginManager/PluginDetailsDialog.ui" line="0"/>
+        <source>Plugin Details</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginDetailsDialog.ui" line="0"/>
+        <source>Module name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginDetailsDialog.ui" line="0"/>
+        <source>Module filename:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginDetailsDialog.ui" line="0"/>
+        <source>Autoactivate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginDetailsDialog.ui" line="0"/>
+        <source>Active</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginDetailsDialog.ui" line="0"/>
+        <source>Plugin name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginDetailsDialog.ui" line="0"/>
+        <source>Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginDetailsDialog.ui" line="0"/>
+        <source>Author:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginDetailsDialog.ui" line="0"/>
+        <source>Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginDetailsDialog.ui" line="0"/>
+        <source>Error:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PluginError</name>
     <message>
-      <location filename="../PluginManager/PluginExceptions.py" line="22" />
-      <source>Unspecific plugin error.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginExceptions.py" line="58" />
-      <source>Plugin paths not found or not creatable.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginExceptions.py" line="72" />
-      <source>No plugin modules found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginExceptions.py" line="89" />
-      <source>Error loading plugin module: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginExceptions.py" line="106" />
-      <source>Error activating plugin module: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginExceptions.py" line="123" />
-      <source>The plugin module {0} is missing {1}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginExceptions.py" line="142" />
-      <source>The plugin class {0} of module {1} is missing {2}.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PluginManager/PluginExceptions.py" line="22"/>
+        <source>Unspecific plugin error.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginExceptions.py" line="58"/>
+        <source>Plugin paths not found or not creatable.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginExceptions.py" line="72"/>
+        <source>No plugin modules found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginExceptions.py" line="89"/>
+        <source>Error loading plugin module: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginExceptions.py" line="106"/>
+        <source>Error activating plugin module: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginExceptions.py" line="123"/>
+        <source>The plugin module {0} is missing {1}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginExceptions.py" line="142"/>
+        <source>The plugin class {0} of module {1} is missing {2}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PluginInfoDialog</name>
     <message>
-      <location filename="../PluginManager/PluginInfoDialog.py" line="45" />
-      <source>Show details</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInfoDialog.py" line="47" />
-      <source>Activate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInfoDialog.py" line="50" />
-      <source>Deactivate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInfoDialog.py" line="102" />
-      <location filename="../PluginManager/PluginInfoDialog.py" line="101" />
-      <location filename="../PluginManager/PluginInfoDialog.py" line="79" />
-      <location filename="../PluginManager/PluginInfoDialog.py" line="78" />
-      <source>Yes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInfoDialog.py" line="78" />
-      <source>On-Demand</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInfoDialog.py" line="79" />
-      <source>No</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInfoDialog.ui" line="0" />
-      <source>Loaded Plugins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInfoDialog.ui" line="0" />
-      <source>Double-Click an entry to show detailed info. Plugins with an error are shown in red.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInfoDialog.ui" line="0" />
-      <source>&lt;b&gt;Plugin List&lt;/b&gt;&lt;p&gt;This lists all loaded plugins. Double-clicking an entry shows more detailed information in a separate dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInfoDialog.ui" line="0" />
-      <source>Module</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInfoDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInfoDialog.ui" line="0" />
-      <source>Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInfoDialog.ui" line="0" />
-      <source>Autoactivate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInfoDialog.ui" line="0" />
-      <source>Active</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInfoDialog.ui" line="0" />
-      <source>Description</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PluginManager/PluginInfoDialog.py" line="45"/>
+        <source>Show details</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInfoDialog.py" line="47"/>
+        <source>Activate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInfoDialog.py" line="50"/>
+        <source>Deactivate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInfoDialog.py" line="102"/>
+        <location filename="../PluginManager/PluginInfoDialog.py" line="101"/>
+        <location filename="../PluginManager/PluginInfoDialog.py" line="79"/>
+        <location filename="../PluginManager/PluginInfoDialog.py" line="78"/>
+        <source>Yes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInfoDialog.py" line="78"/>
+        <source>On-Demand</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInfoDialog.py" line="79"/>
+        <source>No</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInfoDialog.ui" line="0"/>
+        <source>Loaded Plugins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInfoDialog.ui" line="0"/>
+        <source>Double-Click an entry to show detailed info. Plugins with an error are shown in red.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInfoDialog.ui" line="0"/>
+        <source>&lt;b&gt;Plugin List&lt;/b&gt;&lt;p&gt;This lists all loaded plugins. Double-clicking an entry shows more detailed information in a separate dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInfoDialog.ui" line="0"/>
+        <source>Module</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInfoDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInfoDialog.ui" line="0"/>
+        <source>Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInfoDialog.ui" line="0"/>
+        <source>Autoactivate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInfoDialog.ui" line="0"/>
+        <source>Active</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInfoDialog.ui" line="0"/>
+        <source>Description</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PluginInstallDialog</name>
     <message>
-      <location filename="../PluginManager/PluginInstallDialog.ui" line="0" />
-      <source>Plugin Installation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.ui" line="0" />
-      <source>&lt;b&gt;Enter the plugin archives to install&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.ui" line="0" />
-      <source>Add plugin ZIP-archives via a file selection dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.ui" line="0" />
-      <source>Add ...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.ui" line="0" />
-      <source>Remove the selected entries from the list of plugin archives to be installed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.ui" line="0" />
-      <source>Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.ui" line="0" />
-      <source>&lt;b&gt;Select the destination plugin directory&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.ui" line="0" />
-      <source>Select the destination plugin area</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.ui" line="0" />
-      <source>&lt;b&gt;Installation Summary&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.ui" line="0" />
-      <source>This shows the summary of the installation data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.ui" line="0" />
-      <source>%v/%m Files</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PluginManager/PluginInstallDialog.ui" line="0"/>
+        <source>Plugin Installation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.ui" line="0"/>
+        <source>&lt;b&gt;Enter the plugin archives to install&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.ui" line="0"/>
+        <source>Add plugin ZIP-archives via a file selection dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.ui" line="0"/>
+        <source>Add ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.ui" line="0"/>
+        <source>Remove the selected entries from the list of plugin archives to be installed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.ui" line="0"/>
+        <source>Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.ui" line="0"/>
+        <source>&lt;b&gt;Select the destination plugin directory&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.ui" line="0"/>
+        <source>Select the destination plugin area</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.ui" line="0"/>
+        <source>&lt;b&gt;Installation Summary&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.ui" line="0"/>
+        <source>This shows the summary of the installation data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.ui" line="0"/>
+        <source>%v/%m Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PluginInstallWidget</name>
     <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="67" />
-      <source>&lt; Back</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="70" />
-      <source>Next &gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="73" />
-      <source>Install</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="85" />
-      <source>User plugins directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="90" />
-      <source>Global plugins directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="152" />
-      <source>Plugin ZIP-Archives:
+        <location filename="../PluginManager/PluginInstallDialog.py" line="67"/>
+        <source>&lt; Back</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="70"/>
+        <source>Next &gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="73"/>
+        <source>Install</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="85"/>
+        <source>User plugins directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="90"/>
+        <source>Global plugins directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="152"/>
+        <source>Plugin ZIP-Archives:
 {0}
 
 Destination:
 {1} ({2})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="169" />
-      <source>Select plugin ZIP-archives</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="171" />
-      <source>Plugin archive (*.zip)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="235" />
-      <source>Installing {0} ...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="239" />
-      <source>  ok</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="247" />
-      <source>The plugins were installed successfully.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="250" />
-      <source>Some plugins could not be installed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="280" />
-      <source>&lt;p&gt;The archive file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="324" />
-      <location filename="../PluginManager/PluginInstallDialog.py" line="291" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not a valid plugin ZIP-archive. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="302" />
-      <source>&lt;p&gt;The destination directory &lt;b&gt;{0}&lt;/b&gt; is not writeable. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="372" />
-      <source>&lt;p&gt;The plugin module &lt;b&gt;{0}&lt;/b&gt; does not contain a 'packageName' attribute. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="382" />
-      <source>&lt;p&gt;The plugin module &lt;b&gt;{0}&lt;/b&gt; does not conform with the PyQt v2 API. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="397" />
-      <source>&lt;p&gt;The plugin package &lt;b&gt;{0}&lt;/b&gt; exists. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="411" />
-      <source>&lt;p&gt;The plugin module &lt;b&gt;{0}&lt;/b&gt; exists. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="490" />
-      <source>Error installing plugin. Reason: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginInstallDialog.py" line="496" />
-      <source>Unspecific exception installing plugin.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="169"/>
+        <source>Select plugin ZIP-archives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="171"/>
+        <source>Plugin archive (*.zip)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="235"/>
+        <source>Installing {0} ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="239"/>
+        <source>  ok</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="247"/>
+        <source>The plugins were installed successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="250"/>
+        <source>Some plugins could not be installed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="280"/>
+        <source>&lt;p&gt;The archive file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="324"/>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="291"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; is not a valid plugin ZIP-archive. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="302"/>
+        <source>&lt;p&gt;The destination directory &lt;b&gt;{0}&lt;/b&gt; is not writeable. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="372"/>
+        <source>&lt;p&gt;The plugin module &lt;b&gt;{0}&lt;/b&gt; does not contain a &apos;packageName&apos; attribute. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="382"/>
+        <source>&lt;p&gt;The plugin module &lt;b&gt;{0}&lt;/b&gt; does not conform with the PyQt v2 API. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="397"/>
+        <source>&lt;p&gt;The plugin package &lt;b&gt;{0}&lt;/b&gt; exists. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="411"/>
+        <source>&lt;p&gt;The plugin module &lt;b&gt;{0}&lt;/b&gt; exists. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="490"/>
+        <source>Error installing plugin. Reason: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginInstallDialog.py" line="496"/>
+        <source>Unspecific exception installing plugin.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PluginManager</name>
     <message>
-      <location filename="../PluginManager/PluginManager.py" line="218" />
-      <source>Could not create a package for {0}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginManager.py" line="250" />
-      <source>The internal plugin directory &lt;b&gt;{0}&lt;/b&gt; does not exits.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginManager.py" line="422" />
-      <source>Module is missing the 'autoactivate' attribute.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginManager.py" line="433" />
-      <source>Module is missing the 'pluginType' and/or 'pluginTypename' attributes.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginManager.py" line="461" />
-      <source>Module failed to load. Error: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginManager.py" line="636" />
-      <source>Incompatible plugin activation method.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginManager.py" line="1219" />
-      <source>Plugin Manager Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginManager.py" line="1220" />
-      <source>&lt;p&gt;The plugin download directory &lt;b&gt;{0}&lt;/b&gt; could not be created. Please configure it via the configuration dialog.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginManager.py" line="1305" />
-      <source>Error downloading file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginManager.py" line="1306" />
-      <source>&lt;p&gt;Could not download the requested file from {0}.&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PluginManager/PluginManager.py" line="218"/>
+        <source>Could not create a package for {0}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginManager.py" line="250"/>
+        <source>The internal plugin directory &lt;b&gt;{0}&lt;/b&gt; does not exits.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginManager.py" line="422"/>
+        <source>Module is missing the &apos;autoactivate&apos; attribute.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginManager.py" line="433"/>
+        <source>Module is missing the &apos;pluginType&apos; and/or &apos;pluginTypename&apos; attributes.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginManager.py" line="461"/>
+        <source>Module failed to load. Error: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginManager.py" line="636"/>
+        <source>Incompatible plugin activation method.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginManager.py" line="1219"/>
+        <source>Plugin Manager Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginManager.py" line="1220"/>
+        <source>&lt;p&gt;The plugin download directory &lt;b&gt;{0}&lt;/b&gt; could not be created. Please configure it via the configuration dialog.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginManager.py" line="1305"/>
+        <source>Error downloading file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginManager.py" line="1306"/>
+        <source>&lt;p&gt;Could not download the requested file from {0}.&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PluginManagerPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>&lt;b&gt;Configure plugin manager&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Plugins download directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Enter the plugins download directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Download Housekeeping</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>No. of generations to keep:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Enter the number of generations to keep for each plugin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Select to keep generations of hidden plugins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Keep generations of hidden plugins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Select to cleanup the plugins download area during startuo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Cleanup during startup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>&lt;font color="#FF0000"&gt;&lt;b&gt;Note:&lt;/b&gt; The following settings are activated at the next startup of the application.&lt;/font&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Select to enable external plugins to be loaded</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Load external plugins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Check for plugin updates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Select to disable update checking</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Never</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Select to check for updates whenever eric is started</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Always</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Select to check for updates once a day</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Daily</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Select to check for updates once a week</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Weekly</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Select to check for updates once a month</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Monthly</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Select to check only already installed plugins for updates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Check only installed plugins for updates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Repository URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Shows the repository URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Press to edit the plugin repository URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Edit URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Startup Behavior</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Select, to check for missing plugin dependencies at startup and install them</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0" />
-      <source>Automatic dependencies installation</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure plugin manager&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Plugins download directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Enter the plugins download directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Download Housekeeping</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>No. of generations to keep:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Enter the number of generations to keep for each plugin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Select to keep generations of hidden plugins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Keep generations of hidden plugins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Select to cleanup the plugins download area during startuo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Cleanup during startup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; The following settings are activated at the next startup of the application.&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Select to enable external plugins to be loaded</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Load external plugins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Check for plugin updates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Select to disable update checking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Never</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Select to check for updates whenever eric is started</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Always</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Select to check for updates once a day</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Daily</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Select to check for updates once a week</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Weekly</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Select to check for updates once a month</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Monthly</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Select to check only already installed plugins for updates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Check only installed plugins for updates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Repository URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Shows the repository URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Press to edit the plugin repository URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Edit URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Startup Behavior</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Select, to check for missing plugin dependencies at startup and install them</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PluginManagerPage.ui" line="0"/>
+        <source>Automatic dependencies installation</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PluginRepositoryDialog</name>
     <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Plugin Repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Short Description</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Shows the number of new plug-ins available</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Shows the number of locally updatable plug-ins available</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Shows the number of remotely updatable plug-ins available</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Description:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Displays the description of the selected plugin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Author:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Displays the author of the selected plugin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Displays the download URL of the selected plugin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Shows the progress of the current download</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Repository URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Shows the repository URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Press to edit the plugin repository URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0" />
-      <source>Edit URL</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Plugin Repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Short Description</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Shows the number of new plug-ins available</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Shows the number of locally updatable plug-ins available</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Shows the number of remotely updatable plug-ins available</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Displays the description of the selected plugin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Author:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Displays the author of the selected plugin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Displays the download URL of the selected plugin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Shows the progress of the current download</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Repository URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Shows the repository URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Press to edit the plugin repository URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.ui" line="0"/>
+        <source>Edit URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PluginRepositoryWidget</name>
     <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="162" />
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="122" />
-      <source>Update</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="165" />
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="128" />
-      <source>Download</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="136" />
-      <source>Download &amp; Install</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="171" />
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="144" />
-      <source>Cancel</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="150" />
-      <source>Install</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="168" />
-      <source>Download &amp;&amp; Install</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="174" />
-      <source>Close &amp;&amp; Install</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="177" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="198" />
-      <source>Hide</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="201" />
-      <source>Hide Selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="205" />
-      <source>Show All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="209" />
-      <source>Cleanup Downloads</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="264" />
-      <source>Internet Reachability Status: Reachable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="266" />
-      <source>Internet Reachability Status: Not Reachable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="512" />
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="502" />
-      <source>Download Plugin Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="513" />
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="503" />
-      <source>The requested plugins were downloaded.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="561" />
-      <source>Plugins Repository URL Changed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="562" />
-      <source>The URL of the Plugins Repository has changed. Select the "Update" button to get the new repository file.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="571" />
-      <source>Read plugins repository file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="572" />
-      <source>&lt;p&gt;The plugins repository file &lt;b&gt;{0}&lt;/b&gt; could not be read. Select Update&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="581" />
-      <source>No plugin repository file available.
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="162"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="122"/>
+        <source>Update</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="165"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="128"/>
+        <source>Download</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="136"/>
+        <source>Download &amp; Install</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="171"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="144"/>
+        <source>Cancel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="150"/>
+        <source>Install</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="168"/>
+        <source>Download &amp;&amp; Install</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="174"/>
+        <source>Close &amp;&amp; Install</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="177"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="198"/>
+        <source>Hide</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="201"/>
+        <source>Hide Selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="205"/>
+        <source>Show All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="209"/>
+        <source>Cleanup Downloads</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="264"/>
+        <source>Internet Reachability Status: Reachable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="266"/>
+        <source>Internet Reachability Status: Not Reachable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="512"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="502"/>
+        <source>Download Plugin Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="513"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="503"/>
+        <source>The requested plugins were downloaded.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="561"/>
+        <source>Plugins Repository URL Changed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="562"/>
+        <source>The URL of the Plugins Repository has changed. Select the &quot;Update&quot; button to get the new repository file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="571"/>
+        <source>Read plugins repository file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="572"/>
+        <source>&lt;p&gt;The plugins repository file &lt;b&gt;{0}&lt;/b&gt; could not be read. Select Update&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="581"/>
+        <source>No plugin repository file available.
 Select Update.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="585" />
-      <source>New: &lt;b&gt;{0}&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="587" />
-      <source>Local Updates: &lt;b&gt;{0}&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="590" />
-      <source>Remote Updates: &lt;b&gt;{0}&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="657" />
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="625" />
-      <source>Error downloading file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="658" />
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="626" />
-      <source>&lt;p&gt;Could not download the requested file from {0}.&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="629" />
-      <source>No connection to Internet.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="739" />
-      <source>Stable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="746" />
-      <source>Unstable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="753" />
-      <source>Obsolete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="760" />
-      <source>Unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="783" />
-      <source>up-to-date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="786" />
-      <source>new download available</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="790" />
-      <source>update installable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="794" />
-      <source>updated download available</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="798" />
-      <source>error determining status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="1168" />
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="1140" />
-      <source>Cleanup of Plugin Downloads</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="1172" />
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="1143" />
-      <source>&lt;p&gt;The plugin download &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>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="585"/>
+        <source>New: &lt;b&gt;{0}&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="587"/>
+        <source>Local Updates: &lt;b&gt;{0}&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="590"/>
+        <source>Remote Updates: &lt;b&gt;{0}&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="657"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="625"/>
+        <source>Error downloading file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="658"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="626"/>
+        <source>&lt;p&gt;Could not download the requested file from {0}.&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="629"/>
+        <source>No connection to Internet.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="739"/>
+        <source>Stable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="746"/>
+        <source>Unstable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="753"/>
+        <source>Obsolete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="760"/>
+        <source>Unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="783"/>
+        <source>up-to-date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="786"/>
+        <source>new download available</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="790"/>
+        <source>update installable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="794"/>
+        <source>updated download available</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="798"/>
+        <source>error determining status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="1168"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="1140"/>
+        <source>Cleanup of Plugin Downloads</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="1172"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="1143"/>
+        <source>&lt;p&gt;The plugin download &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"></translation>
+    </message>
+</context>
+<context>
     <name>PluginRepositoryWindow</name>
     <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="1045" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginRepositoryDialog.py" line="1046" />
-      <source>&lt;p&gt;Could not start the process.&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="../PluginManager/PluginRepositoryDialog.py" line="1050" />
-      <source>OK</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="1045"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="1046"/>
+        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="1050"/>
+        <source>OK</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PluginUninstallDialog</name>
     <message>
-      <location filename="../PluginManager/PluginUninstallDialog.ui" line="0" />
-      <source>Plugin Uninstallation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginUninstallDialog.ui" line="0" />
-      <source>Plugin directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginUninstallDialog.ui" line="0" />
-      <source>Select the plugin area containing the plugin to uninstall</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginUninstallDialog.ui" line="0" />
-      <source>Plugins:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginUninstallDialog.ui" line="0" />
-      <source>Check the plugins to be uninstalled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginUninstallDialog.ui" line="0" />
-      <source>Select to keep the configuration data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginUninstallDialog.ui" line="0" />
-      <source>Keep configuration data</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PluginManager/PluginUninstallDialog.ui" line="0"/>
+        <source>Plugin Uninstallation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginUninstallDialog.ui" line="0"/>
+        <source>Plugin directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginUninstallDialog.ui" line="0"/>
+        <source>Select the plugin area containing the plugin to uninstall</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginUninstallDialog.ui" line="0"/>
+        <source>Plugins:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginUninstallDialog.ui" line="0"/>
+        <source>Check the plugins to be uninstalled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginUninstallDialog.ui" line="0"/>
+        <source>Select to keep the configuration data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginUninstallDialog.ui" line="0"/>
+        <source>Keep configuration data</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PluginUninstallWidget</name>
     <message>
-      <location filename="../PluginManager/PluginUninstallDialog.py" line="57" />
-      <source>User plugins directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginUninstallDialog.py" line="63" />
-      <source>Global plugins directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginUninstallDialog.py" line="237" />
-      <location filename="../PluginManager/PluginUninstallDialog.py" line="227" />
-      <location filename="../PluginManager/PluginUninstallDialog.py" line="214" />
-      <location filename="../PluginManager/PluginUninstallDialog.py" line="156" />
-      <location filename="../PluginManager/PluginUninstallDialog.py" line="140" />
-      <source>Plugin Uninstallation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginUninstallDialog.py" line="141" />
-      <source>&lt;p&gt;The plugin &lt;b&gt;{0}&lt;/b&gt; could not be unloaded. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginUninstallDialog.py" line="157" />
-      <source>&lt;p&gt;The plugin &lt;b&gt;{0}&lt;/b&gt; has no 'packageName' attribute. Aborting...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginUninstallDialog.py" line="215" />
-      <source>&lt;p&gt;The plugin package &lt;b&gt;{0}&lt;/b&gt; could not be removed. Aborting...&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../PluginManager/PluginUninstallDialog.py" line="238" />
-      <location filename="../PluginManager/PluginUninstallDialog.py" line="228" />
-      <source>&lt;p&gt;The plugin &lt;b&gt;{0}&lt;/b&gt; was uninstalled successfully from {1}.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../PluginManager/PluginUninstallDialog.py" line="57"/>
+        <source>User plugins directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginUninstallDialog.py" line="63"/>
+        <source>Global plugins directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginUninstallDialog.py" line="237"/>
+        <location filename="../PluginManager/PluginUninstallDialog.py" line="227"/>
+        <location filename="../PluginManager/PluginUninstallDialog.py" line="214"/>
+        <location filename="../PluginManager/PluginUninstallDialog.py" line="156"/>
+        <location filename="../PluginManager/PluginUninstallDialog.py" line="140"/>
+        <source>Plugin Uninstallation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginUninstallDialog.py" line="141"/>
+        <source>&lt;p&gt;The plugin &lt;b&gt;{0}&lt;/b&gt; could not be unloaded. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginUninstallDialog.py" line="157"/>
+        <source>&lt;p&gt;The plugin &lt;b&gt;{0}&lt;/b&gt; has no &apos;packageName&apos; attribute. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginUninstallDialog.py" line="215"/>
+        <source>&lt;p&gt;The plugin package &lt;b&gt;{0}&lt;/b&gt; could not be removed. Aborting...&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PluginManager/PluginUninstallDialog.py" line="238"/>
+        <location filename="../PluginManager/PluginUninstallDialog.py" line="228"/>
+        <source>&lt;p&gt;The plugin &lt;b&gt;{0}&lt;/b&gt; was uninstalled successfully from {1}.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PluginWizardDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>eric Plug-in Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Header</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Plug-in Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Enter the plug-in name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Version:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Enter the version number in the form 'major.minor[.patch[.sub]]'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Author:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Enter the author's name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Author Email:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Enter the author's email address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Class Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Enter the name of the plug-in class</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Package Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Enter the name of the plug-in package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Select to create the entered package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Create Package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Short Description:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Enter the short description</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Long Description:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Enter the long description</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Select to activate the plug-in automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Activate Automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Select to allow the plug-in to be deactivated</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Can be deactivated</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Select to indicate a restart is needed when updated</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Needs Restart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Plug-in Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Select the plug-in type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Plug-in Type Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Enter the plug-in type name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Select to indicate that the plug-in has configurable data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Is configurable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Preferences Key:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Enter the preferences key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Various</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Select to create a 'previewPix()' function skeleton</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Include 'previewPix()' function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Select to create a 'moduleSetup()' function skeleton</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Include 'moduleSetup()' function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Include an 'exeDisplayData' function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Select to create an 'exeDisplayData()' function skeleton</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>'exeDisplayData()' function returning program data to determine version information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Select to create an 'exeDisplayData()' function skeleton returning version info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>'exeDisplayData()' function returning version information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Select to create an 'exeDisplayDataList()' function skeleton</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>'exeDisplayDataList()' function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Select to create an 'apiFiles()' function skeleton</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Include 'apiFiles()' function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Press to populate entry fields from project data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0" />
-      <source>Populate from Project</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>eric Plug-in Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Header</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Plug-in Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Enter the plug-in name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Enter the version number in the form &apos;major.minor[.patch[.sub]]&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Author:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Enter the author&apos;s name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Author Email:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Enter the author&apos;s email address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Class Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Enter the name of the plug-in class</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Package Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Enter the name of the plug-in package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Select to create the entered package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Create Package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Short Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Enter the short description</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Long Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Enter the long description</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Select to activate the plug-in automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Activate Automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Select to allow the plug-in to be deactivated</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Can be deactivated</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Select to indicate a restart is needed when updated</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Needs Restart</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Plug-in Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Select the plug-in type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Plug-in Type Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Enter the plug-in type name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Select to indicate that the plug-in has configurable data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Is configurable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Preferences Key:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Enter the preferences key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Various</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Select to create a &apos;previewPix()&apos; function skeleton</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Include &apos;previewPix()&apos; function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Select to create a &apos;moduleSetup()&apos; function skeleton</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Include &apos;moduleSetup()&apos; function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Include an &apos;exeDisplayData&apos; function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Select to create an &apos;exeDisplayData()&apos; function skeleton</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>&apos;exeDisplayData()&apos; function returning program data to determine version information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Select to create an &apos;exeDisplayData()&apos; function skeleton returning version info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>&apos;exeDisplayData()&apos; function returning version information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Select to create an &apos;exeDisplayDataList()&apos; function skeleton</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>&apos;exeDisplayDataList()&apos; function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Select to create an &apos;apiFiles()&apos; function skeleton</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Include &apos;apiFiles()&apos; function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Press to populate entry fields from project data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui" line="0"/>
+        <source>Populate from Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1793" />
-      <source>Export Preferences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/__init__.py" line="1822" />
-      <location filename="../Preferences/__init__.py" line="1795" />
-      <source>Properties File (*.ini);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/__init__.py" line="1820" />
-      <source>Import Preferences</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/__init__.py" line="1803"/>
+        <source>Export Preferences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/__init__.py" line="1832"/>
+        <location filename="../Preferences/__init__.py" line="1805"/>
+        <source>Properties File (*.ini);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/__init__.py" line="1830"/>
+        <source>Import Preferences</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PreferencesLexerError</name>
     <message>
-      <location filename="../Preferences/PreferencesLexer.py" line="27" />
-      <source>Unspecific PreferencesLexer error.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/PreferencesLexer.py" line="63" />
-      <source>Unsupported Lexer Language: {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/PreferencesLexer.py" line="27"/>
+        <source>Unspecific PreferencesLexer error.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/PreferencesLexer.py" line="63"/>
+        <source>Unsupported Lexer Language: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PreviewModel</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="470" />
-      <source>Variable Name</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="470"/>
+        <source>Variable Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PreviewProcessingThread</name>
     <message>
-      <location filename="../UI/Previewers/PreviewerHTML.py" line="526" />
-      <source>&lt;p&gt;No preview available for this type of file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerHTML.py" line="642" />
-      <source>&lt;p&gt;ReStructuredText preview requires the &lt;b&gt;sphinx&lt;/b&gt; package.&lt;br/&gt;Install it with your package manager,'pip install Sphinx' or see &lt;a href="http://pypi.python.org/pypi/Sphinx"&gt;this page.&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Alternatively you may disable Sphinx usage on the Editor, Filehandling configuration page.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerHTML.py" line="712" />
-      <source>&lt;p&gt;ReStructuredText preview requires the &lt;b&gt;python-docutils&lt;/b&gt; package.&lt;br/&gt;Install it with your package manager, 'pip install docutils' or see &lt;a href="http://pypi.python.org/pypi/docutils"&gt;this page.&lt;/a&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerHTML.py" line="729" />
-      <source>&lt;p&gt;Docutils returned an error:&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerHTML.py" line="758" />
-      <source>&lt;p&gt;Markdown preview requires the &lt;b&gt;Markdown&lt;/b&gt; package.&lt;br/&gt;Install it with your package manager, 'pip install Markdown' or see &lt;a href="http://pythonhosted.org/Markdown/install.html"&gt;installation instructions.&lt;/a&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/Previewers/PreviewerHTML.py" line="526"/>
+        <source>&lt;p&gt;No preview available for this type of file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerHTML.py" line="642"/>
+        <source>&lt;p&gt;ReStructuredText preview requires the &lt;b&gt;sphinx&lt;/b&gt; package.&lt;br/&gt;Install it with your package manager,&apos;pip install Sphinx&apos; or see &lt;a href=&quot;http://pypi.python.org/pypi/Sphinx&quot;&gt;this page.&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Alternatively you may disable Sphinx usage on the Editor, Filehandling configuration page.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerHTML.py" line="712"/>
+        <source>&lt;p&gt;ReStructuredText preview requires the &lt;b&gt;python-docutils&lt;/b&gt; package.&lt;br/&gt;Install it with your package manager, &apos;pip install docutils&apos; or see &lt;a href=&quot;http://pypi.python.org/pypi/docutils&quot;&gt;this page.&lt;/a&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerHTML.py" line="729"/>
+        <source>&lt;p&gt;Docutils returned an error:&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerHTML.py" line="758"/>
+        <source>&lt;p&gt;Markdown preview requires the &lt;b&gt;Markdown&lt;/b&gt; package.&lt;br/&gt;Install it with your package manager, &apos;pip install Markdown&apos; or see &lt;a href=&quot;http://pythonhosted.org/Markdown/install.html&quot;&gt;installation instructions.&lt;/a&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PreviewerHTML</name>
     <message>
-      <location filename="../UI/Previewers/PreviewerHTML.py" line="71" />
-      <source>&lt;b&gt;HTML Preview is not available!&lt;br/&gt;Install PyQt6-WebEngine.&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerHTML.py" line="95" />
-      <source>Enable JavaScript</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerHTML.py" line="97" />
-      <source>Select to enable JavaScript for HTML previews</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerHTML.py" line="102" />
-      <source>Enable Server Side Includes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerHTML.py" line="104" />
-      <source>Select to enable support for Server Side Includes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerHTML.py" line="108" />
-      <source>Copy HTML</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerHTML.py" line="110" />
-      <source>Press to copy the HTML text of the preview to the clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerHTML.py" line="223" />
-      <source>&lt;p&gt;No preview available for this type of file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerHTML.py" line="284" />
-      <source>Preview - {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerHTML.py" line="286" />
-      <source>Preview</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/Previewers/PreviewerHTML.py" line="71"/>
+        <source>&lt;b&gt;HTML Preview is not available!&lt;br/&gt;Install PyQt6-WebEngine.&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerHTML.py" line="95"/>
+        <source>Enable JavaScript</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerHTML.py" line="97"/>
+        <source>Select to enable JavaScript for HTML previews</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerHTML.py" line="102"/>
+        <source>Enable Server Side Includes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerHTML.py" line="104"/>
+        <source>Select to enable support for Server Side Includes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerHTML.py" line="108"/>
+        <source>Copy HTML</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerHTML.py" line="110"/>
+        <source>Press to copy the HTML text of the preview to the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerHTML.py" line="223"/>
+        <source>&lt;p&gt;No preview available for this type of file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerHTML.py" line="284"/>
+        <source>Preview - {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerHTML.py" line="286"/>
+        <source>Preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PreviewerQSS</name>
     <message>
-      <location filename="../UI/Previewers/PreviewerQSS.ui" line="0" />
-      <source>Preview Style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.ui" line="0" />
-      <source>Style Icons Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.ui" line="0" />
-      <source>Enter the path to the icons used within the style sheet</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.ui" line="0" />
-      <source>Enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.ui" line="0" />
-      <location filename="../UI/Previewers/PreviewerQSS.ui" line="0" />
-      <source>Enter text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.ui" line="0" />
-      <source>Disabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.ui" line="0" />
-      <source>C4</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.ui" line="0" />
-      <source>X4</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.py" line="47" />
-      <source>Action 1.1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.py" line="49" />
-      <source>Action 2.1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.py" line="53" />
-      <source>Action 1.2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.py" line="55" />
-      <source>Action 2.2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.py" line="59" />
-      <source>Action 1.3</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.py" line="61" />
-      <source>Action 2.3</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.py" line="65" />
-      <source>MDI</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.py" line="77" />
-      <source>Python</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.py" line="78" />
-      <source>Ruby</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/Previewers/PreviewerQSS.py" line="79" />
-      <source>JavaScript</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/Previewers/PreviewerQSS.ui" line="0"/>
+        <source>Preview Style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.ui" line="0"/>
+        <source>Style Icons Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.ui" line="0"/>
+        <source>Enter the path to the icons used within the style sheet</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.ui" line="0"/>
+        <source>Enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.ui" line="0"/>
+        <location filename="../UI/Previewers/PreviewerQSS.ui" line="0"/>
+        <source>Enter text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.ui" line="0"/>
+        <source>Disabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.ui" line="0"/>
+        <source>C4</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.ui" line="0"/>
+        <source>X4</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.py" line="47"/>
+        <source>Action 1.1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.py" line="49"/>
+        <source>Action 2.1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.py" line="53"/>
+        <source>Action 1.2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.py" line="55"/>
+        <source>Action 2.2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.py" line="59"/>
+        <source>Action 1.3</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.py" line="61"/>
+        <source>Action 2.3</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.py" line="65"/>
+        <source>MDI</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.py" line="77"/>
+        <source>Python</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.py" line="78"/>
+        <source>Ruby</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/Previewers/PreviewerQSS.py" line="79"/>
+        <source>JavaScript</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PrintToPdfDialog</name>
     <message>
-      <location filename="../WebBrowser/Tools/PrintToPdfDialog.ui" line="0" />
-      <source>Print to PDF</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Tools/PrintToPdfDialog.ui" line="0" />
-      <source>Save as:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Tools/PrintToPdfDialog.ui" line="0" />
-      <source>Enter the file name of the PDF document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Tools/PrintToPdfDialog.ui" line="0" />
-      <source>Page Layout:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Tools/PrintToPdfDialog.ui" line="0" />
-      <source>Select the page layout via a dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Tools/PrintToPdfDialog.ui" line="0" />
-      <source>...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Tools/PrintToPdfDialog.py" line="41" />
-      <source>PDF Files (*.pdf);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Tools/PrintToPdfDialog.py" line="78" />
-      <source>Portrait</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Tools/PrintToPdfDialog.py" line="83" />
-      <source>Landscape</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Tools/PrintToPdfDialog.py" line="86" />
-      <source>{0}, {1}</source>
-      <comment>page size, page orientation</comment>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Tools/PrintToPdfDialog.ui" line="0"/>
+        <source>Print to PDF</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Tools/PrintToPdfDialog.ui" line="0"/>
+        <source>Save as:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Tools/PrintToPdfDialog.ui" line="0"/>
+        <source>Enter the file name of the PDF document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Tools/PrintToPdfDialog.ui" line="0"/>
+        <source>Page Layout:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Tools/PrintToPdfDialog.ui" line="0"/>
+        <source>Select the page layout via a dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Tools/PrintToPdfDialog.ui" line="0"/>
+        <source>...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Tools/PrintToPdfDialog.py" line="41"/>
+        <source>PDF Files (*.pdf);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Tools/PrintToPdfDialog.py" line="78"/>
+        <source>Portrait</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Tools/PrintToPdfDialog.py" line="83"/>
+        <source>Landscape</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Tools/PrintToPdfDialog.py" line="86"/>
+        <source>{0}, {1}</source>
+        <comment>page size, page orientation</comment>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Printer</name>
     <message>
-      <location filename="../QScintilla/Printer.py" line="67" />
-      <source>{0} - Printed on {1}, {2} - Page {3}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/Printer.py" line="67"/>
+        <source>{0} - Printed on {1}, {2} - Page {3}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PrinterPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>&lt;b&gt;Configure printer settings&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>Printername:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>Color Mode:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>Color</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>Gray Scale</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>Page Order:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>First Page First</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>Last Page First</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>Magnification:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>Resolution:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>Select the printer resolution </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source> DPI</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>Press to select the font for the page headers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>Header Font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>Margins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>Enter the top margin in cm.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source> cm</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>Enter the left margin in cm.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>Enter the right margin in cm.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0" />
-      <source>Enter the bottom margin in cm.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure printer settings&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>Printername:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>Color Mode:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>Color</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>Gray Scale</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>Page Order:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>First Page First</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>Last Page First</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>Magnification:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>Resolution:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>Select the printer resolution </source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source> DPI</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>Press to select the font for the page headers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>Header Font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>Margins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>Enter the top margin in cm.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source> cm</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>Enter the left margin in cm.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>Enter the right margin in cm.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PrinterPage.ui" line="0"/>
+        <source>Enter the bottom margin in cm.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ProgramsDialog</name>
     <message>
-      <location filename="../Preferences/ProgramsDialog.ui" line="0" />
-      <source>External Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.ui" line="0" />
-      <source>Path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.ui" line="0" />
-      <source>Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.ui" line="0" />
-      <source>Show:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.ui" line="0" />
-      <source>Select the kind of tools to show</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="58" />
-      <source>Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="60" />
-      <source>Press to search for programs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="64" />
-      <source>All Supported Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="65" />
-      <source>Available Tools Only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="66" />
-      <source>Unavailable Tools Only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="107" />
-      <source>Translation Converter (Qt)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="122" />
-      <source>Qt Designer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="136" />
-      <source>Qt Linguist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="150" />
-      <source>Qt Assistant</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="156" />
-      <source>Translation Extractor (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="164" />
-      <source>Forms Compiler (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="172" />
-      <source>Resource Compiler (Python, PyQt5)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="183" />
-      <source>Translation Extractor (Python, PyQt6)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="190" />
-      <source>Forms Compiler (Python, PyQt6)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="200" />
-      <source>Translation Extractor (Python, PySide2)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="209" />
-      <source>Forms Compiler (Python, PySide2)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="218" />
-      <source>Resource Compiler (Python, PySide2)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="228" />
-      <source>Translation Extractor (Python, PySide6)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="237" />
-      <source>Forms Compiler (Python, PySide6)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="246" />
-      <source>Resource Compiler (Python, PySide6)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="261" />
-      <source>conda Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="269" />
-      <source>PyPI Package Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="494" />
-      <location filename="../Preferences/ProgramsDialog.py" line="491" />
-      <location filename="../Preferences/ProgramsDialog.py" line="475" />
-      <location filename="../Preferences/ProgramsDialog.py" line="352" />
-      <location filename="../Preferences/ProgramsDialog.py" line="305" />
-      <location filename="../Preferences/ProgramsDialog.py" line="288" />
-      <source>(unknown)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="292" />
-      <source>Spell Checker - PyEnchant</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="309" />
-      <source>Source Highlighter - Pygments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="316" />
-      <source>MicroPython - MPY Cross Compiler</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="323" />
-      <source>MicroPython - ESP Tool</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="334" />
-      <source>MicroPython - PyBoard Flasher</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="356" />
-      <source>Code Assistant - Jedi</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="429" />
-      <source>(not configured)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="464" />
-      <source>(module not found)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="497" />
-      <source>(not executable)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ProgramsDialog.py" line="540" />
-      <location filename="../Preferences/ProgramsDialog.py" line="511" />
-      <location filename="../Preferences/ProgramsDialog.py" line="509" />
-      <source>(not found)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ProgramsDialog.ui" line="0"/>
+        <source>External Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.ui" line="0"/>
+        <source>Path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.ui" line="0"/>
+        <source>Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.ui" line="0"/>
+        <source>Show:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.ui" line="0"/>
+        <source>Select the kind of tools to show</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="58"/>
+        <source>Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="60"/>
+        <source>Press to search for programs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="64"/>
+        <source>All Supported Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="65"/>
+        <source>Available Tools Only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="66"/>
+        <source>Unavailable Tools Only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="107"/>
+        <source>Translation Converter (Qt)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="122"/>
+        <source>Qt Designer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="136"/>
+        <source>Qt Linguist</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="150"/>
+        <source>Qt Assistant</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="156"/>
+        <source>Translation Extractor (Python, PyQt5)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="164"/>
+        <source>Forms Compiler (Python, PyQt5)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="172"/>
+        <source>Resource Compiler (Python, PyQt5)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="183"/>
+        <source>Translation Extractor (Python, PyQt6)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="190"/>
+        <source>Forms Compiler (Python, PyQt6)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="200"/>
+        <source>Translation Extractor (Python, PySide2)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="209"/>
+        <source>Forms Compiler (Python, PySide2)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="218"/>
+        <source>Resource Compiler (Python, PySide2)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="228"/>
+        <source>Translation Extractor (Python, PySide6)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="237"/>
+        <source>Forms Compiler (Python, PySide6)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="246"/>
+        <source>Resource Compiler (Python, PySide6)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="261"/>
+        <source>conda Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="269"/>
+        <source>PyPI Package Management</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="494"/>
+        <location filename="../Preferences/ProgramsDialog.py" line="491"/>
+        <location filename="../Preferences/ProgramsDialog.py" line="475"/>
+        <location filename="../Preferences/ProgramsDialog.py" line="352"/>
+        <location filename="../Preferences/ProgramsDialog.py" line="305"/>
+        <location filename="../Preferences/ProgramsDialog.py" line="288"/>
+        <source>(unknown)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="292"/>
+        <source>Spell Checker - PyEnchant</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="309"/>
+        <source>Source Highlighter - Pygments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="316"/>
+        <source>MicroPython - MPY Cross Compiler</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="323"/>
+        <source>MicroPython - ESP Tool</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="334"/>
+        <source>MicroPython - PyBoard Flasher</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="356"/>
+        <source>Code Assistant - Jedi</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="429"/>
+        <source>(not configured)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="464"/>
+        <source>(module not found)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="497"/>
+        <source>(not executable)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="540"/>
+        <location filename="../Preferences/ProgramsDialog.py" line="511"/>
+        <location filename="../Preferences/ProgramsDialog.py" line="509"/>
+        <source>(not found)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Project</name>
     <message>
-      <location filename="../Project/Project.py" line="186" />
-      <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="248" />
-      <source>Add File Category</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="249" />
-      <source>&lt;p&gt;The file category &lt;b&gt;{0}&lt;/b&gt; has already been added. This attempt will be ignored.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="331" />
-      <source>PyQt5 GUI</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="332" />
-      <source>PyQt5 Console</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="333" />
-      <source>PyQt6 GUI</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="334" />
-      <source>PyQt6 Console</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="335" />
-      <source>Eric7 Plugin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="336" />
-      <source>Console</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="337" />
-      <source>Other</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="356" />
-      <source>PySide2 GUI</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="357" />
-      <source>PySide2 Console</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="361" />
-      <source>PySide6 GUI</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="362" />
-      <source>PySide6 Console</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="450" />
-      <location filename="../Project/Project.py" line="438" />
-      <location filename="../Project/Project.py" line="427" />
-      <source>Registering Project Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="428" />
-      <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="439" />
-      <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="451" />
-      <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="751" />
-      <source>All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1098" />
-      <source>Read Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1099" />
-      <source>&lt;p&gt;The project file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1214" />
-      <source>Read User Project Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1215" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1262" />
-      <source>Read Project Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1500" />
-      <location filename="../Project/Project.py" line="1481" />
-      <location filename="../Project/Project.py" line="1435" />
-      <location filename="../Project/Project.py" line="1360" />
-      <location filename="../Project/Project.py" line="1329" />
-      <location filename="../Project/Project.py" line="1310" />
-      <location filename="../Project/Project.py" line="1263" />
-      <source>Please save the project first.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1289" />
-      <source>Read project session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1290" />
-      <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1309" />
-      <source>Save Project Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1345" />
-      <location filename="../Project/Project.py" line="1328" />
-      <source>Delete Project Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1346" />
-      <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1381" />
-      <location filename="../Project/Project.py" line="1359" />
-      <source>Read Tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1382" />
-      <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1461" />
-      <location filename="../Project/Project.py" line="1434" />
-      <source>Read Debugger Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1462" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1480" />
-      <source>Save Debugger Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1516" />
-      <location filename="../Project/Project.py" line="1499" />
-      <source>Delete Debugger Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1517" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1677" />
-      <source>Add Language</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1678" />
-      <source>You have to specify a translation pattern first.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1811" />
-      <location filename="../Project/Project.py" line="1785" />
-      <source>Delete translation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1812" />
-      <location filename="../Project/Project.py" line="1786" />
-      <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="1943" />
-      <location filename="../Project/Project.py" line="1930" />
-      <location filename="../Project/Project.py" line="1916" />
-      <source>Add file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2011" />
-      <location filename="../Project/Project.py" line="1917" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1931" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2087" />
-      <location filename="../Project/Project.py" line="1944" />
-      <source>The target directory must not be empty.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2098" />
-      <location filename="../Project/Project.py" line="2086" />
-      <location filename="../Project/Project.py" line="2010" />
-      <location filename="../Project/Project.py" line="1991" />
-      <location filename="../Project/Project.py" line="1975" />
-      <source>Add directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1976" />
-      <source>&lt;p&gt;The source directory doesn't contain any files belonging to the selected category.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="1992" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2099" />
-      <source>The source directory must not be empty.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2160" />
-      <source>Rename file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2187" />
-      <location filename="../Project/Project.py" line="2172" />
-      <source>Rename File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3354" />
-      <location filename="../Project/Project.py" line="2173" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2188" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2403" />
-      <source>Delete file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2404" />
-      <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="2430" />
-      <source>Delete directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2431" />
-      <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="2531" />
-      <source>Create project directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2532" />
-      <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3155" />
-      <location filename="../Project/Project.py" line="2595" />
-      <source>Create project management directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3156" />
-      <location filename="../Project/Project.py" line="2596" />
-      <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="2618" />
-      <source>Create main script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2619" />
-      <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="2965" />
-      <location filename="../Project/Project.py" line="2643" />
-      <source>Create Makefile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2966" />
-      <location filename="../Project/Project.py" line="2644" />
-      <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="3184" />
-      <location filename="../Project/Project.py" line="2782" />
-      <location filename="../Project/Project.py" line="2753" />
-      <location filename="../Project/Project.py" line="2709" />
-      <location filename="../Project/Project.py" line="2684" />
-      <location filename="../Project/Project.py" line="2654" />
-      <source>New Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2655" />
-      <source>Add existing files to the project?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3185" />
-      <location filename="../Project/Project.py" line="2685" />
-      <source>Select Version Control System</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2783" />
-      <location filename="../Project/Project.py" line="2710" />
-      <source>Would you like to edit the VCS command options?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4130" />
-      <location filename="../Project/Project.py" line="2725" />
-      <source>New project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2726" />
-      <source>Shall the project file be added to the repository?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2759" />
-      <location filename="../Project/Project.py" line="2747" />
-      <source>None</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2754" />
-      <source>Select version control system for the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2891" />
-      <source>Translation Pattern</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="2892" />
-      <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4150" />
-      <location filename="../Project/Project.py" line="3134" />
-      <source>Open project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3136" />
-      <source>Project Files (*.epj);;XML Project Files (*.e4p)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3339" />
-      <location filename="../Project/Project.py" line="3329" />
-      <source>Project Files (*.epj)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3337" />
-      <source>Save Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3353" />
-      <source>Save File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3392" />
-      <source>Close Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3393" />
-      <source>The current project has unsaved changes.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="3582" />
-      <location filename="../Project/Project.py" line="3548" />
-      <source>Syntax errors detected</source>
-      <translation type="unfinished" />
+        <location filename="../Project/Project.py" line="186"/>
+        <source>Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="248"/>
+        <source>Add File Category</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="249"/>
+        <source>&lt;p&gt;The file category &lt;b&gt;{0}&lt;/b&gt; has already been added. This attempt will be ignored.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="331"/>
+        <source>PyQt5 GUI</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="332"/>
+        <source>PyQt5 Console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="333"/>
+        <source>PyQt6 GUI</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="334"/>
+        <source>PyQt6 Console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="335"/>
+        <source>Eric7 Plugin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="336"/>
+        <source>Console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="337"/>
+        <source>Other</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="356"/>
+        <source>PySide2 GUI</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="357"/>
+        <source>PySide2 Console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="361"/>
+        <source>PySide6 GUI</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="362"/>
+        <source>PySide6 Console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="450"/>
+        <location filename="../Project/Project.py" line="438"/>
+        <location filename="../Project/Project.py" line="427"/>
+        <source>Registering Project Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="428"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="439"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="451"/>
+        <source>&lt;p&gt;The Project type &lt;b&gt;{0}&lt;/b&gt; is already registered.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="751"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1098"/>
+        <source>Read Project File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1099"/>
+        <source>&lt;p&gt;The project file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1214"/>
+        <source>Read User Project Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1215"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1262"/>
+        <source>Read Project Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1500"/>
+        <location filename="../Project/Project.py" line="1481"/>
+        <location filename="../Project/Project.py" line="1435"/>
+        <location filename="../Project/Project.py" line="1360"/>
+        <location filename="../Project/Project.py" line="1329"/>
+        <location filename="../Project/Project.py" line="1310"/>
+        <location filename="../Project/Project.py" line="1263"/>
+        <source>Please save the project first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1289"/>
+        <source>Read project session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1290"/>
+        <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1309"/>
+        <source>Save Project Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1345"/>
+        <location filename="../Project/Project.py" line="1328"/>
+        <source>Delete Project Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1346"/>
+        <source>&lt;p&gt;The project session file &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1381"/>
+        <location filename="../Project/Project.py" line="1359"/>
+        <source>Read Tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1382"/>
+        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1461"/>
+        <location filename="../Project/Project.py" line="1434"/>
+        <source>Read Debugger Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1462"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1480"/>
+        <source>Save Debugger Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1516"/>
+        <location filename="../Project/Project.py" line="1499"/>
+        <source>Delete Debugger Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1517"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1677"/>
+        <source>Add Language</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1678"/>
+        <source>You have to specify a translation pattern first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1811"/>
+        <location filename="../Project/Project.py" line="1785"/>
+        <source>Delete translation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1812"/>
+        <location filename="../Project/Project.py" line="1786"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1943"/>
+        <location filename="../Project/Project.py" line="1930"/>
+        <location filename="../Project/Project.py" line="1916"/>
+        <source>Add file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2011"/>
+        <location filename="../Project/Project.py" line="1917"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1931"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2087"/>
+        <location filename="../Project/Project.py" line="1944"/>
+        <source>The target directory must not be empty.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2098"/>
+        <location filename="../Project/Project.py" line="2086"/>
+        <location filename="../Project/Project.py" line="2010"/>
+        <location filename="../Project/Project.py" line="1991"/>
+        <location filename="../Project/Project.py" line="1975"/>
+        <source>Add directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1976"/>
+        <source>&lt;p&gt;The source directory doesn&apos;t contain any files belonging to the selected category.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="1992"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2099"/>
+        <source>The source directory must not be empty.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2160"/>
+        <source>Rename file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2187"/>
+        <location filename="../Project/Project.py" line="2172"/>
+        <source>Rename File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3354"/>
+        <location filename="../Project/Project.py" line="2173"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2188"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2403"/>
+        <source>Delete file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2404"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2430"/>
+        <source>Delete directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2431"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2531"/>
+        <source>Create project directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2532"/>
+        <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3155"/>
+        <location filename="../Project/Project.py" line="2595"/>
+        <source>Create project management directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3156"/>
+        <location filename="../Project/Project.py" line="2596"/>
+        <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; is not writable.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2618"/>
+        <source>Create main script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2619"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2965"/>
+        <location filename="../Project/Project.py" line="2643"/>
+        <source>Create Makefile</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2966"/>
+        <location filename="../Project/Project.py" line="2644"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3184"/>
+        <location filename="../Project/Project.py" line="2782"/>
+        <location filename="../Project/Project.py" line="2753"/>
+        <location filename="../Project/Project.py" line="2709"/>
+        <location filename="../Project/Project.py" line="2684"/>
+        <location filename="../Project/Project.py" line="2654"/>
+        <source>New Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2655"/>
+        <source>Add existing files to the project?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3185"/>
+        <location filename="../Project/Project.py" line="2685"/>
+        <source>Select Version Control System</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2783"/>
+        <location filename="../Project/Project.py" line="2710"/>
+        <source>Would you like to edit the VCS command options?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4130"/>
+        <location filename="../Project/Project.py" line="2725"/>
+        <source>New project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2726"/>
+        <source>Shall the project file be added to the repository?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2759"/>
+        <location filename="../Project/Project.py" line="2747"/>
+        <source>None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2754"/>
+        <source>Select version control system for the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2891"/>
+        <source>Translation Pattern</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="2892"/>
+        <source>Enter the path pattern for translation files (use &apos;%language%&apos; in place of the language code):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4150"/>
+        <location filename="../Project/Project.py" line="3134"/>
+        <source>Open project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3136"/>
+        <source>Project Files (*.epj);;XML Project Files (*.e4p)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3339"/>
+        <location filename="../Project/Project.py" line="3329"/>
+        <source>Project Files (*.epj)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3337"/>
+        <source>Save Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3353"/>
+        <source>Save File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3392"/>
+        <source>Close Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3393"/>
+        <source>The current project has unsaved changes.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="3582"/>
+        <location filename="../Project/Project.py" line="3548"/>
+        <source>Syntax errors detected</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../Project/Project.py" line="3583" />
-      <location filename="../Project/Project.py" line="3549" />
-      <source>The project contains %n file(s) with syntax errors.</source>
-      <translation>
-        <numerusform>The project contains one file with syntax errors.</numerusform>
-        <numerusform>The project contains %n files with syntax errors.</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4132" />
-      <source>&amp;New...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4138" />
-      <source>Generate a new project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4140" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4152" />
-      <source>&amp;Open...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4158" />
-      <source>Open an existing project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4160" />
-      <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4166" />
-      <source>Reload project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4168" />
-      <source>&amp;Reload</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4174" />
-      <source>Reload the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4176" />
-      <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;This reloads the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4182" />
-      <source>Close project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4184" />
-      <source>&amp;Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4190" />
-      <source>Close the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4192" />
-      <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4198" />
-      <source>Save project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4473" />
-      <location filename="../Project/Project.py" line="4200" />
-      <source>&amp;Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4206" />
-      <source>Save the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4208" />
-      <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4214" />
-      <source>Save project as</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4216" />
-      <source>Save &amp;as...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4222" />
-      <source>Save the current project to a new file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4224" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4239" />
-      <source>Add files to project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4241" />
-      <source>Add &amp;files...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4247" />
-      <source>Add files to the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4249" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4260" />
-      <source>Add directory to project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4262" />
-      <source>Add directory...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4269" />
-      <source>Add a directory to the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4272" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4282" />
-      <source>Add translation to project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4284" />
-      <source>Add &amp;translation...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4291" />
-      <source>Add a translation to the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4294" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4304" />
-      <source>Search new files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4305" />
-      <source>Searc&amp;h new files...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4311" />
-      <source>Search new files in the project directory.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4313" />
-      <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4323" />
-      <source>Search Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4324" />
-      <source>Search Project File...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4325" />
-      <source>Alt+Ctrl+P</source>
-      <comment>Project|Search Project File</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4330" />
-      <source>Search for a file in the project list of files.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4332" />
-      <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="4341" />
-      <source>Project properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4343" />
-      <source>&amp;Properties...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4349" />
-      <source>Show the project properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4351" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4360" />
-      <source>User project properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4362" />
-      <source>&amp;User Properties...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4369" />
-      <source>Show the user specific project properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4372" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4382" />
-      <source>Filetype Associations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4383" />
-      <source>Filetype Associations...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4390" />
-      <source>Show the project file type associations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4393" />
-      <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="4406" />
-      <source>Lexer Associations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4407" />
-      <source>Lexer Associations...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4414" />
-      <source>Show the project lexer associations (overriding defaults)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4417" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4435" />
-      <source>Debugger Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4436" />
-      <source>Debugger &amp;Properties...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4442" />
-      <source>Show the debugger properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4444" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4454" />
-      <source>Load</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4455" />
-      <source>&amp;Load</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4461" />
-      <source>Load the debugger properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4463" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4472" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4479" />
-      <source>Save the debugger properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4481" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4490" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4491" />
-      <source>&amp;Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4497" />
-      <source>Delete the debugger properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4499" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4509" />
-      <source>Reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4510" />
-      <source>&amp;Reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4516" />
-      <source>Reset the debugger properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4518" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4534" />
-      <location filename="../Project/Project.py" line="4533" />
-      <source>Load session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4540" />
-      <source>Load the projects session file.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4542" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4558" />
-      <location filename="../Project/Project.py" line="4557" />
-      <source>Save session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4564" />
-      <source>Save the projects session file.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4566" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4582" />
-      <location filename="../Project/Project.py" line="4581" />
-      <source>Delete session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4588" />
-      <source>Delete the projects session file.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4590" />
-      <source>&lt;b&gt;Delete session&lt;/b&gt;&lt;p&gt;This deletes the projects session file&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4605" />
-      <source>Code Metrics</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4606" />
-      <source>&amp;Code Metrics...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4613" />
-      <source>Show some code metrics for the project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4616" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4626" />
-      <source>Python Code Coverage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4627" />
-      <source>Code Co&amp;verage...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4634" />
-      <source>Show code coverage information for the project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4637" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5959" />
-      <location filename="../Project/Project.py" line="5946" />
-      <location filename="../Project/Project.py" line="4647" />
-      <source>Profile Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4648" />
-      <source>&amp;Profile Data...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4655" />
-      <source>Show profiling data for the project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4658" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6011" />
-      <location filename="../Project/Project.py" line="4673" />
-      <source>Application Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4674" />
-      <source>&amp;Application Diagram...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4681" />
-      <source>Show a diagram of the project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4684" />
-      <source>&lt;b&gt;Application Diagram...&lt;/b&gt;&lt;p&gt;This shows a diagram of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4693" />
-      <source>Load Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4694" />
-      <source>&amp;Load Diagram...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4700" />
-      <source>Load a diagram from file.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4702" />
-      <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="6174" />
-      <location filename="../Project/Project.py" line="6119" />
-      <location filename="../Project/Project.py" line="4717" />
-      <source>Create Package List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4719" />
-      <source>Create &amp;Package List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4726" />
-      <source>Create an initial PKGLIST file for an eric plugin.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4729" />
-      <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="6243" />
-      <location filename="../Project/Project.py" line="4740" />
-      <source>Create Plugin Archives</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4742" />
-      <source>Create Plugin &amp;Archives</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4748" />
-      <source>Create eric plugin archive files.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4750" />
-      <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="4762" />
-      <source>Create Plugin Archives (Snapshot)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4764" />
-      <source>Create Plugin Archives (&amp;Snapshot)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4771" />
-      <source>Create eric plugin archive files (snapshot releases).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4774" />
-      <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="6664" />
-      <location filename="../Project/Project.py" line="6635" />
-      <location filename="../Project/Project.py" line="6586" />
-      <location filename="../Project/Project.py" line="4793" />
-      <source>Execute Make</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4794" />
-      <source>&amp;Execute Make</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4800" />
-      <source>Perform a 'make' run.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4802" />
-      <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="6641" />
-      <location filename="../Project/Project.py" line="4812" />
-      <source>Test for Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4813" />
-      <source>&amp;Test for Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4820" />
-      <source>Question 'make', if a rebuild is needed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4823" />
-      <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="4841" />
-      <source>Create SBOM File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4842" />
-      <source>Create &amp;SBOM File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4849" />
-      <source>Create a SBOM file of the project dependencies.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4852" />
-      <source>&lt;b&gt;Create SBOM File&lt;/b&gt;&lt;p&gt;This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4869" />
-      <source>About Black</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4870" />
-      <source>&amp;Black</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4876" />
-      <source>Show some information about 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4878" />
-      <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'Black' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4890" />
-      <source>Format Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4891" />
-      <source>&amp;Format Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4898" />
-      <source>Format the project sources with 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4901" />
-      <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4913" />
-      <source>Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4914" />
-      <source>&amp;Check Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4921" />
-      <source>Check, if the project sources need to be reformatted with 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4926" />
-      <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4939" />
-      <source>Code Formatting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4940" />
-      <source>Code Formatting &amp;Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4947" />
-      <source>Generate a unified diff of potential project source reformatting with 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4953" />
-      <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5118" />
-      <location filename="../Project/Project.py" line="5068" />
-      <location filename="../Project/Project.py" line="5067" />
-      <location filename="../Project/Project.py" line="4967" />
-      <location filename="../Project/Project.py" line="4966" />
-      <source>Configure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4974" />
-      <source>Enter the parameters for formatting the project sources with 'Black'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4979" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for formatting the project sources with 'Black'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4995" />
-      <source>About isort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="4996" />
-      <source>&amp;isort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5002" />
-      <source>Show some information about 'isort'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5004" />
-      <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed 'isort' tool.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5017" />
-      <location filename="../Project/Project.py" line="5016" />
-      <source>Sort Imports</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5024" />
-      <source>Sort the import statements of the project sources with 'isort'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5027" />
-      <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5041" />
-      <location filename="../Project/Project.py" line="5040" />
-      <source>Imports Sorting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5048" />
-      <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5054" />
-      <source>&lt;b&gt;Imports Sorting Diff&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5075" />
-      <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5081" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5097" />
-      <source>Install Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5098" />
-      <source>&amp;Install Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5105" />
-      <source>Install the project into the embedded environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5108" />
-      <source>&lt;b&gt;Install Project&lt;/b&gt;&lt;p&gt;This installs the project into the embedded virtual environment in editable mode (i.e. development mode).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5119" />
-      <source>&amp;Configure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5126" />
-      <source>Configure the embedded environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5129" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5139" />
-      <source>Upgrade</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5140" />
-      <source>&amp;Upgrade</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5146" />
-      <source>Upgrade the embedded environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5148" />
-      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5160" />
-      <source>Recreate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5161" />
-      <source>&amp;Recreate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5167" />
-      <source>Recreate the embedded environment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5169" />
-      <source>&lt;b&gt;Recreate&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5201" />
-      <source>&amp;Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5202" />
-      <source>Open &amp;Recent Projects</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5203" />
-      <source>Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5204" />
-      <source>Debugger</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5205" />
-      <source>Embedded Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5207" />
-      <source>Project-T&amp;ools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5208" />
-      <source>&amp;Version Control</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5212" />
-      <source>Chec&amp;k</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5214" />
-      <source>Code &amp;Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5216" />
-      <source>Sho&amp;w</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5217" />
-      <source>&amp;Diagrams</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5218" />
-      <source>Pac&amp;kagers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5219" />
-      <source>Source &amp;Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5221" />
-      <source>Make</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5222" />
-      <source>Other Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5382" />
-      <location filename="../Project/Project.py" line="5380" />
-      <source>Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5443" />
-      <source>&amp;Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5602" />
-      <source>Search New Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5603" />
-      <source>There were no new files found to be added.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5752" />
-      <location filename="../Project/Project.py" line="5739" />
-      <source>Version Control System</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5740" />
-      <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="5753" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5901" />
-      <source>Coverage Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5947" />
-      <location filename="../Project/Project.py" line="5902" />
-      <source>There is no main script defined for the current project. Aborting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5914" />
-      <source>Code Coverage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5915" />
-      <source>Please select a coverage file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="5960" />
-      <source>Please select a profile file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6012" />
-      <source>Include module names?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6120" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6175" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6464" />
-      <location filename="../Project/Project.py" line="6422" />
-      <location filename="../Project/Project.py" line="6376" />
-      <location filename="../Project/Project.py" line="6365" />
-      <location filename="../Project/Project.py" line="6347" />
-      <location filename="../Project/Project.py" line="6314" />
-      <location filename="../Project/Project.py" line="6284" />
-      <location filename="../Project/Project.py" line="6256" />
-      <location filename="../Project/Project.py" line="6226" />
-      <location filename="../Project/Project.py" line="6212" />
-      <location filename="../Project/Project.py" line="6195" />
-      <source>Create Plugin Archive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6196" />
-      <source>The project does not have a main script defined. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6213" />
-      <source>Select package lists:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6227" />
-      <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="6235" />
-      <source>Creating plugin archives...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6236" />
-      <source>Abort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6239" />
-      <source>%v/%m Archives</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6257" />
-      <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="6285" />
-      <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="6315" />
-      <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="6348" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6366" />
-      <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="6377" />
-      <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="6423" />
-      <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="6465" />
-      <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="6587" />
-      <source>The make process did not start.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6636" />
-      <source>The make process crashed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/Project.py" line="6644" />
-      <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="6649" />
-      <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="6665" />
-      <source>The makefile contains errors.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/Project.py" line="3583"/>
+        <location filename="../Project/Project.py" line="3549"/>
+        <source>The project contains %n file(s) with syntax errors.</source>
+        <translation>
+            <numerusform>The project contains one file with syntax errors.</numerusform>
+            <numerusform>The project contains %n files with syntax errors.</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4132"/>
+        <source>&amp;New...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4138"/>
+        <source>Generate a new project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4140"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4152"/>
+        <source>&amp;Open...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4158"/>
+        <source>Open an existing project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4160"/>
+        <source>&lt;b&gt;Open...&lt;/b&gt;&lt;p&gt;This opens an existing project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4166"/>
+        <source>Reload project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4168"/>
+        <source>&amp;Reload</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4174"/>
+        <source>Reload the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4176"/>
+        <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;This reloads the current project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4182"/>
+        <source>Close project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4184"/>
+        <source>&amp;Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4190"/>
+        <source>Close the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4192"/>
+        <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;This closes the current project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4198"/>
+        <source>Save project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4473"/>
+        <location filename="../Project/Project.py" line="4200"/>
+        <source>&amp;Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4206"/>
+        <source>Save the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4208"/>
+        <source>&lt;b&gt;Save&lt;/b&gt;&lt;p&gt;This saves the current project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4214"/>
+        <source>Save project as</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4216"/>
+        <source>Save &amp;as...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4222"/>
+        <source>Save the current project to a new file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4224"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4239"/>
+        <source>Add files to project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4241"/>
+        <source>Add &amp;files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4247"/>
+        <source>Add files to the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4249"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4260"/>
+        <source>Add directory to project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4262"/>
+        <source>Add directory...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4269"/>
+        <source>Add a directory to the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4272"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4282"/>
+        <source>Add translation to project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4284"/>
+        <source>Add &amp;translation...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4291"/>
+        <source>Add a translation to the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4294"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4304"/>
+        <source>Search new files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4305"/>
+        <source>Searc&amp;h new files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4311"/>
+        <source>Search new files in the project directory.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4313"/>
+        <source>&lt;b&gt;Search new files...&lt;/b&gt;&lt;p&gt;This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4323"/>
+        <source>Search Project File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4324"/>
+        <source>Search Project File...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4325"/>
+        <source>Alt+Ctrl+P</source>
+        <comment>Project|Search Project File</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4330"/>
+        <source>Search for a file in the project list of files.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4332"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4341"/>
+        <source>Project properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4343"/>
+        <source>&amp;Properties...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4349"/>
+        <source>Show the project properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4351"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4360"/>
+        <source>User project properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4362"/>
+        <source>&amp;User Properties...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4369"/>
+        <source>Show the user specific project properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4372"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4382"/>
+        <source>Filetype Associations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4383"/>
+        <source>Filetype Associations...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4390"/>
+        <source>Show the project file type associations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4393"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4406"/>
+        <source>Lexer Associations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4407"/>
+        <source>Lexer Associations...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4414"/>
+        <source>Show the project lexer associations (overriding defaults)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4417"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4435"/>
+        <source>Debugger Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4436"/>
+        <source>Debugger &amp;Properties...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4442"/>
+        <source>Show the debugger properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4444"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4454"/>
+        <source>Load</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4455"/>
+        <source>&amp;Load</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4461"/>
+        <source>Load the debugger properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4463"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4472"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4479"/>
+        <source>Save the debugger properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4481"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4490"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4491"/>
+        <source>&amp;Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4497"/>
+        <source>Delete the debugger properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4499"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4509"/>
+        <source>Reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4510"/>
+        <source>&amp;Reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4516"/>
+        <source>Reset the debugger properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4518"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4534"/>
+        <location filename="../Project/Project.py" line="4533"/>
+        <source>Load session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4540"/>
+        <source>Load the projects session file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4542"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4558"/>
+        <location filename="../Project/Project.py" line="4557"/>
+        <source>Save session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4564"/>
+        <source>Save the projects session file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4566"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4582"/>
+        <location filename="../Project/Project.py" line="4581"/>
+        <source>Delete session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4588"/>
+        <source>Delete the projects session file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4590"/>
+        <source>&lt;b&gt;Delete session&lt;/b&gt;&lt;p&gt;This deletes the projects session file&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4605"/>
+        <source>Code Metrics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4606"/>
+        <source>&amp;Code Metrics...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4613"/>
+        <source>Show some code metrics for the project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4616"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4626"/>
+        <source>Python Code Coverage</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4627"/>
+        <source>Code Co&amp;verage...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4634"/>
+        <source>Show code coverage information for the project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4637"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5959"/>
+        <location filename="../Project/Project.py" line="5946"/>
+        <location filename="../Project/Project.py" line="4647"/>
+        <source>Profile Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4648"/>
+        <source>&amp;Profile Data...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4655"/>
+        <source>Show profiling data for the project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4658"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6011"/>
+        <location filename="../Project/Project.py" line="4673"/>
+        <source>Application Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4674"/>
+        <source>&amp;Application Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4681"/>
+        <source>Show a diagram of the project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4684"/>
+        <source>&lt;b&gt;Application Diagram...&lt;/b&gt;&lt;p&gt;This shows a diagram of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4693"/>
+        <source>Load Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4694"/>
+        <source>&amp;Load Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4700"/>
+        <source>Load a diagram from file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4702"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6174"/>
+        <location filename="../Project/Project.py" line="6119"/>
+        <location filename="../Project/Project.py" line="4717"/>
+        <source>Create Package List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4719"/>
+        <source>Create &amp;Package List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4726"/>
+        <source>Create an initial PKGLIST file for an eric plugin.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4729"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6243"/>
+        <location filename="../Project/Project.py" line="4740"/>
+        <source>Create Plugin Archives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4742"/>
+        <source>Create Plugin &amp;Archives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4748"/>
+        <source>Create eric plugin archive files.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4750"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4762"/>
+        <source>Create Plugin Archives (Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4764"/>
+        <source>Create Plugin Archives (&amp;Snapshot)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4771"/>
+        <source>Create eric plugin archive files (snapshot releases).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4774"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6664"/>
+        <location filename="../Project/Project.py" line="6635"/>
+        <location filename="../Project/Project.py" line="6586"/>
+        <location filename="../Project/Project.py" line="4793"/>
+        <source>Execute Make</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4794"/>
+        <source>&amp;Execute Make</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4800"/>
+        <source>Perform a &apos;make&apos; run.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4802"/>
+        <source>&lt;b&gt;Execute Make&lt;/b&gt;&lt;p&gt;This performs a &apos;make&apos; run to rebuild the configured target.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6641"/>
+        <location filename="../Project/Project.py" line="4812"/>
+        <source>Test for Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4813"/>
+        <source>&amp;Test for Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4820"/>
+        <source>Question &apos;make&apos;, if a rebuild is needed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4823"/>
+        <source>&lt;b&gt;Test for Changes&lt;/b&gt;&lt;p&gt;This questions &apos;make&apos;, if a rebuild of the configured target is necessary.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4841"/>
+        <source>Create SBOM File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4842"/>
+        <source>Create &amp;SBOM File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4849"/>
+        <source>Create a SBOM file of the project dependencies.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4852"/>
+        <source>&lt;b&gt;Create SBOM File&lt;/b&gt;&lt;p&gt;This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4869"/>
+        <source>About Black</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4870"/>
+        <source>&amp;Black</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4876"/>
+        <source>Show some information about &apos;Black&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4878"/>
+        <source>&lt;b&gt;Black&lt;/b&gt;&lt;p&gt;This shows some information about the installed &apos;Black&apos; tool.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4890"/>
+        <source>Format Code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4891"/>
+        <source>&amp;Format Code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4898"/>
+        <source>Format the project sources with &apos;Black&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4901"/>
+        <source>&lt;b&gt;Format Code&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the formatting run and reformats the project sources using &apos;Black&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4913"/>
+        <source>Check Code Formatting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4914"/>
+        <source>&amp;Check Code Formatting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4921"/>
+        <source>Check, if the project sources need to be reformatted with &apos;Black&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4926"/>
+        <source>&lt;b&gt;Check Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using &apos;Black&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4939"/>
+        <source>Code Formatting Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4940"/>
+        <source>Code Formatting &amp;Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4947"/>
+        <source>Generate a unified diff of potential project source reformatting with &apos;Black&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4953"/>
+        <source>&lt;b&gt;Diff Code Formatting&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using &apos;Black&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5118"/>
+        <location filename="../Project/Project.py" line="5068"/>
+        <location filename="../Project/Project.py" line="5067"/>
+        <location filename="../Project/Project.py" line="4967"/>
+        <location filename="../Project/Project.py" line="4966"/>
+        <source>Configure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4974"/>
+        <source>Enter the parameters for formatting the project sources with &apos;Black&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4979"/>
+        <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for formatting the project sources with &apos;Black&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4995"/>
+        <source>About isort</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="4996"/>
+        <source>&amp;isort</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5002"/>
+        <source>Show some information about &apos;isort&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5004"/>
+        <source>&lt;b&gt;isort&lt;/b&gt;&lt;p&gt;This shows some information about the installed &apos;isort&apos; tool.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5017"/>
+        <location filename="../Project/Project.py" line="5016"/>
+        <source>Sort Imports</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5024"/>
+        <source>Sort the import statements of the project sources with &apos;isort&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5027"/>
+        <source>&lt;b&gt;Sort Imports&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using &apos;isort&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5041"/>
+        <location filename="../Project/Project.py" line="5040"/>
+        <source>Imports Sorting Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5048"/>
+        <source>Generate a unified diff of potential project source imports resorting with &apos;isort&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5054"/>
+        <source>&lt;b&gt;Imports Sorting Diff&lt;/b&gt;&lt;p&gt;This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using &apos;isort&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5075"/>
+        <source>Enter the parameters for resorting the project sources import statements with &apos;isort&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5081"/>
+        <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This shows a dialog to enter the parameters for resorting the import statements of the project sources with &apos;isort&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5097"/>
+        <source>Install Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5098"/>
+        <source>&amp;Install Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5105"/>
+        <source>Install the project into the embedded environment.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5108"/>
+        <source>&lt;b&gt;Install Project&lt;/b&gt;&lt;p&gt;This installs the project into the embedded virtual environment in editable mode (i.e. development mode).&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5119"/>
+        <source>&amp;Configure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5126"/>
+        <source>Configure the embedded environment.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5129"/>
+        <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;This opens a dialog to configure the embedded virtual environment of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5139"/>
+        <source>Upgrade</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5140"/>
+        <source>&amp;Upgrade</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5146"/>
+        <source>Upgrade the embedded environment.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5148"/>
+        <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5160"/>
+        <source>Recreate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5161"/>
+        <source>&amp;Recreate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5167"/>
+        <source>Recreate the embedded environment.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5169"/>
+        <source>&lt;b&gt;Recreate&lt;/b&gt;&lt;p&gt;This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5201"/>
+        <source>&amp;Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5202"/>
+        <source>Open &amp;Recent Projects</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5203"/>
+        <source>Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5204"/>
+        <source>Debugger</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5205"/>
+        <source>Embedded Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5207"/>
+        <source>Project-T&amp;ools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5208"/>
+        <source>&amp;Version Control</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5212"/>
+        <source>Chec&amp;k</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5214"/>
+        <source>Code &amp;Formatting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5216"/>
+        <source>Sho&amp;w</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5217"/>
+        <source>&amp;Diagrams</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5218"/>
+        <source>Pac&amp;kagers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5219"/>
+        <source>Source &amp;Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5221"/>
+        <source>Make</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5222"/>
+        <source>Other Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5382"/>
+        <location filename="../Project/Project.py" line="5380"/>
+        <source>Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5443"/>
+        <source>&amp;Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5602"/>
+        <source>Search New Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5603"/>
+        <source>There were no new files found to be added.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5752"/>
+        <location filename="../Project/Project.py" line="5739"/>
+        <source>Version Control System</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5740"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5753"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5901"/>
+        <source>Coverage Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5947"/>
+        <location filename="../Project/Project.py" line="5902"/>
+        <source>There is no main script defined for the current project. Aborting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5914"/>
+        <source>Code Coverage</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5915"/>
+        <source>Please select a coverage file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="5960"/>
+        <source>Please select a profile file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6012"/>
+        <source>Include module names?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6120"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6175"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6464"/>
+        <location filename="../Project/Project.py" line="6422"/>
+        <location filename="../Project/Project.py" line="6376"/>
+        <location filename="../Project/Project.py" line="6365"/>
+        <location filename="../Project/Project.py" line="6347"/>
+        <location filename="../Project/Project.py" line="6314"/>
+        <location filename="../Project/Project.py" line="6284"/>
+        <location filename="../Project/Project.py" line="6256"/>
+        <location filename="../Project/Project.py" line="6226"/>
+        <location filename="../Project/Project.py" line="6212"/>
+        <location filename="../Project/Project.py" line="6195"/>
+        <source>Create Plugin Archive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6196"/>
+        <source>The project does not have a main script defined. Aborting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6213"/>
+        <source>Select package lists:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6227"/>
+        <source>&lt;p&gt;No package list files (PKGLIST*) available or selected. Aborting...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6235"/>
+        <source>Creating plugin archives...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6236"/>
+        <source>Abort</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6239"/>
+        <source>%v/%m Archives</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6257"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6285"/>
+        <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&apos;; initial_list&apos; line of the header.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6315"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6348"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6366"/>
+        <source>&lt;p&gt;The eric plugin archive files were created with some errors.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6377"/>
+        <source>&lt;p&gt;The eric plugin archive files were created successfully.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6423"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6465"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6587"/>
+        <source>The make process did not start.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6636"/>
+        <source>The make process crashed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6644"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6649"/>
+        <source>&lt;p&gt;There are changes that require the default make target to be rebuilt.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/Project.py" line="6665"/>
+        <source>The makefile contains errors.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ProjectBaseBrowser</name>
     <message>
-      <location filename="../Project/ProjectBaseBrowser.py" line="140" />
-      <location filename="../Project/ProjectBaseBrowser.py" line="134" />
-      <location filename="../Project/ProjectBaseBrowser.py" line="128" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectBaseBrowser.py" line="314" />
-      <source>Delete directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectBaseBrowser.py" line="315" />
-      <source>Do you really want to delete these directories from the project?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectBaseBrowser.py" line="530" />
-      <source>local</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectBaseBrowser.py" line="567" />
-      <source>Select entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectBaseBrowser.py" line="568" />
-      <source>There were no matching entries found.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/ProjectBaseBrowser.py" line="140"/>
+        <location filename="../Project/ProjectBaseBrowser.py" line="134"/>
+        <location filename="../Project/ProjectBaseBrowser.py" line="128"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBaseBrowser.py" line="314"/>
+        <source>Delete directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBaseBrowser.py" line="315"/>
+        <source>Do you really want to delete these directories from the project?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBaseBrowser.py" line="530"/>
+        <source>local</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBaseBrowser.py" line="567"/>
+        <source>Select entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBaseBrowser.py" line="568"/>
+        <source>There were no matching entries found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ProjectBrowser</name>
     <message>
-      <location filename="../Project/ProjectBrowser.py" line="119" />
-      <source>up to date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectBrowser.py" line="120" />
-      <source>files added</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectBrowser.py" line="121" />
-      <source>local modifications</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectBrowser.py" line="122" />
-      <source>files removed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectBrowser.py" line="123" />
-      <source>files replaced</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectBrowser.py" line="124" />
-      <source>update required</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectBrowser.py" line="125" />
-      <source>conflict</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectBrowser.py" line="133" />
-      <source>Press to check the current VCS status.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectBrowser.py" line="185" />
-      <source>Add Project Browser Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectBrowser.py" line="186" />
-      <source>&lt;p&gt;The project browser type &lt;b&gt;{0}&lt;/b&gt; has already been added. This attempt will be ignored.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectBrowser.py" line="462" />
-      <source>unknown status</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/ProjectBrowser.py" line="119"/>
+        <source>up to date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBrowser.py" line="120"/>
+        <source>files added</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBrowser.py" line="121"/>
+        <source>local modifications</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBrowser.py" line="122"/>
+        <source>files removed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBrowser.py" line="123"/>
+        <source>files replaced</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBrowser.py" line="124"/>
+        <source>update required</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBrowser.py" line="125"/>
+        <source>conflict</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBrowser.py" line="133"/>
+        <source>Press to check the current VCS status.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBrowser.py" line="185"/>
+        <source>Add Project Browser Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBrowser.py" line="186"/>
+        <source>&lt;p&gt;The project browser type &lt;b&gt;{0}&lt;/b&gt; has already been added. This attempt will be ignored.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBrowser.py" line="462"/>
+        <source>unknown status</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ProjectBrowserModel</name>
     <message>
-      <location filename="../Project/ProjectBrowserModel.py" line="237" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Project/ProjectBrowserModel.py" line="239" />
-      <source>VCS Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectBrowserModel.py" line="800" />
-      <location filename="../Project/ProjectBrowserModel.py" line="782" />
-      <location filename="../Project/ProjectBrowserModel.py" line="748" />
-      <location filename="../Project/ProjectBrowserModel.py" line="471" />
-      <location filename="../Project/ProjectBrowserModel.py" line="389" />
-      <source>local</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/ProjectBrowserModel.py" line="237"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBrowserModel.py" line="239"/>
+        <source>VCS Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectBrowserModel.py" line="800"/>
+        <location filename="../Project/ProjectBrowserModel.py" line="782"/>
+        <location filename="../Project/ProjectBrowserModel.py" line="748"/>
+        <location filename="../Project/ProjectBrowserModel.py" line="471"/>
+        <location filename="../Project/ProjectBrowserModel.py" line="389"/>
+        <source>local</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ProjectBrowserPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0" />
-      <source>&lt;b&gt;Configure project viewer settings&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0" />
-      <source>Colors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0" />
-      <source>Highlighted entries (Others):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0" />
-      <source>Select the color for highlighted entries in the Others viewer.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0" />
-      <source>Visible Project Browsers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0" />
-      <source>Projecttype:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0" />
-      <source>Select the project type to be configured</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0" />
-      <source>Select to make the project browsers highlight the file of the current editor.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0" />
-      <source>Highlight file of current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0" />
-      <source>Select to follow the cursor line of the current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0" />
-      <source>Follow cursor line of current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0" />
-      <source>Select to populate entries automatically when following the cursor line of the current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0" />
-      <source>Populate entry when following the cursor line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0" />
-      <source>Select to show hidden files in the various browsers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0" />
-      <source>Show hidden files</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure project viewer settings&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0"/>
+        <source>Colors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0"/>
+        <source>Highlighted entries (Others):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0"/>
+        <source>Select the color for highlighted entries in the Others viewer.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0"/>
+        <source>Visible Project Browsers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0"/>
+        <source>Projecttype:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0"/>
+        <source>Select the project type to be configured</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0"/>
+        <source>Select to make the project browsers highlight the file of the current editor.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0"/>
+        <source>Highlight file of current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0"/>
+        <source>Select to follow the cursor line of the current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0"/>
+        <source>Follow cursor line of current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0"/>
+        <source>Select to populate entries automatically when following the cursor line of the current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0"/>
+        <source>Populate entry when following the cursor line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0"/>
+        <source>Select to show hidden files in the various browsers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectBrowserPage.ui" line="0"/>
+        <source>Show hidden files</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ProjectFile</name>
     <message>
-      <location filename="../Project/ProjectFile.py" line="109" />
-      <source>Save Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFile.py" line="110" />
-      <source>&lt;p&gt;The project file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFile.py" line="135" />
-      <source>Read Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFile.py" line="136" />
-      <source>&lt;p&gt;The project 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>
-  </context>
-  <context>
+        <location filename="../Project/ProjectFile.py" line="109"/>
+        <source>Save Project File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFile.py" line="110"/>
+        <source>&lt;p&gt;The project file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFile.py" line="135"/>
+        <source>Read Project File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFile.py" line="136"/>
+        <source>&lt;p&gt;The project 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"></translation>
+    </message>
+</context>
+<context>
     <name>ProjectFormsBrowser</name>
     <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1106" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1057" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1020" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="143" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="78" />
-      <source>Forms</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="81" />
-      <source>&lt;b&gt;Project Forms Browser&lt;/b&gt;&lt;p&gt;This allows to easily see all forms contained in the current project. Several actions can be executed via the context menu.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="113" />
-      <source>Dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="114" />
-      <source>Widget</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="115" />
-      <source>Main Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="116" />
-      <source>Dialog with Buttonbox (Bottom)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="117" />
-      <source>Dialog with Buttonbox (Right)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="118" />
-      <source>Dialog with Buttons (Bottom)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="119" />
-      <source>Dialog with Buttons (Bottom-Center)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="120" />
-      <source>Dialog with Buttons (Right)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="122" />
-      <source>QWizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="123" />
-      <source>QWizardPage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="124" />
-      <source>QDockWidget</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="125" />
-      <source>QFrame</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="126" />
-      <source>QGroupBox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="127" />
-      <source>QScrollArea</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="128" />
-      <source>QMdiArea</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="129" />
-      <source>QTabWidget</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="130" />
-      <source>QToolBox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="131" />
-      <source>QStackedWidget</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="141" />
-      <source>Form Files ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="142" />
-      <source>Form Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="153" />
-      <source>Forms Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="224" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="206" />
-      <source>Compile form</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="414" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="403" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="368" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="358" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="284" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="230" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="207" />
-      <source>Compile all forms</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="237" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="209" />
-      <source>Generate Dialog Code...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="407" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="361" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="322" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="288" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="213" />
-      <source>Configure uic Compiler</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="325" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="216" />
-      <source>Open in Qt-Designer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="326" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="217" />
-      <source>Open in Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="219" />
-      <source>Preview form</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="328" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="220" />
-      <source>Preview translations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="342" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="340" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="251" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="249" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="253" />
-      <source>Rename file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="373" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="344" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="255" />
-      <source>Remove from project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="375" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="346" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="257" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="383" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="379" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="295" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="291" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="265" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="261" />
-      <source>New form...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="420" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="386" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="299" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="268" />
-      <source>Add forms...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="423" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="388" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="302" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="269" />
-      <source>Add forms directory...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="391" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="271" />
-      <source>Copy Path to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="428" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="393" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="349" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="306" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="273" />
-      <source>Expand all directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="431" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="395" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="351" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="308" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="274" />
-      <source>Collapse all directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="434" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="398" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="354" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="311" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="276" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="333" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="318" />
-      <source>Compile forms</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="705" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="692" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="673" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="656" />
-      <source>New Form</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="657" />
-      <source>Select a form type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="675" />
-      <source>Qt User-Interface Files (*.ui);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="693" />
-      <source>The file already exists! Overwrite it?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="706" />
-      <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="732" />
-      <source>Delete forms</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="733" />
-      <source>Do you really want to delete these forms from the project?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="863" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="852" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="845" />
-      <source>Form Compilation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="846" />
-      <source>The compilation of the form file was successful.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="853" />
-      <source>&lt;p&gt;The compilation of the form file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="864" />
-      <source>The compilation of the form file failed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="956" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="957" />
-      <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1048" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1011" />
-      <source>Compiling forms...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1099" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1049" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1012" />
-      <source>Abort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1102" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1052" />
-      <location filename="../Project/ProjectFormsBrowser.py" line="1015" />
-      <source>%v/%m Forms</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1098" />
-      <source>Determining changed forms...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectFormsBrowser.py" line="1130" />
-      <source>Compiling changed forms...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/ProjectFormsBrowser.py" line="1106"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="1057"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="1020"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="143"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="78"/>
+        <source>Forms</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="81"/>
+        <source>&lt;b&gt;Project Forms Browser&lt;/b&gt;&lt;p&gt;This allows to easily see all forms contained in the current project. Several actions can be executed via the context menu.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="113"/>
+        <source>Dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="114"/>
+        <source>Widget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="115"/>
+        <source>Main Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="116"/>
+        <source>Dialog with Buttonbox (Bottom)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="117"/>
+        <source>Dialog with Buttonbox (Right)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="118"/>
+        <source>Dialog with Buttons (Bottom)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="119"/>
+        <source>Dialog with Buttons (Bottom-Center)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="120"/>
+        <source>Dialog with Buttons (Right)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="122"/>
+        <source>QWizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="123"/>
+        <source>QWizardPage</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="124"/>
+        <source>QDockWidget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="125"/>
+        <source>QFrame</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="126"/>
+        <source>QGroupBox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="127"/>
+        <source>QScrollArea</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="128"/>
+        <source>QMdiArea</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="129"/>
+        <source>QTabWidget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="130"/>
+        <source>QToolBox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="131"/>
+        <source>QStackedWidget</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="141"/>
+        <source>Form Files ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="142"/>
+        <source>Form Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="153"/>
+        <source>Forms Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="224"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="206"/>
+        <source>Compile form</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="414"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="403"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="368"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="358"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="284"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="230"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="207"/>
+        <source>Compile all forms</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="237"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="209"/>
+        <source>Generate Dialog Code...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="407"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="361"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="322"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="288"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="213"/>
+        <source>Configure uic Compiler</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="325"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="216"/>
+        <source>Open in Qt-Designer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="326"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="217"/>
+        <source>Open in Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="219"/>
+        <source>Preview form</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="328"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="220"/>
+        <source>Preview translations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="342"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="340"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="251"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="249"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="253"/>
+        <source>Rename file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="373"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="344"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="255"/>
+        <source>Remove from project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="375"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="346"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="257"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="383"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="379"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="295"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="291"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="265"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="261"/>
+        <source>New form...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="420"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="386"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="299"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="268"/>
+        <source>Add forms...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="423"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="388"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="302"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="269"/>
+        <source>Add forms directory...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="391"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="271"/>
+        <source>Copy Path to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="428"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="393"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="349"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="306"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="273"/>
+        <source>Expand all directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="431"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="395"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="351"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="308"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="274"/>
+        <source>Collapse all directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="434"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="398"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="354"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="311"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="276"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="333"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="318"/>
+        <source>Compile forms</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="705"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="692"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="673"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="656"/>
+        <source>New Form</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="657"/>
+        <source>Select a form type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="675"/>
+        <source>Qt User-Interface Files (*.ui);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="693"/>
+        <source>The file already exists! Overwrite it?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="706"/>
+        <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="732"/>
+        <source>Delete forms</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="733"/>
+        <source>Do you really want to delete these forms from the project?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="863"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="852"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="845"/>
+        <source>Form Compilation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="846"/>
+        <source>The compilation of the form file was successful.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="853"/>
+        <source>&lt;p&gt;The compilation of the form file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="864"/>
+        <source>The compilation of the form file failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="956"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="957"/>
+        <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="1048"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="1011"/>
+        <source>Compiling forms...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="1099"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="1049"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="1012"/>
+        <source>Abort</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="1102"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="1052"/>
+        <location filename="../Project/ProjectFormsBrowser.py" line="1015"/>
+        <source>%v/%m Forms</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="1098"/>
+        <source>Determining changed forms...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectFormsBrowser.py" line="1130"/>
+        <source>Compiling changed forms...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ProjectOthersBrowser</name>
     <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="79" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="61" />
-      <source>Others</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="64" />
-      <source>&lt;b&gt;Project Others Browser&lt;/b&gt;&lt;p&gt;This allows to easily see all other files and directories contained in the current project. Several actions can be executed via the context menu. The entry which is registered in the project is shown in a different colour.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="77" />
-      <source>Other Files ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="78" />
-      <source>Other Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="89" />
-      <source>Others Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="134" />
-      <source>Open in Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="136" />
-      <source>Open in Icon Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="139" />
-      <source>Open in Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="142" />
-      <source>Open in PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="433" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="425" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="415" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="409" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="146" />
-      <source>Show Mime-Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="150" />
-      <source>Rename file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="210" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="172" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="153" />
-      <source>Remove from project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="213" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="176" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="155" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="194" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="180" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="158" />
-      <source>Add files...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="197" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="181" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="159" />
-      <source>Add directory...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="161" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="183" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="163" />
-      <source>Copy Path to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="216" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="200" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="185" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="165" />
-      <source>Expand all directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="218" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="202" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="187" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="166" />
-      <source>Collapse all directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="221" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="205" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="190" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="168" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="410" />
-      <source>The mime type of the file could not be determined.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="426" />
-      <location filename="../Project/ProjectOthersBrowser.py" line="416" />
-      <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="434" />
-      <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.&lt;br/&gt; Shall it be added to the list of text mime types?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="525" />
-      <source>Delete files/directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectOthersBrowser.py" line="526" />
-      <source>Do you really want to delete these entries from the project?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/ProjectOthersBrowser.py" line="79"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="61"/>
+        <source>Others</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="64"/>
+        <source>&lt;b&gt;Project Others Browser&lt;/b&gt;&lt;p&gt;This allows to easily see all other files and directories contained in the current project. Several actions can be executed via the context menu. The entry which is registered in the project is shown in a different colour.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="77"/>
+        <source>Other Files ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="78"/>
+        <source>Other Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="89"/>
+        <source>Others Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="134"/>
+        <source>Open in Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="136"/>
+        <source>Open in Icon Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="139"/>
+        <source>Open in Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="142"/>
+        <source>Open in PDF Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="433"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="425"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="415"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="409"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="146"/>
+        <source>Show Mime-Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="150"/>
+        <source>Rename file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="210"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="172"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="153"/>
+        <source>Remove from project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="213"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="176"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="155"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="194"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="180"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="158"/>
+        <source>Add files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="197"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="181"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="159"/>
+        <source>Add directory...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="161"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="183"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="163"/>
+        <source>Copy Path to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="216"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="200"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="185"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="165"/>
+        <source>Expand all directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="218"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="202"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="187"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="166"/>
+        <source>Collapse all directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="221"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="205"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="190"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="168"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="410"/>
+        <source>The mime type of the file could not be determined.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="426"/>
+        <location filename="../Project/ProjectOthersBrowser.py" line="416"/>
+        <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="434"/>
+        <source>The file has the mime type &lt;b&gt;{0}&lt;/b&gt;.&lt;br/&gt; Shall it be added to the list of text mime types?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="525"/>
+        <source>Delete files/directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectOthersBrowser.py" line="526"/>
+        <source>Do you really want to delete these entries from the project?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ProjectPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>&lt;b&gt;Configure project settings&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Enable to save the project file automatically whenever there is a change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Save project automatically when changed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Select, if a timestamp should be written to all Project files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Include timestamp in Project files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Search new files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Search for new files recursively</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Select whether a search for new files on a project open should be performed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Search for new files on open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Select whether the found files should be included automatically.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Automatically include found files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Debugger Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Select, whether a project debugger properties file shall be read on opening the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Load debugger properties upon opening</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Select, whether a project debugger properties file shall be written on closing the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Save debugger properties upon closing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Sessions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Select, whether a project session file shall be read on opening the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Load session upon opening</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Select, whether a project session file shall be written on closing the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Save session upon closing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Select whether all breakpoints should be saved to the session file.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Save all breakpoints</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Automations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Select, if changed forms should be compiled automatically upon a run action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Compile changed forms</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Select, if changed resources should be compiled automatically upon a run action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Compile changed resources</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Select to execute the configured 'make' command before a run action is performed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Execute make</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Python Variant</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Select to determine the Python variant from the project language</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Determine Python variant from project language</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Shell</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Select to restart the shell with the interpreter of the project (if configured)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Restart Shell for project upon opening</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Recent Projects</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Number of recent projects:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Enter the number of recent projects to remember</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Select to save the project tasks automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Save tasks automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Select to rescan the project tasks when a project is opened</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0" />
-      <source>Rescan tasks upon opening</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure project settings&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Enable to save the project file automatically whenever there is a change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Save project automatically when changed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Select, if a timestamp should be written to all Project files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Include timestamp in Project files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Search new files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Search for new files recursively</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Select whether a search for new files on a project open should be performed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Search for new files on open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Select whether the found files should be included automatically.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Automatically include found files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Debugger Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Select, whether a project debugger properties file shall be read on opening the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Load debugger properties upon opening</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Select, whether a project debugger properties file shall be written on closing the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Save debugger properties upon closing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Sessions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Select, whether a project session file shall be read on opening the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Load session upon opening</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Select, whether a project session file shall be written on closing the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Save session upon closing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Select whether all breakpoints should be saved to the session file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Save all breakpoints</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Automations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Select, if changed forms should be compiled automatically upon a run action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Compile changed forms</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Select, if changed resources should be compiled automatically upon a run action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Compile changed resources</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Select to execute the configured &apos;make&apos; command before a run action is performed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Execute make</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Python Variant</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Select to determine the Python variant from the project language</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Determine Python variant from project language</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Shell</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Select to restart the shell with the interpreter of the project (if configured)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Restart Shell for project upon opening</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Recent Projects</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Number of recent projects:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Enter the number of recent projects to remember</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Select to save the project tasks automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Save tasks automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Select to rescan the project tasks when a project is opened</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ProjectPage.ui" line="0"/>
+        <source>Rescan tasks upon opening</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ProjectResourcesBrowser</name>
     <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="949" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="876" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="840" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="89" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="70" />
-      <source>Resources</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="73" />
-      <source>&lt;b&gt;Project Resources Browser&lt;/b&gt;&lt;p&gt;This allows to easily see all resources contained in the current project. Several actions can be executed via the context menu.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="87" />
-      <source>Resource Files ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="88" />
-      <source>Resource Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="99" />
-      <source>Resources Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="165" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="152" />
-      <source>Compile resource</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="377" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="366" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="331" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="320" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="241" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="229" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="172" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="154" />
-      <source>Compile all resources</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="370" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="324" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="284" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="233" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="158" />
-      <source>Configure rcc Compiler</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="296" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="181" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="183" />
-      <source>Rename file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="336" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="298" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="185" />
-      <source>Remove from project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="338" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="300" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="187" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="341" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="249" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="236" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="203" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="198" />
-      <source>New resource...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="383" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="342" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="254" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="207" />
-      <source>Add resources...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="386" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="344" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="257" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="209" />
-      <source>Add resources directory...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="347" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="212" />
-      <source>Copy Path to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="391" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="349" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="303" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="261" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="214" />
-      <source>Expand all directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="394" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="351" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="305" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="263" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="215" />
-      <source>Collapse all directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="397" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="354" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="308" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="266" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="217" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="291" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="280" />
-      <source>Compile resources</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="593" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="572" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="553" />
-      <source>New Resource</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="555" />
-      <source>Qt Resource Files (*.qrc)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="573" />
-      <source>The file already exists! Overwrite it?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="594" />
-      <source>&lt;p&gt;The new resource file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="620" />
-      <source>Delete resources</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="621" />
-      <source>Do you really want to delete these resources from the project?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="713" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="704" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="697" />
-      <source>Resource Compilation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="698" />
-      <source>The compilation of the resource file was successful.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="705" />
-      <source>&lt;p&gt;The compilation of the resource file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="714" />
-      <source>The compilation of the resource file failed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="801" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="802" />
-      <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="867" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="831" />
-      <source>Compiling resources...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="942" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="868" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="832" />
-      <source>Abort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="945" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="871" />
-      <location filename="../Project/ProjectResourcesBrowser.py" line="835" />
-      <source>%v/%m Resources</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="941" />
-      <source>Determining changed resources...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectResourcesBrowser.py" line="984" />
-      <source>Compiling changed resources...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="949"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="876"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="840"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="89"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="70"/>
+        <source>Resources</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="73"/>
+        <source>&lt;b&gt;Project Resources Browser&lt;/b&gt;&lt;p&gt;This allows to easily see all resources contained in the current project. Several actions can be executed via the context menu.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="87"/>
+        <source>Resource Files ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="88"/>
+        <source>Resource Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="99"/>
+        <source>Resources Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="165"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="152"/>
+        <source>Compile resource</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="377"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="366"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="331"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="320"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="241"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="229"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="172"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="154"/>
+        <source>Compile all resources</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="370"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="324"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="284"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="233"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="158"/>
+        <source>Configure rcc Compiler</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="296"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="181"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="183"/>
+        <source>Rename file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="336"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="298"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="185"/>
+        <source>Remove from project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="338"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="300"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="187"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="341"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="249"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="236"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="203"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="198"/>
+        <source>New resource...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="383"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="342"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="254"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="207"/>
+        <source>Add resources...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="386"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="344"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="257"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="209"/>
+        <source>Add resources directory...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="347"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="212"/>
+        <source>Copy Path to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="391"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="349"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="303"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="261"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="214"/>
+        <source>Expand all directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="394"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="351"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="305"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="263"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="215"/>
+        <source>Collapse all directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="397"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="354"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="308"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="266"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="217"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="291"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="280"/>
+        <source>Compile resources</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="593"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="572"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="553"/>
+        <source>New Resource</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="555"/>
+        <source>Qt Resource Files (*.qrc)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="573"/>
+        <source>The file already exists! Overwrite it?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="594"/>
+        <source>&lt;p&gt;The new resource file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt;Problem: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="620"/>
+        <source>Delete resources</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="621"/>
+        <source>Do you really want to delete these resources from the project?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="713"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="704"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="697"/>
+        <source>Resource Compilation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="698"/>
+        <source>The compilation of the resource file was successful.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="705"/>
+        <source>&lt;p&gt;The compilation of the resource file failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="714"/>
+        <source>The compilation of the resource file failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="801"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="802"/>
+        <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="867"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="831"/>
+        <source>Compiling resources...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="942"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="868"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="832"/>
+        <source>Abort</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="945"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="871"/>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="835"/>
+        <source>%v/%m Resources</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="941"/>
+        <source>Determining changed resources...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectResourcesBrowser.py" line="984"/>
+        <source>Compiling changed resources...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ProjectSourcesBrowser</name>
     <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="89" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="72" />
-      <source>Sources</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="75" />
-      <source>&lt;b&gt;Project Sources Browser&lt;/b&gt;&lt;p&gt;This allows to easily see all sources contained in the current project. Several actions can be executed via the context menu.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="87" />
-      <source>Source Files ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="88" />
-      <source>Source Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="99" />
-      <source>Sources Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="626" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="206" />
-      <source>Check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1435" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="209" />
-      <source>Code Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="210" />
-      <source>Black</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="215" />
-      <source>Format Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="219" />
-      <source>Check Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="223" />
-      <source>Formatting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="227" />
-      <source>isort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="232" />
-      <source>Sort Imports</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="236" />
-      <source>Imports Sorting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="242" />
-      <source>Show</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="243" />
-      <source>Code metrics...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="245" />
-      <source>Code coverage...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="248" />
-      <source>Profile data...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="465" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="252" />
-      <source>Diagrams</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="467" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="254" />
-      <source>Class Diagram...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="470" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="257" />
-      <source>Package Diagram...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="260" />
-      <source>Imports Diagram...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="473" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="263" />
-      <source>Application Diagram...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="478" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="268" />
-      <source>Load Diagram...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="273" />
-      <source>Start</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="276" />
-      <source>Run Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="281" />
-      <source>Debug Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="286" />
-      <source>Profile Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="291" />
-      <source>Coverage run of Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="296" />
-      <source>Run tests...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="630" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="483" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="299" />
-      <source>Rename file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="737" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="721" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="633" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="584" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="570" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="486" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="416" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="399" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="302" />
-      <source>Remove from project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="739" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="723" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="636" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="572" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="489" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="418" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="401" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="305" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="421" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="379" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="356" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="336" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="308" />
-      <source>New package...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="742" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="703" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="681" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="661" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="639" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="587" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="552" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="530" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="510" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="492" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="422" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="381" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="358" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="337" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="309" />
-      <source>Add source files...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="744" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="707" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="685" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="663" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="641" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="589" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="556" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="534" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="512" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="494" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="424" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="385" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="362" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="339" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="311" />
-      <source>Add source directory...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="749" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="647" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="431" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="322" />
-      <source>Copy Path to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="761" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="751" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="728" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="711" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="690" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="666" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="651" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="604" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="594" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="575" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="560" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="539" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="515" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="500" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="443" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="433" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="407" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="389" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="367" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="342" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="326" />
-      <source>Expand all directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="764" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="753" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="730" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="713" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="693" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="667" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="654" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="607" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="596" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="577" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="562" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="542" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="516" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="503" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="446" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="435" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="409" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="391" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="370" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="343" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="329" />
-      <source>Collapse all directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="767" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="755" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="732" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="715" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="696" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="668" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="656" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="610" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="598" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="579" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="564" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="545" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="517" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="505" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="449" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="437" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="411" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="393" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="373" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="344" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="331" />
-      <source>Collapse all files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="770" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="757" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="734" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="717" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="699" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="670" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="658" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="613" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="600" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="581" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="567" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="548" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="519" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="507" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="452" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="439" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="413" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="395" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="376" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="346" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="333" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="673" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="522" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="349" />
-      <source>Goto</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1051" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1035" />
-      <source>Add new Python package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1036" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1052" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1113" />
-      <source>Delete files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1114" />
-      <source>Do you really want to delete these files from the project?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1176" />
-      <source>Code Coverage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1177" />
-      <source>Please select a coverage file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1219" />
-      <source>Profile Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1220" />
-      <source>Please select a profile file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1257" />
-      <source>Class Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1305" />
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1258" />
-      <source>Include class attributes?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1279" />
-      <source>Imports Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1280" />
-      <source>Include imports from external modules?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1304" />
-      <source>Package Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1320" />
-      <source>Application Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1321" />
-      <source>Include module names?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1436" />
-      <source>There are no files left for reformatting.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1491" />
-      <source>Import Sorting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectSourcesBrowser.py" line="1492" />
-      <source>There are no files left for import statement sorting.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="89"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="72"/>
+        <source>Sources</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="75"/>
+        <source>&lt;b&gt;Project Sources Browser&lt;/b&gt;&lt;p&gt;This allows to easily see all sources contained in the current project. Several actions can be executed via the context menu.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="87"/>
+        <source>Source Files ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="88"/>
+        <source>Source Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="99"/>
+        <source>Sources Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="626"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="206"/>
+        <source>Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1435"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="209"/>
+        <source>Code Formatting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="210"/>
+        <source>Black</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="215"/>
+        <source>Format Code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="219"/>
+        <source>Check Formatting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="223"/>
+        <source>Formatting Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="227"/>
+        <source>isort</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="232"/>
+        <source>Sort Imports</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="236"/>
+        <source>Imports Sorting Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="242"/>
+        <source>Show</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="243"/>
+        <source>Code metrics...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="245"/>
+        <source>Code coverage...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="248"/>
+        <source>Profile data...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="465"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="252"/>
+        <source>Diagrams</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="467"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="254"/>
+        <source>Class Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="470"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="257"/>
+        <source>Package Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="260"/>
+        <source>Imports Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="473"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="263"/>
+        <source>Application Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="478"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="268"/>
+        <source>Load Diagram...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="273"/>
+        <source>Start</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="276"/>
+        <source>Run Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="281"/>
+        <source>Debug Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="286"/>
+        <source>Profile Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="291"/>
+        <source>Coverage run of Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="296"/>
+        <source>Run tests...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="630"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="483"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="299"/>
+        <source>Rename file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="737"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="721"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="633"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="584"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="570"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="486"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="416"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="399"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="302"/>
+        <source>Remove from project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="739"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="723"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="636"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="572"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="489"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="418"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="401"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="305"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="421"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="379"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="356"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="336"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="308"/>
+        <source>New package...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="742"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="703"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="681"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="661"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="639"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="587"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="552"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="530"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="510"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="492"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="422"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="381"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="358"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="337"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="309"/>
+        <source>Add source files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="744"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="707"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="685"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="663"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="641"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="589"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="556"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="534"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="512"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="494"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="424"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="385"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="362"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="339"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="311"/>
+        <source>Add source directory...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="749"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="647"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="431"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="322"/>
+        <source>Copy Path to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="761"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="751"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="728"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="711"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="690"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="666"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="651"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="604"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="594"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="575"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="560"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="539"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="515"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="500"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="443"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="433"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="407"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="389"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="367"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="342"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="326"/>
+        <source>Expand all directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="764"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="753"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="730"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="713"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="693"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="667"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="654"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="607"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="596"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="577"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="562"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="542"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="516"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="503"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="446"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="435"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="409"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="391"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="370"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="343"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="329"/>
+        <source>Collapse all directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="767"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="755"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="732"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="715"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="696"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="668"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="656"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="610"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="598"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="579"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="564"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="545"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="517"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="505"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="449"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="437"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="411"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="393"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="373"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="344"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="331"/>
+        <source>Collapse all files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="770"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="757"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="734"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="717"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="699"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="670"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="658"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="613"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="600"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="581"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="567"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="548"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="519"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="507"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="452"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="439"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="413"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="395"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="376"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="346"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="333"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="673"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="522"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="349"/>
+        <source>Goto</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1051"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1035"/>
+        <source>Add new Python package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1036"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1052"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1113"/>
+        <source>Delete files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1114"/>
+        <source>Do you really want to delete these files from the project?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1176"/>
+        <source>Code Coverage</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1177"/>
+        <source>Please select a coverage file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1219"/>
+        <source>Profile Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1220"/>
+        <source>Please select a profile file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1257"/>
+        <source>Class Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1305"/>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1258"/>
+        <source>Include class attributes?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1279"/>
+        <source>Imports Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1280"/>
+        <source>Include imports from external modules?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1304"/>
+        <source>Package Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1320"/>
+        <source>Application Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1321"/>
+        <source>Include module names?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1436"/>
+        <source>There are no files left for reformatting.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1491"/>
+        <source>Import Sorting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectSourcesBrowser.py" line="1492"/>
+        <source>There are no files left for import statement sorting.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ProjectTranslationsBrowser</name>
     <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="98" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="75" />
-      <source>Translations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="78" />
-      <source>&lt;b&gt;Project Translations Browser&lt;/b&gt;&lt;p&gt;This allows to easily see all translations contained in the current project. Several actions can be executed via the context menu.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="96" />
-      <source>Translation Files ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="97" />
-      <source>Translation Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="108" />
-      <source>Translations Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="238" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="182" />
-      <source>Generate translation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="248" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="187" />
-      <source>Generate translation (with obsolete)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="537" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="508" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="359" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="331" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="257" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="193" />
-      <source>Generate all translations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="546" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="512" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="368" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="335" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="266" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="197" />
-      <source>Generate all translations (with obsolete)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="418" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="202" />
-      <source>Open in Qt-Linguist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="472" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="422" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="278" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="205" />
-      <source>Open in Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="285" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="210" />
-      <source>Release translation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="554" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="517" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="376" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="340" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="294" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="215" />
-      <source>Release all translations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="219" />
-      <source>Preview translation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="522" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="345" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="222" />
-      <source>Preview all translations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="528" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="440" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="351" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="229" />
-      <source>Extract messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="468" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="274" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="487" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="301" />
-      <source>Remove from project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="560" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="490" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="304" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="564" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="383" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="308" />
-      <source>Add translation...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="567" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="386" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="311" />
-      <source>Add translation files...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="570" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="314" />
-      <source>Copy Path to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="572" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="493" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="389" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="316" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="449" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="406" />
-      <source>Generate translations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="459" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="411" />
-      <source>Generate translations (with obsolete)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="479" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="427" />
-      <source>Release translations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="433" />
-      <source>Preview translations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="834" />
-      <source>Delete translation files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="835" />
-      <source>Do you really want to delete these translation files from the project?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1502" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1000" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="960" />
-      <source>Write temporary project file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1503" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1240" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="961" />
-      <source>No translation files (*.ts) selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1001" />
-      <source>&lt;p&gt;The temporary project file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1239" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1122" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1110" />
-      <source>Translation file generation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1111" />
-      <source>The generation of the translation files (*.ts) was successful.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1117" />
-      <source> The process has crashed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1123" />
-      <source>The generation of the translation files (*.ts) has failed.{0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1532" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1335" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1293" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1336" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1294" />
-      <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1424" />
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1406" />
-      <source>Translation file release</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1407" />
-      <source>The release of the translation files (*.qm) was successful.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1425" />
-      <source>The release of the translation files (*.qm) has failed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectTranslationsBrowser.py" line="1533" />
-      <source>&lt;p&gt;Could not start lrelease.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="98"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="75"/>
+        <source>Translations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="78"/>
+        <source>&lt;b&gt;Project Translations Browser&lt;/b&gt;&lt;p&gt;This allows to easily see all translations contained in the current project. Several actions can be executed via the context menu.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="96"/>
+        <source>Translation Files ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="97"/>
+        <source>Translation Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="108"/>
+        <source>Translations Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="238"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="182"/>
+        <source>Generate translation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="248"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="187"/>
+        <source>Generate translation (with obsolete)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="537"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="508"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="359"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="331"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="257"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="193"/>
+        <source>Generate all translations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="546"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="512"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="368"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="335"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="266"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="197"/>
+        <source>Generate all translations (with obsolete)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="418"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="202"/>
+        <source>Open in Qt-Linguist</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="472"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="422"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="278"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="205"/>
+        <source>Open in Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="285"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="210"/>
+        <source>Release translation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="554"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="517"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="376"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="340"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="294"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="215"/>
+        <source>Release all translations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="219"/>
+        <source>Preview translation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="522"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="345"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="222"/>
+        <source>Preview all translations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="528"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="440"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="351"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="229"/>
+        <source>Extract messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="468"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="274"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="487"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="301"/>
+        <source>Remove from project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="560"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="490"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="304"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="564"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="383"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="308"/>
+        <source>Add translation...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="567"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="386"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="311"/>
+        <source>Add translation files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="570"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="314"/>
+        <source>Copy Path to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="572"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="493"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="389"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="316"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="449"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="406"/>
+        <source>Generate translations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="459"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="411"/>
+        <source>Generate translations (with obsolete)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="479"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="427"/>
+        <source>Release translations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="433"/>
+        <source>Preview translations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="834"/>
+        <source>Delete translation files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="835"/>
+        <source>Do you really want to delete these translation files from the project?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1502"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1000"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="960"/>
+        <source>Write temporary project file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1503"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1240"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="961"/>
+        <source>No translation files (*.ts) selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1001"/>
+        <source>&lt;p&gt;The temporary project file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1239"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1122"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1110"/>
+        <source>Translation file generation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1111"/>
+        <source>The generation of the translation files (*.ts) was successful.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1117"/>
+        <source> The process has crashed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1123"/>
+        <source>The generation of the translation files (*.ts) has failed.{0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1532"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1335"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1293"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1336"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1294"/>
+        <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1424"/>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1406"/>
+        <source>Translation file release</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1407"/>
+        <source>The release of the translation files (*.qm) was successful.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1425"/>
+        <source>The release of the translation files (*.qm) has failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectTranslationsBrowser.py" line="1533"/>
+        <source>&lt;p&gt;Could not start lrelease.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ProjectVenvConfigurationDialog</name>
     <message>
-      <location filename="../Project/ProjectVenvConfigurationDialog.ui" line="0" />
-      <source>Project Environment Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectVenvConfigurationDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectVenvConfigurationDialog.ui" line="0" />
-      <source>Python Interpreter:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectVenvConfigurationDialog.ui" line="0" />
-      <source>Enter the Python interpreter of the virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectVenvConfigurationDialog.ui" line="0" />
-      <source>PATH Prefix:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectVenvConfigurationDialog.py" line="58" />
-      <source>Python Interpreter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectVenvConfigurationDialog.py" line="62" />
-      <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/ProjectVenvConfigurationDialog.ui" line="0"/>
+        <source>Project Environment Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectVenvConfigurationDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectVenvConfigurationDialog.ui" line="0"/>
+        <source>Python Interpreter:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectVenvConfigurationDialog.ui" line="0"/>
+        <source>Enter the Python interpreter of the virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectVenvConfigurationDialog.ui" line="0"/>
+        <source>PATH Prefix:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectVenvConfigurationDialog.py" line="58"/>
+        <source>Python Interpreter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectVenvConfigurationDialog.py" line="62"/>
+        <source>Enter the executable search path to be prepended to the PATH environment variable. Use &apos;{0}&apos; as the separator.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ProjectVenvCreationParametersDialog</name>
     <message>
-      <location filename="../Project/ProjectVenvCreationParametersDialog.py" line="43" />
-      <source>Python Interpreter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectVenvCreationParametersDialog.ui" line="0" />
-      <source>Virtual Environment Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectVenvCreationParametersDialog.ui" line="0" />
-      <source>Python Executable:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectVenvCreationParametersDialog.ui" line="0" />
-      <source>Enter the Python interpreter for the virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectVenvCreationParametersDialog.ui" line="0" />
-      <source>Select to give the virtualenv access to the global site-packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/ProjectVenvCreationParametersDialog.ui" line="0" />
-      <source>System-wide Python Packages</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/ProjectVenvCreationParametersDialog.py" line="43"/>
+        <source>Python Interpreter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectVenvCreationParametersDialog.ui" line="0"/>
+        <source>Virtual Environment Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectVenvCreationParametersDialog.ui" line="0"/>
+        <source>Python Executable:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectVenvCreationParametersDialog.ui" line="0"/>
+        <source>Enter the Python interpreter for the virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectVenvCreationParametersDialog.ui" line="0"/>
+        <source>Select to give the virtualenv access to the global site-packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/ProjectVenvCreationParametersDialog.ui" line="0"/>
+        <source>System-wide Python Packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PropertiesDialog</name>
     <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Project Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;Project Properties Dialog&lt;/b&gt;
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Project Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Project Properties Dialog&lt;/b&gt;
 &lt;p&gt;This dialog is used to show and edit the projects properties.&lt;/p&gt;
-&lt;p&gt;If the project is controlled by a version control system, the "Show Repository Info" button displays information about the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Project &amp;Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Enter the project name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;Project Name&lt;/b&gt;
+&lt;p&gt;If the project is controlled by a version control system, the &quot;Show Repository Info&quot; button displays information about the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Project &amp;Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Enter the project name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Project Name&lt;/b&gt;
 &lt;p&gt;Enter the project name&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>&amp;Programming Language:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Select the project's programming language</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Select, if the project uses other programming languages as well</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Mi&amp;xed programming languages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Alt+X</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Project &amp;Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Select the type of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Project &amp;Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Enter the project directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;Project Directory&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>&amp;Programming Language:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Select the project&apos;s programming language</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Select, if the project uses other programming languages as well</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Mi&amp;xed programming languages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Alt+X</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Project &amp;Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Select the type of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Project &amp;Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Enter the project directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Project Directory&lt;/b&gt;
 &lt;p&gt;Enter the project directory. You may select it
  with a dialog by pressing the button to the right.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>&amp;Version No.:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Enter the version number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;Version No.&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>&amp;Version No.:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Enter the version number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Version No.&lt;/b&gt;
 &lt;p&gt;Enter the version no.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>&amp;Main Script:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Enter the main script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;Main Script&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>&amp;Main Script:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Enter the main script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Main Script&lt;/b&gt;
 &lt;p&gt;Enter the main script of the project. You may select it
  with a dialog by pressing the button to the right.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>End of &amp;Line Character:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Select the end of line character to be used by the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>System</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Unix</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Macintosh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Windows/DOS</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Docstring Style:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Select the docstring style for the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>&amp;Author:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Enter author's name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;Author&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>End of &amp;Line Character:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Select the end of line character to be used by the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>System</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Unix</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Macintosh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Windows/DOS</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Docstring Style:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Select the docstring style for the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>&amp;Author:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Enter author&apos;s name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Author&lt;/b&gt;
 &lt;p&gt;Enter the name of the author.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>&amp;Email:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Enter author's email</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;Email&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>&amp;Email:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Enter author&apos;s email</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Email&lt;/b&gt;
 &lt;p&gt;Enter the email address of the author&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/PropertiesDialog.ui" line="0" />
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>&amp;Description:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/PropertiesDialog.ui" line="0" />
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Enter description</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;Description&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/PropertiesDialog.ui" line="0"/>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>&amp;Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/PropertiesDialog.ui" line="0"/>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Enter description</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Description&lt;/b&gt;
 &lt;p&gt;Enter a short description for the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </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>License:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Enter or select the project license</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Select this to create and use a project embedded virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Use embedded virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Press to edit the spell checking properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Spell Checking...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Press to edit the translations properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Translations...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Press to edit the filetype associations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Filetype Associations...</source>
-      <translation type="unfinished" />
-    </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>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Version Controlled Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Press to show information about the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Show &amp;Repository Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.ui" line="0" />
-      <source>Alt+R</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.py" line="230" />
-      <location filename="../Project/PropertiesDialog.py" line="58" />
-      <source>None</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.py" line="75" />
-      <source>Source Files ({0});;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.py" line="140" />
-      <source>The project is version controlled by &lt;b&gt;{0}&lt;/b&gt;.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/PropertiesDialog.py" line="146" />
-      <source>The project is not version controlled.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/PropertiesDialog.ui" line="0" />
-      <source>Multiproject Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MultiProject/PropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;Description&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Testing Framework:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Select the testing framework used by the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>License:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Enter or select the project license</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Select this to create and use a project embedded virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Use embedded virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Press to edit the spell checking properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Spell Checking...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Press to edit the translations properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Translations...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Press to edit the filetype associations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Filetype Associations...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Select to activate the &apos;make&apos; support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Enable &apos;make&apos; Support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Press to open a dialog to enter the &apos;make&apos; parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Select to create a version controlled project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Version Controlled Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Press to show information about the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Show &amp;Repository Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.ui" line="0"/>
+        <source>Alt+R</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.py" line="230"/>
+        <location filename="../Project/PropertiesDialog.py" line="58"/>
+        <source>None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.py" line="75"/>
+        <source>Source Files ({0});;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.py" line="140"/>
+        <source>The project is version controlled by &lt;b&gt;{0}&lt;/b&gt;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/PropertiesDialog.py" line="146"/>
+        <source>The project is not version controlled.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/PropertiesDialog.ui" line="0"/>
+        <source>Multiproject Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MultiProject/PropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Description&lt;/b&gt;
 &lt;p&gt;Enter a short description for the multiproject.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ProtocolHandlerManagerDialog</name>
     <message>
-      <location filename="../WebBrowser/Network/ProtocolHandlerManagerDialog.ui" line="0" />
-      <source>Protocol Handlers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/ProtocolHandlerManagerDialog.ui" line="0" />
-      <source>Shows a list of registered protocol handlers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/ProtocolHandlerManagerDialog.ui" line="0" />
-      <source>Scheme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/ProtocolHandlerManagerDialog.ui" line="0" />
-      <source>URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/ProtocolHandlerManagerDialog.ui" line="0" />
-      <source>Press to delete the protocol handler</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/ProtocolHandlerManagerDialog.ui" line="0" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Network/ProtocolHandlerManagerDialog.ui" line="0"/>
+        <source>Protocol Handlers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/ProtocolHandlerManagerDialog.ui" line="0"/>
+        <source>Shows a list of registered protocol handlers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/ProtocolHandlerManagerDialog.ui" line="0"/>
+        <source>Scheme</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/ProtocolHandlerManagerDialog.ui" line="0"/>
+        <source>URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/ProtocolHandlerManagerDialog.ui" line="0"/>
+        <source>Press to delete the protocol handler</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/ProtocolHandlerManagerDialog.ui" line="0"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Purge</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py" line="73" />
-      <source>Purge All Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py" line="74" />
-      <source>Do really want to delete all files not tracked by Mercurial (including ignored ones)?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py" line="79" />
-      <source>Purge Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py" line="80" />
-      <source>Do really want to delete files not tracked by Mercurial?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py" line="73"/>
+        <source>Purge All Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py" line="74"/>
+        <source>Do really want to delete all files not tracked by Mercurial (including ignored ones)?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py" line="79"/>
+        <source>Purge Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/purge.py" line="80"/>
+        <source>Do really want to delete files not tracked by Mercurial?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PurgeProjectHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="36" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="34" />
-      <source>Purge Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="43" />
-      <source>Delete files and directories not known to Mercurial</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="46" />
-      <source>&lt;b&gt;Purge Files&lt;/b&gt;&lt;p&gt;This deletes files and directories not known to Mercurial. That means that purge will delete:&lt;ul&gt;&lt;li&gt;unknown files (marked with "not tracked" in the status dialog)&lt;/li&gt;&lt;li&gt;empty directories&lt;/li&gt;&lt;/ul&gt;Note that ignored files will be left untouched.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="61" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="60" />
-      <source>Purge All Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="68" />
-      <source>Delete files and directories not known to Mercurial including ignored ones</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="74" />
-      <source>&lt;b&gt;Purge All Files&lt;/b&gt;&lt;p&gt;This deletes files and directories not known to Mercurial. That means that purge will delete:&lt;ul&gt;&lt;li&gt;unknown files (marked with "not tracked" in the status dialog)&lt;/li&gt;&lt;li&gt;empty directories&lt;/li&gt;&lt;li&gt;ignored files and directories&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="89" />
-      <source>List Files to be Purged</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="91" />
-      <source>List Files to be Purged...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="98" />
-      <source>List files and directories not known to Mercurial</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="101" />
-      <source>&lt;b&gt;List Files to be Purged&lt;/b&gt;&lt;p&gt;This lists files and directories not known to Mercurial. These would be deleted by the "Purge Files" menu entry.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="111" />
-      <source>List All Files to be Purged</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="112" />
-      <source>List All Files to be Purged...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="119" />
-      <source>List files and directories not known to Mercurial including ignored ones</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="125" />
-      <source>&lt;b&gt;List All Files to be Purged&lt;/b&gt;&lt;p&gt;This lists files and directories not known to Mercurial including ignored ones. These would be deleted by the "Purge All Files" menu entry.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="160" />
-      <source>Purge</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="36"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="34"/>
+        <source>Purge Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="43"/>
+        <source>Delete files and directories not known to Mercurial</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="46"/>
+        <source>&lt;b&gt;Purge Files&lt;/b&gt;&lt;p&gt;This deletes files and directories not known to Mercurial. That means that purge will delete:&lt;ul&gt;&lt;li&gt;unknown files (marked with &quot;not tracked&quot; in the status dialog)&lt;/li&gt;&lt;li&gt;empty directories&lt;/li&gt;&lt;/ul&gt;Note that ignored files will be left untouched.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="61"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="60"/>
+        <source>Purge All Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="68"/>
+        <source>Delete files and directories not known to Mercurial including ignored ones</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="74"/>
+        <source>&lt;b&gt;Purge All Files&lt;/b&gt;&lt;p&gt;This deletes files and directories not known to Mercurial. That means that purge will delete:&lt;ul&gt;&lt;li&gt;unknown files (marked with &quot;not tracked&quot; in the status dialog)&lt;/li&gt;&lt;li&gt;empty directories&lt;/li&gt;&lt;li&gt;ignored files and directories&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="89"/>
+        <source>List Files to be Purged</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="91"/>
+        <source>List Files to be Purged...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="98"/>
+        <source>List files and directories not known to Mercurial</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="101"/>
+        <source>&lt;b&gt;List Files to be Purged&lt;/b&gt;&lt;p&gt;This lists files and directories not known to Mercurial. These would be deleted by the &quot;Purge Files&quot; menu entry.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="111"/>
+        <source>List All Files to be Purged</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="112"/>
+        <source>List All Files to be Purged...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="119"/>
+        <source>List files and directories not known to Mercurial including ignored ones</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="125"/>
+        <source>&lt;b&gt;List All Files to be Purged&lt;/b&gt;&lt;p&gt;This lists files and directories not known to Mercurial including ignored ones. These would be deleted by the &quot;Purge All Files&quot; menu entry.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py" line="160"/>
+        <source>Purge</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PyBoardDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="82" />
-      <source>PyBoard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="197" />
-      <source>Workspace Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="198" />
-      <source>Python files for PyBoard can be edited in place, if the device volume is locally available. Such a volume was not found. In place editing will not be available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="230" />
-      <source>PyBoard Functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="439" />
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="233" />
-      <source>Show MicroPython Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="237" />
-      <source>Activate Bootloader</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="240" />
-      <source>List DFU-capable Devices</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="422" />
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="244" />
-      <source>Flash MicroPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="247" />
-      <source>MicroPython Flash Instructions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="306" />
-      <source>dfu-util not available</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="307" />
-      <source>The dfu-util firmware flashing tool &lt;b&gt;dfu-util&lt;/b&gt; cannot be found or is not executable. Ensure it is in the search path or configure it on the MicroPython configuration page.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="327" />
-      <source>&lt;h3&gt;Enable DFU Mode&lt;/h3&gt;&lt;p&gt;1. Disconnect everything from your board&lt;/p&gt;&lt;p&gt;2. Disconnect your board&lt;/p&gt;&lt;p&gt;3. Connect the DFU/BOOT0 pin with a 3.3V pin&lt;/p&gt;&lt;p&gt;4. Re-connect your board&lt;/p&gt;&lt;hr /&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="337" />
-      <source>&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; Make sure that all other DFU capable devices except your PyBoard are disconnected.&lt;hr /&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="343" />
-      <source>&lt;p&gt;Press &lt;b&gt;OK&lt;/b&gt; to continue...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="346" />
-      <source>Enable DFU mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="357" />
-      <source>&lt;h3&gt;Disable DFU Mode&lt;/h3&gt;&lt;p&gt;1. Disconnect your board&lt;/p&gt;&lt;p&gt;2. Remove the DFU jumper&lt;/p&gt;&lt;p&gt;3. Re-connect your board&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;Press &lt;b&gt;OK&lt;/b&gt; to continue...&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="365" />
-      <source>Disable DFU mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="421" />
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="383" />
-      <source>'dfu-util' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="383" />
-      <source>List DFU capable Devices</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="406" />
-      <source>Flash MicroPython/CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="408" />
-      <source>MicroPython Firmware Files (*.dfu);;CircuitPython Firmware Files (*.bin);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="440" />
-      <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="467" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="473" />
-      <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="481" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="485" />
-      <source>MicroPython Version</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="82"/>
+        <source>PyBoard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="197"/>
+        <source>Workspace Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="198"/>
+        <source>Python files for PyBoard can be edited in place, if the device volume is locally available. Such a volume was not found. In place editing will not be available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="230"/>
+        <source>PyBoard Functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="439"/>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="233"/>
+        <source>Show MicroPython Versions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="237"/>
+        <source>Activate Bootloader</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="240"/>
+        <source>List DFU-capable Devices</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="422"/>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="244"/>
+        <source>Flash MicroPython Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="247"/>
+        <source>MicroPython Flash Instructions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="306"/>
+        <source>dfu-util not available</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="307"/>
+        <source>The dfu-util firmware flashing tool &lt;b&gt;dfu-util&lt;/b&gt; cannot be found or is not executable. Ensure it is in the search path or configure it on the MicroPython configuration page.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="327"/>
+        <source>&lt;h3&gt;Enable DFU Mode&lt;/h3&gt;&lt;p&gt;1. Disconnect everything from your board&lt;/p&gt;&lt;p&gt;2. Disconnect your board&lt;/p&gt;&lt;p&gt;3. Connect the DFU/BOOT0 pin with a 3.3V pin&lt;/p&gt;&lt;p&gt;4. Re-connect your board&lt;/p&gt;&lt;hr /&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="337"/>
+        <source>&lt;p&gt;&lt;b&gt;Warning:&lt;/b&gt; Make sure that all other DFU capable devices except your PyBoard are disconnected.&lt;hr /&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="343"/>
+        <source>&lt;p&gt;Press &lt;b&gt;OK&lt;/b&gt; to continue...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="346"/>
+        <source>Enable DFU mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="357"/>
+        <source>&lt;h3&gt;Disable DFU Mode&lt;/h3&gt;&lt;p&gt;1. Disconnect your board&lt;/p&gt;&lt;p&gt;2. Remove the DFU jumper&lt;/p&gt;&lt;p&gt;3. Re-connect your board&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;Press &lt;b&gt;OK&lt;/b&gt; to continue...&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="365"/>
+        <source>Disable DFU mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="421"/>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="383"/>
+        <source>&apos;dfu-util&apos; Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="383"/>
+        <source>List DFU capable Devices</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="406"/>
+        <source>Flash MicroPython/CircuitPython Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="408"/>
+        <source>MicroPython Firmware Files (*.dfu);;CircuitPython Firmware Files (*.bin);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="440"/>
+        <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="468"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="474"/>
+        <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="482"/>
+        <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/PyBoardDevices.py" line="486"/>
+        <source>MicroPython Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PyCoverageDialog</name>
     <message>
-      <location filename="../DataViews/PyCoverageDialog.py" line="65" />
-      <source>Create Report</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.py" line="66" />
-      <source>HTML Report</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.py" line="68" />
-      <source>JSON Report</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.py" line="424" />
-      <location filename="../DataViews/PyCoverageDialog.py" line="69" />
-      <source>LCOV Report</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.py" line="73" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.py" line="77" />
-      <source>Erase Coverage Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.py" line="276" />
-      <source>Parse Error</source>
-      <translation type="unfinished" />
+        <location filename="../DataViews/PyCoverageDialog.py" line="65"/>
+        <source>Create Report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.py" line="66"/>
+        <source>HTML Report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.py" line="68"/>
+        <source>JSON Report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.py" line="424"/>
+        <location filename="../DataViews/PyCoverageDialog.py" line="69"/>
+        <source>LCOV Report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.py" line="73"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.py" line="77"/>
+        <source>Erase Coverage Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.py" line="276"/>
+        <source>Parse Error</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../DataViews/PyCoverageDialog.py" line="277" />
-      <source>%n file(s) could not be parsed. Coverage info for these is not available.</source>
-      <translation>
-        <numerusform>One file could not be parsed. Coverage info for this one is not available.</numerusform>
-        <numerusform>%n files could not be parsed. Coverage info for these is not available.</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.py" line="425" />
-      <source>Enter the path of the output file:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.py" line="429" />
-      <source>LCOV Files (*.lcov);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>Python Code Coverage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>&lt;b&gt;Python Code Coverage&lt;/b&gt;
+        <location filename="../DataViews/PyCoverageDialog.py" line="277"/>
+        <source>%n file(s) could not be parsed. Coverage info for these is not available.</source>
+        <translation>
+            <numerusform>One file could not be parsed. Coverage info for this one is not available.</numerusform>
+            <numerusform>%n files could not be parsed. Coverage info for these is not available.</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.py" line="425"/>
+        <source>Enter the path of the output file:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.py" line="429"/>
+        <source>LCOV Files (*.lcov);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>Python Code Coverage</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>&lt;b&gt;Python Code Coverage&lt;/b&gt;
 &lt;p&gt;This dialog shows the collected code coverage data.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>E&amp;xclude pattern:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>Enter a regexp pattern marking lines to exclude from coverage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>&lt;b&gt;Exclude pattern&lt;/b&gt;
-&lt;p&gt;Enter a regular expression pattern. Lines matching this pattern are excluded from the coverage analysis. The default pattern is '#pragma[: ]+[nN][oO] [cC][oO][vV][eE][rR]'. If the pattern is found on a line containing the colon that introduces a suite of statements, the entire suite is excluded.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>&amp;Reload</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>Alt+R</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>&lt;b&gt;Python Code Coverage&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>E&amp;xclude pattern:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>Enter a regexp pattern marking lines to exclude from coverage</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>&lt;b&gt;Exclude pattern&lt;/b&gt;
+&lt;p&gt;Enter a regular expression pattern. Lines matching this pattern are excluded from the coverage analysis. The default pattern is &apos;#pragma[: ]+[nN][oO] [cC][oO][vV][eE][rR]&apos;. If the pattern is found on a line containing the colon that introduces a suite of statements, the entire suite is excluded.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>&amp;Reload</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>Alt+R</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>&lt;b&gt;Python Code Coverage&lt;/b&gt;
 &lt;p&gt;This list shows the collected code coverage data. There are several actions available via the context menu.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>Statements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>Executed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>Coverage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>Excluded</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>Missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>Summary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>&lt;b&gt;Summary&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>Statements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>Executed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>Coverage</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>Excluded</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>Missing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>Summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>&lt;b&gt;Summary&lt;/b&gt;
 &lt;p&gt;This shows some overall code coverage information.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>Shows the progress of the code coverage action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyCoverageDialog.ui" line="0" />
-      <source>%v/%m Files</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>Shows the progress of the code coverage action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageDialog.ui" line="0"/>
+        <source>%v/%m Files</source>
+        <translation type="unfinished"></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" />
-    </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" />
-    </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>
+        <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0"/>
+        <source>HTML Report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0"/>
+        <source>Title:</source>
+        <translation type="unfinished"></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"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0"/>
+        <source>Extra CSS:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0"/>
+        <source>Enter the title for the HTML report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0"/>
+        <source>Output Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0"/>
+        <source>Enter the path of the output directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0"/>
+        <source>Select to open the generated report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageHtmlReportDialog.ui" line="0"/>
+        <source>Open Report</source>
+        <translation type="unfinished"></translation>
+    </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" />
-    </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="44" />
-      <source>JSON Files (*.json);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../DataViews/PyCoverageJsonReportDialog.ui" line="0"/>
+        <source>JSON Report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageJsonReportDialog.ui" line="0"/>
+        <source>Select to create the report using the compact format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageJsonReportDialog.ui" line="0"/>
+        <source>Compact Format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageJsonReportDialog.ui" line="0"/>
+        <source>Output File:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageJsonReportDialog.ui" line="0"/>
+        <source>Enter the path of the output file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyCoverageJsonReportDialog.py" line="44"/>
+        <source>JSON Files (*.json);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PyProfileDialog</name>
     <message>
-      <location filename="../DataViews/PyProfileDialog.py" line="254" />
-      <location filename="../DataViews/PyProfileDialog.ui" line="0" />
-      <source>Profile Results</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.ui" line="0" />
-      <source>&lt;b&gt;Profile Results&lt;/b&gt;
+        <location filename="../DataViews/PyProfileDialog.py" line="254"/>
+        <location filename="../DataViews/PyProfileDialog.ui" line="0"/>
+        <source>Profile Results</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.ui" line="0"/>
+        <source>&lt;b&gt;Profile Results&lt;/b&gt;
 &lt;p&gt;This dialog shows the profile results.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.ui" line="0" />
-      <source>&lt;b&gt;Profile Results&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.ui" line="0"/>
+        <source>&lt;b&gt;Profile Results&lt;/b&gt;
 &lt;p&gt;This list shows the profile results. There are several actions available via the context menu.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.ui" line="0" />
-      <source>Nr. Calls</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.ui" line="0" />
-      <source>Total Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.ui" line="0" />
-      <source>Tot. Time / Call</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.ui" line="0" />
-      <source>Cumulative Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.ui" line="0" />
-      <source>Cum. Time / Call</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.ui" line="0" />
-      <source>Filename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.ui" line="0" />
-      <source>Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.ui" line="0" />
-      <source>Function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.ui" line="0" />
-      <source>&lt;b&gt;Summary&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.ui" line="0"/>
+        <source>Nr. Calls</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.ui" line="0"/>
+        <source>Total Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.ui" line="0"/>
+        <source>Tot. Time / Call</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.ui" line="0"/>
+        <source>Cumulative Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.ui" line="0"/>
+        <source>Cum. Time / Call</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.ui" line="0"/>
+        <source>Filename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.ui" line="0"/>
+        <source>Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.ui" line="0"/>
+        <source>Function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.ui" line="0"/>
+        <source>&lt;b&gt;Summary&lt;/b&gt;
 &lt;p&gt;This shows some overall profile data. There are several actions available via the context menu.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.ui" line="0" />
-      <source>Summary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.ui" line="0" />
-      <source>#</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.ui" line="0" />
-      <source>Shows the progress of the profile data calculation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.ui" line="0" />
-      <source>%v/%m Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.py" line="361" />
-      <location filename="../DataViews/PyProfileDialog.py" line="91" />
-      <source>Exclude Python Library</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.py" line="94" />
-      <source>Erase Profiling Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.py" line="95" />
-      <source>Erase Timing Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.py" line="97" />
-      <source>Erase All Infos</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.py" line="236" />
-      <source>function calls</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.py" line="238" />
-      <source>primitive calls</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.py" line="239" />
-      <source>CPU seconds</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.py" line="255" />
-      <source>&lt;p&gt;There is no profiling data available for &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.py" line="268" />
-      <source>Loading Profiling Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.py" line="269" />
-      <source>&lt;p&gt;The profiling data could not be read from file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../DataViews/PyProfileDialog.py" line="357" />
-      <source>Include Python Library</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.ui" line="0"/>
+        <source>Summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.ui" line="0"/>
+        <source>#</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.ui" line="0"/>
+        <source>Shows the progress of the profile data calculation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.ui" line="0"/>
+        <source>%v/%m Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.py" line="361"/>
+        <location filename="../DataViews/PyProfileDialog.py" line="91"/>
+        <source>Exclude Python Library</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.py" line="94"/>
+        <source>Erase Profiling Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.py" line="95"/>
+        <source>Erase Timing Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.py" line="97"/>
+        <source>Erase All Infos</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.py" line="236"/>
+        <source>function calls</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.py" line="238"/>
+        <source>primitive calls</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.py" line="239"/>
+        <source>CPU seconds</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.py" line="255"/>
+        <source>&lt;p&gt;There is no profiling data available for &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.py" line="268"/>
+        <source>Loading Profiling Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.py" line="269"/>
+        <source>&lt;p&gt;The profiling data could not be read from file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../DataViews/PyProfileDialog.py" line="357"/>
+        <source>Include Python Library</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PyRegExpWizard</name>
     <message>
-      <location filename="../Plugins/PluginWizardPyRegExp.py" line="80" />
-      <location filename="../Plugins/PluginWizardPyRegExp.py" line="73" />
-      <source>Python re Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardPyRegExp.py" line="74" />
-      <source>Python re Wizard...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardPyRegExp.py" line="82" />
-      <source>&lt;b&gt;Python re Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create a Python re string. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardPyRegExp.py" line="133" />
-      <source>No current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardPyRegExp.py" line="134" />
-      <source>Please open or create a file first.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginWizardPyRegExp.py" line="80"/>
+        <location filename="../Plugins/PluginWizardPyRegExp.py" line="73"/>
+        <source>Python re Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardPyRegExp.py" line="74"/>
+        <source>Python re Wizard...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardPyRegExp.py" line="82"/>
+        <source>&lt;b&gt;Python re Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create a Python re string. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardPyRegExp.py" line="133"/>
+        <source>No current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardPyRegExp.py" line="134"/>
+        <source>Please open or create a file first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PyRegExpWizardCharactersDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="49" />
-      <source>Normal character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="50" />
-      <source>Unicode character in hexadecimal notation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="51" />
-      <source>Unicode character in octal notation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="52" />
-      <source>---</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="53" />
-      <source>Bell character (\a)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="54" />
-      <source>Page break (\f)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="55" />
-      <source>Line feed (\n)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="56" />
-      <source>Carriage return (\r)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="57" />
-      <source>Horizontal tabulator (\t)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="58" />
-      <source>Vertical tabulator (\v)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="131" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="95" />
-      <source>Additional Entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="191" />
-      <source>Between:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="196" />
-      <source>And:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0" />
-      <source>Editor for character sets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0" />
-      <source>The defined characters should not match</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0" />
-      <source>Predefined character ranges</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0" />
-      <source>Non-whitespace characters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0" />
-      <source>Non-digits</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0" />
-      <source>Whitespace characters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0" />
-      <source>Digits</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0" />
-      <source>Non-word characters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0" />
-      <source>Word character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0" />
-      <source>Single character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0" />
-      <source>Character ranges</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="49"/>
+        <source>Normal character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="50"/>
+        <source>Unicode character in hexadecimal notation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="51"/>
+        <source>Unicode character in octal notation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="52"/>
+        <source>---</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="53"/>
+        <source>Bell character (\a)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="54"/>
+        <source>Page break (\f)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="55"/>
+        <source>Line feed (\n)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="56"/>
+        <source>Carriage return (\r)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="57"/>
+        <source>Horizontal tabulator (\t)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="58"/>
+        <source>Vertical tabulator (\v)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="131"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="95"/>
+        <source>Additional Entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="191"/>
+        <source>Between:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.py" line="196"/>
+        <source>And:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0"/>
+        <source>Editor for character sets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0"/>
+        <source>The defined characters should not match</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0"/>
+        <source>Predefined character ranges</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0"/>
+        <source>Non-whitespace characters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0"/>
+        <source>Non-digits</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0"/>
+        <source>Whitespace characters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0"/>
+        <source>Digits</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0"/>
+        <source>Non-word characters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0"/>
+        <source>Word character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0"/>
+        <source>Single character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui" line="0"/>
+        <source>Character ranges</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PyRegExpWizardDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>Python re Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>Variable Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>Include import statement</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Comment: (?#)&lt;/b&gt;
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>Python re Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>Variable Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>Include import statement</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Comment: (?#)&lt;/b&gt;
 &lt;p&gt;Insert some comment inside your regexp.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Comment: (?#)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Comment: (?#)&lt;/b&gt;
 &lt;p&gt;Insert some comment inside your regexp.The regex engine ignores everything after the (?# until the first closing round bracket. 
 The following example could clarify the regexp which match a valid date: &lt;/p&gt;
 &lt;p&gt;(?#year)(19|20)\d\d[- /.](?#month)(0[1-9]|1[012])[- /.](?#day)(0[1-9]|[12][0-9]|3[01])&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Single character of a range (e.g. [abcd])&lt;/b&gt;&lt;p&gt;Select a single character of a range via a specific dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Single character of a range (e.g. [abcd])&lt;/b&gt;&lt;p&gt;Select a single character of a range via a specific dialog. This dialog will help to edit the range of characters and add some specific conditions.&lt;/p&gt;s</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Any character: '.'&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Single character of a range (e.g. [abcd])&lt;/b&gt;&lt;p&gt;Select a single character of a range via a specific dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Single character of a range (e.g. [abcd])&lt;/b&gt;&lt;p&gt;Select a single character of a range via a specific dialog. This dialog will help to edit the range of characters and add some specific conditions.&lt;/p&gt;s</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Any character: &apos;.&apos;&lt;/b&gt;
 &lt;p&gt;Select to insert a dot (.) in your regexp.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Any character: '.'&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Any character: &apos;.&apos;&lt;/b&gt;
 &lt;p&gt;Select to insert a dot (.) in your regexp. The dot matches a single character, except line break characters (by default). 
-E.g. 'gr.y' matches 'gray', 'grey', 'gr%y', etc. Use the dot sparingly. Often, a character class or negated
+E.g. &apos;gr.y&apos; matches &apos;gray&apos;, &apos;grey&apos;, &apos;gr%y&apos;, etc. Use the dot sparingly. Often, a character class or negated
 character class is faster and more precise.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Repeat contents&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Repeat contents&lt;/b&gt;
 &lt;p&gt;Select a repetition condition via a specific dialog. This dialog will help to specify the allowed range for repetitions.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Non capturing parentheses: (?:)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Non capturing parentheses: (?:)&lt;/b&gt;
 &lt;p&gt;Select to insert some non capturing brackets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Non capturing parentheses: (?:)&lt;/b&gt;
-&lt;p&gt;Select to insert some non capturing brackets. It can be used to apply a regexp quantifier (eg. '?' or '+') to the entire
-group of characters inside the brakets. E.g. the regex 'Set(?:Value)?' matches 'Set' or 'SetValue'. The '?:' inside the brakets
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Non capturing parentheses: (?:)&lt;/b&gt;
+&lt;p&gt;Select to insert some non capturing brackets. It can be used to apply a regexp quantifier (eg. &apos;?&apos; or &apos;+&apos;) to the entire
+group of characters inside the brakets. E.g. the regex &apos;Set(?:Value)?&apos; matches &apos;Set&apos; or &apos;SetValue&apos;. The &apos;?:&apos; inside the brakets
 means that the content of the match (called the backreference) is not stored for further use.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Group: ()&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Group: ()&lt;/b&gt;
 &lt;p&gt;Select to insert some capturing brackets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Group: ()&lt;/b&gt;
-&lt;p&gt;Select to insert some capturing brackets. They can be used to apply a regexp quantifier (e.g. '?' or '+') to the entire group of 
-characters inside the brakets. E.g. the regex 'Set(Value)?' matches 'Set' or 'SetValue'. Contrary to non-capturing parentheses, 
-the backreference matched inside the brakets is stored for further use (i.e. 'Value' in the second example above). 
-One can access the backereference with the '\1' expression. &lt;/p&gt;
-&lt;p&gt;E.g. '([a-c])x\1x\1' will match 'axaxa', 'bxbxb' and 'cxcxc'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Named group: (?P&amp;lt;&lt;i&gt;groupname&lt;/i&gt;&amp;gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Group: ()&lt;/b&gt;
+&lt;p&gt;Select to insert some capturing brackets. They can be used to apply a regexp quantifier (e.g. &apos;?&apos; or &apos;+&apos;) to the entire group of 
+characters inside the brakets. E.g. the regex &apos;Set(Value)?&apos; matches &apos;Set&apos; or &apos;SetValue&apos;. Contrary to non-capturing parentheses, 
+the backreference matched inside the brakets is stored for further use (i.e. &apos;Value&apos; in the second example above). 
+One can access the backereference with the &apos;\1&apos; expression. &lt;/p&gt;
+&lt;p&gt;E.g. &apos;([a-c])x\1x\1&apos; will match &apos;axaxa&apos;, &apos;bxbxb&apos; and &apos;cxcxc&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Named group: (?P&amp;lt;&lt;i&gt;groupname&lt;/i&gt;&amp;gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert some named group brackets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Named group: (?P&amp;lt;&lt;i&gt;groupname&lt;/i&gt;&amp;gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Named group: (?P&amp;lt;&lt;i&gt;groupname&lt;/i&gt;&amp;gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert some named group brackets. Usage is similar to standard group parentheses as the matched 
 backreference is also stored for further usage. The difference is that a name is given to the match. This is useful when 
 the work to do on the match becomes a bit complicated. One can access the backreference via the group name (i.e (?P=&lt;i&gt;groupname&lt;/i&gt;)).
-E.g. (?P&lt;foo&gt;[abc])x(?P=foo)x(?P=foo)x matches 'axaxax','bxbxbx' or 'cxcxcx' ('foo' is the group name)&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Reference named group: (?P=&lt;i&gt;groupname&lt;/i&gt;)&lt;/b&gt;
+E.g. (?P&lt;foo&gt;[abc])x(?P=foo)x(?P=foo)x matches &apos;axaxax&apos;,&apos;bxbxbx&apos; or &apos;cxcxcx&apos; (&apos;foo&apos; is the group name)&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Reference named group: (?P=&lt;i&gt;groupname&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert a reference to named group previously declared.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Reference named group: (?P=&lt;i&gt;groupname&lt;/i&gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Reference named group: (?P=&lt;i&gt;groupname&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert a reference to named group previously declared. Each reference group refers to the match
- found by the corresponding named group. In the following example, (?P=foo) may refer to the charaters 'a','b' or 'c'.&lt;/p&gt;
-&lt;p&gt;E.g. (?P&lt;foo&gt;[abc])x(?P=foo)x(?P=foo)x matches 'axaxax','bxbxbx' or 'cxcxcx'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Alternatives: '|'&lt;/b&gt;
-&lt;p&gt;Select to insert the alternation symbol '|'. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Alternatives: '|'&lt;/b&gt;
-&lt;p&gt;Select to insert the alternation symbol '|'. The alternation is used to match a single regular expression out of 
-several possible regular expressions. E.g. 'cat|dog|mouse|fish' matches words containing the word 'cat', 'dog','mouse' or 'fish'.
+ found by the corresponding named group. In the following example, (?P=foo) may refer to the charaters &apos;a&apos;,&apos;b&apos; or &apos;c&apos;.&lt;/p&gt;
+&lt;p&gt;E.g. (?P&lt;foo&gt;[abc])x(?P=foo)x(?P=foo)x matches &apos;axaxax&apos;,&apos;bxbxbx&apos; or &apos;cxcxcx&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Alternatives: &apos;|&apos;&lt;/b&gt;
+&lt;p&gt;Select to insert the alternation symbol &apos;|&apos;. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Alternatives: &apos;|&apos;&lt;/b&gt;
+&lt;p&gt;Select to insert the alternation symbol &apos;|&apos;. The alternation is used to match a single regular expression out of 
+several possible regular expressions. E.g. &apos;cat|dog|mouse|fish&apos; matches words containing the word &apos;cat&apos;, &apos;dog&apos;,&apos;mouse&apos; or &apos;fish&apos;.
 Be aware that in the above example, the alternatives refer to whole or part of words. If you want to match exactly the
- words 'cat', 'dog', ... you should express the fact that you only want to match complete words: '\b(cat|dog|mouse|fish)\b'&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Begin of line: '^'&lt;/b&gt;
+ words &apos;cat&apos;, &apos;dog&apos;, ... you should express the fact that you only want to match complete words: &apos;\b(cat|dog|mouse|fish)\b&apos;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Begin of line: &apos;^&apos;&lt;/b&gt;
 &lt;p&gt;Select to insert the start line character (^).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Begin of line: '^'&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Begin of line: &apos;^&apos;&lt;/b&gt;
 &lt;p&gt;Select to insert the start line character (^). It is used to find some expressions at the begining of lines.
-E.g. '^[A-Z]' match lines starting with a capitalized character. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;End of line: '$'&lt;/b&gt;
+E.g. &apos;^[A-Z]&apos; match lines starting with a capitalized character. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;End of line: &apos;$&apos;&lt;/b&gt;
 &lt;p&gt;Select to insert the end of line character ($).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;End of line: '$'&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;End of line: &apos;$&apos;&lt;/b&gt;
 &lt;p&gt;Select to insert the end of line character ($). It is used to find some expressions at the end of lines.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Word boundary&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Word boundary&lt;/b&gt;
 &lt;p&gt;Select to insert the word boudary character (\b).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Word boundary&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Word boundary&lt;/b&gt;
 &lt;p&gt;Select to insert the word boudary character (\b). This character is used to express the fact that word 
-must begin or end at this position. E.g. '\bcat\b' matches exactly the word 'cat' while 'concatenation' is ignored.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Non word boundary&lt;/b&gt;
+must begin or end at this position. E.g. &apos;\bcat\b&apos; matches exactly the word &apos;cat&apos; while &apos;concatenation&apos; is ignored.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Non word boundary&lt;/b&gt;
 &lt;p&gt;Select to insert the word boudary character (\B). \B is the negated version of \b.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Non word boundary&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Non word boundary&lt;/b&gt;
 &lt;p&gt;Select to insert the word boudary character (\B). \B is the negated version of \b. \B matches at every position where \b 
 does not. Effectively, \B matches at any position between two word characters as well as at any position between two non-word characters.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Positive lookahead: (?=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Positive lookahead: (?=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert the positive lookhead brackets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Positive lookahead: (?=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Positive lookahead: (?=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert the positive lookhead brackets. Basically, positive lookhead is used to match a character only if followed by another one.
-Writting 'q(?=u)' means that you want to match the 'q' character only if it is followed by 'u'. In this statement 'u' is a trivial 
-regexp which may be replaced by a more complex expression; q(?=[abc])' will match a 'q' if followed by either 'a', 'b' or 'c'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Negative lookahead: (?!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
+Writting &apos;q(?=u)&apos; means that you want to match the &apos;q&apos; character only if it is followed by &apos;u&apos;. In this statement &apos;u&apos; is a trivial 
+regexp which may be replaced by a more complex expression; q(?=[abc])&apos; will match a &apos;q&apos; if followed by either &apos;a&apos;, &apos;b&apos; or &apos;c&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Negative lookahead: (?!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert the negative lookhead brackets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Negative lookahead: (?!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Negative lookahead: (?!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert the negative lookhead brackets. Basically, negative lookhead is used to match a character only if it is not
-followed by a another one. Writting 'q(?!u)' means that you want to match 'q' only if it is not followed by 'u'. In this statement, 'u' is a
-trivial regexp which may be replaced by a more complex expression; 'q(?![abc])' will match a 'q' if it is followed by anything else than 'a', 'b' or 'c'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Positive lookbehind: (?&amp;lt;=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
+followed by a another one. Writting &apos;q(?!u)&apos; means that you want to match &apos;q&apos; only if it is not followed by &apos;u&apos;. In this statement, &apos;u&apos; is a
+trivial regexp which may be replaced by a more complex expression; &apos;q(?![abc])&apos; will match a &apos;q&apos; if it is followed by anything else than &apos;a&apos;, &apos;b&apos; or &apos;c&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Positive lookbehind: (?&amp;lt;=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert the positive lookbehind brackets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Positive lookbehind: (?&amp;lt;=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Positive lookbehind: (?&amp;lt;=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert the positive lookbehind brackets. Lookbehind has the same effect as lookahead, but works backwards. 
-It is used to match a character only if preceded by another one. Writting '(?&amp;lt;=u)q' means that you want to match the 'q' character 
-only if it is preceded by 'u'. As with lookhead, 'u' may be replaced by a more complex expression; '(?&amp;lt;=[abc])q' will match a 'q' if preceded by either 'a', 'b' or 'c'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Negative lookbehind (?&amp;lt;!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
+It is used to match a character only if preceded by another one. Writting &apos;(?&amp;lt;=u)q&apos; means that you want to match the &apos;q&apos; character 
+only if it is preceded by &apos;u&apos;. As with lookhead, &apos;u&apos; may be replaced by a more complex expression; &apos;(?&amp;lt;=[abc])q&apos; will match a &apos;q&apos; if preceded by either &apos;a&apos;, &apos;b&apos; or &apos;c&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Negative lookbehind (?&amp;lt;!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert the negative lookbehind brackets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Negative lookbehind (?&amp;lt;!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Negative lookbehind (?&amp;lt;!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert the negative lookbehind brackets. Lookbehind has the same effect as lookahead, 
-but works backwards. It is used to match a character only if not preceded by another one. Writting '(?&amp;lt;!u)q' means that you want to match the 'q' 
-character only if it is not preceded by 'u'. As other lookaround, 'u' may be replaced by a more complex 
-expression; '(?&amp;lt;![abc])q' will match a 'q' only if not preceded by either 'a', 'b' nor 'c'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Undo last edit&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Redo last edit&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>Regexp:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>"^" matches beginning of line, "$" matches end of line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>Match Linebreaks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>Verbose Regexp</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>Case Sensitive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>ASCII</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>"." matches linebreaks as well</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>Dot matches Linebreak</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0" />
-      <source>Text:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+but works backwards. It is used to match a character only if not preceded by another one. Writting &apos;(?&amp;lt;!u)q&apos; means that you want to match the &apos;q&apos; 
+character only if it is not preceded by &apos;u&apos;. As other lookaround, &apos;u&apos; may be replaced by a more complex 
+expression; &apos;(?&amp;lt;![abc])q&apos; will match a &apos;q&apos; only if not preceded by either &apos;a&apos;, &apos;b&apos; nor &apos;c&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Undo last edit&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Redo last edit&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>Regexp:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&quot;^&quot; matches beginning of line, &quot;$&quot; matches end of line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>Match Linebreaks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>Verbose Regexp</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>Case Sensitive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>ASCII</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>&quot;.&quot; matches linebreaks as well</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>Dot matches Linebreak</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui" line="0"/>
+        <source>Text:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PyRegExpWizardRepeatDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0" />
-      <source>Number of repetitions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0" />
-      <source>times</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0" />
-      <source>and</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0" />
-      <source>Between</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0" />
-      <source>Exactly</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0" />
-      <source>Maximum</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0" />
-      <source>Minimum</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0" />
-      <source>Unlimited (incl. zero times)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0" />
-      <source>Minimal match</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0"/>
+        <source>Number of repetitions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0"/>
+        <source>times</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0"/>
+        <source>and</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0"/>
+        <source>Between</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0"/>
+        <source>Exactly</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0"/>
+        <source>Maximum</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0"/>
+        <source>Minimum</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0"/>
+        <source>Unlimited (incl. zero times)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardRepeatDialog.ui" line="0"/>
+        <source>Minimal match</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PyRegExpWizardWidget</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="74" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="76" />
-      <source>Save the regular expression to a file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="78" />
-      <source>Load</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="80" />
-      <source>Load a regular expression from a file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="82" />
-      <source>Validate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="84" />
-      <source>Validate the regular expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="86" />
-      <source>Execute</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="88" />
-      <source>Execute the regular expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90" />
-      <source>Next match</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="93" />
-      <source>Show the next match of the regular expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="105" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="108" />
-      <source>Copy the regular expression to the clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="195" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="188" />
-      <source>Named reference</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="189" />
-      <source>No named groups have been defined yet.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="196" />
-      <source>Select group name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="386" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="359" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="344" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="329" />
-      <source>Save regular expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="375" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="331" />
-      <source>RegExp Files (*.rx);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="345" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="387" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="360" />
-      <source>&lt;p&gt;The regular expression could not be saved.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="373" />
-      <source>Load regular expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="430" />
-      <source>Validation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="431" />
-      <source>The regular expression is valid.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="595" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="588" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="581" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="450" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="443" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="436" />
-      <source>Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="582" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="437" />
-      <source>Invalid regular expression: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="589" />
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="444" />
-      <source>Invalid regular expression: missing group name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="451" />
-      <source>A regular expression must be given.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="494" />
-      <source>Regexp</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="503" />
-      <source>Offset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="511" />
-      <source>Captures</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="517" />
-      <source>Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="519" />
-      <source>Characters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="523" />
-      <source>Match</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="538" />
-      <source>Capture #{0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="562" />
-      <source>No more matches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="566" />
-      <source>No matches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="596" />
-      <source>A regular expression and a text must be given.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="74"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="76"/>
+        <source>Save the regular expression to a file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="78"/>
+        <source>Load</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="80"/>
+        <source>Load a regular expression from a file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="82"/>
+        <source>Validate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="84"/>
+        <source>Validate the regular expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="86"/>
+        <source>Execute</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="88"/>
+        <source>Execute the regular expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="90"/>
+        <source>Next match</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="93"/>
+        <source>Show the next match of the regular expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="105"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="108"/>
+        <source>Copy the regular expression to the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="195"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="188"/>
+        <source>Named reference</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="189"/>
+        <source>No named groups have been defined yet.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="196"/>
+        <source>Select group name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="386"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="359"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="344"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="329"/>
+        <source>Save regular expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="375"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="331"/>
+        <source>RegExp Files (*.rx);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="345"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="387"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="360"/>
+        <source>&lt;p&gt;The regular expression could not be saved.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="373"/>
+        <source>Load regular expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="430"/>
+        <source>Validation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="431"/>
+        <source>The regular expression is valid.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="595"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="588"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="581"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="450"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="443"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="436"/>
+        <source>Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="582"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="437"/>
+        <source>Invalid regular expression: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="589"/>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="444"/>
+        <source>Invalid regular expression: missing group name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="451"/>
+        <source>A regular expression must be given.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="494"/>
+        <source>Regexp</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="503"/>
+        <source>Offset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="511"/>
+        <source>Captures</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="517"/>
+        <source>Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="519"/>
+        <source>Characters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="523"/>
+        <source>Match</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="538"/>
+        <source>Capture #{0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="562"/>
+        <source>No more matches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="566"/>
+        <source>No matches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.py" line="596"/>
+        <source>A regular expression and a text must be given.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PySvnProjectHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="49" />
-      <source>New from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="51" />
-      <source>&amp;New from repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="58" />
-      <source>Create a new project from the VCS repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="61" />
-      <source>&lt;b&gt;New from repository&lt;/b&gt;&lt;p&gt;This creates a new local project from the VCS repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="71" />
-      <source>Update from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="73" />
-      <source>&amp;Update from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="80" />
-      <source>Update the local project from the VCS repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="83" />
-      <source>&lt;b&gt;Update from repository&lt;/b&gt;&lt;p&gt;This updates the local project from the VCS repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="93" />
-      <source>Commit changes to repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="95" />
-      <source>&amp;Commit changes to repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="102" />
-      <source>Commit changes to the local project to the VCS repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="105" />
-      <source>&lt;b&gt;Commit changes to repository&lt;/b&gt;&lt;p&gt;This commits changes to the local project to the VCS repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="117" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="115" />
-      <source>Show log browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="124" />
-      <source>Show a dialog to browse the log of the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="127" />
-      <source>&lt;b&gt;Show log browser&lt;/b&gt;&lt;p&gt;This shows a dialog to browse the log of the local project. A limited number of entries is shown first. More can be retrieved later on.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="138" />
-      <source>Show differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="140" />
-      <source>Show &amp;difference</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="147" />
-      <source>Show the difference of the local project to the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="150" />
-      <source>&lt;b&gt;Show differences&lt;/b&gt;&lt;p&gt;This shows differences of the local project to the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="162" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="160" />
-      <source>Show differences (extended)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="169" />
-      <source>Show the difference of revisions of the project to the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="172" />
-      <source>&lt;b&gt;Show differences (extended)&lt;/b&gt;&lt;p&gt;This shows differences of selectable revisions of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="184" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="182" />
-      <source>Show differences (URLs)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="191" />
-      <source>Show the difference of the project between two repository URLs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="194" />
-      <source>&lt;b&gt;Show differences (URLs)&lt;/b&gt;&lt;p&gt;This shows differences of the project between two repository URLs.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="204" />
-      <source>Show status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="206" />
-      <source>Show &amp;status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="212" />
-      <source>Show the status of the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="214" />
-      <source>&lt;b&gt;Show status&lt;/b&gt;&lt;p&gt;This shows the status of the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="225" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="223" />
-      <source>Show change lists</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="232" />
-      <source>Show the change lists and associated files of the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="235" />
-      <source>&lt;b&gt;Show change lists&lt;/b&gt;&lt;p&gt;This shows the change lists and associated files of the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="247" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="245" />
-      <source>Show repository info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="254" />
-      <source>Show some repository related information for the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="257" />
-      <source>&lt;b&gt;Show repository info&lt;/b&gt;&lt;p&gt;This shows some repository related information for the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="267" />
-      <source>Tag in repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="269" />
-      <source>&amp;Tag in repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="275" />
-      <source>Tag the local project in the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="277" />
-      <source>&lt;b&gt;Tag in repository&lt;/b&gt;&lt;p&gt;This tags the local project in the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="286" />
-      <source>Export from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="288" />
-      <source>&amp;Export from repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="294" />
-      <source>Export a project from the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="296" />
-      <source>&lt;b&gt;Export from repository&lt;/b&gt;&lt;p&gt;This exports a project from the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="305" />
-      <source>Command options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="306" />
-      <source>Command &amp;options...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="312" />
-      <source>Show the VCS command options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="314" />
-      <source>&lt;b&gt;Command options...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the VCS command options.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="323" />
-      <source>Revert changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="325" />
-      <source>Re&amp;vert changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="332" />
-      <source>Revert all changes made to the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="335" />
-      <source>&lt;b&gt;Revert changes&lt;/b&gt;&lt;p&gt;This reverts all changes made to the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="344" />
-      <source>Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="346" />
-      <source>Mer&amp;ge changes...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="353" />
-      <source>Merge changes of a tag/revision into the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="356" />
-      <source>&lt;b&gt;Merge&lt;/b&gt;&lt;p&gt;This merges changes of a tag/revision into the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="366" />
-      <source>Switch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="368" />
-      <source>S&amp;witch...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="375" />
-      <source>Switch the local copy to another tag/branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="378" />
-      <source>&lt;b&gt;Switch&lt;/b&gt;&lt;p&gt;This switches the local copy to another tag/branch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="387" />
-      <source>Conflicts resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="388" />
-      <source>Con&amp;flicts resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="395" />
-      <source>Mark all conflicts of the local project as resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="398" />
-      <source>&lt;b&gt;Conflicts resolved&lt;/b&gt;&lt;p&gt;This marks all conflicts of the local project as resolved.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="408" />
-      <source>Cleanup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="408" />
-      <source>Cleanu&amp;p</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="410" />
-      <source>Cleanup the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="412" />
-      <source>&lt;b&gt;Cleanup&lt;/b&gt;&lt;p&gt;This performs a cleanup of the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="421" />
-      <source>Execute command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="422" />
-      <source>E&amp;xecute command...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="428" />
-      <source>Execute an arbitrary VCS command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="430" />
-      <source>&lt;b&gt;Execute command&lt;/b&gt;&lt;p&gt;This opens a dialog to enter an arbitrary VCS command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="439" />
-      <source>List tags</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="439" />
-      <source>List tags...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="441" />
-      <source>List tags of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="443" />
-      <source>&lt;b&gt;List tags&lt;/b&gt;&lt;p&gt;This lists the tags of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="449" />
-      <source>List branches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="450" />
-      <source>List branches...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="456" />
-      <source>List branches of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="458" />
-      <source>&lt;b&gt;List branches&lt;/b&gt;&lt;p&gt;This lists the branches of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="467" />
-      <source>List repository contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="468" />
-      <source>List repository contents...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="474" />
-      <source>Lists the contents of the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="476" />
-      <source>&lt;b&gt;List repository contents&lt;/b&gt;&lt;p&gt;This lists the contents of the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="485" />
-      <source>Set Property</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="486" />
-      <source>Set Property...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="492" />
-      <source>Set a property for the project files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="494" />
-      <source>&lt;b&gt;Set Property&lt;/b&gt;&lt;p&gt;This sets a property for the project files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="503" />
-      <source>List Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="504" />
-      <source>List Properties...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="511" />
-      <source>List properties of the project files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="514" />
-      <source>&lt;b&gt;List Properties&lt;/b&gt;&lt;p&gt;This lists the properties of the project files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="523" />
-      <source>Delete Property</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="524" />
-      <source>Delete Property...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="531" />
-      <source>Delete a property for the project files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="534" />
-      <source>&lt;b&gt;Delete Property&lt;/b&gt;&lt;p&gt;This deletes a property for the project files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="543" />
-      <source>Relocate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="545" />
-      <source>Relocate...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="552" />
-      <source>Relocate the working copy to a new repository URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="555" />
-      <source>&lt;b&gt;Relocate&lt;/b&gt;&lt;p&gt;This relocates the working copy to a new repository URL.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="565" />
-      <source>Repository Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="567" />
-      <source>Repository Browser...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="574" />
-      <source>Show the Repository Browser dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="577" />
-      <source>&lt;b&gt;Repository Browser&lt;/b&gt;&lt;p&gt;This shows the Repository Browser dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="586" />
-      <source>Configure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="586" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="589" />
-      <source>Show the configuration dialog with the Subversion page selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="592" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;Show the configuration dialog with the Subversion page selected.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="602" />
-      <source>Upgrade</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="602" />
-      <source>Upgrade...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="605" />
-      <source>Upgrade the working copy to the current format</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="608" />
-      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;Upgrades the working copy to the current format.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="690" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="688" />
-      <source>Subversion (pysvn)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="49"/>
+        <source>New from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="51"/>
+        <source>&amp;New from repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="58"/>
+        <source>Create a new project from the VCS repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="61"/>
+        <source>&lt;b&gt;New from repository&lt;/b&gt;&lt;p&gt;This creates a new local project from the VCS repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="71"/>
+        <source>Update from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="73"/>
+        <source>&amp;Update from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="80"/>
+        <source>Update the local project from the VCS repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="83"/>
+        <source>&lt;b&gt;Update from repository&lt;/b&gt;&lt;p&gt;This updates the local project from the VCS repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="93"/>
+        <source>Commit changes to repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="95"/>
+        <source>&amp;Commit changes to repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="102"/>
+        <source>Commit changes to the local project to the VCS repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="105"/>
+        <source>&lt;b&gt;Commit changes to repository&lt;/b&gt;&lt;p&gt;This commits changes to the local project to the VCS repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="117"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="115"/>
+        <source>Show log browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="124"/>
+        <source>Show a dialog to browse the log of the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="127"/>
+        <source>&lt;b&gt;Show log browser&lt;/b&gt;&lt;p&gt;This shows a dialog to browse the log of the local project. A limited number of entries is shown first. More can be retrieved later on.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="138"/>
+        <source>Show differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="140"/>
+        <source>Show &amp;difference</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="147"/>
+        <source>Show the difference of the local project to the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="150"/>
+        <source>&lt;b&gt;Show differences&lt;/b&gt;&lt;p&gt;This shows differences of the local project to the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="162"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="160"/>
+        <source>Show differences (extended)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="169"/>
+        <source>Show the difference of revisions of the project to the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="172"/>
+        <source>&lt;b&gt;Show differences (extended)&lt;/b&gt;&lt;p&gt;This shows differences of selectable revisions of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="184"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="182"/>
+        <source>Show differences (URLs)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="191"/>
+        <source>Show the difference of the project between two repository URLs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="194"/>
+        <source>&lt;b&gt;Show differences (URLs)&lt;/b&gt;&lt;p&gt;This shows differences of the project between two repository URLs.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="204"/>
+        <source>Show status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="206"/>
+        <source>Show &amp;status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="212"/>
+        <source>Show the status of the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="214"/>
+        <source>&lt;b&gt;Show status&lt;/b&gt;&lt;p&gt;This shows the status of the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="225"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="223"/>
+        <source>Show change lists</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="232"/>
+        <source>Show the change lists and associated files of the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="235"/>
+        <source>&lt;b&gt;Show change lists&lt;/b&gt;&lt;p&gt;This shows the change lists and associated files of the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="247"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="245"/>
+        <source>Show repository info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="254"/>
+        <source>Show some repository related information for the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="257"/>
+        <source>&lt;b&gt;Show repository info&lt;/b&gt;&lt;p&gt;This shows some repository related information for the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="267"/>
+        <source>Tag in repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="269"/>
+        <source>&amp;Tag in repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="275"/>
+        <source>Tag the local project in the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="277"/>
+        <source>&lt;b&gt;Tag in repository&lt;/b&gt;&lt;p&gt;This tags the local project in the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="286"/>
+        <source>Export from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="288"/>
+        <source>&amp;Export from repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="294"/>
+        <source>Export a project from the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="296"/>
+        <source>&lt;b&gt;Export from repository&lt;/b&gt;&lt;p&gt;This exports a project from the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="305"/>
+        <source>Command options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="306"/>
+        <source>Command &amp;options...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="312"/>
+        <source>Show the VCS command options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="314"/>
+        <source>&lt;b&gt;Command options...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the VCS command options.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="323"/>
+        <source>Revert changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="325"/>
+        <source>Re&amp;vert changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="332"/>
+        <source>Revert all changes made to the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="335"/>
+        <source>&lt;b&gt;Revert changes&lt;/b&gt;&lt;p&gt;This reverts all changes made to the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="344"/>
+        <source>Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="346"/>
+        <source>Mer&amp;ge changes...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="353"/>
+        <source>Merge changes of a tag/revision into the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="356"/>
+        <source>&lt;b&gt;Merge&lt;/b&gt;&lt;p&gt;This merges changes of a tag/revision into the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="366"/>
+        <source>Switch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="368"/>
+        <source>S&amp;witch...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="375"/>
+        <source>Switch the local copy to another tag/branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="378"/>
+        <source>&lt;b&gt;Switch&lt;/b&gt;&lt;p&gt;This switches the local copy to another tag/branch.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="387"/>
+        <source>Conflicts resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="388"/>
+        <source>Con&amp;flicts resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="395"/>
+        <source>Mark all conflicts of the local project as resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="398"/>
+        <source>&lt;b&gt;Conflicts resolved&lt;/b&gt;&lt;p&gt;This marks all conflicts of the local project as resolved.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="408"/>
+        <source>Cleanup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="408"/>
+        <source>Cleanu&amp;p</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="410"/>
+        <source>Cleanup the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="412"/>
+        <source>&lt;b&gt;Cleanup&lt;/b&gt;&lt;p&gt;This performs a cleanup of the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="421"/>
+        <source>Execute command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="422"/>
+        <source>E&amp;xecute command...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="428"/>
+        <source>Execute an arbitrary VCS command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="430"/>
+        <source>&lt;b&gt;Execute command&lt;/b&gt;&lt;p&gt;This opens a dialog to enter an arbitrary VCS command.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="439"/>
+        <source>List tags</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="439"/>
+        <source>List tags...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="441"/>
+        <source>List tags of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="443"/>
+        <source>&lt;b&gt;List tags&lt;/b&gt;&lt;p&gt;This lists the tags of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="449"/>
+        <source>List branches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="450"/>
+        <source>List branches...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="456"/>
+        <source>List branches of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="458"/>
+        <source>&lt;b&gt;List branches&lt;/b&gt;&lt;p&gt;This lists the branches of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="467"/>
+        <source>List repository contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="468"/>
+        <source>List repository contents...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="474"/>
+        <source>Lists the contents of the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="476"/>
+        <source>&lt;b&gt;List repository contents&lt;/b&gt;&lt;p&gt;This lists the contents of the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="485"/>
+        <source>Set Property</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="486"/>
+        <source>Set Property...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="492"/>
+        <source>Set a property for the project files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="494"/>
+        <source>&lt;b&gt;Set Property&lt;/b&gt;&lt;p&gt;This sets a property for the project files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="503"/>
+        <source>List Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="504"/>
+        <source>List Properties...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="511"/>
+        <source>List properties of the project files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="514"/>
+        <source>&lt;b&gt;List Properties&lt;/b&gt;&lt;p&gt;This lists the properties of the project files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="523"/>
+        <source>Delete Property</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="524"/>
+        <source>Delete Property...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="531"/>
+        <source>Delete a property for the project files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="534"/>
+        <source>&lt;b&gt;Delete Property&lt;/b&gt;&lt;p&gt;This deletes a property for the project files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="543"/>
+        <source>Relocate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="545"/>
+        <source>Relocate...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="552"/>
+        <source>Relocate the working copy to a new repository URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="555"/>
+        <source>&lt;b&gt;Relocate&lt;/b&gt;&lt;p&gt;This relocates the working copy to a new repository URL.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="565"/>
+        <source>Repository Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="567"/>
+        <source>Repository Browser...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="574"/>
+        <source>Show the Repository Browser dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="577"/>
+        <source>&lt;b&gt;Repository Browser&lt;/b&gt;&lt;p&gt;This shows the Repository Browser dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="586"/>
+        <source>Configure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="586"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="589"/>
+        <source>Show the configuration dialog with the Subversion page selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="592"/>
+        <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;Show the configuration dialog with the Subversion page selected.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="602"/>
+        <source>Upgrade</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="602"/>
+        <source>Upgrade...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="605"/>
+        <source>Upgrade the working copy to the current format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="608"/>
+        <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;Upgrades the working copy to the current format.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="690"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py" line="688"/>
+        <source>Subversion (pysvn)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PytestExecutor</name>
     <message>
-      <location filename="../Testing/Interfaces/PytestExecutor.py" line="41" />
-      <source>Failure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/Interfaces/PytestExecutor.py" line="42" />
-      <source>Skipped</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/Interfaces/PytestExecutor.py" line="43" />
-      <source>Expected Failure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/Interfaces/PytestExecutor.py" line="44" />
-      <source>Unexpected Success</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/Interfaces/PytestExecutor.py" line="45" />
-      <source>Success</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/Interfaces/PytestExecutor.py" line="279" />
-      <source>Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/Interfaces/PytestExecutor.py" line="288" />
-      <source>ERROR at {0}: {1}</source>
-      <comment>phase, message</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/Interfaces/PytestExecutor.py" line="291" />
-      <source>ERROR at {0}: {1}</source>
-      <comment>phase, extra text</comment>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Testing/Interfaces/PytestExecutor.py" line="41"/>
+        <source>Failure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/Interfaces/PytestExecutor.py" line="42"/>
+        <source>Skipped</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/Interfaces/PytestExecutor.py" line="43"/>
+        <source>Expected Failure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/Interfaces/PytestExecutor.py" line="44"/>
+        <source>Unexpected Success</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/Interfaces/PytestExecutor.py" line="45"/>
+        <source>Success</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/Interfaces/PytestExecutor.py" line="279"/>
+        <source>Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/Interfaces/PytestExecutor.py" line="288"/>
+        <source>ERROR at {0}: {1}</source>
+        <comment>phase, message</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/Interfaces/PytestExecutor.py" line="291"/>
+        <source>ERROR at {0}: {1}</source>
+        <comment>phase, extra text</comment>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PythonAstViewer</name>
     <message>
-      <location filename="../UI/PythonAstViewer.py" line="62" />
-      <source>Node</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonAstViewer.py" line="62" />
-      <source>Code Range</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonAstViewer.py" line="213" />
-      <source>No editor has been opened.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonAstViewer.py" line="223" />
-      <source>The current editor does not contain any source code.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonAstViewer.py" line="229" />
-      <source>The current editor does not contain Python source code.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonAstViewer.py" line="247" />
-      <source>Module</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonAstViewer.py" line="279" />
-      <source>{0}: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonAstViewer.py" line="296" />
-      <location filename="../UI/PythonAstViewer.py" line="286" />
-      <source>{0},{1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonAstViewer.py" line="303" />
-      <source>{0}  -  {1}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/PythonAstViewer.py" line="62"/>
+        <source>Node</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonAstViewer.py" line="62"/>
+        <source>Code Range</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonAstViewer.py" line="213"/>
+        <source>No editor has been opened.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonAstViewer.py" line="223"/>
+        <source>The current editor does not contain any source code.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonAstViewer.py" line="229"/>
+        <source>The current editor does not contain Python source code.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonAstViewer.py" line="247"/>
+        <source>Module</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonAstViewer.py" line="279"/>
+        <source>{0}: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonAstViewer.py" line="296"/>
+        <location filename="../UI/PythonAstViewer.py" line="286"/>
+        <source>{0},{1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonAstViewer.py" line="303"/>
+        <source>{0}  -  {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PythonDisViewer</name>
     <message>
-      <location filename="../UI/PythonDisViewer.py" line="61" />
-      <location filename="../UI/PythonDisViewer.ui" line="0" />
-      <source>Disassembly</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.ui" line="0" />
-      <source>italic: current instruction</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.ui" line="0" />
-      <source>bold: labeled instruction</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="73" />
-      <source>Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="74" />
-      <source>Offset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="75" />
-      <source>Operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="76" />
-      <source>Parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="77" />
-      <source>Interpreted Parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="80" />
-      <source>Key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="80" />
-      <source>Value</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="85" />
-      <source>Show Code Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="96" />
-      <location filename="../UI/PythonDisViewer.py" line="88" />
-      <source>Expand All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="98" />
-      <location filename="../UI/PythonDisViewer.py" line="89" />
-      <source>Collapse All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="101" />
-      <location filename="../UI/PythonDisViewer.py" line="91" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="95" />
-      <source>Hide</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="448" />
-      <source>No editor has been opened.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="459" />
-      <source>The current editor does not contain any source code.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="465" />
-      <source>The current editor does not contain Python source code.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="509" />
-      <source>Disassembly of last traceback</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="672" />
-      <source>Code Object '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="784" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="786" />
-      <source>Filename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="790" />
-      <source>First Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="794" />
-      <source>Argument Count</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="799" />
-      <source>Positional-only Arguments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="805" />
-      <source>Keyword-only Arguments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="809" />
-      <source>Number of Locals</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="812" />
-      <source>Stack Size</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="814" />
-      <source>Flags</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="816" />
-      <source>Constants</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="818" />
-      <source>Names</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="820" />
-      <source>Variable Names</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="822" />
-      <source>Free Variables</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/PythonDisViewer.py" line="824" />
-      <source>Cell Variables</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/PythonDisViewer.py" line="61"/>
+        <location filename="../UI/PythonDisViewer.ui" line="0"/>
+        <source>Disassembly</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.ui" line="0"/>
+        <source>italic: current instruction</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.ui" line="0"/>
+        <source>bold: labeled instruction</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="73"/>
+        <source>Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="74"/>
+        <source>Offset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="75"/>
+        <source>Operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="76"/>
+        <source>Parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="77"/>
+        <source>Interpreted Parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="80"/>
+        <source>Key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="80"/>
+        <source>Value</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="85"/>
+        <source>Show Code Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="96"/>
+        <location filename="../UI/PythonDisViewer.py" line="88"/>
+        <source>Expand All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="98"/>
+        <location filename="../UI/PythonDisViewer.py" line="89"/>
+        <source>Collapse All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="101"/>
+        <location filename="../UI/PythonDisViewer.py" line="91"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="95"/>
+        <source>Hide</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="448"/>
+        <source>No editor has been opened.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="459"/>
+        <source>The current editor does not contain any source code.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="465"/>
+        <source>The current editor does not contain Python source code.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="509"/>
+        <source>Disassembly of last traceback</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="672"/>
+        <source>Code Object &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="784"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="786"/>
+        <source>Filename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="790"/>
+        <source>First Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="794"/>
+        <source>Argument Count</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="799"/>
+        <source>Positional-only Arguments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="805"/>
+        <source>Keyword-only Arguments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="809"/>
+        <source>Number of Locals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="812"/>
+        <source>Stack Size</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="814"/>
+        <source>Flags</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="816"/>
+        <source>Constants</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="818"/>
+        <source>Names</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="820"/>
+        <source>Variable Names</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="822"/>
+        <source>Free Variables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/PythonDisViewer.py" line="824"/>
+        <source>Cell Variables</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>PythonPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Python&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Encoding</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>String Encoding:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Select the string encoding to be used.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>I/O Encoding:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Select the string encoding used by commandline tools.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Source association</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Enter the file extensions to be associated with Python separated by a space.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Python 3:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Python Environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Please configure the Python environments on the 'Python3 Debugger' page.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Currently selected environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Press to update the display of the currently selected environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>AST Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Error Messages:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Select the color for error messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Disassembly Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Current Instruction:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Select the color for the current instruction</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Labeled Instruction:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Select the color for labeled instructions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Select to show code information subsections expanded</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0" />
-      <source>Show all code information subsections</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Python&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Encoding</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>String Encoding:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Select the string encoding to be used.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>I/O Encoding:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Select the string encoding used by commandline tools.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Source association</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Enter the file extensions to be associated with Python separated by a space.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Python 3:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Python Environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Please configure the Python environments on the &apos;Python3 Debugger&apos; page.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Currently selected environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Press to update the display of the currently selected environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>AST Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Error Messages:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Select the color for error messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Disassembly Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Current Instruction:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Select the color for the current instruction</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Labeled Instruction:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Select the color for labeled instructions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Select to show code information subsections expanded</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/PythonPage.ui" line="0"/>
+        <source>Show all code information subsections</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>QRegularExpressionWizard</name>
     <message>
-      <location filename="../Plugins/PluginWizardQRegularExpression.py" line="80" />
-      <location filename="../Plugins/PluginWizardQRegularExpression.py" line="73" />
-      <source>QRegularExpression Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQRegularExpression.py" line="74" />
-      <source>QRegularExpression Wizard...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQRegularExpression.py" line="82" />
-      <source>&lt;b&gt;QRegularExpression Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create a QRegularExpression string. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQRegularExpression.py" line="133" />
-      <source>No current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardQRegularExpression.py" line="134" />
-      <source>Please open or create a file first.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginWizardQRegularExpression.py" line="80"/>
+        <location filename="../Plugins/PluginWizardQRegularExpression.py" line="73"/>
+        <source>QRegularExpression Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQRegularExpression.py" line="74"/>
+        <source>QRegularExpression Wizard...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQRegularExpression.py" line="82"/>
+        <source>&lt;b&gt;QRegularExpression Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create a QRegularExpression string. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQRegularExpression.py" line="133"/>
+        <source>No current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardQRegularExpression.py" line="134"/>
+        <source>Please open or create a file first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>QRegularExpressionWizardCharactersDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>Editor for character sets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>The defined characters should not match</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>Predefined character ranges</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>Word character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>Digit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>Newline</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>Non-word character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>Non-digit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>Non-newline</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>Whitespace character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>Horizontal whitespace character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>Vertical whitespace character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>Non-whitespace character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>Non-horizontal whitespace character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>Non-vertical whitespace character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>Single character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" />
-      <source>Character ranges</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="51" />
-      <source>Normal character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="53" />
-      <source>Unicode character in hexadecimal notation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="56" />
-      <source>ASCII/Latin1 character in octal notation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="61" />
-      <source>Bell character (\a)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="62" />
-      <source>Escape character (\e)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="63" />
-      <source>Page break (\f)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="64" />
-      <source>Line feed (\n)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="65" />
-      <source>Carriage return (\r)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="66" />
-      <source>Horizontal tabulator (\t)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="68" />
-      <source>Character Category</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="69" />
-      <source>Special Character Category</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="70" />
-      <source>Character Block</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="71" />
-      <source>POSIX Named Set</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="72" />
-      <source>Not Character Category</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="73" />
-      <source>Not Character Block</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="74" />
-      <source>Not Special Character Category</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="75" />
-      <source>Not POSIX Named Set</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="152" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="115" />
-      <source>Additional Entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="169" />
-      <source>Letter, Any</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="170" />
-      <source>Letter, Lower case</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="171" />
-      <source>Letter, Modifier</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="172" />
-      <source>Letter, Other</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="173" />
-      <source>Letter, Title case</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="174" />
-      <source>Letter, Upper case</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="175" />
-      <source>Letter, Lower, Upper or Title</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="176" />
-      <source>Mark, Any</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="177" />
-      <source>Mark, Spacing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="178" />
-      <source>Mark, Enclosing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="179" />
-      <source>Mark, Non-spacing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="180" />
-      <source>Number, Any</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="181" />
-      <source>Number, Decimal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="182" />
-      <source>Number, Letter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="183" />
-      <source>Number, Other</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="184" />
-      <source>Punctuation, Any</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="185" />
-      <source>Punctuation, Connector</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="186" />
-      <source>Punctuation, Dash</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="187" />
-      <source>Punctuation, Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="188" />
-      <source>Punctuation, Final</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="189" />
-      <source>Punctuation, Initial</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="190" />
-      <source>Punctuation, Other</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="191" />
-      <source>Punctuation, Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="192" />
-      <source>Symbol, Any</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="193" />
-      <source>Symbol, Currency</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="194" />
-      <source>Symbol, Modifier</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="195" />
-      <source>Symbol, Mathematical</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="196" />
-      <source>Symbol, Other</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="197" />
-      <source>Separator, Any</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="198" />
-      <source>Separator, Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="199" />
-      <source>Separator, Paragraph</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="200" />
-      <source>Separator, Space</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="201" />
-      <source>Other, Any</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="202" />
-      <source>Other, Control</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="203" />
-      <source>Other, Format</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="204" />
-      <source>Other, Unassigned</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="205" />
-      <source>Other, Private Use</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="206" />
-      <source>Other, Surrogat</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="326" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="211" />
-      <source>Alphanumeric</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="212" />
-      <source>POSIX Space</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="213" />
-      <source>Perl Space</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="214" />
-      <source>Universal Character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="215" />
-      <source>Perl Word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="220" />
-      <source>Arabic</source>
-      <translation>Arabic</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="221" />
-      <source>Armenian</source>
-      <translation>Armenian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="222" />
-      <source>Avestan</source>
-      <translation>Avestan</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="223" />
-      <source>Balinese</source>
-      <translation>Balinese</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="224" />
-      <source>Bamum</source>
-      <translation>Bamum</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="225" />
-      <source>Batak</source>
-      <translation>Batak</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="226" />
-      <source>Bengali</source>
-      <translation>Bengali</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="227" />
-      <source>Bopomofo</source>
-      <translation>Bopomofo</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="228" />
-      <source>Brahmi</source>
-      <translation>Brahmi</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="229" />
-      <source>Braille</source>
-      <translation>Braille</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="230" />
-      <source>Buginese</source>
-      <translation>Buginese</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="231" />
-      <source>Buhid</source>
-      <translation>Buhid</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="232" />
-      <source>Canadian Aboriginal</source>
-      <translation>Canadian Aboriginal</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="233" />
-      <source>Carian</source>
-      <translation>Carian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="234" />
-      <source>Chakma</source>
-      <translation>Chakma</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="235" />
-      <source>Cham</source>
-      <translation>Cham</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="236" />
-      <source>Cherokee</source>
-      <translation>Cherokee</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="237" />
-      <source>Common</source>
-      <translation>Common</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="238" />
-      <source>Coptic</source>
-      <translation>Coptic</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="239" />
-      <source>Cuneiform</source>
-      <translation>Cuneiform</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="240" />
-      <source>Cypriot</source>
-      <translation>Cypriot</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="241" />
-      <source>Cyrillic</source>
-      <translation>Cyrillic</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="242" />
-      <source>Deseret</source>
-      <translation>Deseret</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="243" />
-      <source>Devanagari</source>
-      <translation>Devanagari</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="244" />
-      <source>Egyptian Hieroglyphs</source>
-      <translation>Egyptian Hieroglyphs</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="245" />
-      <source>Ethiopic</source>
-      <translation>Ethiopic</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="246" />
-      <source>Georgian</source>
-      <translation>Georgian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="247" />
-      <source>Glagolitic</source>
-      <translation>Glagolitic</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="248" />
-      <source>Gothic</source>
-      <translation>Gothic</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="249" />
-      <source>Greek</source>
-      <translation>Greek</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="250" />
-      <source>Gujarati</source>
-      <translation>Gujarati</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="251" />
-      <source>Gurmukhi</source>
-      <translation>Gurmukhi</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="252" />
-      <source>Han</source>
-      <translation>Han</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="253" />
-      <source>Hangul</source>
-      <translation>Hangul</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="254" />
-      <source>Hanunoo</source>
-      <translation>Hanunoo</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="255" />
-      <source>Hebrew</source>
-      <translation>Hebrew</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="256" />
-      <source>Hiragana</source>
-      <translation>Hiragana</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="257" />
-      <source>Imperial Aramaic</source>
-      <translation>Imperial Aramaic</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="258" />
-      <source>Inherited</source>
-      <translation>Inherited</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="259" />
-      <source>Inscriptional Pahlavi</source>
-      <translation>Inscriptional Pahlavi</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="260" />
-      <source>Inscriptional Parthian</source>
-      <translation>Inscriptional Parthian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="261" />
-      <source>Javanese</source>
-      <translation>Javanese</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="262" />
-      <source>Kaithi</source>
-      <translation>Kaithi</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="263" />
-      <source>Kannada</source>
-      <translation>Kannada</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="264" />
-      <source>Katakana</source>
-      <translation>Katakana</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="265" />
-      <source>Kayah Li</source>
-      <translation>Kayah Li</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="266" />
-      <source>Kharoshthi</source>
-      <translation>Kharoshthi</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="267" />
-      <source>Khmer</source>
-      <translation>Khmer</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="268" />
-      <source>Lao</source>
-      <translation>Lao</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="269" />
-      <source>Latin</source>
-      <translation>Latin</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="270" />
-      <source>Lepcha</source>
-      <translation>Lepcha</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="271" />
-      <source>Limbu</source>
-      <translation>Limbu</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="272" />
-      <source>Linear B</source>
-      <translation>Linear B</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="273" />
-      <source>Lisu</source>
-      <translation>Lisu</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="274" />
-      <source>Lycian</source>
-      <translation>Lycian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="275" />
-      <source>Lydian</source>
-      <translation>Lydian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="276" />
-      <source>Malayalam</source>
-      <translation>Malayalam</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="277" />
-      <source>Mandaic</source>
-      <translation>Mandaic</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="278" />
-      <source>Meetei Mayek</source>
-      <translation>Meetei Mayek</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="279" />
-      <source>Meroitic Cursive</source>
-      <translation>Meroitic Cursive</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="280" />
-      <source>Meroitic Hieroglyphs</source>
-      <translation>Meroitic Hieroglyphs</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="281" />
-      <source>Miao</source>
-      <translation>Miao</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="282" />
-      <source>Mongolian</source>
-      <translation>Mongolian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="283" />
-      <source>Myanmar</source>
-      <translation>Myanmar</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="284" />
-      <source>New Tai Lue</source>
-      <translation>New Tai Lue</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="285" />
-      <source>N'Ko</source>
-      <translation>N'Ko</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="286" />
-      <source>Ogham</source>
-      <translation>Ogham</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="287" />
-      <source>Old Italic</source>
-      <translation>Old Italic</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="288" />
-      <source>Old Persian</source>
-      <translation>Old Persian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="289" />
-      <source>Old South Arabian</source>
-      <translation>Old South Arabian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="290" />
-      <source>Old Turkic</source>
-      <translation>Old Turkic</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="291" />
-      <source>Ol Chiki</source>
-      <translation>Ol Chiki</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="292" />
-      <source>Oriya</source>
-      <translation>Oriya</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="293" />
-      <source>Osmanya</source>
-      <translation>Osmanya</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="294" />
-      <source>Phags-pa</source>
-      <translation>Phags-pa</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="295" />
-      <source>Phoenician</source>
-      <translation>Phoenician</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="296" />
-      <source>Rejang</source>
-      <translation>Rejang</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="297" />
-      <source>Runic</source>
-      <translation>Runic</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="298" />
-      <source>Samaritan</source>
-      <translation>Samaritan</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="299" />
-      <source>Saurashtra</source>
-      <translation>Saurashtra</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="300" />
-      <source>Sharada</source>
-      <translation>Sharada</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="301" />
-      <source>Shavian</source>
-      <translation>Shavian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="302" />
-      <source>Sinhala</source>
-      <translation>Sinhala</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="303" />
-      <source>Sora Sompeng</source>
-      <translation>Sora Sompeng</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="304" />
-      <source>Sundanese</source>
-      <translation>Sundanese</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="305" />
-      <source>Syloti Nagri</source>
-      <translation>Syloti Nagri</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="306" />
-      <source>Syriac</source>
-      <translation>Syriac</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="307" />
-      <source>Tagalog</source>
-      <translation>Tagalog</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="308" />
-      <source>Tagbanwa</source>
-      <translation>Tagbanwa</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="309" />
-      <source>Tai Le</source>
-      <translation>Tai Le</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="310" />
-      <source>Tai Tham</source>
-      <translation>Tai Tham</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="311" />
-      <source>Tai Viet</source>
-      <translation>Tai Viet</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="312" />
-      <source>Takri</source>
-      <translation>Takri</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="313" />
-      <source>Tamil</source>
-      <translation>Tamil</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="314" />
-      <source>Telugu</source>
-      <translation>Telugu</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="315" />
-      <source>Thaana</source>
-      <translation>Thaana</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="316" />
-      <source>Thai</source>
-      <translation>Thai</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="317" />
-      <source>Tibetan</source>
-      <translation>Tibetan</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="318" />
-      <source>Tifinagh</source>
-      <translation>Tifinagh</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="319" />
-      <source>Ugaritic</source>
-      <translation>Ugaritic</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="320" />
-      <source>Vai</source>
-      <translation>Vai</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="321" />
-      <source>Yi</source>
-      <translation>Yi</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="327" />
-      <source>Alphabetic</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="328" />
-      <source>ASCII</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="329" />
-      <source>Word Letter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="330" />
-      <source>Lower Case Letter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="331" />
-      <source>Upper Case Letter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="332" />
-      <source>Decimal Digit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="333" />
-      <source>Hexadecimal Digit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="334" />
-      <source>Space or Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="335" />
-      <source>White Space</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="336" />
-      <source>Printing (excl. space)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="337" />
-      <source>Printing (incl. space)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="338" />
-      <source>Printing (excl. alphanumeric)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="339" />
-      <source>Control Character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="412" />
-      <source>Between:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="417" />
-      <source>And:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>Editor for character sets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>The defined characters should not match</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>Predefined character ranges</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>Word character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>Digit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>Newline</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>Non-word character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>Non-digit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>Non-newline</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>Whitespace character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>Horizontal whitespace character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>Vertical whitespace character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>Non-whitespace character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>Non-horizontal whitespace character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>Non-vertical whitespace character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>Single character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0"/>
+        <source>Character ranges</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="51"/>
+        <source>Normal character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="53"/>
+        <source>Unicode character in hexadecimal notation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="56"/>
+        <source>ASCII/Latin1 character in octal notation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="61"/>
+        <source>Bell character (\a)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="62"/>
+        <source>Escape character (\e)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="63"/>
+        <source>Page break (\f)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="64"/>
+        <source>Line feed (\n)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="65"/>
+        <source>Carriage return (\r)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="66"/>
+        <source>Horizontal tabulator (\t)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="68"/>
+        <source>Character Category</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="69"/>
+        <source>Special Character Category</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="70"/>
+        <source>Character Block</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="71"/>
+        <source>POSIX Named Set</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="72"/>
+        <source>Not Character Category</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="73"/>
+        <source>Not Character Block</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="74"/>
+        <source>Not Special Character Category</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="75"/>
+        <source>Not POSIX Named Set</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="152"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="115"/>
+        <source>Additional Entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="169"/>
+        <source>Letter, Any</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="170"/>
+        <source>Letter, Lower case</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="171"/>
+        <source>Letter, Modifier</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="172"/>
+        <source>Letter, Other</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="173"/>
+        <source>Letter, Title case</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="174"/>
+        <source>Letter, Upper case</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="175"/>
+        <source>Letter, Lower, Upper or Title</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="176"/>
+        <source>Mark, Any</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="177"/>
+        <source>Mark, Spacing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="178"/>
+        <source>Mark, Enclosing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="179"/>
+        <source>Mark, Non-spacing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="180"/>
+        <source>Number, Any</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="181"/>
+        <source>Number, Decimal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="182"/>
+        <source>Number, Letter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="183"/>
+        <source>Number, Other</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="184"/>
+        <source>Punctuation, Any</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="185"/>
+        <source>Punctuation, Connector</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="186"/>
+        <source>Punctuation, Dash</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="187"/>
+        <source>Punctuation, Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="188"/>
+        <source>Punctuation, Final</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="189"/>
+        <source>Punctuation, Initial</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="190"/>
+        <source>Punctuation, Other</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="191"/>
+        <source>Punctuation, Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="192"/>
+        <source>Symbol, Any</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="193"/>
+        <source>Symbol, Currency</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="194"/>
+        <source>Symbol, Modifier</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="195"/>
+        <source>Symbol, Mathematical</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="196"/>
+        <source>Symbol, Other</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="197"/>
+        <source>Separator, Any</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="198"/>
+        <source>Separator, Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="199"/>
+        <source>Separator, Paragraph</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="200"/>
+        <source>Separator, Space</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="201"/>
+        <source>Other, Any</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="202"/>
+        <source>Other, Control</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="203"/>
+        <source>Other, Format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="204"/>
+        <source>Other, Unassigned</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="205"/>
+        <source>Other, Private Use</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="206"/>
+        <source>Other, Surrogat</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="326"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="211"/>
+        <source>Alphanumeric</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="212"/>
+        <source>POSIX Space</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="213"/>
+        <source>Perl Space</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="214"/>
+        <source>Universal Character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="215"/>
+        <source>Perl Word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="220"/>
+        <source>Arabic</source>
+        <translation>Arabic</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="221"/>
+        <source>Armenian</source>
+        <translation>Armenian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="222"/>
+        <source>Avestan</source>
+        <translation>Avestan</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="223"/>
+        <source>Balinese</source>
+        <translation>Balinese</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="224"/>
+        <source>Bamum</source>
+        <translation>Bamum</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="225"/>
+        <source>Batak</source>
+        <translation>Batak</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="226"/>
+        <source>Bengali</source>
+        <translation>Bengali</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="227"/>
+        <source>Bopomofo</source>
+        <translation>Bopomofo</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="228"/>
+        <source>Brahmi</source>
+        <translation>Brahmi</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="229"/>
+        <source>Braille</source>
+        <translation>Braille</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="230"/>
+        <source>Buginese</source>
+        <translation>Buginese</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="231"/>
+        <source>Buhid</source>
+        <translation>Buhid</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="232"/>
+        <source>Canadian Aboriginal</source>
+        <translation>Canadian Aboriginal</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="233"/>
+        <source>Carian</source>
+        <translation>Carian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="234"/>
+        <source>Chakma</source>
+        <translation>Chakma</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="235"/>
+        <source>Cham</source>
+        <translation>Cham</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="236"/>
+        <source>Cherokee</source>
+        <translation>Cherokee</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="237"/>
+        <source>Common</source>
+        <translation>Common</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="238"/>
+        <source>Coptic</source>
+        <translation>Coptic</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="239"/>
+        <source>Cuneiform</source>
+        <translation>Cuneiform</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="240"/>
+        <source>Cypriot</source>
+        <translation>Cypriot</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="241"/>
+        <source>Cyrillic</source>
+        <translation>Cyrillic</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="242"/>
+        <source>Deseret</source>
+        <translation>Deseret</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="243"/>
+        <source>Devanagari</source>
+        <translation>Devanagari</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="244"/>
+        <source>Egyptian Hieroglyphs</source>
+        <translation>Egyptian Hieroglyphs</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="245"/>
+        <source>Ethiopic</source>
+        <translation>Ethiopic</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="246"/>
+        <source>Georgian</source>
+        <translation>Georgian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="247"/>
+        <source>Glagolitic</source>
+        <translation>Glagolitic</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="248"/>
+        <source>Gothic</source>
+        <translation>Gothic</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="249"/>
+        <source>Greek</source>
+        <translation>Greek</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="250"/>
+        <source>Gujarati</source>
+        <translation>Gujarati</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="251"/>
+        <source>Gurmukhi</source>
+        <translation>Gurmukhi</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="252"/>
+        <source>Han</source>
+        <translation>Han</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="253"/>
+        <source>Hangul</source>
+        <translation>Hangul</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="254"/>
+        <source>Hanunoo</source>
+        <translation>Hanunoo</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="255"/>
+        <source>Hebrew</source>
+        <translation>Hebrew</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="256"/>
+        <source>Hiragana</source>
+        <translation>Hiragana</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="257"/>
+        <source>Imperial Aramaic</source>
+        <translation>Imperial Aramaic</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="258"/>
+        <source>Inherited</source>
+        <translation>Inherited</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="259"/>
+        <source>Inscriptional Pahlavi</source>
+        <translation>Inscriptional Pahlavi</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="260"/>
+        <source>Inscriptional Parthian</source>
+        <translation>Inscriptional Parthian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="261"/>
+        <source>Javanese</source>
+        <translation>Javanese</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="262"/>
+        <source>Kaithi</source>
+        <translation>Kaithi</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="263"/>
+        <source>Kannada</source>
+        <translation>Kannada</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="264"/>
+        <source>Katakana</source>
+        <translation>Katakana</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="265"/>
+        <source>Kayah Li</source>
+        <translation>Kayah Li</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="266"/>
+        <source>Kharoshthi</source>
+        <translation>Kharoshthi</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="267"/>
+        <source>Khmer</source>
+        <translation>Khmer</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="268"/>
+        <source>Lao</source>
+        <translation>Lao</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="269"/>
+        <source>Latin</source>
+        <translation>Latin</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="270"/>
+        <source>Lepcha</source>
+        <translation>Lepcha</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="271"/>
+        <source>Limbu</source>
+        <translation>Limbu</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="272"/>
+        <source>Linear B</source>
+        <translation>Linear B</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="273"/>
+        <source>Lisu</source>
+        <translation>Lisu</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="274"/>
+        <source>Lycian</source>
+        <translation>Lycian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="275"/>
+        <source>Lydian</source>
+        <translation>Lydian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="276"/>
+        <source>Malayalam</source>
+        <translation>Malayalam</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="277"/>
+        <source>Mandaic</source>
+        <translation>Mandaic</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="278"/>
+        <source>Meetei Mayek</source>
+        <translation>Meetei Mayek</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="279"/>
+        <source>Meroitic Cursive</source>
+        <translation>Meroitic Cursive</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="280"/>
+        <source>Meroitic Hieroglyphs</source>
+        <translation>Meroitic Hieroglyphs</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="281"/>
+        <source>Miao</source>
+        <translation>Miao</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="282"/>
+        <source>Mongolian</source>
+        <translation>Mongolian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="283"/>
+        <source>Myanmar</source>
+        <translation>Myanmar</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="284"/>
+        <source>New Tai Lue</source>
+        <translation>New Tai Lue</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="285"/>
+        <source>N&apos;Ko</source>
+        <translation>N&apos;Ko</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="286"/>
+        <source>Ogham</source>
+        <translation>Ogham</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="287"/>
+        <source>Old Italic</source>
+        <translation>Old Italic</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="288"/>
+        <source>Old Persian</source>
+        <translation>Old Persian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="289"/>
+        <source>Old South Arabian</source>
+        <translation>Old South Arabian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="290"/>
+        <source>Old Turkic</source>
+        <translation>Old Turkic</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="291"/>
+        <source>Ol Chiki</source>
+        <translation>Ol Chiki</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="292"/>
+        <source>Oriya</source>
+        <translation>Oriya</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="293"/>
+        <source>Osmanya</source>
+        <translation>Osmanya</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="294"/>
+        <source>Phags-pa</source>
+        <translation>Phags-pa</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="295"/>
+        <source>Phoenician</source>
+        <translation>Phoenician</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="296"/>
+        <source>Rejang</source>
+        <translation>Rejang</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="297"/>
+        <source>Runic</source>
+        <translation>Runic</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="298"/>
+        <source>Samaritan</source>
+        <translation>Samaritan</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="299"/>
+        <source>Saurashtra</source>
+        <translation>Saurashtra</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="300"/>
+        <source>Sharada</source>
+        <translation>Sharada</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="301"/>
+        <source>Shavian</source>
+        <translation>Shavian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="302"/>
+        <source>Sinhala</source>
+        <translation>Sinhala</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="303"/>
+        <source>Sora Sompeng</source>
+        <translation>Sora Sompeng</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="304"/>
+        <source>Sundanese</source>
+        <translation>Sundanese</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="305"/>
+        <source>Syloti Nagri</source>
+        <translation>Syloti Nagri</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="306"/>
+        <source>Syriac</source>
+        <translation>Syriac</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="307"/>
+        <source>Tagalog</source>
+        <translation>Tagalog</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="308"/>
+        <source>Tagbanwa</source>
+        <translation>Tagbanwa</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="309"/>
+        <source>Tai Le</source>
+        <translation>Tai Le</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="310"/>
+        <source>Tai Tham</source>
+        <translation>Tai Tham</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="311"/>
+        <source>Tai Viet</source>
+        <translation>Tai Viet</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="312"/>
+        <source>Takri</source>
+        <translation>Takri</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="313"/>
+        <source>Tamil</source>
+        <translation>Tamil</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="314"/>
+        <source>Telugu</source>
+        <translation>Telugu</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="315"/>
+        <source>Thaana</source>
+        <translation>Thaana</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="316"/>
+        <source>Thai</source>
+        <translation>Thai</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="317"/>
+        <source>Tibetan</source>
+        <translation>Tibetan</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="318"/>
+        <source>Tifinagh</source>
+        <translation>Tifinagh</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="319"/>
+        <source>Ugaritic</source>
+        <translation>Ugaritic</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="320"/>
+        <source>Vai</source>
+        <translation>Vai</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="321"/>
+        <source>Yi</source>
+        <translation>Yi</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="327"/>
+        <source>Alphabetic</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="328"/>
+        <source>ASCII</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="329"/>
+        <source>Word Letter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="330"/>
+        <source>Lower Case Letter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="331"/>
+        <source>Upper Case Letter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="332"/>
+        <source>Decimal Digit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="333"/>
+        <source>Hexadecimal Digit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="334"/>
+        <source>Space or Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="335"/>
+        <source>White Space</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="336"/>
+        <source>Printing (excl. space)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="337"/>
+        <source>Printing (incl. space)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="338"/>
+        <source>Printing (excl. alphanumeric)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="339"/>
+        <source>Control Character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="412"/>
+        <source>Between:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="417"/>
+        <source>And:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>QRegularExpressionWizardDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>QRegularExpression Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>Variable Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Comment: (?#)&lt;/b&gt;
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>QRegularExpression Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>Variable Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Comment: (?#)&lt;/b&gt;
 &lt;p&gt;Insert some comment inside your regexp.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Comment: (?#)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Comment: (?#)&lt;/b&gt;
 &lt;p&gt;Insert some comment inside your regexp.The regex engine ignores everything after the (?# until the first closing round bracket. 
 The following example could clarify the regexp which match a valid date: &lt;/p&gt;
 &lt;p&gt;(?#year)(19|20)\d\d[- /.](?#month)(0[1-9]|1[012])[- /.](?#day)(0[1-9]|[12][0-9]|3[01])&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Single character of a range (e.g. [abcd])&lt;/b&gt;&lt;p&gt;Select a single character of a range via a specific dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Single character of a range (e.g. [abcd])&lt;/b&gt;&lt;p&gt;Select a single character of a range via a specific dialog. This dialog will help to edit the range of characters and add some specific conditions.&lt;/p&gt;s</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Any character: '.'&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Single character of a range (e.g. [abcd])&lt;/b&gt;&lt;p&gt;Select a single character of a range via a specific dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Single character of a range (e.g. [abcd])&lt;/b&gt;&lt;p&gt;Select a single character of a range via a specific dialog. This dialog will help to edit the range of characters and add some specific conditions.&lt;/p&gt;s</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Any character: &apos;.&apos;&lt;/b&gt;
 &lt;p&gt;Select to insert a dot (.) in your regexp.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Any character: '.'&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Any character: &apos;.&apos;&lt;/b&gt;
 &lt;p&gt;Select to insert a dot (.) in your regexp. The dot matches a single character, except line break characters (by default). 
-E.g. 'gr.y' matches 'gray', 'grey', 'gr%y', etc. Use the dot sparingly. Often, a character class or negated
+E.g. &apos;gr.y&apos; matches &apos;gray&apos;, &apos;grey&apos;, &apos;gr%y&apos;, etc. Use the dot sparingly. Often, a character class or negated
 character class is faster and more precise.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Repeat contents&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Repeat contents&lt;/b&gt;
 &lt;p&gt;Select a repetition condition via a specific dialog. This dialog will help to specify the allowed range for repetitions.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Non capturing parentheses: (?:)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Non capturing parentheses: (?:)&lt;/b&gt;
 &lt;p&gt;Select to insert some non capturing brackets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Non capturing parentheses: (?:)&lt;/b&gt;
-&lt;p&gt;Select to insert some non capturing brackets. It can be used to apply a regexp quantifier (eg. '?' or '+') to the entire
-group of characters inside the brakets. E.g. the regex 'Set(?:Value)?' matches 'Set' or 'SetValue'. The '?:' inside the brakets
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Non capturing parentheses: (?:)&lt;/b&gt;
+&lt;p&gt;Select to insert some non capturing brackets. It can be used to apply a regexp quantifier (eg. &apos;?&apos; or &apos;+&apos;) to the entire
+group of characters inside the brakets. E.g. the regex &apos;Set(?:Value)?&apos; matches &apos;Set&apos; or &apos;SetValue&apos;. The &apos;?:&apos; inside the brakets
 means that the content of the match (called the backreference) is not stored for further use.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Atomic non capturing parentheses: (?&gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Atomic non capturing parentheses: (?&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert some atomic non capturing brackets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Atomic non capturing parentheses: (?&gt;)&lt;/b&gt;
-&lt;p&gt;Select to insert some atomic non capturing brackets. It can be used to apply a regexp quantifier (eg. '?' or '+') to the entire
-group of characters inside the brakets. E.g. the regex 'Set(?&gt;Value)?' matches 'Set' or 'SetValue'. The '?&gt;' inside the brakets
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Atomic non capturing parentheses: (?&gt;)&lt;/b&gt;
+&lt;p&gt;Select to insert some atomic non capturing brackets. It can be used to apply a regexp quantifier (eg. &apos;?&apos; or &apos;+&apos;) to the entire
+group of characters inside the brakets. E.g. the regex &apos;Set(?&gt;Value)?&apos; matches &apos;Set&apos; or &apos;SetValue&apos;. The &apos;?&gt;&apos; inside the brakets
 means that the content of the match (called the backreference) is not stored for further use.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Group: ()&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Group: ()&lt;/b&gt;
 &lt;p&gt;Select to insert some capturing brackets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Group: ()&lt;/b&gt;
-&lt;p&gt;Select to insert some capturing brackets. They can be used to apply a regexp quantifier (e.g. '?' or '+') to the entire group of 
-characters inside the brakets. E.g. the regex 'Set(Value)?' matches 'Set' or 'SetValue'. Contrary to non-capturing parentheses, 
-the backreference matched inside the brakets is stored for further use (i.e. 'Value' in the second example above). 
-One can access the backereference with the '\1' expression. &lt;/p&gt;
-&lt;p&gt;E.g. '([a-c])x\1x\1' will match 'axaxa', 'bxbxb' and 'cxcxc'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Named group: (?P&amp;lt;&lt;i&gt;groupname&lt;/i&gt;&amp;gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Group: ()&lt;/b&gt;
+&lt;p&gt;Select to insert some capturing brackets. They can be used to apply a regexp quantifier (e.g. &apos;?&apos; or &apos;+&apos;) to the entire group of 
+characters inside the brakets. E.g. the regex &apos;Set(Value)?&apos; matches &apos;Set&apos; or &apos;SetValue&apos;. Contrary to non-capturing parentheses, 
+the backreference matched inside the brakets is stored for further use (i.e. &apos;Value&apos; in the second example above). 
+One can access the backereference with the &apos;\1&apos; expression. &lt;/p&gt;
+&lt;p&gt;E.g. &apos;([a-c])x\1x\1&apos; will match &apos;axaxa&apos;, &apos;bxbxb&apos; and &apos;cxcxc&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Named group: (?P&amp;lt;&lt;i&gt;groupname&lt;/i&gt;&amp;gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert some named group brackets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Named group: (?P&amp;lt;&lt;i&gt;groupname&lt;/i&gt;&amp;gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Named group: (?P&amp;lt;&lt;i&gt;groupname&lt;/i&gt;&amp;gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert some named group brackets. Usage is similar to standard group parentheses as the matched 
 backreference is also stored for further usage. The difference is that a name is given to the match. This is useful when 
 the work to do on the match becomes a bit complicated. One can access the backreference via the group name (i.e (?P=&lt;i&gt;groupname&lt;/i&gt;)).
-E.g. (?P&lt;foo&gt;[abc])x(?P=foo)x(?P=foo)x matches 'axaxax','bxbxbx' or 'cxcxcx' ('foo' is the group name)&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Reference named group: (?P=&lt;i&gt;groupname&lt;/i&gt;)&lt;/b&gt;
+E.g. (?P&lt;foo&gt;[abc])x(?P=foo)x(?P=foo)x matches &apos;axaxax&apos;,&apos;bxbxbx&apos; or &apos;cxcxcx&apos; (&apos;foo&apos; is the group name)&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Reference named group: (?P=&lt;i&gt;groupname&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert a reference to named group previously declared.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Reference named group: (?P=&lt;i&gt;groupname&lt;/i&gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Reference named group: (?P=&lt;i&gt;groupname&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert a reference to named group previously declared. Each reference group refers to the match
- found by the corresponding named group. In the following example, (?P=foo) may refer to the charaters 'a','b' or 'c'.&lt;/p&gt;
-&lt;p&gt;E.g. (?P&lt;foo&gt;[abc])x(?P=foo)x(?P=foo)x matches 'axaxax','bxbxbx' or 'cxcxcx'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Alternatives: '|'&lt;/b&gt;
-&lt;p&gt;Select to insert the alternation symbol '|'. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Alternatives: '|'&lt;/b&gt;
-&lt;p&gt;Select to insert the alternation symbol '|'. The alternation is used to match a single regular expression out of 
-several possible regular expressions. E.g. 'cat|dog|mouse|fish' matches words containing the word 'cat', 'dog','mouse' or 'fish'.
+ found by the corresponding named group. In the following example, (?P=foo) may refer to the charaters &apos;a&apos;,&apos;b&apos; or &apos;c&apos;.&lt;/p&gt;
+&lt;p&gt;E.g. (?P&lt;foo&gt;[abc])x(?P=foo)x(?P=foo)x matches &apos;axaxax&apos;,&apos;bxbxbx&apos; or &apos;cxcxcx&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Alternatives: &apos;|&apos;&lt;/b&gt;
+&lt;p&gt;Select to insert the alternation symbol &apos;|&apos;. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Alternatives: &apos;|&apos;&lt;/b&gt;
+&lt;p&gt;Select to insert the alternation symbol &apos;|&apos;. The alternation is used to match a single regular expression out of 
+several possible regular expressions. E.g. &apos;cat|dog|mouse|fish&apos; matches words containing the word &apos;cat&apos;, &apos;dog&apos;,&apos;mouse&apos; or &apos;fish&apos;.
 Be aware that in the above example, the alternatives refer to whole or part of words. If you want to match exactly the
- words 'cat', 'dog', ... you should express the fact that you only want to match complete words: '\b(cat|dog|mouse|fish)\b'&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Begin of line: '^'&lt;/b&gt;
+ words &apos;cat&apos;, &apos;dog&apos;, ... you should express the fact that you only want to match complete words: &apos;\b(cat|dog|mouse|fish)\b&apos;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Begin of line: &apos;^&apos;&lt;/b&gt;
 &lt;p&gt;Select to insert the start line character (^).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Begin of line: '^'&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Begin of line: &apos;^&apos;&lt;/b&gt;
 &lt;p&gt;Select to insert the start line character (^). It is used to find some expressions at the begining of lines.
-E.g. '^[A-Z]' match lines starting with a capitalized character. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;End of line: '$'&lt;/b&gt;
+E.g. &apos;^[A-Z]&apos; match lines starting with a capitalized character. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;End of line: &apos;$&apos;&lt;/b&gt;
 &lt;p&gt;Select to insert the end of line character ($).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;End of line: '$'&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;End of line: &apos;$&apos;&lt;/b&gt;
 &lt;p&gt;Select to insert the end of line character ($). It is used to find some expressions at the end of lines.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Word boundary&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Word boundary&lt;/b&gt;
 &lt;p&gt;Select to insert the word boudary character (\b).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Word boundary&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Word boundary&lt;/b&gt;
 &lt;p&gt;Select to insert the word boudary character (\b). This character is used to express the fact that word 
-must begin or end at this position. E.g. '\bcat\b' matches exactly the word 'cat' while 'concatenation' is ignored.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Non word boundary&lt;/b&gt;
+must begin or end at this position. E.g. &apos;\bcat\b&apos; matches exactly the word &apos;cat&apos; while &apos;concatenation&apos; is ignored.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Non word boundary&lt;/b&gt;
 &lt;p&gt;Select to insert the word boudary character (\B). \B is the negated version of \b.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Non word boundary&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Non word boundary&lt;/b&gt;
 &lt;p&gt;Select to insert the word boudary character (\B). \B is the negated version of \b. \B matches at every position where \b 
 does not. Effectively, \B matches at any position between two word characters as well as at any position between two non-word characters.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Positive lookahead: (?=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Positive lookahead: (?=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert the positive lookhead brackets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Positive lookahead: (?=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Positive lookahead: (?=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert the positive lookhead brackets. Basically, positive lookhead is used to match a character only if followed by another one.
-Writting 'q(?=u)' means that you want to match the 'q' character only if it is followed by 'u'. In this statement 'u' is a trivial 
-regexp which may be replaced by a more complex expression; q(?=[abc])' will match a 'q' if followed by either 'a', 'b' or 'c'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Negative lookahead: (?!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
+Writting &apos;q(?=u)&apos; means that you want to match the &apos;q&apos; character only if it is followed by &apos;u&apos;. In this statement &apos;u&apos; is a trivial 
+regexp which may be replaced by a more complex expression; q(?=[abc])&apos; will match a &apos;q&apos; if followed by either &apos;a&apos;, &apos;b&apos; or &apos;c&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Negative lookahead: (?!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert the negative lookhead brackets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Negative lookahead: (?!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Negative lookahead: (?!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert the negative lookhead brackets. Basically, negative lookhead is used to match a character only if it is not
-followed by a another one. Writting 'q(?!u)' means that you want to match 'q' only if it is not followed by 'u'. In this statement, 'u' is a
-trivial regexp which may be replaced by a more complex expression; 'q(?![abc])' will match a 'q' if it is followed by anything else than 'a', 'b' or 'c'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Positive lookbehind: (?&amp;lt;=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
+followed by a another one. Writting &apos;q(?!u)&apos; means that you want to match &apos;q&apos; only if it is not followed by &apos;u&apos;. In this statement, &apos;u&apos; is a
+trivial regexp which may be replaced by a more complex expression; &apos;q(?![abc])&apos; will match a &apos;q&apos; if it is followed by anything else than &apos;a&apos;, &apos;b&apos; or &apos;c&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Positive lookbehind: (?&amp;lt;=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert the positive lookbehind brackets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Positive lookbehind: (?&amp;lt;=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Positive lookbehind: (?&amp;lt;=&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert the positive lookbehind brackets. Lookbehind has the same effect as lookahead, but works backwards. 
-It is used to match a character only if preceded by another one. Writting '(?&amp;lt;=u)q' means that you want to match the 'q' character 
-only if it is preceded by 'u'. As with lookhead, 'u' may be replaced by a more complex expression; '(?&amp;lt;=[abc])q' will match a 'q' if preceded by either 'a', 'b' or 'c'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Negative lookbehind (?&amp;lt;!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
+It is used to match a character only if preceded by another one. Writting &apos;(?&amp;lt;=u)q&apos; means that you want to match the &apos;q&apos; character 
+only if it is preceded by &apos;u&apos;. As with lookhead, &apos;u&apos; may be replaced by a more complex expression; &apos;(?&amp;lt;=[abc])q&apos; will match a &apos;q&apos; if preceded by either &apos;a&apos;, &apos;b&apos; or &apos;c&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Negative lookbehind (?&amp;lt;!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert the negative lookbehind brackets.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Negative lookbehind (?&amp;lt;!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Negative lookbehind (?&amp;lt;!&lt;i&gt;regexpr&lt;/i&gt;)&lt;/b&gt;
 &lt;p&gt;Select to insert the negative lookbehind brackets. Lookbehind has the same effect as lookahead, 
-but works backwards. It is used to match a character only if not preceded by another one. Writting '(?&amp;lt;!u)q' means that you want to match the 'q' 
-character only if it is not preceded by 'u'. As other lookaround, 'u' may be replaced by a more complex 
-expression; '(?&amp;lt;![abc])q' will match a 'q' only if not preceded by either 'a', 'b' nor 'c'.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Undo last edit&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>&lt;b&gt;Redo last edit&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>Regexp:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>Text:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>Case Insensitive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>"^" matches beginning of line, "$" matches end of line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>Match Linebreaks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>"." matches everything including linebreaks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>Dot matches everything</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>Extended Pattern Syntax</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>Inverted Greediness</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>Unicode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>Non-named capturing groups do not capture substrings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0" />
-      <source>Don't Capture</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+but works backwards. It is used to match a character only if not preceded by another one. Writting &apos;(?&amp;lt;!u)q&apos; means that you want to match the &apos;q&apos; 
+character only if it is not preceded by &apos;u&apos;. As other lookaround, &apos;u&apos; may be replaced by a more complex 
+expression; &apos;(?&amp;lt;![abc])q&apos; will match a &apos;q&apos; only if not preceded by either &apos;a&apos;, &apos;b&apos; nor &apos;c&apos;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Undo last edit&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&lt;b&gt;Redo last edit&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>Regexp:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>Text:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>Case Insensitive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&quot;^&quot; matches beginning of line, &quot;$&quot; matches end of line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>Match Linebreaks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>&quot;.&quot; matches everything including linebreaks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>Dot matches everything</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>Extended Pattern Syntax</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>Inverted Greediness</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>Unicode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>Non-named capturing groups do not capture substrings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.ui" line="0"/>
+        <source>Don&apos;t Capture</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>QRegularExpressionWizardRepeatDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0" />
-      <source>Number of repetitions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0" />
-      <source>Quantifier</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0" />
-      <source>times</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0" />
-      <source>and</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0" />
-      <source>Between</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0" />
-      <source>Exactly</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0" />
-      <source>Maximum</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0" />
-      <source>Minimum</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0" />
-      <source>Unlimited (incl. zero times)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0" />
-      <source>Greediness</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0" />
-      <source>Greedy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0" />
-      <source>Possessive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0" />
-      <source>Lazy</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0"/>
+        <source>Number of repetitions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0"/>
+        <source>Quantifier</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0"/>
+        <source>times</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0"/>
+        <source>and</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0"/>
+        <source>Between</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0"/>
+        <source>Exactly</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0"/>
+        <source>Maximum</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0"/>
+        <source>Minimum</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0"/>
+        <source>Unlimited (incl. zero times)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0"/>
+        <source>Greediness</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0"/>
+        <source>Greedy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0"/>
+        <source>Possessive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardRepeatDialog.ui" line="0"/>
+        <source>Lazy</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>QRegularExpressionWizardWidget</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="94" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="96" />
-      <source>Save the regular expression to a file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="98" />
-      <source>Load</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="100" />
-      <source>Load a regular expression from a file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="103" />
-      <source>Validate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="105" />
-      <source>Validate the regular expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="107" />
-      <source>Execute</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="109" />
-      <source>Execute the regular expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="111" />
-      <source>Next match</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="114" />
-      <source>Show the next match of the regular expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="130" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="133" />
-      <source>Copy the regular expression to the clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="730" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="724" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="552" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="546" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="174" />
-      <source>Communication Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="175" />
-      <source>&lt;p&gt;The backend reported an error.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="301" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="294" />
-      <source>Named reference</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="295" />
-      <source>No named groups have been defined yet.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="302" />
-      <source>Select group name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="470" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="443" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="428" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="413" />
-      <source>Save regular expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="459" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="415" />
-      <source>RegExp Files (*.rx);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="429" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="471" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="444" />
-      <source>&lt;p&gt;The regular expression could not be saved.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="457" />
-      <source>Load regular expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="525" />
-      <source>Validation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="526" />
-      <source>The regular expression is valid.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="736" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="604" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="558" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="531" />
-      <source>Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="605" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="532" />
-      <source>Invalid regular expression: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="725" />
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="547" />
-      <source>Invalid response received from backend.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="553" />
-      <source>Communication with backend failed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="559" />
-      <source>A regular expression must be given.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="625" />
-      <source>Regexp</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="636" />
-      <source>Offset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="644" />
-      <source>Captures</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="653" />
-      <source>Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="656" />
-      <source>Characters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="661" />
-      <source>Match</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="678" />
-      <source>Capture #{0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="705" />
-      <source>No more matches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="709" />
-      <source>No matches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="731" />
-      <source>Communication with  backend failed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="737" />
-      <source>A regular expression and a text must be given.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="94"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="96"/>
+        <source>Save the regular expression to a file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="98"/>
+        <source>Load</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="100"/>
+        <source>Load a regular expression from a file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="103"/>
+        <source>Validate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="105"/>
+        <source>Validate the regular expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="107"/>
+        <source>Execute</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="109"/>
+        <source>Execute the regular expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="111"/>
+        <source>Next match</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="114"/>
+        <source>Show the next match of the regular expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="130"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="133"/>
+        <source>Copy the regular expression to the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="730"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="724"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="552"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="546"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="174"/>
+        <source>Communication Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="175"/>
+        <source>&lt;p&gt;The backend reported an error.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="301"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="294"/>
+        <source>Named reference</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="295"/>
+        <source>No named groups have been defined yet.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="302"/>
+        <source>Select group name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="470"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="443"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="428"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="413"/>
+        <source>Save regular expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="459"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="415"/>
+        <source>RegExp Files (*.rx);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="429"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="471"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="444"/>
+        <source>&lt;p&gt;The regular expression could not be saved.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="457"/>
+        <source>Load regular expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="525"/>
+        <source>Validation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="526"/>
+        <source>The regular expression is valid.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="736"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="604"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="558"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="531"/>
+        <source>Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="605"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="532"/>
+        <source>Invalid regular expression: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="725"/>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="547"/>
+        <source>Invalid response received from backend.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="553"/>
+        <source>Communication with backend failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="559"/>
+        <source>A regular expression must be given.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="625"/>
+        <source>Regexp</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="636"/>
+        <source>Offset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="644"/>
+        <source>Captures</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="653"/>
+        <source>Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="656"/>
+        <source>Characters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="661"/>
+        <source>Match</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="678"/>
+        <source>Capture #{0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="705"/>
+        <source>No more matches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="709"/>
+        <source>No matches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="731"/>
+        <source>Communication with  backend failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardDialog.py" line="737"/>
+        <source>A regular expression and a text must be given.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>QtHelpDocumentationConfigurationDialog</name>
     <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationConfigurationDialog.ui" line="0" />
-      <source>Manage QtHelp Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationConfigurationDialog.ui" line="0" />
-      <source>Registered Documents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationConfigurationDialog.ui" line="0" />
-      <source>Filters</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QtHelpInterface/QtHelpDocumentationConfigurationDialog.ui" line="0"/>
+        <source>Manage QtHelp Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationConfigurationDialog.ui" line="0"/>
+        <source>Registered Documents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationConfigurationDialog.ui" line="0"/>
+        <source>Filters</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>QtHelpDocumentationSelectionDialog</name>
     <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0" />
-      <source>QtHelp Documentations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0" />
-      <source>Select the documentation files to be installed:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0" />
-      <source>Press to delete the selected documentation sets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0" />
-      <source>Press to delete the selected category</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0" />
-      <source>Delete Categories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0" />
-      <source>Press to delete all entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0" />
-      <source>Delete All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="147" />
-      <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="126" />
-      <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="105" />
-      <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="89" />
-      <source>Delete Documentation Sets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="90" />
-      <source>Shall the selected documentation sets really be deleted?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="106" />
-      <source>&lt;p&gt;The documentation set &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="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="127" />
-      <source>Shall the selected documentation set categories really be deleted?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="148" />
-      <source>Shall all documentation sets really be deleted?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0"/>
+        <source>QtHelp Documentations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0"/>
+        <source>Select the documentation files to be installed:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0"/>
+        <source>Press to delete the selected documentation sets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0"/>
+        <source>Press to delete the selected category</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0"/>
+        <source>Delete Categories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0"/>
+        <source>Press to delete all entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0"/>
+        <source>Delete All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="147"/>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="126"/>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="105"/>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="89"/>
+        <source>Delete Documentation Sets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="90"/>
+        <source>Shall the selected documentation sets really be deleted?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="106"/>
+        <source>&lt;p&gt;The documentation set &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"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="127"/>
+        <source>Shall the selected documentation set categories really be deleted?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="148"/>
+        <source>Shall all documentation sets really be deleted?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>QtHelpDocumentationSettingsWidget</name>
     <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0" />
-      <source>Registered Documents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0" />
-      <source>&lt;Filter&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0" />
-      <source>Press to select QtHelp documents to add to the database</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0" />
-      <source>Add...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0" />
-      <source>Press to select QtHelp documents provided by a plug-in to add to the database</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0" />
-      <source>Add from Plug-ins...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0" />
-      <source>Press to remove the selected documents from the database</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0" />
-      <source>Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0" />
-      <source>Select to manage the plug-in provided documentation sets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0" />
-      <source>Manage Plug-ins...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.py" line="122" />
-      <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.py" line="82" />
-      <source>Add Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.py" line="84" />
-      <source>Qt Compressed Help Files (*.qch)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.py" line="123" />
-      <source>The file &lt;b&gt;{0}&lt;/b&gt; could not be added.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0"/>
+        <source>Registered Documents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0"/>
+        <source>&lt;Filter&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0"/>
+        <source>Press to select QtHelp documents to add to the database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0"/>
+        <source>Add...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0"/>
+        <source>Press to select QtHelp documents provided by a plug-in to add to the database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0"/>
+        <source>Add from Plug-ins...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0"/>
+        <source>Press to remove the selected documents from the database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0"/>
+        <source>Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0"/>
+        <source>Select to manage the plug-in provided documentation sets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.ui" line="0"/>
+        <source>Manage Plug-ins...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.py" line="122"/>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.py" line="82"/>
+        <source>Add Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.py" line="84"/>
+        <source>Qt Compressed Help Files (*.qch)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QtHelpInterface/QtHelpDocumentationSettingsWidget.py" line="123"/>
+        <source>The file &lt;b&gt;{0}&lt;/b&gt; could not be added.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>QtHelpSchemeReply</name>
     <message>
-      <location filename="../QtHelpInterface/QtHelpSchemeHandler.py" line="162" />
-      <source>&lt;html&gt;&lt;head&gt;&lt;title&gt;Error 404...&lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;div align="center"&gt;&lt;br&gt;&lt;br&gt;&lt;h1&gt;The page could not be found&lt;/h1&gt;&lt;br&gt;&lt;h3&gt;'{0}'&lt;/h3&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QtHelpInterface/QtHelpSchemeHandler.py" line="162"/>
+        <source>&lt;html&gt;&lt;head&gt;&lt;title&gt;Error 404...&lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;div align=&quot;center&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;h1&gt;The page could not be found&lt;/h1&gt;&lt;br&gt;&lt;h3&gt;&apos;{0}&apos;&lt;/h3&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>QtPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Qt&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Qt Translations Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>&lt;font color="#FF0000"&gt;&lt;b&gt;Note:&lt;/b&gt; This setting is activated at the next startup of the application.&lt;/font&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the Qt translations directory.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>&lt;b&gt;Note:&lt;/b&gt; Leave this entry empty to use the path compiled into the Qt library.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Qt Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Tools Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the Qt tools directory, if they are not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Qt-Prefix:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the prefix for the Qt tools name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>&lt;b&gt;Qt-Prefix&lt;/b&gt;
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Qt&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Qt Translations Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; This setting is activated at the next startup of the application.&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Enter the path of the Qt translations directory.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; Leave this entry empty to use the path compiled into the Qt library.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Qt Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Tools Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Enter the path of the Qt tools directory, if they are not found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Qt-Prefix:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Enter the prefix for the Qt tools name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>&lt;b&gt;Qt-Prefix&lt;/b&gt;
 &lt;p&gt;Enter a prefix used to determine the Qt tool executable name. It is composed of the prefix, the tool name and the postfix. The executable extension is added automatically on Windows.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Qt-Postfix:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the postfix for the Qt tools name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>&lt;b&gt;Qt-Postfix&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Qt-Postfix:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Enter the postfix for the Qt tools name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>&lt;b&gt;Qt-Postfix&lt;/b&gt;
 &lt;p&gt;Enter a postfix used to determine the Qt tool executable name. It is composed of the prefix, the tool name and the postfix. The executable extension is added automatically on Windows.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>This gives an example of the complete tool name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>designer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>'qhelpgenerator':</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the 'qhelpgenerator' program, if it cannot be found automatically.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 5</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Virtual Environment:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select the virtual environment to be used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Press to open the virtual environment manager dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Press to refresh the list of vitual environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the PyQt 5 tools directory, if they are not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>pyuic5 Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Indent Width:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select the indent width (default: 4)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate imports relative to '.'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Select to generate extra code to test and display the form</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Generate Extra Test Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PyQt 6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the PyQt 6 tools directory, if they are not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>pyuic6 Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PySide</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PySide2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the PySide2 tools directory, if they are not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>pyside2-uic Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>PySide6</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>Enter the path of the PySide6 tools directory, if they are not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" />
-      <source>pyside6-uic Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/QtPage.py" line="150" />
-      <source>Sample: {0}designer{1}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>This gives an example of the complete tool name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>designer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>&apos;qhelpgenerator&apos;:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Enter the path of the &apos;qhelpgenerator&apos; program, if it cannot be found automatically.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>PyQt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>PyQt 5</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Select the virtual environment to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Press to open the virtual environment manager dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Press to refresh the list of vitual environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Enter the path of the PyQt 5 tools directory, if they are not found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>pyuic5 Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Indent Width:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Select the indent width (default: 4)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Generate imports relative to &apos;.&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Select to generate extra code to test and display the form</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Generate Extra Test Code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>PyQt 6</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Enter the path of the PyQt 6 tools directory, if they are not found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>pyuic6 Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>PySide</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>PySide2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Enter the path of the PySide2 tools directory, if they are not found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>pyside2-uic Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>PySide6</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>Enter the path of the PySide6 tools directory, if they are not found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0"/>
+        <source>pyside6-uic Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/QtPage.py" line="150"/>
+        <source>Sample: {0}designer{1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Queues</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="206" />
-      <source>New Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="253" />
-      <source>Update Current Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="302" />
-      <source>Pop Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="306" />
-      <source>Push Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="310" />
-      <source>Go to Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="419" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="404" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="336" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="323" />
-      <source>Select Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="324" />
-      <source>Select the target patch name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="419" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="337" />
-      <source>No patches to select from.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="366" />
-      <source>Finish Applied Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="390" />
-      <source>Rename Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="405" />
-      <source>Select the patch to be deleted:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="413" />
-      <source>Delete Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="455" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="449" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="442" />
-      <source>Fold Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="450" />
-      <source>No patches selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="456" />
-      <source>No patches available to be folded.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="473" />
-      <source>List Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="474" />
-      <source>No patches available to list guards for.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="503" />
-      <source>Define Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="536" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="504" />
-      <source>No patches available to define guards for.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="535" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="515" />
-      <source>Drop All Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="516" />
-      <source>Select the patch to drop guards for (leave empty for the current patch):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="564" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="557" />
-      <source>Set Active Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="565" />
-      <source>No guards available to select from.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="576" />
-      <source>Deactivate Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="601" />
-      <source>Create New Queue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="601" />
-      <source>Rename Active Queue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="621" />
-      <source>Error while creating a new queue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="623" />
-      <source>Error while renaming the active queue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="653" />
-      <source>Purge Queue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="655" />
-      <source>Delete Queue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="657" />
-      <source>Activate Queue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="677" />
-      <source>Error while purging the queue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="679" />
-      <source>Error while deleting the queue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="681" />
-      <source>Error while setting the active queue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="700" />
-      <source>Available Queues</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="716" />
-      <source>Initializing new queue repository</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="206"/>
+        <source>New Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="253"/>
+        <source>Update Current Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="302"/>
+        <source>Pop Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="306"/>
+        <source>Push Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="310"/>
+        <source>Go to Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="419"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="404"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="336"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="323"/>
+        <source>Select Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="324"/>
+        <source>Select the target patch name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="419"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="337"/>
+        <source>No patches to select from.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="366"/>
+        <source>Finish Applied Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="390"/>
+        <source>Rename Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="405"/>
+        <source>Select the patch to be deleted:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="413"/>
+        <source>Delete Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="455"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="449"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="442"/>
+        <source>Fold Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="450"/>
+        <source>No patches selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="456"/>
+        <source>No patches available to be folded.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="473"/>
+        <source>List Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="474"/>
+        <source>No patches available to list guards for.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="503"/>
+        <source>Define Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="536"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="504"/>
+        <source>No patches available to define guards for.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="535"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="515"/>
+        <source>Drop All Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="516"/>
+        <source>Select the patch to drop guards for (leave empty for the current patch):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="564"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="557"/>
+        <source>Set Active Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="565"/>
+        <source>No guards available to select from.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="576"/>
+        <source>Deactivate Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="601"/>
+        <source>Create New Queue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="601"/>
+        <source>Rename Active Queue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="621"/>
+        <source>Error while creating a new queue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="623"/>
+        <source>Error while renaming the active queue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="653"/>
+        <source>Purge Queue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="655"/>
+        <source>Delete Queue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="657"/>
+        <source>Activate Queue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="677"/>
+        <source>Error while purging the queue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="679"/>
+        <source>Error while deleting the queue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="681"/>
+        <source>Error while setting the active queue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="700"/>
+        <source>Available Queues</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/queues.py" line="716"/>
+        <source>Initializing new queue repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>QueuesProjectHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="36" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="35" />
-      <source>Init Queue Repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="43" />
-      <source>Initialize a new versioned queue repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="46" />
-      <source>&lt;b&gt;Init Queue Repository&lt;/b&gt;&lt;p&gt;This initializes a new versioned queue repository inside the current repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="56" />
-      <source>Commit changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="57" />
-      <source>Commit changes...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="64" />
-      <source>Commit changes in the queue repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="67" />
-      <source>&lt;b&gt;Commit changes...&lt;/b&gt;&lt;p&gt;This commits changes in the queue repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="76" />
-      <source>New Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="77" />
-      <source>New Patch...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="83" />
-      <source>Create a new patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="85" />
-      <source>&lt;b&gt;New Patch&lt;/b&gt;&lt;p&gt;This creates a new named patch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="92" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="91" />
-      <source>Update Current Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="98" />
-      <source>Update the current patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="100" />
-      <source>&lt;b&gt;Update Current Patch&lt;/b&gt;&lt;p&gt;This updates the current patch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="110" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="109" />
-      <source>Update Current Patch (with Message)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="117" />
-      <source>Update the current patch and edit commit message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="120" />
-      <source>&lt;b&gt;Update Current Patch (with Message)&lt;/b&gt;&lt;p&gt;This updates the current patch after giving the chance to change the current commit message.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="132" />
-      <source>Show Current Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="133" />
-      <source>Show Current Patch...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="139" />
-      <source>Show the contents the current patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="141" />
-      <source>&lt;b&gt;Show Current Patch&lt;/b&gt;&lt;p&gt;This shows the contents of the current patch including any changes which have been made in the working directory since the last refresh.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="152" />
-      <source>Show Current Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="153" />
-      <source>Show Current Message...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="160" />
-      <source>Show the commit message of the current patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="163" />
-      <source>&lt;b&gt;Show Current Message&lt;/b&gt;&lt;p&gt;This shows the commit message of the current patch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="172" />
-      <source>List Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="173" />
-      <source>List Patches...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="179" />
-      <source>List applied and unapplied patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="181" />
-      <source>&lt;b&gt;List Patches&lt;/b&gt;&lt;p&gt;This lists all applied and unapplied patches.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="191" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="190" />
-      <source>Finish Applied Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="197" />
-      <source>Finish applied patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="199" />
-      <source>&lt;b&gt;Finish Applied Patches&lt;/b&gt;&lt;p&gt;This finishes the applied patches by moving them out of mq control into regular repository history.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="210" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="209" />
-      <source>Rename Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="216" />
-      <source>Rename a patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="218" />
-      <source>&lt;b&gt;Rename Patch&lt;/b&gt;&lt;p&gt;This renames the current or a named patch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="228" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="227" />
-      <source>Delete Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="234" />
-      <source>Delete unapplied patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="236" />
-      <source>&lt;b&gt;Delete Patch&lt;/b&gt;&lt;p&gt;This deletes an unapplied patch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="243" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="242" />
-      <source>Fold Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="250" />
-      <source>Fold unapplied patches into the current patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="253" />
-      <source>&lt;b&gt;Fold Patches&lt;/b&gt;&lt;p&gt;This folds unapplied patches into the current patch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="262" />
-      <source>Show Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="263" />
-      <source>Show &amp;Status...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="270" />
-      <source>Show the status of the queue repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="273" />
-      <source>&lt;b&gt;Show Status&lt;/b&gt;&lt;p&gt;This shows the status of the queue repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="282" />
-      <source>Show Summary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="283" />
-      <source>Show summary...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="290" />
-      <source>Show summary information of the queue repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="293" />
-      <source>&lt;b&gt;Show summary&lt;/b&gt;&lt;p&gt;This shows some summary information of the queue repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="452" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="451" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="313" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="312" />
-      <source>Push Next Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="319" />
-      <source>Push the next patch onto the stack</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="321" />
-      <source>&lt;b&gt;Push Next Patch&lt;/b&gt;&lt;p&gt;This pushes the next patch onto the stack of applied patches.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="473" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="472" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="332" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="331" />
-      <source>Push All Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="338" />
-      <source>Push all patches onto the stack</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="340" />
-      <source>&lt;b&gt;Push All Patches&lt;/b&gt;&lt;p&gt;This pushes all patches onto the stack of applied patches.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="496" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="495" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="351" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="350" />
-      <source>Push Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="357" />
-      <source>Push patches onto the stack</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="359" />
-      <source>&lt;b&gt;Push Patches&lt;/b&gt;&lt;p&gt;This pushes patches onto the stack of applied patches until a named patch is at the top of the stack.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="518" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="517" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="370" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="369" />
-      <source>Pop Current Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="376" />
-      <source>Pop the current patch off the stack</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="378" />
-      <source>&lt;b&gt;Pop Current Patch&lt;/b&gt;&lt;p&gt;This pops the current patch off the stack of applied patches.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="540" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="539" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="389" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="388" />
-      <source>Pop All Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="395" />
-      <source>Pop all patches off the stack</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="397" />
-      <source>&lt;b&gt;Pop All Patches&lt;/b&gt;&lt;p&gt;This pops all patches off the stack of applied patches.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="561" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="560" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="408" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="407" />
-      <source>Pop Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="414" />
-      <source>Pop patches off the stack</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="416" />
-      <source>&lt;b&gt;Pop Patches&lt;/b&gt;&lt;p&gt;This pops patches off the stack of applied patches until a named patch is at the top of the stack.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="583" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="582" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="427" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="426" />
-      <source>Go to Patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="434" />
-      <source>Push or pop patches until named patch is at top of stack</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="437" />
-      <source>&lt;b&gt;Go to Patch&lt;/b&gt;&lt;p&gt;This pushes or pops patches until a named patch is at the top of the stack.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="459" />
-      <source>Push the next patch onto the stack on top of local changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="462" />
-      <source>&lt;b&gt;Push Next Patch&lt;/b&gt;&lt;p&gt;This pushes the next patch onto the stack of applied patches on top of local changes.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="480" />
-      <source>Push all patches onto the stack on top of local changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="483" />
-      <source>&lt;b&gt;Push All Patches&lt;/b&gt;&lt;p&gt;This pushes all patches onto the stack of applied patches on top of local changes.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="503" />
-      <source>Push patches onto the stack on top of local changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="506" />
-      <source>&lt;b&gt;Push Patches&lt;/b&gt;&lt;p&gt;This pushes patches onto the stack  of applied patches until a named patch is at the top of the stack on top of local changes.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="525" />
-      <source>Pop the current patch off the stack forgetting local changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="528" />
-      <source>&lt;b&gt;Pop Current Patch&lt;/b&gt;&lt;p&gt;This pops the current patch off the stack of applied patches forgetting local changes.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="547" />
-      <source>Pop all patches off the stack forgetting local changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="550" />
-      <source>&lt;b&gt;Pop All Patches&lt;/b&gt;&lt;p&gt;This pops all patches off the stack of applied patches  forgetting local changes.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="568" />
-      <source>Pop patches off the stack forgetting local changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="571" />
-      <source>&lt;b&gt;Pop Patches&lt;/b&gt;&lt;p&gt;This pops patches off the stack of applied patches until a named patch is at the top of the stack forgetting local changes.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="590" />
-      <source>Push or pop patches until named patch is at top of stack overwriting any local changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="596" />
-      <source>&lt;b&gt;Go to Patch&lt;/b&gt;&lt;p&gt;This pushes or pops patches until a named patch is at the top of the stack overwriting any local changes.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="610" />
-      <source>Define Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="611" />
-      <source>Define Guards...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="618" />
-      <source>Define guards for the current or a named patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="621" />
-      <source>&lt;b&gt;Define Guards&lt;/b&gt;&lt;p&gt;This opens a dialog to define guards for the current or a named patch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="631" />
-      <source>Drop All Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="632" />
-      <source>Drop All Guards...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="639" />
-      <source>Drop all guards of the current or a named patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="642" />
-      <source>&lt;b&gt;Drop All Guards&lt;/b&gt;&lt;p&gt;This drops all guards of the current or a named patch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="651" />
-      <source>List Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="652" />
-      <source>List Guards...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="659" />
-      <source>List guards of the current or a named patch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="662" />
-      <source>&lt;b&gt;List Guards&lt;/b&gt;&lt;p&gt;This lists the guards of the current or a named patch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="671" />
-      <source>List All Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="672" />
-      <source>List All Guards...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="679" />
-      <source>List all guards of all patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="682" />
-      <source>&lt;b&gt;List All Guards&lt;/b&gt;&lt;p&gt;This lists all guards of all patches.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="691" />
-      <source>Set Active Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="692" />
-      <source>Set Active Guards...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="699" />
-      <source>Set the list of active guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="702" />
-      <source>&lt;b&gt;Set Active Guards&lt;/b&gt;&lt;p&gt;This opens a dialog to set the active guards.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="711" />
-      <source>Deactivate Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="712" />
-      <source>Deactivate Guards...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="719" />
-      <source>Deactivate all active guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="722" />
-      <source>&lt;b&gt;Deactivate Guards&lt;/b&gt;&lt;p&gt;This deactivates all active guards.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="733" />
-      <source>Identify Active Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="734" />
-      <source>Identify Active Guards...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="741" />
-      <source>Show a list of active guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="744" />
-      <source>&lt;b&gt;Identify Active Guards&lt;/b&gt;&lt;p&gt;This opens a dialog showing a list of active guards.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="760" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="759" />
-      <source>Create Queue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="766" />
-      <source>Create a new patch queue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="768" />
-      <source>&lt;b&gt;Create Queue&lt;/b&gt;&lt;p&gt;This creates a new patch queue.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="775" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="774" />
-      <source>Rename Queue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="782" />
-      <source>Rename the active patch queue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="785" />
-      <source>&lt;b&gt;Rename Queue&lt;/b&gt;&lt;p&gt;This renames the active patch queue.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="795" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="794" />
-      <source>Delete Queue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="802" />
-      <source>Delete the reference to a patch queue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="805" />
-      <source>&lt;b&gt;Delete Queue&lt;/b&gt;&lt;p&gt;This deletes the reference to a patch queue.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="815" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="814" />
-      <source>Purge Queue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="822" />
-      <source>Delete the reference to a patch queue and remove the patch directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="828" />
-      <source>&lt;b&gt;Purge Queue&lt;/b&gt;&lt;p&gt;This deletes the reference to a patch queue and removes the patch directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="839" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="838" />
-      <source>Activate Queue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="845" />
-      <source>Set the active queue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="847" />
-      <source>&lt;b&gt;Activate Queue&lt;/b&gt;&lt;p&gt;This sets the active queue.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="853" />
-      <source>List Queues</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="854" />
-      <source>List Queues...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="860" />
-      <source>List the available queues</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="862" />
-      <source>&lt;b&gt;List Queues&lt;/b&gt;&lt;p&gt;This opens a dialog showing all available queues.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="880" />
-      <source>Push/Pop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="892" />
-      <source>Push/Pop (force)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="904" />
-      <source>Guards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="917" />
-      <source>Queue Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="964" />
-      <source>Queues</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="1016" />
-      <source>Changing Applied Patches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="1017" />
-      <source>The project should be reread. Do this now?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="36"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="35"/>
+        <source>Init Queue Repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="43"/>
+        <source>Initialize a new versioned queue repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="46"/>
+        <source>&lt;b&gt;Init Queue Repository&lt;/b&gt;&lt;p&gt;This initializes a new versioned queue repository inside the current repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="56"/>
+        <source>Commit changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="57"/>
+        <source>Commit changes...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="64"/>
+        <source>Commit changes in the queue repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="67"/>
+        <source>&lt;b&gt;Commit changes...&lt;/b&gt;&lt;p&gt;This commits changes in the queue repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="76"/>
+        <source>New Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="77"/>
+        <source>New Patch...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="83"/>
+        <source>Create a new patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="85"/>
+        <source>&lt;b&gt;New Patch&lt;/b&gt;&lt;p&gt;This creates a new named patch.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="92"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="91"/>
+        <source>Update Current Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="98"/>
+        <source>Update the current patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="100"/>
+        <source>&lt;b&gt;Update Current Patch&lt;/b&gt;&lt;p&gt;This updates the current patch.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="110"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="109"/>
+        <source>Update Current Patch (with Message)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="117"/>
+        <source>Update the current patch and edit commit message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="120"/>
+        <source>&lt;b&gt;Update Current Patch (with Message)&lt;/b&gt;&lt;p&gt;This updates the current patch after giving the chance to change the current commit message.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="132"/>
+        <source>Show Current Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="133"/>
+        <source>Show Current Patch...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="139"/>
+        <source>Show the contents the current patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="141"/>
+        <source>&lt;b&gt;Show Current Patch&lt;/b&gt;&lt;p&gt;This shows the contents of the current patch including any changes which have been made in the working directory since the last refresh.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="152"/>
+        <source>Show Current Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="153"/>
+        <source>Show Current Message...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="160"/>
+        <source>Show the commit message of the current patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="163"/>
+        <source>&lt;b&gt;Show Current Message&lt;/b&gt;&lt;p&gt;This shows the commit message of the current patch.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="172"/>
+        <source>List Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="173"/>
+        <source>List Patches...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="179"/>
+        <source>List applied and unapplied patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="181"/>
+        <source>&lt;b&gt;List Patches&lt;/b&gt;&lt;p&gt;This lists all applied and unapplied patches.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="191"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="190"/>
+        <source>Finish Applied Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="197"/>
+        <source>Finish applied patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="199"/>
+        <source>&lt;b&gt;Finish Applied Patches&lt;/b&gt;&lt;p&gt;This finishes the applied patches by moving them out of mq control into regular repository history.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="210"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="209"/>
+        <source>Rename Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="216"/>
+        <source>Rename a patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="218"/>
+        <source>&lt;b&gt;Rename Patch&lt;/b&gt;&lt;p&gt;This renames the current or a named patch.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="228"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="227"/>
+        <source>Delete Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="234"/>
+        <source>Delete unapplied patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="236"/>
+        <source>&lt;b&gt;Delete Patch&lt;/b&gt;&lt;p&gt;This deletes an unapplied patch.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="243"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="242"/>
+        <source>Fold Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="250"/>
+        <source>Fold unapplied patches into the current patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="253"/>
+        <source>&lt;b&gt;Fold Patches&lt;/b&gt;&lt;p&gt;This folds unapplied patches into the current patch.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="262"/>
+        <source>Show Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="263"/>
+        <source>Show &amp;Status...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="270"/>
+        <source>Show the status of the queue repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="273"/>
+        <source>&lt;b&gt;Show Status&lt;/b&gt;&lt;p&gt;This shows the status of the queue repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="282"/>
+        <source>Show Summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="283"/>
+        <source>Show summary...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="290"/>
+        <source>Show summary information of the queue repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="293"/>
+        <source>&lt;b&gt;Show summary&lt;/b&gt;&lt;p&gt;This shows some summary information of the queue repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="452"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="451"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="313"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="312"/>
+        <source>Push Next Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="319"/>
+        <source>Push the next patch onto the stack</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="321"/>
+        <source>&lt;b&gt;Push Next Patch&lt;/b&gt;&lt;p&gt;This pushes the next patch onto the stack of applied patches.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="473"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="472"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="332"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="331"/>
+        <source>Push All Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="338"/>
+        <source>Push all patches onto the stack</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="340"/>
+        <source>&lt;b&gt;Push All Patches&lt;/b&gt;&lt;p&gt;This pushes all patches onto the stack of applied patches.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="496"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="495"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="351"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="350"/>
+        <source>Push Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="357"/>
+        <source>Push patches onto the stack</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="359"/>
+        <source>&lt;b&gt;Push Patches&lt;/b&gt;&lt;p&gt;This pushes patches onto the stack of applied patches until a named patch is at the top of the stack.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="518"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="517"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="370"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="369"/>
+        <source>Pop Current Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="376"/>
+        <source>Pop the current patch off the stack</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="378"/>
+        <source>&lt;b&gt;Pop Current Patch&lt;/b&gt;&lt;p&gt;This pops the current patch off the stack of applied patches.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="540"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="539"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="389"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="388"/>
+        <source>Pop All Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="395"/>
+        <source>Pop all patches off the stack</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="397"/>
+        <source>&lt;b&gt;Pop All Patches&lt;/b&gt;&lt;p&gt;This pops all patches off the stack of applied patches.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="561"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="560"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="408"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="407"/>
+        <source>Pop Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="414"/>
+        <source>Pop patches off the stack</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="416"/>
+        <source>&lt;b&gt;Pop Patches&lt;/b&gt;&lt;p&gt;This pops patches off the stack of applied patches until a named patch is at the top of the stack.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="583"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="582"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="427"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="426"/>
+        <source>Go to Patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="434"/>
+        <source>Push or pop patches until named patch is at top of stack</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="437"/>
+        <source>&lt;b&gt;Go to Patch&lt;/b&gt;&lt;p&gt;This pushes or pops patches until a named patch is at the top of the stack.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="459"/>
+        <source>Push the next patch onto the stack on top of local changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="462"/>
+        <source>&lt;b&gt;Push Next Patch&lt;/b&gt;&lt;p&gt;This pushes the next patch onto the stack of applied patches on top of local changes.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="480"/>
+        <source>Push all patches onto the stack on top of local changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="483"/>
+        <source>&lt;b&gt;Push All Patches&lt;/b&gt;&lt;p&gt;This pushes all patches onto the stack of applied patches on top of local changes.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="503"/>
+        <source>Push patches onto the stack on top of local changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="506"/>
+        <source>&lt;b&gt;Push Patches&lt;/b&gt;&lt;p&gt;This pushes patches onto the stack  of applied patches until a named patch is at the top of the stack on top of local changes.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="525"/>
+        <source>Pop the current patch off the stack forgetting local changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="528"/>
+        <source>&lt;b&gt;Pop Current Patch&lt;/b&gt;&lt;p&gt;This pops the current patch off the stack of applied patches forgetting local changes.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="547"/>
+        <source>Pop all patches off the stack forgetting local changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="550"/>
+        <source>&lt;b&gt;Pop All Patches&lt;/b&gt;&lt;p&gt;This pops all patches off the stack of applied patches  forgetting local changes.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="568"/>
+        <source>Pop patches off the stack forgetting local changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="571"/>
+        <source>&lt;b&gt;Pop Patches&lt;/b&gt;&lt;p&gt;This pops patches off the stack of applied patches until a named patch is at the top of the stack forgetting local changes.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="590"/>
+        <source>Push or pop patches until named patch is at top of stack overwriting any local changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="596"/>
+        <source>&lt;b&gt;Go to Patch&lt;/b&gt;&lt;p&gt;This pushes or pops patches until a named patch is at the top of the stack overwriting any local changes.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="610"/>
+        <source>Define Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="611"/>
+        <source>Define Guards...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="618"/>
+        <source>Define guards for the current or a named patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="621"/>
+        <source>&lt;b&gt;Define Guards&lt;/b&gt;&lt;p&gt;This opens a dialog to define guards for the current or a named patch.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="631"/>
+        <source>Drop All Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="632"/>
+        <source>Drop All Guards...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="639"/>
+        <source>Drop all guards of the current or a named patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="642"/>
+        <source>&lt;b&gt;Drop All Guards&lt;/b&gt;&lt;p&gt;This drops all guards of the current or a named patch.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="651"/>
+        <source>List Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="652"/>
+        <source>List Guards...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="659"/>
+        <source>List guards of the current or a named patch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="662"/>
+        <source>&lt;b&gt;List Guards&lt;/b&gt;&lt;p&gt;This lists the guards of the current or a named patch.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="671"/>
+        <source>List All Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="672"/>
+        <source>List All Guards...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="679"/>
+        <source>List all guards of all patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="682"/>
+        <source>&lt;b&gt;List All Guards&lt;/b&gt;&lt;p&gt;This lists all guards of all patches.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="691"/>
+        <source>Set Active Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="692"/>
+        <source>Set Active Guards...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="699"/>
+        <source>Set the list of active guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="702"/>
+        <source>&lt;b&gt;Set Active Guards&lt;/b&gt;&lt;p&gt;This opens a dialog to set the active guards.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="711"/>
+        <source>Deactivate Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="712"/>
+        <source>Deactivate Guards...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="719"/>
+        <source>Deactivate all active guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="722"/>
+        <source>&lt;b&gt;Deactivate Guards&lt;/b&gt;&lt;p&gt;This deactivates all active guards.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="733"/>
+        <source>Identify Active Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="734"/>
+        <source>Identify Active Guards...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="741"/>
+        <source>Show a list of active guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="744"/>
+        <source>&lt;b&gt;Identify Active Guards&lt;/b&gt;&lt;p&gt;This opens a dialog showing a list of active guards.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="760"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="759"/>
+        <source>Create Queue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="766"/>
+        <source>Create a new patch queue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="768"/>
+        <source>&lt;b&gt;Create Queue&lt;/b&gt;&lt;p&gt;This creates a new patch queue.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="775"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="774"/>
+        <source>Rename Queue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="782"/>
+        <source>Rename the active patch queue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="785"/>
+        <source>&lt;b&gt;Rename Queue&lt;/b&gt;&lt;p&gt;This renames the active patch queue.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="795"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="794"/>
+        <source>Delete Queue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="802"/>
+        <source>Delete the reference to a patch queue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="805"/>
+        <source>&lt;b&gt;Delete Queue&lt;/b&gt;&lt;p&gt;This deletes the reference to a patch queue.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="815"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="814"/>
+        <source>Purge Queue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="822"/>
+        <source>Delete the reference to a patch queue and remove the patch directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="828"/>
+        <source>&lt;b&gt;Purge Queue&lt;/b&gt;&lt;p&gt;This deletes the reference to a patch queue and removes the patch directory.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="839"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="838"/>
+        <source>Activate Queue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="845"/>
+        <source>Set the active queue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="847"/>
+        <source>&lt;b&gt;Activate Queue&lt;/b&gt;&lt;p&gt;This sets the active queue.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="853"/>
+        <source>List Queues</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="854"/>
+        <source>List Queues...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="860"/>
+        <source>List the available queues</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="862"/>
+        <source>&lt;b&gt;List Queues&lt;/b&gt;&lt;p&gt;This opens a dialog showing all available queues.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="880"/>
+        <source>Push/Pop</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="892"/>
+        <source>Push/Pop (force)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="904"/>
+        <source>Guards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="917"/>
+        <source>Queue Management</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="964"/>
+        <source>Queues</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="1016"/>
+        <source>Changing Applied Patches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/ProjectHelper.py" line="1017"/>
+        <source>The project should be reread. Do this now?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>QuickFindFile</name>
     <message>
-      <location filename="../Project/QuickFindFile.ui" line="0" />
-      <source>Search Project File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/QuickFindFile.ui" line="0" />
-      <source>Type text to match in filenames (up/down to select shown files)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/QuickFindFile.ui" line="0" />
-      <source>Enter search strings separated by a blank</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/QuickFindFile.ui" line="0" />
-      <source>Filename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/QuickFindFile.ui" line="0" />
-      <source>Path</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/QuickFindFile.ui" line="0"/>
+        <source>Search Project File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/QuickFindFile.ui" line="0"/>
+        <source>Type text to match in filenames (up/down to select shown files)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/QuickFindFile.ui" line="0"/>
+        <source>Enter search strings separated by a blank</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/QuickFindFile.ui" line="0"/>
+        <source>Filename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/QuickFindFile.ui" line="0"/>
+        <source>Path</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>QuickFindFileDialog</name>
     <message>
-      <location filename="../Project/QuickFindFileDialog.py" line="62" />
-      <source>Stop</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/QuickFindFileDialog.py" line="62"/>
+        <source>Stop</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>RP2040Device</name>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="71" />
-      <source>RP2040</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="127" />
-      <source>RP2040 Functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="199" />
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="130" />
-      <source>Show MicroPython Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="134" />
-      <source>Activate Bootloader</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="137" />
-      <source>Flash MicroPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="200" />
-      <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="232" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="242" />
-      <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;{2}&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="252" />
-      <source>&lt;tr&gt;&lt;td&gt;Variant:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="263" />
-      <source>&lt;p&gt;Update may be available.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="265" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="269" />
-      <source>MicroPython Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="292" />
-      <source>MicroPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="296" />
-      <source>Pimoroni Pico Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="299" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="303" />
-      <source>CircuitPython Libraries</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="52"/>
+        <source>authentication failed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="62"/>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="53"/>
+        <source>no matching access point found</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="65"/>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="54"/>
+        <source>connection failed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="61"/>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="55"/>
+        <source>idle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="56"/>
+        <source>connecting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="57"/>
+        <source>connected, waiting for IP address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="64"/>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="58"/>
+        <source>connected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="63"/>
+        <source>network scan completed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="66"/>
+        <source>connection lost</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="67"/>
+        <source>disconnected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="68"/>
+        <source>AP listening</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="69"/>
+        <source>AP connected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="70"/>
+        <source>AP failed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="89"/>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="76"/>
+        <source>open</source>
+        <comment>open WiFi network</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="90"/>
+        <source>automatic</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="121"/>
+        <source>RP2040</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="177"/>
+        <source>RP2040 Functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="256"/>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="180"/>
+        <source>Show MicroPython Versions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="184"/>
+        <source>Activate Bootloader</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="187"/>
+        <source>Flash MicroPython Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="191"/>
+        <source>Reset Device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="257"/>
+        <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="290"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="300"/>
+        <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;{2}&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="310"/>
+        <source>&lt;tr&gt;&lt;td&gt;Variant:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="320"/>
+        <source>&lt;p&gt;Update may be available.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="322"/>
+        <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="326"/>
+        <source>MicroPython Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="358"/>
+        <source>MicroPython Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="362"/>
+        <source>Pimoroni Pico Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="365"/>
+        <source>CircuitPython Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="369"/>
+        <source>CircuitPython Libraries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="421"/>
+        <source>Set Country</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="976"/>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="611"/>
+        <source>unknown ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="1086"/>
+        <source>Pico Wireless does not support setting the IPv4 parameters of the WiFi access point.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/RP2040Devices.py" line="1161"/>
+        <source>Pico Wireless does not support reporting of connected clients.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>RccCompilerOptionsDialog</name>
     <message>
-      <location filename="../Project/RccCompilerOptionsDialog.ui" line="0" />
-      <source>rcc Compiler Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/RccCompilerOptionsDialog.ui" line="0" />
-      <source>Compression Parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/RccCompilerOptionsDialog.ui" line="0" />
-      <source>Threshold:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/RccCompilerOptionsDialog.ui" line="0" />
-      <source>Select the compression threshold (default: 70%)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/RccCompilerOptionsDialog.ui" line="0" />
-      <source>%</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/RccCompilerOptionsDialog.ui" line="0" />
-      <source>Compression Level:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/RccCompilerOptionsDialog.ui" line="0" />
-      <source>Select the compression level (default: use zlib default value)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/RccCompilerOptionsDialog.ui" line="0" />
-      <source>default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/RccCompilerOptionsDialog.ui" line="0" />
-      <source>Disable Compression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/RccCompilerOptionsDialog.ui" line="0" />
-      <source>Access Path Prefix:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/RccCompilerOptionsDialog.ui" line="0" />
-      <source>Enter the prefix for the resource access path</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/RccCompilerOptionsDialog.ui" line="0"/>
+        <source>rcc Compiler Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/RccCompilerOptionsDialog.ui" line="0"/>
+        <source>Compression Parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/RccCompilerOptionsDialog.ui" line="0"/>
+        <source>Threshold:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/RccCompilerOptionsDialog.ui" line="0"/>
+        <source>Select the compression threshold (default: 70%)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/RccCompilerOptionsDialog.ui" line="0"/>
+        <source>%</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/RccCompilerOptionsDialog.ui" line="0"/>
+        <source>Compression Level:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/RccCompilerOptionsDialog.ui" line="0"/>
+        <source>Select the compression level (default: use zlib default value)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/RccCompilerOptionsDialog.ui" line="0"/>
+        <source>default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/RccCompilerOptionsDialog.ui" line="0"/>
+        <source>Disable Compression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/RccCompilerOptionsDialog.ui" line="0"/>
+        <source>Access Path Prefix:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/RccCompilerOptionsDialog.ui" line="0"/>
+        <source>Enter the prefix for the resource access path</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Rebase</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/rebase.py" line="81" />
-      <source>Rebase Changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/rebase.py" line="99" />
-      <source>Rebase Changesets (Continue)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/rebase.py" line="117" />
-      <source>Rebase Changesets (Abort)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/rebase.py" line="81"/>
+        <source>Rebase Changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/rebase.py" line="99"/>
+        <source>Rebase Changesets (Continue)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/rebase.py" line="117"/>
+        <source>Rebase Changesets (Abort)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>RebaseProjectHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="124" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="37" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="35" />
-      <source>Rebase Changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="43" />
-      <source>Rebase changesets to another branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="45" />
-      <source>&lt;b&gt;Rebase Changesets&lt;/b&gt;&lt;p&gt;This rebases changesets to another branch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="55" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="54" />
-      <source>Continue Rebase Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="62" />
-      <source>Continue the last rebase session after repair</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="65" />
-      <source>&lt;b&gt;Continue Rebase Session&lt;/b&gt;&lt;p&gt;This continues the last rebase session after repair.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="75" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="74" />
-      <source>Abort Rebase Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="81" />
-      <source>Abort the last rebase session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="83" />
-      <source>&lt;b&gt;Abort Rebase Session&lt;/b&gt;&lt;p&gt;This aborts the last rebase session.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="114" />
-      <source>Rebase</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="155" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="140" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="125" />
-      <source>The project should be reread. Do this now?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="139" />
-      <source>Rebase Changesets (Continue)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="154" />
-      <source>Rebase Changesets (Abort)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="124"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="37"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="35"/>
+        <source>Rebase Changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="43"/>
+        <source>Rebase changesets to another branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="45"/>
+        <source>&lt;b&gt;Rebase Changesets&lt;/b&gt;&lt;p&gt;This rebases changesets to another branch.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="55"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="54"/>
+        <source>Continue Rebase Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="62"/>
+        <source>Continue the last rebase session after repair</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="65"/>
+        <source>&lt;b&gt;Continue Rebase Session&lt;/b&gt;&lt;p&gt;This continues the last rebase session after repair.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="75"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="74"/>
+        <source>Abort Rebase Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="81"/>
+        <source>Abort the last rebase session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="83"/>
+        <source>&lt;b&gt;Abort Rebase Session&lt;/b&gt;&lt;p&gt;This aborts the last rebase session.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="114"/>
+        <source>Rebase</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="155"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="140"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="125"/>
+        <source>The project should be reread. Do this now?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="139"/>
+        <source>Rebase Changesets (Continue)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py" line="154"/>
+        <source>Rebase Changesets (Abort)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>RefactoringPreviewDialog</name>
     <message>
-      <location filename="../JediInterface/RefactoringPreviewDialog.ui" line="0" />
-      <source>Preview Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../JediInterface/RefactoringPreviewDialog.py" line="37" />
-      <source>&amp;Apply Changes</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../JediInterface/RefactoringPreviewDialog.ui" line="0"/>
+        <source>Preview Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../JediInterface/RefactoringPreviewDialog.py" line="37"/>
+        <source>&amp;Apply Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ReloadStopButton</name>
     <message>
-      <location filename="../WebBrowser/Navigation/ReloadStopButton.py" line="64" />
-      <source>Stop loading</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Navigation/ReloadStopButton.py" line="67" />
-      <source>Reload the current screen</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Navigation/ReloadStopButton.py" line="64"/>
+        <source>Stop loading</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Navigation/ReloadStopButton.py" line="67"/>
+        <source>Reload the current screen</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ReplaceWidget</name>
     <message>
-      <location filename="../QScintilla/ReplaceWidget.ui" line="0" />
-      <source>Find and Replace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ReplaceWidget.ui" line="0" />
-      <source>Press to close the window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ReplaceWidget.ui" line="0" />
-      <source>&amp;Find:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ReplaceWidget.ui" line="0" />
-      <source>Press to find the previous occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ReplaceWidget.ui" line="0" />
-      <source>Press to find the next occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ReplaceWidget.ui" line="0" />
-      <source>Press to extend the search to the whole word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ReplaceWidget.ui" line="0" />
-      <source>&amp;Match case</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ReplaceWidget.ui" line="0" />
-      <source>Whole &amp;word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ReplaceWidget.ui" line="0" />
-      <source>Rege&amp;xp</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ReplaceWidget.ui" line="0" />
-      <source>&amp;Replace:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ReplaceWidget.ui" line="0" />
-      <source>Press to replace the selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ReplaceWidget.ui" line="0" />
-      <source>Press to replace the selection and search for the next occurence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ReplaceWidget.ui" line="0" />
-      <source>Press to replace all occurrences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ReplaceWidget.ui" line="0" />
-      <source>Wrap &amp;around</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ReplaceWidget.ui" line="0" />
-      <source>&amp;Selection only</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/ReplaceWidget.ui" line="0"/>
+        <source>Find and Replace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ReplaceWidget.ui" line="0"/>
+        <source>Press to close the window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ReplaceWidget.ui" line="0"/>
+        <source>&amp;Find:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ReplaceWidget.ui" line="0"/>
+        <source>Press to find the previous occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ReplaceWidget.ui" line="0"/>
+        <source>Press to find the next occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ReplaceWidget.ui" line="0"/>
+        <source>Press to extend the search to the whole word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ReplaceWidget.ui" line="0"/>
+        <source>&amp;Match case</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ReplaceWidget.ui" line="0"/>
+        <source>Whole &amp;word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ReplaceWidget.ui" line="0"/>
+        <source>Rege&amp;xp</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ReplaceWidget.ui" line="0"/>
+        <source>&amp;Replace:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ReplaceWidget.ui" line="0"/>
+        <source>Press to replace the selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ReplaceWidget.ui" line="0"/>
+        <source>Press to replace the selection and search for the next occurence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ReplaceWidget.ui" line="0"/>
+        <source>Press to replace all occurrences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ReplaceWidget.ui" line="0"/>
+        <source>Wrap &amp;around</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ReplaceWidget.ui" line="0"/>
+        <source>&amp;Selection only</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>RequirementsDialog</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="43" />
-      <source>Generate Requirements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="46" />
-      <source>&amp;Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="212" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="51" />
-      <source>Text Files (*.txt);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="121" />
-      <source>The requirements were changed. Do you want to overwrite these changes?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="155" />
-      <source>No package specifiers generated.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="173" />
-      <source>The file &lt;b&gt;{0}&lt;/b&gt; already exists. Do you want to overwrite it?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="189" />
-      <source>&lt;p&gt;The requirements could not be written to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" />
-      <source>Replace the current selection with the requirements text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" />
-      <source>Requirements File:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" />
-      <source>Copy the requirements text to the clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" />
-      <source>Press to save to the requirements file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" />
-      <source>Insert the requirements text at the cursor position</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" />
-      <source>Insert</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" />
-      <source>Replace Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" />
-      <source>Replace all text with the requirements text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" />
-      <source>Replace All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" />
-      <source>Save to a new file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" />
-      <source>Save To</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" />
-      <source>&lt;b&gt;Editor Actions&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="43"/>
+        <source>Generate Requirements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="46"/>
+        <source>&amp;Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="212"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="51"/>
+        <source>Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="121"/>
+        <source>The requirements were changed. Do you want to overwrite these changes?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="155"/>
+        <source>No package specifiers generated.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="173"/>
+        <source>The file &lt;b&gt;{0}&lt;/b&gt; already exists. Do you want to overwrite it?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="189"/>
+        <source>&lt;p&gt;The requirements could not be written to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0"/>
+        <source>Replace the current selection with the requirements text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0"/>
+        <source>Requirements File:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0"/>
+        <source>Copy the requirements text to the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0"/>
+        <source>Press to save to the requirements file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0"/>
+        <source>Insert the requirements text at the cursor position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0"/>
+        <source>Insert</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0"/>
+        <source>Replace Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0"/>
+        <source>Replace all text with the requirements text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0"/>
+        <source>Replace All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0"/>
+        <source>Save to a new file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0"/>
+        <source>Save To</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Editor Actions&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>RestructuredTextProvider</name>
     <message>
-      <location filename="../QScintilla/MarkupProviders/RestructuredTextProvider.py" line="409" />
-      <source>Create List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/MarkupProviders/RestructuredTextProvider.py" line="410" />
-      <source>Enter desired number of list elements:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/MarkupProviders/RestructuredTextProvider.py" line="409"/>
+        <source>Create List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/MarkupProviders/RestructuredTextProvider.py" line="410"/>
+        <source>Enter desired number of list elements:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SafariImporter</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/SafariImporter.py" line="45" />
-      <source>Apple Safari stores its bookmarks in the &lt;b&gt;Bookmarks.plist&lt;/b&gt; file. This file is usually located in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/SafariImporter.py" line="51" />
-      <source>Please choose the file to begin importing bookmarks.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/SafariImporter.py" line="92" />
-      <source>File '{0}' does not exist.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/SafariImporter.py" line="124" />
-      <source>Apple Safari Import</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/SafariImporter.py" line="126" />
-      <source>Imported {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/SafariImporter.py" line="45"/>
+        <source>Apple Safari stores its bookmarks in the &lt;b&gt;Bookmarks.plist&lt;/b&gt; file. This file is usually located in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/SafariImporter.py" line="51"/>
+        <source>Please choose the file to begin importing bookmarks.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/SafariImporter.py" line="92"/>
+        <source>File &apos;{0}&apos; does not exist.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/SafariImporter.py" line="124"/>
+        <source>Apple Safari Import</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/SafariImporter.py" line="126"/>
+        <source>Imported {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SafeBrowsingAPI</name>
     <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="397" />
-      <source>&lt;h3&gt;Malware Warning&lt;/h3&gt;&lt;p&gt;The web site you are about to visit may try to install harmful programs on your computer in order to steal or destroy your data.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="405" />
-      <source>&lt;h3&gt;Phishing Warning&lt;/h3&gt;&lt;p&gt;The web site you are about to visit may try to trick you into doing something dangerous online, such as revealing passwords or personal information, usually through a fake website.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="414" />
-      <source>&lt;h3&gt;Unwanted Software Warning&lt;/h3&gt;&lt;p&gt;The software you are about to download may negatively affect your browsing or computing experience.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="421" />
-      <source>&lt;h3&gt;Potentially Harmful Application&lt;/h3&gt;&lt;p&gt;The web site you are about to visit may try to trick you into installing applications, that may negatively affect your browsing experience.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="429" />
-      <source>&lt;h3&gt;Malicious Binary Warning&lt;/h3&gt;&lt;p&gt;The software you are about to download may be harmful to your computer.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="437" />
-      <source>&lt;h3&gt;Unknown Threat Warning&lt;/h3&gt;&lt;p&gt;The web site you are about to visit was found in the Safe Browsing Database but was not classified yet.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="458" />
-      <source>Malware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="460" />
-      <source>Phishing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="462" />
-      <source>Unwanted Software</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="466" />
-      <source>Harmful Application</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="470" />
-      <source>Malicious Binary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="474" />
-      <source>Unknown Threat</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="509" />
-      <source>executable program</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="511" />
-      <source>unknown type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="549" />
-      <source>any defined platform</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="551" />
-      <source>all defined platforms</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="555" />
-      <source>unknown platform</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="397"/>
+        <source>&lt;h3&gt;Malware Warning&lt;/h3&gt;&lt;p&gt;The web site you are about to visit may try to install harmful programs on your computer in order to steal or destroy your data.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="405"/>
+        <source>&lt;h3&gt;Phishing Warning&lt;/h3&gt;&lt;p&gt;The web site you are about to visit may try to trick you into doing something dangerous online, such as revealing passwords or personal information, usually through a fake website.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="414"/>
+        <source>&lt;h3&gt;Unwanted Software Warning&lt;/h3&gt;&lt;p&gt;The software you are about to download may negatively affect your browsing or computing experience.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="421"/>
+        <source>&lt;h3&gt;Potentially Harmful Application&lt;/h3&gt;&lt;p&gt;The web site you are about to visit may try to trick you into installing applications, that may negatively affect your browsing experience.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="429"/>
+        <source>&lt;h3&gt;Malicious Binary Warning&lt;/h3&gt;&lt;p&gt;The software you are about to download may be harmful to your computer.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="437"/>
+        <source>&lt;h3&gt;Unknown Threat Warning&lt;/h3&gt;&lt;p&gt;The web site you are about to visit was found in the Safe Browsing Database but was not classified yet.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="458"/>
+        <source>Malware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="460"/>
+        <source>Phishing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="462"/>
+        <source>Unwanted Software</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="466"/>
+        <source>Harmful Application</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="470"/>
+        <source>Malicious Binary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="474"/>
+        <source>Unknown Threat</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="509"/>
+        <source>executable program</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="511"/>
+        <source>unknown type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="549"/>
+        <source>any defined platform</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="551"/>
+        <source>all defined platforms</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingAPIClient.py" line="555"/>
+        <source>unknown platform</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SafeBrowsingDialog</name>
     <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="84" />
-      <source>Google Safe Browsing API Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="164" />
-      <source>Safe Browsing Management</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="165" />
-      <source>The dialog contains unsaved changes.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="213" />
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="204" />
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="190" />
-      <source>Update Safe Browsing Cache</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="191" />
-      <source>Updating the Safe Browsing cache might be a lengthy operation. Please be patient!</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="205" />
-      <source>&lt;p&gt;Updating the Safe Browsing cache failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="214" />
-      <source>&lt;p&gt;Updating the Safe Browsing cache failed.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="224" />
-      <source>Clear Safe Browsing Cache</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="225" />
-      <source>Do you really want to clear the Safe Browsing cache? Re-populating it might take some time.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="318" />
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="309" />
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="299" />
-      <source>Check URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="300" />
-      <source>&lt;p&gt;The Google Safe Browsing Server reported an error.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="310" />
-      <source>&lt;p&gt;The URL &lt;b&gt;{0}&lt;/b&gt; was found in the Safe Browsing Database.&lt;/p&gt;{1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="319" />
-      <source>&lt;p&gt;The URL &lt;b&gt;{0}&lt;/b&gt; was not found in the Safe Browsing Database and may be considered safe.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="340" />
-      <source>The next automatic threat list update will be done now.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="345" />
-      <source>&lt;p&gt;The next automatic threat list update will be done at &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="351" />
-      <source>Update Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>&lt;h2&gt;Google Safe Browsing&lt;/h2&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Select to enable the Google safe browsing support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Enable Google Safe Browsing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Select to check against the current platform only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Adjust threat lists to current platform</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Select to update the threat lists automatically when fair use period has expired</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Update threat lists automatically (Update API only)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Use 'Lookup API' (Note: each URL is sent to Google for checking)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>API Key:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Enter the Google Safe Browsing API key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Press to get some help about obtaining the API key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Press to save the current configuration settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Save Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Manage Local Cache (Update API only)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Press to update the local cache database</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Update Cache</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Press to clear the local cache database</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Clear Cache</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Press to see, when the next threat list update will be done</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Show Update Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>%v/%m</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>URL Check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0" />
-      <source>Press to check the entered URL</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="84"/>
+        <source>Google Safe Browsing API Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="164"/>
+        <source>Safe Browsing Management</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="165"/>
+        <source>The dialog contains unsaved changes.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="213"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="204"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="190"/>
+        <source>Update Safe Browsing Cache</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="191"/>
+        <source>Updating the Safe Browsing cache might be a lengthy operation. Please be patient!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="205"/>
+        <source>&lt;p&gt;Updating the Safe Browsing cache failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="214"/>
+        <source>&lt;p&gt;Updating the Safe Browsing cache failed.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="224"/>
+        <source>Clear Safe Browsing Cache</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="225"/>
+        <source>Do you really want to clear the Safe Browsing cache? Re-populating it might take some time.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="318"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="309"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="299"/>
+        <source>Check URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="300"/>
+        <source>&lt;p&gt;The Google Safe Browsing Server reported an error.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="310"/>
+        <source>&lt;p&gt;The URL &lt;b&gt;{0}&lt;/b&gt; was found in the Safe Browsing Database.&lt;/p&gt;{1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="319"/>
+        <source>&lt;p&gt;The URL &lt;b&gt;{0}&lt;/b&gt; was not found in the Safe Browsing Database and may be considered safe.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="340"/>
+        <source>The next automatic threat list update will be done now.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="345"/>
+        <source>&lt;p&gt;The next automatic threat list update will be done at &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.py" line="351"/>
+        <source>Update Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>&lt;h2&gt;Google Safe Browsing&lt;/h2&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Select to enable the Google safe browsing support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Enable Google Safe Browsing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Select to check against the current platform only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Adjust threat lists to current platform</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Select to update the threat lists automatically when fair use period has expired</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Update threat lists automatically (Update API only)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Use &apos;Lookup API&apos; (Note: each URL is sent to Google for checking)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>API Key:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Enter the Google Safe Browsing API key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Press to get some help about obtaining the API key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Press to save the current configuration settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Save Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Manage Local Cache (Update API only)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Press to update the local cache database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Update Cache</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Press to clear the local cache database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Clear Cache</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Press to see, when the next threat list update will be done</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Show Update Time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>%v/%m</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>URL Check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui" line="0"/>
+        <source>Press to check the entered URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SafeBrowsingLabel</name>
     <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingLabel.py" line="41" />
-      <source>Malicious Site</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingLabel.py" line="41"/>
+        <source>Malicious Site</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SafeBrowsingManager</name>
     <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="174" />
-      <source>Google Safe Browsing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="214" />
-      <source>Updating threat lists...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="217" />
-      <source>Updating threat lists done.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="220" />
-      <source>Updating threat lists failed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="241" />
-      <source>Safe Browsing is disabled.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="246" />
-      <source>The fair use wait period has not expired yet.Expiration will be at {0}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="273" />
-      <source>Updating threat lists</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="285" />
-      <source>Deleting obsolete threat lists</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="303" />
-      <source>Updating hash prefixes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="329" />
-      <source>Local cache checksum does not match the server. Consider cleaning the cache. Threat update has been aborted.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="174"/>
+        <source>Google Safe Browsing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="214"/>
+        <source>Updating threat lists...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="217"/>
+        <source>Updating threat lists done.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="220"/>
+        <source>Updating threat lists failed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="241"/>
+        <source>Safe Browsing is disabled.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="246"/>
+        <source>The fair use wait period has not expired yet.Expiration will be at {0}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="273"/>
+        <source>Updating threat lists</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="285"/>
+        <source>Deleting obsolete threat lists</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="303"/>
+        <source>Updating hash prefixes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="329"/>
+        <source>Local cache checksum does not match the server. Consider cleaning the cache. Threat update has been aborted.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SearchReplaceWidget</name>
     <message>
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="65" />
-      <source>&lt;b&gt;Find and Replace&lt;/b&gt;
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="65"/>
+        <source>&lt;b&gt;Find and Replace&lt;/b&gt;
 &lt;p&gt;This dialog is used to find some text and replace it with another text.
 By checking the various checkboxes, the search can be made more specific.
 The search string might be a regular expression. In a regular expression,
 special characters interpreted are:&lt;/p&gt;
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="77" />
-      <source>&lt;b&gt;Find&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="77"/>
+        <source>&lt;b&gt;Find&lt;/b&gt;
 &lt;p&gt;This dialog is used to find some text. By checking the various checkboxes,
 the search can be made more specific. The search string might be a regular
 expression. In a regular expression, special characters interpreted are:&lt;/p&gt;
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="88" />
-      <source>&lt;table border="0"&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="88"/>
+        <source>&lt;table border=&quot;0&quot;&gt;
 &lt;tr&gt;&lt;td&gt;&lt;code&gt;.&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Matches any character&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;code&gt;(&lt;/code&gt;&lt;/td&gt;&lt;td&gt;This marks the start of a region for tagging a
 match.&lt;/td&gt;&lt;/tr&gt;
@@ -67804,10 +68175,10 @@
 &lt;code&gt;Sam\1YYY&lt;/code&gt;, when applied to &lt;code&gt;Fred2XXX&lt;/code&gt; this would
 generate &lt;code&gt;Sam2YYY&lt;/code&gt;.&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;code&gt;\&amp;lt;&lt;/code&gt;&lt;/td&gt;
-&lt;td&gt;This matches the start of a word using Scintilla's definitions of words.
+&lt;td&gt;This matches the start of a word using Scintilla&apos;s definitions of words.
 &lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;code&gt;\&amp;gt;&lt;/code&gt;&lt;/td&gt;
-&lt;td&gt;This matches the end of a word using Scintilla's definition of words.
+&lt;td&gt;This matches the end of a word using Scintilla&apos;s definition of words.
 &lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;code&gt;\x&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;This allows you to use a character x that would otherwise have a special
@@ -67836,30973 +68207,31594 @@
 available, generally similar to regular expression support in JavaScript. See
 the documentation of your C++ runtime for details on what is supported.&lt;p&gt;
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="171" />
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="170" />
-      <source>Find Next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="184" />
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="183" />
-      <source>Find Prev</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="198" />
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="197" />
-      <source>Replace and Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="214" />
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="213" />
-      <source>Replace Occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="228" />
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="227" />
-      <source>Replace All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="1015" />
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="599" />
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="561" />
-      <source>'{0}' was not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="1167" />
-      <source>Replaced {0} occurrences.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchReplaceWidget.py" line="1173" />
-      <source>Nothing replaced because '{0}' was not found.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="171"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="170"/>
+        <source>Find Next</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="184"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="183"/>
+        <source>Find Prev</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="198"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="197"/>
+        <source>Replace and Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="214"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="213"/>
+        <source>Replace Occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="228"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="227"/>
+        <source>Replace All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="1015"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="599"/>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="561"/>
+        <source>&apos;{0}&apos; was not found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="1167"/>
+        <source>Replaced {0} occurrences.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchReplaceWidget.py" line="1173"/>
+        <source>Nothing replaced because &apos;{0}&apos; was not found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SearchWidget</name>
     <message>
-      <location filename="../UI/SearchWidget.ui" line="0" />
-      <location filename="../QScintilla/SearchWidget.ui" line="0" />
-      <location filename="../WebBrowser/SearchWidget.ui" line="0" />
-      <source>Find</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SearchWidget.ui" line="0" />
-      <location filename="../QScintilla/SearchWidget.ui" line="0" />
-      <location filename="../WebBrowser/SearchWidget.ui" line="0" />
-      <source>Press to close the window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SearchWidget.ui" line="0" />
-      <location filename="../WebBrowser/SearchWidget.ui" line="0" />
-      <source>Find:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SearchWidget.ui" line="0" />
-      <location filename="../QScintilla/SearchWidget.ui" line="0" />
-      <location filename="../WebBrowser/SearchWidget.ui" line="0" />
-      <source>Press to find the previous occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SearchWidget.ui" line="0" />
-      <location filename="../QScintilla/SearchWidget.ui" line="0" />
-      <location filename="../WebBrowser/SearchWidget.ui" line="0" />
-      <source>Press to find the next occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SearchWidget.ui" line="0" />
-      <location filename="../WebBrowser/SearchWidget.ui" line="0" />
-      <source>Match case</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SearchWidget.py" line="98" />
-      <source>Expression was not found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchWidget.ui" line="0" />
-      <source>&amp;Find:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchWidget.ui" line="0" />
-      <source>Press to extend the search to the whole word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchWidget.ui" line="0" />
-      <source>&amp;Match case</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchWidget.ui" line="0" />
-      <source>Whole &amp;word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchWidget.ui" line="0" />
-      <source>Rege&amp;xp</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchWidget.ui" line="0" />
-      <source>Wrap &amp;around</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SearchWidget.ui" line="0" />
-      <source>&amp;Selection only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SearchWidget.ui" line="0" />
-      <source>Whole word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SearchWidget.ui" line="0" />
-      <source>Regexp</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SearchWidget.py" line="212" />
-      <source>'{0}' was not found.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/SearchWidget.ui" line="0"/>
+        <location filename="../QScintilla/SearchWidget.ui" line="0"/>
+        <location filename="../WebBrowser/SearchWidget.ui" line="0"/>
+        <source>Find</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SearchWidget.ui" line="0"/>
+        <location filename="../QScintilla/SearchWidget.ui" line="0"/>
+        <location filename="../WebBrowser/SearchWidget.ui" line="0"/>
+        <source>Press to close the window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SearchWidget.ui" line="0"/>
+        <location filename="../WebBrowser/SearchWidget.ui" line="0"/>
+        <source>Find:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SearchWidget.ui" line="0"/>
+        <location filename="../QScintilla/SearchWidget.ui" line="0"/>
+        <location filename="../WebBrowser/SearchWidget.ui" line="0"/>
+        <source>Press to find the previous occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SearchWidget.ui" line="0"/>
+        <location filename="../QScintilla/SearchWidget.ui" line="0"/>
+        <location filename="../WebBrowser/SearchWidget.ui" line="0"/>
+        <source>Press to find the next occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SearchWidget.ui" line="0"/>
+        <location filename="../WebBrowser/SearchWidget.ui" line="0"/>
+        <source>Match case</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SearchWidget.py" line="98"/>
+        <source>Expression was not found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchWidget.ui" line="0"/>
+        <source>&amp;Find:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchWidget.ui" line="0"/>
+        <source>Press to extend the search to the whole word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchWidget.ui" line="0"/>
+        <source>&amp;Match case</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchWidget.ui" line="0"/>
+        <source>Whole &amp;word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchWidget.ui" line="0"/>
+        <source>Rege&amp;xp</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchWidget.ui" line="0"/>
+        <source>Wrap &amp;around</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SearchWidget.ui" line="0"/>
+        <source>&amp;Selection only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SearchWidget.ui" line="0"/>
+        <source>Whole word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SearchWidget.ui" line="0"/>
+        <source>Regexp</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SearchWidget.py" line="212"/>
+        <source>&apos;{0}&apos; was not found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SearchWidgetLine</name>
     <message>
-      <location filename="../UI/SearchWidgetLine.ui" line="0" />
-      <source>Find</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SearchWidgetLine.ui" line="0" />
-      <source>Press to close the window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SearchWidgetLine.ui" line="0" />
-      <source>Find:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SearchWidgetLine.ui" line="0" />
-      <source>Press to find the previous occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SearchWidgetLine.ui" line="0" />
-      <source>Press to find the next occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SearchWidgetLine.ui" line="0" />
-      <source>Match case</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SearchWidgetLine.ui" line="0" />
-      <source>Whole word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SearchWidgetLine.ui" line="0" />
-      <source>Regexp</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/SearchWidgetLine.ui" line="0"/>
+        <source>Find</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SearchWidgetLine.ui" line="0"/>
+        <source>Press to close the window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SearchWidgetLine.ui" line="0"/>
+        <source>Find:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SearchWidgetLine.ui" line="0"/>
+        <source>Press to find the previous occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SearchWidgetLine.ui" line="0"/>
+        <source>Press to find the next occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SearchWidgetLine.ui" line="0"/>
+        <source>Match case</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SearchWidgetLine.ui" line="0"/>
+        <source>Whole word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SearchWidgetLine.ui" line="0"/>
+        <source>Regexp</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Security</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="16" />
-      <source>Use of 'assert' detected. The enclosed code will be removed when compiling to optimised byte code.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="22" />
-      <source>Use of 'exec' detected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="24" />
-      <source>'chmod' setting a permissive mask {0} on file ({1}).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="28" />
-      <source>Possible binding to all interfaces.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="38" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="35" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="32" />
-      <source>Possible hardcoded password: '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="42" />
-      <source>Probable insecure usage of temp file/directory.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="46" />
-      <source>Try, Except, Pass detected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="47" />
-      <source>Try, Except, Continue detected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="48" />
-      <source>'contextlib.suppress()' detected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="50" />
-      <source>Requests call without timeout.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="51" />
-      <source>Requests call with timeout set to None.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="56" />
-      <source>A Flask app appears to be run with debug=True, which exposes the Werkzeug debugger and allows the execution of arbitrary code.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="62" />
-      <source>Usage of 'tarfile.extractall(members=function(tarfile))'. Make sure your function properly discards dangerous members ({0}).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="67" />
-      <source>Found 'tarfile.extractall(members=?)' but couldn't identify the type of members. Check if the members were properly validated ({0}).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="72" />
-      <source>'tarfile.extractall()' used without any validation. Please check and discard dangerous members.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="78" />
-      <source>Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="83" />
-      <source>Deserialization with the marshal module is possibly dangerous.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="86" />
-      <source>Use of insecure MD2, MD4, MD5, or SHA1 hash function.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="89" />
-      <source>Use of insecure cipher '{0}'. Replace with a known secure cipher such as AES.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="94" />
-      <source>Use of insecure cipher mode '{0}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="97" />
-      <source>Use of insecure and deprecated function (mktemp).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="100" />
-      <source>Use of possibly insecure function - consider using safer ast.literal_eval.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="104" />
-      <source>Use of mark_safe() may expose cross-site scripting vulnerabilities and should be reviewed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="109" />
-      <source>Use of HTTPSConnection on older versions of Python prior to 2.7.9 and 3.4.3 do not provide security, see https://wiki.openstack.org/wiki/OSSN/OSSN-0033</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="115" />
-      <source>Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="120" />
-      <source>Standard pseudo-random generators are not suitable for security/cryptographic purposes.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="125" />
-      <source>Telnet-related functions are being called. Telnet is considered insecure. Use SSH or some other encrypted protocol.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="166" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="160" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="154" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="148" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="142" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="136" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="130" />
-      <source>Using '{0}' to parse untrusted XML data is known to be vulnerable to XML attacks. Replace '{0}' with its defusedxml equivalent function or make sure defusedxml.defuse_stdlib() is called.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="172" />
-      <source>Using '{0}' to parse untrusted XML data is known to be vulnerable to XML attacks. Replace '{0}' with its defusedxml equivalent function.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="178" />
-      <source>FTP-related functions are being called. FTP is considered insecure. Use SSH/SFTP/SCP or some other encrypted protocol.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="183" />
-      <source>The input method in Python 2 will read from standard input, evaluate and run the resulting string as Python source code. This is similar, though in many ways worse, than using eval. On Python 2, use raw_input instead, input is safe in Python 3.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="190" />
-      <source>By default, Python will create a secure, verified SSL context for use in such classes as HTTPSConnection. However, it still allows using an insecure context via the _create_unverified_context that reverts to the previous behavior that does not validate certificates or perform hostname checks.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="198" />
-      <source>Use of os.tempnam() and os.tmpnam() is vulnerable to symlink attacks. Consider using tmpfile() instead.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="204" />
-      <source>Use of insecure {0} hash function.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="207" />
-      <source>Use of insecure {0} hash for security. Consider 'usedforsecurity=False'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="212" />
-      <source>A telnet-related module is being imported.  Telnet is considered insecure. Use SSH or some other encrypted protocol.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="217" />
-      <source>A FTP-related module is being imported.  FTP is considered insecure. Use SSH/SFTP/SCP or some other encrypted protocol.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="226" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="222" />
-      <source>Consider possible security implications associated with the '{0}' module.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="254" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="248" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="242" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="236" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="230" />
-      <source>Using '{0}' to parse untrusted XML data is known to be vulnerable to XML attacks. Replace '{0}' with the equivalent defusedxml package, or make sure defusedxml.defuse_stdlib() is called.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="260" />
-      <source>Using '{0}' to parse untrusted XML data is known to be vulnerable to XML attacks. Replace '{0}' with the equivalent defusedxml package.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="266" />
-      <source>Using '{0}' to parse untrusted XML data is known to be vulnerable to XML attacks. Use defused.xmlrpc.monkey_patch() function to monkey-patch xmlrpclib and mitigate XML vulnerabilities.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="272" />
-      <source>Consider possible security implications associated with '{0}' module.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="276" />
-      <source>The pyCrypto library and its module '{0}' are no longer actively maintained and have been deprecated. Consider using pyca/cryptography library.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="282" />
-      <source>An IPMI-related module is being imported. IPMI is considered insecure. Use an encrypted protocol.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="288" />
-      <source>'requests' call with verify=False disabling SSL certificate checks, security issue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="294" />
-      <source>'ssl.wrap_socket' call with insecure SSL/TLS protocol version identified, security issue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="299" />
-      <source>'SSL.Context' call with insecure SSL/TLS protocol version identified, security issue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="304" />
-      <source>Function call with insecure SSL/TLS protocol version identified, security issue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="309" />
-      <source>Function definition identified with insecure SSL/TLS protocol version by default, possible security issue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="314" />
-      <source>'ssl.wrap_socket' call with no SSL/TLS protocol version specified, the default 'SSLv23' could be insecure, possible security issue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="320" />
-      <source>{0} key sizes below {1:d} bits are considered breakable.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="324" />
-      <source>Use of unsafe 'yaml.load()'. Allows instantiation of arbitrary objects. Consider 'yaml.safe_load()'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="330" />
-      <source>Paramiko call with policy set to automatically trust the unknown host key.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="335" />
-      <source>The use of SNMPv1 and SNMPv2 is insecure. You should use SNMPv3 if possible.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="339" />
-      <source>You should not use SNMPv3 without encryption. noAuthNoPriv &amp; authNoPriv is insecure.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="345" />
-      <source>Possible shell injection via 'Paramiko' call, check inputs are properly sanitized.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="350" />
-      <source>'subprocess' call with shell=True seems safe, but may be changed in the future, consider rewriting without shell</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="355" />
-      <source>'subprocess' call with shell=True identified, security issue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="358" />
-      <source>'subprocess' call - check for execution of untrusted input.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="361" />
-      <source>Function call with shell=True parameter identified, possible security issue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="366" />
-      <source>Starting a process with a shell: Seems safe, but may be changed in the future, consider rewriting without shell</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="371" />
-      <source>Starting a process with a shell, possible injection detected, security issue.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="376" />
-      <source>Starting a process without a shell.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="379" />
-      <source>Starting a process with a partial executable path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="383" />
-      <source>Possible SQL injection vector through string-based query construction.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="388" />
-      <source>Possible wildcard injection in call: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="392" />
-      <source>Use of 'extra()' opens a potential SQL attack vector.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="395" />
-      <source>Use of 'RawSQL()' opens a potential SQL attack vector.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="399" />
-      <source>Using jinja2 templates with 'autoescape=False' is dangerous and can lead to XSS. Use 'autoescape=True' or use the 'select_autoescape' function to mitigate XSS vulnerabilities.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="405" />
-      <source>By default, jinja2 sets 'autoescape' to False. Consider using 'autoescape=True' or use the 'select_autoescape' function to mitigate XSS vulnerabilities.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="412" />
-      <source>Mako templates allow HTML/JS rendering by default and are inherently open to XSS attacks. Ensure variables in all templates are properly sanitized via the 'n', 'h' or 'x' flags (depending on context). For example, to HTML escape the variable 'data' do ${{ data |h }}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="420" />
-      <source>Potential XSS on 'mark_safe()' function.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="424" />
-      <source>Possible hardcoded AWS access key ID: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="427" />
-      <source>Possible hardcoded AWS secret access key: {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="16"/>
+        <source>Use of &apos;assert&apos; detected. The enclosed code will be removed when compiling to optimised byte code.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="22"/>
+        <source>Use of &apos;exec&apos; detected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="24"/>
+        <source>&apos;chmod&apos; setting a permissive mask {0} on file ({1}).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="28"/>
+        <source>Possible binding to all interfaces.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="38"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="35"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="32"/>
+        <source>Possible hardcoded password: &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="42"/>
+        <source>Probable insecure usage of temp file/directory.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="46"/>
+        <source>Try, Except, Pass detected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="47"/>
+        <source>Try, Except, Continue detected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="48"/>
+        <source>&apos;contextlib.suppress()&apos; detected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="50"/>
+        <source>Requests call without timeout.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="51"/>
+        <source>Requests call with timeout set to None.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="56"/>
+        <source>A Flask app appears to be run with debug=True, which exposes the Werkzeug debugger and allows the execution of arbitrary code.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="62"/>
+        <source>Usage of &apos;tarfile.extractall(members=function(tarfile))&apos;. Make sure your function properly discards dangerous members ({0}).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="67"/>
+        <source>Found &apos;tarfile.extractall(members=?)&apos; but couldn&apos;t identify the type of members. Check if the members were properly validated ({0}).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="72"/>
+        <source>&apos;tarfile.extractall()&apos; used without any validation. Please check and discard dangerous members.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="78"/>
+        <source>Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="83"/>
+        <source>Deserialization with the marshal module is possibly dangerous.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="86"/>
+        <source>Use of insecure MD2, MD4, MD5, or SHA1 hash function.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="89"/>
+        <source>Use of insecure cipher &apos;{0}&apos;. Replace with a known secure cipher such as AES.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="94"/>
+        <source>Use of insecure cipher mode &apos;{0}&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="97"/>
+        <source>Use of insecure and deprecated function (mktemp).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="100"/>
+        <source>Use of possibly insecure function - consider using safer ast.literal_eval.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="104"/>
+        <source>Use of mark_safe() may expose cross-site scripting vulnerabilities and should be reviewed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="109"/>
+        <source>Use of HTTPSConnection on older versions of Python prior to 2.7.9 and 3.4.3 do not provide security, see https://wiki.openstack.org/wiki/OSSN/OSSN-0033</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="115"/>
+        <source>Audit url open for permitted schemes. Allowing use of file:/ or custom schemes is often unexpected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="120"/>
+        <source>Standard pseudo-random generators are not suitable for security/cryptographic purposes.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="125"/>
+        <source>Telnet-related functions are being called. Telnet is considered insecure. Use SSH or some other encrypted protocol.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="166"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="160"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="154"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="148"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="142"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="136"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="130"/>
+        <source>Using &apos;{0}&apos; to parse untrusted XML data is known to be vulnerable to XML attacks. Replace &apos;{0}&apos; with its defusedxml equivalent function or make sure defusedxml.defuse_stdlib() is called.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="172"/>
+        <source>Using &apos;{0}&apos; to parse untrusted XML data is known to be vulnerable to XML attacks. Replace &apos;{0}&apos; with its defusedxml equivalent function.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="178"/>
+        <source>FTP-related functions are being called. FTP is considered insecure. Use SSH/SFTP/SCP or some other encrypted protocol.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="183"/>
+        <source>The input method in Python 2 will read from standard input, evaluate and run the resulting string as Python source code. This is similar, though in many ways worse, than using eval. On Python 2, use raw_input instead, input is safe in Python 3.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="190"/>
+        <source>By default, Python will create a secure, verified SSL context for use in such classes as HTTPSConnection. However, it still allows using an insecure context via the _create_unverified_context that reverts to the previous behavior that does not validate certificates or perform hostname checks.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="198"/>
+        <source>Use of os.tempnam() and os.tmpnam() is vulnerable to symlink attacks. Consider using tmpfile() instead.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="204"/>
+        <source>Use of insecure {0} hash function.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="207"/>
+        <source>Use of insecure {0} hash for security. Consider &apos;usedforsecurity=False&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="212"/>
+        <source>A telnet-related module is being imported.  Telnet is considered insecure. Use SSH or some other encrypted protocol.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="217"/>
+        <source>A FTP-related module is being imported.  FTP is considered insecure. Use SSH/SFTP/SCP or some other encrypted protocol.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="226"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="222"/>
+        <source>Consider possible security implications associated with the &apos;{0}&apos; module.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="254"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="248"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="242"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="236"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="230"/>
+        <source>Using &apos;{0}&apos; to parse untrusted XML data is known to be vulnerable to XML attacks. Replace &apos;{0}&apos; with the equivalent defusedxml package, or make sure defusedxml.defuse_stdlib() is called.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="260"/>
+        <source>Using &apos;{0}&apos; to parse untrusted XML data is known to be vulnerable to XML attacks. Replace &apos;{0}&apos; with the equivalent defusedxml package.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="266"/>
+        <source>Using &apos;{0}&apos; to parse untrusted XML data is known to be vulnerable to XML attacks. Use defused.xmlrpc.monkey_patch() function to monkey-patch xmlrpclib and mitigate XML vulnerabilities.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="272"/>
+        <source>Consider possible security implications associated with &apos;{0}&apos; module.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="276"/>
+        <source>The pyCrypto library and its module &apos;{0}&apos; are no longer actively maintained and have been deprecated. Consider using pyca/cryptography library.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="282"/>
+        <source>An IPMI-related module is being imported. IPMI is considered insecure. Use an encrypted protocol.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="288"/>
+        <source>&apos;requests&apos; call with verify=False disabling SSL certificate checks, security issue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="294"/>
+        <source>&apos;ssl.wrap_socket&apos; call with insecure SSL/TLS protocol version identified, security issue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="299"/>
+        <source>&apos;SSL.Context&apos; call with insecure SSL/TLS protocol version identified, security issue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="304"/>
+        <source>Function call with insecure SSL/TLS protocol version identified, security issue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="309"/>
+        <source>Function definition identified with insecure SSL/TLS protocol version by default, possible security issue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="314"/>
+        <source>&apos;ssl.wrap_socket&apos; call with no SSL/TLS protocol version specified, the default &apos;SSLv23&apos; could be insecure, possible security issue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="320"/>
+        <source>{0} key sizes below {1:d} bits are considered breakable.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="324"/>
+        <source>Use of unsafe &apos;yaml.load()&apos;. Allows instantiation of arbitrary objects. Consider &apos;yaml.safe_load()&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="330"/>
+        <source>Paramiko call with policy set to automatically trust the unknown host key.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="335"/>
+        <source>The use of SNMPv1 and SNMPv2 is insecure. You should use SNMPv3 if possible.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="339"/>
+        <source>You should not use SNMPv3 without encryption. noAuthNoPriv &amp; authNoPriv is insecure.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="345"/>
+        <source>Possible shell injection via &apos;Paramiko&apos; call, check inputs are properly sanitized.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="350"/>
+        <source>&apos;subprocess&apos; call with shell=True seems safe, but may be changed in the future, consider rewriting without shell</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="355"/>
+        <source>&apos;subprocess&apos; call with shell=True identified, security issue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="358"/>
+        <source>&apos;subprocess&apos; call - check for execution of untrusted input.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="361"/>
+        <source>Function call with shell=True parameter identified, possible security issue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="366"/>
+        <source>Starting a process with a shell: Seems safe, but may be changed in the future, consider rewriting without shell</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="371"/>
+        <source>Starting a process with a shell, possible injection detected, security issue.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="376"/>
+        <source>Starting a process without a shell.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="379"/>
+        <source>Starting a process with a partial executable path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="383"/>
+        <source>Possible SQL injection vector through string-based query construction.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="388"/>
+        <source>Possible wildcard injection in call: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="392"/>
+        <source>Use of &apos;extra()&apos; opens a potential SQL attack vector.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="395"/>
+        <source>Use of &apos;RawSQL()&apos; opens a potential SQL attack vector.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="399"/>
+        <source>Using jinja2 templates with &apos;autoescape=False&apos; is dangerous and can lead to XSS. Use &apos;autoescape=True&apos; or use the &apos;select_autoescape&apos; function to mitigate XSS vulnerabilities.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="405"/>
+        <source>By default, jinja2 sets &apos;autoescape&apos; to False. Consider using &apos;autoescape=True&apos; or use the &apos;select_autoescape&apos; function to mitigate XSS vulnerabilities.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="412"/>
+        <source>Mako templates allow HTML/JS rendering by default and are inherently open to XSS attacks. Ensure variables in all templates are properly sanitized via the &apos;n&apos;, &apos;h&apos; or &apos;x&apos; flags (depending on context). For example, to HTML escape the variable &apos;data&apos; do ${{ data |h }}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="420"/>
+        <source>Potential XSS on &apos;mark_safe()&apos; function.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="424"/>
+        <source>Possible hardcoded AWS access key ID: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py" line="427"/>
+        <source>Possible hardcoded AWS secret access key: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SecurityPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0" />
-      <source>&lt;b&gt;Configure security settings&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0" />
-      <source>Passwords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0" />
-      <source>Select to save passwords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0" />
-      <source>Save passwords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0" />
-      <source>Select to use a master password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0" />
-      <source>Use Master Password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0" />
-      <source>Press to change the master password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0" />
-      <source>Change Master Password...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0" />
-      <source>Certificate Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0" />
-      <source>Select to always reject web pages with certificate issues</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0" />
-      <source>Always reject URLs with certificate errors</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure security settings&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0"/>
+        <source>Passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0"/>
+        <source>Select to save passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0"/>
+        <source>Save passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0"/>
+        <source>Select to use a master password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0"/>
+        <source>Use Master Password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0"/>
+        <source>Press to change the master password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0"/>
+        <source>Change Master Password...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0"/>
+        <source>Certificate Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0"/>
+        <source>Select to always reject web pages with certificate issues</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/SecurityPage.ui" line="0"/>
+        <source>Always reject URLs with certificate errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SendRefererWhitelistDialog</name>
     <message>
-      <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.py" line="53" />
-      <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="0" />
-      <source>Send Referer Whitelist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="0" />
-      <source>Enter search term for hosts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="0" />
-      <source>Press to add site to the whitelist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="0" />
-      <source>&amp;Add...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="0" />
-      <source>Press to remove the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="0" />
-      <source>&amp;Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="0" />
-      <source>Press to remove all entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="0" />
-      <source>R&amp;emove All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.py" line="54" />
-      <source>Enter host name to add to the whitelist:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.py" line="53"/>
+        <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="0"/>
+        <source>Send Referer Whitelist</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="0"/>
+        <source>Enter search term for hosts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="0"/>
+        <source>Press to add site to the whitelist</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="0"/>
+        <source>&amp;Add...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="0"/>
+        <source>Press to remove the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="0"/>
+        <source>&amp;Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="0"/>
+        <source>Press to remove all entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.ui" line="0"/>
+        <source>R&amp;emove All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SendRefererWhitelistDialog.py" line="54"/>
+        <source>Enter host name to add to the whitelist:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SessionFile</name>
     <message>
-      <location filename="../Sessions/SessionFile.py" line="233" />
-      <source>Save Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Sessions/SessionFile.py" line="234" />
-      <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Sessions/SessionFile.py" line="259" />
-      <source>Read Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Sessions/SessionFile.py" line="260" />
-      <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Sessions/SessionFile.py" line="233"/>
+        <source>Save Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Sessions/SessionFile.py" line="234"/>
+        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Sessions/SessionFile.py" line="259"/>
+        <source>Read Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Sessions/SessionFile.py" line="260"/>
+        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SessionManager</name>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="300" />
-      <source>Backup 1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="308" />
-      <source>Backup 2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="339" />
-      <source>Default Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="492" />
-      <source>Clone Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="495" />
-      <source>Rename Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="499" />
-      <source>Please enter a new name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="672" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="572" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="515" />
-      <source>The session file "{0}" exists already. Please enter another name.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="528" />
-      <source>An error occurred while cloning the session file.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="538" />
-      <source>An error occurred while renaming the session file.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
-      <source>Save Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="554" />
-      <source>Please enter a name for the session:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="556" />
-      <source>Saved Session ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="595" />
-      <source>Restore Backup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="596" />
-      <source>Are you sure you want to replace the current session?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="637" />
-      <source>Delete Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="638" />
-      <source>Are you sure you want to delete session "{0}"?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
-      <source>New Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="654" />
-      <source>Please enter a name for the new session:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="656" />
-      <source>New Session ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="718" />
-      <source>Please select the startup session:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="742" />
-      <source>{0} (last session)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="299"/>
+        <source>Backup 1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="307"/>
+        <source>Backup 2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="338"/>
+        <source>Default Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="491"/>
+        <source>Clone Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="494"/>
+        <source>Rename Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="498"/>
+        <source>Please enter a new name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="671"/>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="571"/>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="514"/>
+        <source>The session file &quot;{0}&quot; exists already. Please enter another name.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="527"/>
+        <source>An error occurred while cloning the session file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="537"/>
+        <source>An error occurred while renaming the session file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="570"/>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="552"/>
+        <source>Save Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="553"/>
+        <source>Please enter a name for the session:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="555"/>
+        <source>Saved Session ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="594"/>
+        <source>Restore Backup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="595"/>
+        <source>Are you sure you want to replace the current session?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="636"/>
+        <source>Delete Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="637"/>
+        <source>Are you sure you want to delete session &quot;{0}&quot;?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="670"/>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="652"/>
+        <source>New Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="653"/>
+        <source>Please enter a name for the new session:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="655"/>
+        <source>New Session ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="717"/>
+        <source>Please select the startup session:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManager.py" line="741"/>
+        <source>{0} (last session)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SessionManagerDialog</name>
     <message>
-      <location filename="../WebBrowser/Session/SessionManagerDialog.py" line="103" />
-      <source>Restore</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0" />
-      <location filename="../WebBrowser/Session/SessionManagerDialog.py" line="111" />
-      <location filename="../WebBrowser/Session/SessionManagerDialog.py" line="105" />
-      <source>Switch To</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0" />
-      <source>Session Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0" />
-      <source>Shows a list of available sessions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0" />
-      <source>Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0" />
-      <source>Last Modified</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0" />
-      <source>Press to create a new session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0" />
-      <source>New</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0" />
-      <source>Press to rename the selected session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0" />
-      <source>Rename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0" />
-      <source>Press to clone the selected session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0" />
-      <source>Clone</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0" />
-      <source>Press to delete the selected session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0" />
-      <source>Press to switch to the selected session</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.py" line="103"/>
+        <source>Restore</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0"/>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.py" line="111"/>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.py" line="105"/>
+        <source>Switch To</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0"/>
+        <source>Session Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0"/>
+        <source>Shows a list of available sessions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0"/>
+        <source>Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0"/>
+        <source>Last Modified</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0"/>
+        <source>Press to create a new session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0"/>
+        <source>New</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0"/>
+        <source>Press to rename the selected session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0"/>
+        <source>Rename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0"/>
+        <source>Press to clone the selected session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0"/>
+        <source>Clone</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0"/>
+        <source>Press to delete the selected session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Session/SessionManagerDialog.ui" line="0"/>
+        <source>Press to switch to the selected session</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SetupWizard</name>
     <message>
-      <location filename="../Plugins/PluginWizardSetup.py" line="90" />
-      <location filename="../Plugins/PluginWizardSetup.py" line="83" />
-      <source>setup.py Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardSetup.py" line="84" />
-      <source>setup.py Wizard...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardSetup.py" line="92" />
-      <source>&lt;b&gt;setup.py Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create the basic contents of a setup.py file. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardSetup.py" line="112" />
-      <location filename="../Plugins/PluginWizardSetup.py" line="105" />
-      <source>setup.cfg Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardSetup.py" line="106" />
-      <source>setup.cfg Wizard...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardSetup.py" line="114" />
-      <source>&lt;b&gt;setup.cfg Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create the basic contents of a setup.cfg file. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardSetup.py" line="134" />
-      <location filename="../Plugins/PluginWizardSetup.py" line="127" />
-      <source>pyproject.toml Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardSetup.py" line="128" />
-      <source>pyproject.toml Wizard...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardSetup.py" line="136" />
-      <source>&lt;b&gt;pyproject.toml Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create the basic contents of a pyproject.toml file. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardSetup.py" line="173" />
-      <source>No current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardSetup.py" line="174" />
-      <source>Please open or create a file first.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginWizardSetup.py" line="90"/>
+        <location filename="../Plugins/PluginWizardSetup.py" line="83"/>
+        <source>setup.py Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardSetup.py" line="84"/>
+        <source>setup.py Wizard...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardSetup.py" line="92"/>
+        <source>&lt;b&gt;setup.py Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create the basic contents of a setup.py file. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardSetup.py" line="112"/>
+        <location filename="../Plugins/PluginWizardSetup.py" line="105"/>
+        <source>setup.cfg Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardSetup.py" line="106"/>
+        <source>setup.cfg Wizard...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardSetup.py" line="114"/>
+        <source>&lt;b&gt;setup.cfg Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create the basic contents of a setup.cfg file. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardSetup.py" line="134"/>
+        <location filename="../Plugins/PluginWizardSetup.py" line="127"/>
+        <source>pyproject.toml Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardSetup.py" line="128"/>
+        <source>pyproject.toml Wizard...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardSetup.py" line="136"/>
+        <source>&lt;b&gt;pyproject.toml Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create the basic contents of a pyproject.toml file. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardSetup.py" line="173"/>
+        <source>No current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardSetup.py" line="174"/>
+        <source>Please open or create a file first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SetupWizardDialog</name>
     <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="59" />
-      <source>{0} Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="105" />
-      <source>Plain Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="106" />
-      <source>Markdown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="107" />
-      <source>reStructuredText</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="964" />
-      <source>Add Python Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="966" />
-      <source>Python Files (*.py)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Select to include the introductory part of the setup.py code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Include Introductory Code</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Select to include the import statement</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Include Import Statement</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Select to include code for the meta data section</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Include Meta Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Root Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter the root directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Basic</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter the package name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Mandatory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Version:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter the version number in the form 'major.minor[.patch[.sub]]'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Author:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter the author's name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Mandatory (or Maintainer)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Author Email:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter the author's email address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Mandatory (or Maintainer Email)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Maintainer:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter the maintainer's name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Mandatory (or Author)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Maintainer Email:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter the maintainer's email address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Mandatory (or Author Email)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Python Version:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter the Python version specifier</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Description</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Summary:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter the summary description of the package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter the description of the package or files (one per line) to get it from.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Select to get the description from files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Get description from files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Content Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Keywords:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter the keywords separated by comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>URLs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Home Page URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter the URL of the home page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Download URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter the download URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Project URLs:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Press to delete the selected URLs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Press to open a dialog to add a project URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Add...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Press to open a dialog to edit the selected project URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Edit...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>License</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Select From Trove License Classifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Select the license from the list of Trove Classifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter a license if none of the above are suitable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Platforms</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter supported platforms (one per line):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Classifiers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Development Status:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Select the development status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Select the applicable classifiers:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Source Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter the source directory for the 'find_packages()' call</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Exclude Patterns:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Press to delete the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Press to add the pattern</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Enter an exclude pattern for the 'find_packages()' call</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Select to add the 'include_package_data' statement</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Add 'include_package_data' Statement</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Add modules via a files selection dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Entry Points</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Script Function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Press to open a dialog to add an entry point</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Press to open a dialog to edit the selected entry point</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Press to populate entry fields from project data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" />
-      <source>Populate from Project</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="59"/>
+        <source>{0} Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="105"/>
+        <source>Plain Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="106"/>
+        <source>Markdown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="107"/>
+        <source>reStructuredText</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="964"/>
+        <source>Add Python Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="966"/>
+        <source>Python Files (*.py)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Select to include the introductory part of the setup.py code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Include Introductory Code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Select to include the import statement</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Include Import Statement</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Select to include code for the meta data section</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Include Meta Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Root Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter the root directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Basic</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter the package name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Mandatory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter the version number in the form &apos;major.minor[.patch[.sub]]&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Author:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter the author&apos;s name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Mandatory (or Maintainer)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Author Email:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter the author&apos;s email address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Mandatory (or Maintainer Email)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Maintainer:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter the maintainer&apos;s name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Mandatory (or Author)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Maintainer Email:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter the maintainer&apos;s email address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Mandatory (or Author Email)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Python Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter the Python version specifier</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Description</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Summary:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter the summary description of the package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter the description of the package or files (one per line) to get it from.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Select to get the description from files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Get description from files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Content Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Keywords:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter the keywords separated by comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>URLs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Home Page URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter the URL of the home page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Download URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter the download URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Project URLs:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Press to delete the selected URLs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Press to open a dialog to add a project URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Add...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Press to open a dialog to edit the selected project URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Edit...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>License</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Select From Trove License Classifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Select the license from the list of Trove Classifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter a license if none of the above are suitable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Platforms</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter supported platforms (one per line):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Classifiers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Development Status:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Select the development status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Select the applicable classifiers:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Source Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter the source directory for the &apos;find_packages()&apos; call</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Exclude Patterns:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Press to delete the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Press to add the pattern</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Enter an exclude pattern for the &apos;find_packages()&apos; call</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Select to add the &apos;include_package_data&apos; statement</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Add &apos;include_package_data&apos; Statement</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Add modules via a files selection dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Entry Points</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Script Function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Press to open a dialog to add an entry point</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Press to open a dialog to edit the selected entry point</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Press to populate entry fields from project data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0"/>
+        <source>Populate from Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Shell</name>
     <message>
-      <location filename="../QScintilla/Shell.py" line="162" />
-      <source>Shell - Passive</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="164" />
-      <source>Shell</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="168" />
-      <source>&lt;b&gt;The Shell Window&lt;/b&gt;&lt;p&gt;You can use the cursor keys while entering commands. There is also a history of commands that can be recalled using the up and down cursor keys while holding down the Ctrl-key. This can be switched to just the up and down cursor keys on the Shell page of the configuration dialog. Pressing these keys after some text has been entered will start an incremental search.&lt;/p&gt;&lt;p&gt;The shell has some special commands. '%restart' kills the shell and starts a new one. '%clear' clears the display of the shell window. '%start' is used to start a shell for a virtual environment and should be followed by a virtual environment name. '%start' without a virtual environment name starts the default shell. Available virtual environments may be listed with the '%envs' or '%environments' commands. The active virtual environment can be questioned by the '%which' command. '%quit' or '%exit' is used to exit the application. These commands (except '%environments', '%envs' and '%which') are available through the window menus as well.&lt;/p&gt;&lt;p&gt;Pressing the Tab key after some text has been entered will show a list of possible completions. The relevant entry may be selected from this list. If only one entry is available, this will be inserted automatically.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="198" />
-      <source>&lt;b&gt;The Shell Window&lt;/b&gt;&lt;p&gt;This is simply an interpreter running in a window. The interpreter is the one that is used to run the program being debugged. This means that you can execute any command while the program being debugged is running.&lt;/p&gt;&lt;p&gt;You can use the cursor keys while entering commands. There is also a history of commands that can be recalled using the up and down cursor keys while holding down the Ctrl-key. This can be switched to just the up and down cursor keys on the Shell page of the configuration dialog. Pressing these keys after some text has been entered will start an incremental search.&lt;/p&gt;&lt;p&gt;The shell has some special commands. '%restart' kills the shell and starts a new one. '%clear' clears the display of the shell window. '%start' is used to start a shell for a virtual environment and should be followed by a virtual environment name. '%start' without a virtual environment name starts the default shell. Available virtual environments may be listed with the '%envs' or '%environments' commands. The active virtual environment can be questioned by the '%which' command. These commands (except '%environments' and '%envs') are available through the context menu as well.&lt;/p&gt;&lt;p&gt;Pressing the Tab key after some text has been entered will show a list of possible completions. The relevant entry may be selected from this list. If only one entry is available, this will be inserted automatically.&lt;/p&gt;&lt;p&gt;In passive debugging mode the shell is only available after the program to be debugged has connected to the IDE until it has finished. This is indicated by a different prompt and by an indication in the window caption.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="262" />
-      <source>Passive &gt;&gt;&gt; </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="305" />
-      <source>Start</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="310" />
-      <source>History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="311" />
-      <source>Select entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="312" />
-      <source>Show</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="325" />
-      <location filename="../QScintilla/Shell.py" line="313" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="317" />
-      <source>Cut</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="318" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="319" />
-      <source>Paste</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="323" />
-      <source>Find</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="326" />
-      <source>Restart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="327" />
-      <source>Restart and Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="330" />
-      <source>Active Name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="332" />
-      <source>Save Contents...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="334" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="2063" />
-      <location filename="../QScintilla/Shell.py" line="1845" />
-      <location filename="../QScintilla/Shell.py" line="408" />
-      <source>Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="810" />
-      <source>Select History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="811" />
-      <source>Select the history entry to execute (most recent shown last).</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="876" />
-      <source>Passive Debug Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="877" />
-      <source>
+        <location filename="../QScintilla/Shell.py" line="162"/>
+        <source>Shell - Passive</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="164"/>
+        <source>Shell</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="168"/>
+        <source>&lt;b&gt;The Shell Window&lt;/b&gt;&lt;p&gt;You can use the cursor keys while entering commands. There is also a history of commands that can be recalled using the up and down cursor keys while holding down the Ctrl-key. This can be switched to just the up and down cursor keys on the Shell page of the configuration dialog. Pressing these keys after some text has been entered will start an incremental search.&lt;/p&gt;&lt;p&gt;The shell has some special commands. &apos;%restart&apos; kills the shell and starts a new one. &apos;%clear&apos; clears the display of the shell window. &apos;%start&apos; is used to start a shell for a virtual environment and should be followed by a virtual environment name. &apos;%start&apos; without a virtual environment name starts the default shell. Available virtual environments may be listed with the &apos;%envs&apos; or &apos;%environments&apos; commands. The active virtual environment can be questioned by the &apos;%which&apos; command. &apos;%quit&apos; or &apos;%exit&apos; is used to exit the application. These commands (except &apos;%environments&apos;, &apos;%envs&apos; and &apos;%which&apos;) are available through the window menus as well.&lt;/p&gt;&lt;p&gt;Pressing the Tab key after some text has been entered will show a list of possible completions. The relevant entry may be selected from this list. If only one entry is available, this will be inserted automatically.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="198"/>
+        <source>&lt;b&gt;The Shell Window&lt;/b&gt;&lt;p&gt;This is simply an interpreter running in a window. The interpreter is the one that is used to run the program being debugged. This means that you can execute any command while the program being debugged is running.&lt;/p&gt;&lt;p&gt;You can use the cursor keys while entering commands. There is also a history of commands that can be recalled using the up and down cursor keys while holding down the Ctrl-key. This can be switched to just the up and down cursor keys on the Shell page of the configuration dialog. Pressing these keys after some text has been entered will start an incremental search.&lt;/p&gt;&lt;p&gt;The shell has some special commands. &apos;%restart&apos; kills the shell and starts a new one. &apos;%clear&apos; clears the display of the shell window. &apos;%start&apos; is used to start a shell for a virtual environment and should be followed by a virtual environment name. &apos;%start&apos; without a virtual environment name starts the default shell. Available virtual environments may be listed with the &apos;%envs&apos; or &apos;%environments&apos; commands. The active virtual environment can be questioned by the &apos;%which&apos; command. These commands (except &apos;%environments&apos; and &apos;%envs&apos;) are available through the context menu as well.&lt;/p&gt;&lt;p&gt;Pressing the Tab key after some text has been entered will show a list of possible completions. The relevant entry may be selected from this list. If only one entry is available, this will be inserted automatically.&lt;/p&gt;&lt;p&gt;In passive debugging mode the shell is only available after the program to be debugged has connected to the IDE until it has finished. This is indicated by a different prompt and by an indication in the window caption.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="262"/>
+        <source>Passive &gt;&gt;&gt; </source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="305"/>
+        <source>Start</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="310"/>
+        <source>History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="311"/>
+        <source>Select entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="312"/>
+        <source>Show</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="325"/>
+        <location filename="../QScintilla/Shell.py" line="313"/>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="317"/>
+        <source>Cut</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="318"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="319"/>
+        <source>Paste</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="323"/>
+        <source>Find</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="326"/>
+        <source>Restart</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="327"/>
+        <source>Restart and Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="330"/>
+        <source>Active Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="332"/>
+        <source>Save Contents...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="334"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="2063"/>
+        <location filename="../QScintilla/Shell.py" line="1845"/>
+        <location filename="../QScintilla/Shell.py" line="408"/>
+        <source>Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="810"/>
+        <source>Select History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="811"/>
+        <source>Select the history entry to execute (most recent shown last).</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="876"/>
+        <source>Passive Debug Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="877"/>
+        <source>
 Not connected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="880" />
-      <source>No.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="882" />
-      <source>{0} on {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="929" />
-      <source>Exception "{0}"
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="880"/>
+        <source>No.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="882"/>
+        <source>{0} on {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="929"/>
+        <source>Exception &quot;{0}&quot;
 {1}
 File: {2}, Line: {3}
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="938" />
-      <source>Exception "{0}"
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="938"/>
+        <source>Exception &quot;{0}&quot;
 {1}
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="958" />
-      <source>Unspecified syntax error.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="958"/>
+        <source>Unspecified syntax error.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="961" />
-      <source>Syntax error "{1}" in file {0} at line {2}, character {3}.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="961"/>
+        <source>Syntax error &quot;{1}&quot; in file {0} at line {2}, character {3}.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="985" />
-      <source>Signal "{0}" generated in file {1} at line {2}.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="985"/>
+        <source>Signal &quot;{0}&quot; generated in file {1} at line {2}.
 Function: {3}({4})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="1067" />
-      <source>StdOut: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="1075" />
-      <source>StdErr: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="1101" />
-      <source>&lt;{0}&gt; {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="1888" />
-      <source>Available Virtual Environments:
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="1067"/>
+        <source>StdOut: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="1075"/>
+        <source>StdErr: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="1101"/>
+        <source>&lt;{0}&gt; {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="1888"/>
+        <source>Available Virtual Environments:
 {0}
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="1931" />
-      <location filename="../QScintilla/Shell.py" line="1895" />
-      <source>Current Virtual Environment: '{0}'
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="1931"/>
+        <location filename="../QScintilla/Shell.py" line="1895"/>
+        <source>Current Virtual Environment: &apos;{0}&apos;
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="2203" />
-      <source>Drop Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="2204" />
-      <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="2446" />
-      <location filename="../QScintilla/Shell.py" line="2431" />
-      <location filename="../QScintilla/Shell.py" line="2412" />
-      <source>Save Shell Contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="2414" />
-      <source>Text Files (*.txt);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="2432" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Shell.py" line="2447" />
-      <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 type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="2203"/>
+        <source>Drop Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="2204"/>
+        <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="2446"/>
+        <location filename="../QScintilla/Shell.py" line="2431"/>
+        <location filename="../QScintilla/Shell.py" line="2412"/>
+        <source>Save Shell Contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="2414"/>
+        <source>Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="2432"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Shell.py" line="2447"/>
+        <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 type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ShellHistoryDialog</name>
     <message>
-      <location filename="../QScintilla/ShellHistoryDialog.ui" line="0" />
-      <source>Shell History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellHistoryDialog.ui" line="0" />
-      <source>Delete the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellHistoryDialog.ui" line="0" />
-      <source>&amp;Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellHistoryDialog.ui" line="0" />
-      <source>Copy the selected entries to the current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellHistoryDialog.ui" line="0" />
-      <source>C&amp;opy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellHistoryDialog.ui" line="0" />
-      <source>Execute the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellHistoryDialog.ui" line="0" />
-      <source>&amp;Execute</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellHistoryDialog.ui" line="0" />
-      <source>Reload the history</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellHistoryDialog.ui" line="0" />
-      <source>&amp;Reload</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/ShellHistoryDialog.ui" line="0"/>
+        <source>Shell History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellHistoryDialog.ui" line="0"/>
+        <source>Delete the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellHistoryDialog.ui" line="0"/>
+        <source>&amp;Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellHistoryDialog.ui" line="0"/>
+        <source>Copy the selected entries to the current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellHistoryDialog.ui" line="0"/>
+        <source>C&amp;opy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellHistoryDialog.ui" line="0"/>
+        <source>Execute the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellHistoryDialog.ui" line="0"/>
+        <source>&amp;Execute</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellHistoryDialog.ui" line="0"/>
+        <source>Reload the history</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellHistoryDialog.ui" line="0"/>
+        <source>&amp;Reload</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ShellPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Shell&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Select whether line numbers margin should be shown.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Show Line Numbers Margin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Select this to enable calltips</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Calltips Enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Select to enable wrapping at word boundaries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Word Wrap Enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Select this to enable autocompletion</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Autocompletion Enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Select to enable syntax highlighting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Syntax Highlighting Enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Select to start with the most recently used virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Start with most recently used virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>max. History Entries:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Enter the number of history entries allowed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Navigation Style:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Select the history style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Select to wrap around while navigating through the history</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Wrap around while navigating</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Select to make Up- and Down-keys move in history</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>&lt;b&gt;Up/Down keys navigate in history&lt;b&gt;
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Shell&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Select whether line numbers margin should be shown.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Show Line Numbers Margin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Select this to enable calltips</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Calltips Enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Select to enable wrapping at word boundaries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Word Wrap Enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Select this to enable autocompletion</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Autocompletion Enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Select to enable syntax highlighting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Syntax Highlighting Enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Select to start with the most recently used virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Start with most recently used virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>max. History Entries:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Enter the number of history entries allowed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Navigation Style:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Select the history style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Select to wrap around while navigating through the history</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Wrap around while navigating</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Select to make Up- and Down-keys move in history</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>&lt;b&gt;Up/Down keys navigate in history&lt;b&gt;
 &lt;p&gt;Select this entry to make Up- and Down-keys navigate in history. If unselected history navigation may be performed by Ctrl-Up or Ctrl-Down.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Up/Down keys navigate in history</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Press to select the font to be used as the monospaced font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Monospaced Font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Monospaced Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Select, whether the monospaced font should be used as default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Use monospaced as default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Press to select the font for the line numbers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Line Numbers Font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>2345</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Select to show debugger stdout and stderr</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" />
-      <source>Show stdout and stderr of debugger</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.py" line="34" />
-      <source>Disabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.py" line="37" />
-      <source>Linux Style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ShellPage.py" line="40" />
-      <source>Windows Style</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Up/Down keys navigate in history</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Press to select the font to be used as the monospaced font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Monospaced Font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Monospaced Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Select, whether the monospaced font should be used as default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Use monospaced as default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Press to select the font for the line numbers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Line Numbers Font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>2345</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Select to show debugger stdout and stderr</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0"/>
+        <source>Show stdout and stderr of debugger</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.py" line="34"/>
+        <source>Disabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.py" line="37"/>
+        <source>Linux Style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ShellPage.py" line="40"/>
+        <source>Windows Style</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ShellWindow</name>
     <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1275" />
-      <location filename="../QScintilla/ShellWindow.py" line="54" />
-      <source>eric Shell</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="220" />
-      <source>Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="222" />
-      <source>&amp;Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="223" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="228" />
-      <source>Quit the Shell</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="230" />
-      <source>&lt;b&gt;Quit the Shell&lt;/b&gt;&lt;p&gt;This quits the Shell window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="237" />
-      <source>New Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="239" />
-      <source>New &amp;Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="240" />
-      <source>Ctrl+Shift+N</source>
-      <comment>File|New Window</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="245" />
-      <source>Open a new Shell window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="247" />
-      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the Shell window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="258" />
-      <location filename="../QScintilla/ShellWindow.py" line="256" />
-      <source>Restart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="264" />
-      <source>Restart the shell</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="266" />
-      <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected environment.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="278" />
-      <location filename="../QScintilla/ShellWindow.py" line="276" />
-      <source>Restart and Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="285" />
-      <source>Clear the window and restart the shell</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="288" />
-      <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected environment.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="298" />
-      <source>Save Contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="300" />
-      <source>Save Contents...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="309" />
-      <source>Save the current contents of the shell to a file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="312" />
-      <source>&lt;b&gt;Save Contents&lt;/b&gt;&lt;p&gt;Save the current contents of the shell to a file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="345" />
-      <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="367" />
-      <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="389" />
-      <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="411" />
-      <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="709" />
-      <location filename="../QScintilla/ShellWindow.py" line="708" />
-      <source>Move forward one history entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="721" />
-      <location filename="../QScintilla/ShellWindow.py" line="720" />
-      <source>Move back one history entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1115" />
-      <source>Show History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1117" />
-      <source>&amp;Show History...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1123" />
-      <source>Show the shell history in a dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1127" />
-      <source>Clear History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1129" />
-      <source>&amp;Clear History...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1135" />
-      <source>Clear the shell history</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1139" />
-      <source>Select History Entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1140" />
-      <source>Select History &amp;Entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1147" />
-      <source>Select an entry of the shell history</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1156" />
-      <source>About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1156" />
-      <source>&amp;About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1158" />
-      <source>Display information about this software</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1160" />
-      <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1169" />
-      <source>About Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1169" />
-      <source>About &amp;Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1172" />
-      <source>Display information about the Qt toolkit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1175" />
-      <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1184" />
-      <source>What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1186" />
-      <source>&amp;What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1187" />
-      <source>Shift+F1</source>
-      <comment>Help|What's This?'</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1192" />
-      <source>Context sensitive help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1194" />
-      <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1273" />
-      <source>eric Shell [{0}]</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1342" />
-      <source>About eric Shell Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1343" />
-      <source>The eric Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1370" />
-      <source>&amp;File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1381" />
-      <source>&amp;Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1392" />
-      <source>&amp;View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1399" />
-      <source>Histor&amp;y</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1406" />
-      <source>&amp;Start</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1412" />
-      <source>&amp;Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1445" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1455" />
-      <source>Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1461" />
-      <source>Find</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1466" />
-      <source>View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1472" />
-      <source>History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1477" />
-      <source>Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="1499" />
-      <source>&lt;p&gt;This part of the status bar allows zooming the  shell.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/ShellWindow.py" line="1275"/>
+        <location filename="../QScintilla/ShellWindow.py" line="54"/>
+        <source>eric Shell</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="220"/>
+        <source>Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="222"/>
+        <source>&amp;Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="223"/>
+        <source>Ctrl+Q</source>
+        <comment>File|Quit</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="228"/>
+        <source>Quit the Shell</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="230"/>
+        <source>&lt;b&gt;Quit the Shell&lt;/b&gt;&lt;p&gt;This quits the Shell window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="237"/>
+        <source>New Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="239"/>
+        <source>New &amp;Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="240"/>
+        <source>Ctrl+Shift+N</source>
+        <comment>File|New Window</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="245"/>
+        <source>Open a new Shell window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="247"/>
+        <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new instance of the Shell window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="258"/>
+        <location filename="../QScintilla/ShellWindow.py" line="256"/>
+        <source>Restart</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="264"/>
+        <source>Restart the shell</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="266"/>
+        <source>&lt;b&gt;Restart&lt;/b&gt;&lt;p&gt;Restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="278"/>
+        <location filename="../QScintilla/ShellWindow.py" line="276"/>
+        <source>Restart and Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="285"/>
+        <source>Clear the window and restart the shell</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="288"/>
+        <source>&lt;b&gt;Restart and Clear&lt;/b&gt;&lt;p&gt;Clear the shell window and restart the shell for the currently selected environment.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="298"/>
+        <source>Save Contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="300"/>
+        <source>Save Contents...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="309"/>
+        <source>Save the current contents of the shell to a file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="312"/>
+        <source>&lt;b&gt;Save Contents&lt;/b&gt;&lt;p&gt;Save the current contents of the shell to a file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="345"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="367"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="389"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="411"/>
+        <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="709"/>
+        <location filename="../QScintilla/ShellWindow.py" line="708"/>
+        <source>Move forward one history entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="721"/>
+        <location filename="../QScintilla/ShellWindow.py" line="720"/>
+        <source>Move back one history entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1115"/>
+        <source>Show History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1117"/>
+        <source>&amp;Show History...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1123"/>
+        <source>Show the shell history in a dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1127"/>
+        <source>Clear History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1129"/>
+        <source>&amp;Clear History...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1135"/>
+        <source>Clear the shell history</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1139"/>
+        <source>Select History Entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1140"/>
+        <source>Select History &amp;Entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1147"/>
+        <source>Select an entry of the shell history</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1156"/>
+        <source>About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1156"/>
+        <source>&amp;About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1158"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1160"/>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1169"/>
+        <source>About Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1169"/>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1172"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1175"/>
+        <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1184"/>
+        <source>What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1186"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1187"/>
+        <source>Shift+F1</source>
+        <comment>Help|What&apos;s This?&apos;</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1192"/>
+        <source>Context sensitive help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1194"/>
+        <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1273"/>
+        <source>eric Shell [{0}]</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1342"/>
+        <source>About eric Shell Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1343"/>
+        <source>The eric Shell is a standalone shell window. It uses the same backend as the debugger of the full IDE, but is executed independently.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1370"/>
+        <source>&amp;File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1381"/>
+        <source>&amp;Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1392"/>
+        <source>&amp;View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1399"/>
+        <source>Histor&amp;y</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1406"/>
+        <source>&amp;Start</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1412"/>
+        <source>&amp;Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1445"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1455"/>
+        <source>Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1461"/>
+        <source>Find</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1466"/>
+        <source>View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1472"/>
+        <source>History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1477"/>
+        <source>Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="1499"/>
+        <source>&lt;p&gt;This part of the status bar allows zooming the  shell.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Shelve</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="98" />
-      <source>Shelve current changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="138" />
-      <source>Restore shelved changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="155" />
-      <source>Abort restore operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="174" />
-      <source>Continue restore operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="192" />
-      <source>Select the shelves to be deleted:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="211" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="202" />
-      <source>Delete shelves</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="203" />
-      <source>Do you really want to delete these shelves?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="229" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="222" />
-      <source>Delete all shelves</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="223" />
-      <source>Do you really want to delete all shelved changes?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="98"/>
+        <source>Shelve current changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="138"/>
+        <source>Restore shelved changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="155"/>
+        <source>Abort restore operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="174"/>
+        <source>Continue restore operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="192"/>
+        <source>Select the shelves to be deleted:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="211"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="202"/>
+        <source>Delete shelves</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="203"/>
+        <source>Do you really want to delete these shelves?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="229"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="222"/>
+        <source>Delete all shelves</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/shelve.py" line="223"/>
+        <source>Do you really want to delete all shelved changes?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ShelveProjectBrowserHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectBrowserHelper.py" line="59" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectBrowserHelper.py" line="54" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectBrowserHelper.py" line="49" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectBrowserHelper.py" line="44" />
-      <source>Shelve changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectBrowserHelper.py" line="115" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectBrowserHelper.py" line="70" />
-      <source>Shelve</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectBrowserHelper.py" line="97" />
-      <source>The project should be reread. Do this now?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectBrowserHelper.py" line="59"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectBrowserHelper.py" line="54"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectBrowserHelper.py" line="49"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectBrowserHelper.py" line="44"/>
+        <source>Shelve changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectBrowserHelper.py" line="115"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectBrowserHelper.py" line="70"/>
+        <source>Shelve</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectBrowserHelper.py" line="97"/>
+        <source>The project should be reread. Do this now?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ShelveProjectHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="34" />
-      <source>Shelve changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="35" />
-      <source>Shelve changes...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="42" />
-      <source>Shelve all current changes of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="45" />
-      <source>&lt;b&gt;Shelve changes&lt;/b&gt;&lt;p&gt;This shelves all current changes of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="54" />
-      <source>Show shelve browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="55" />
-      <source>Show shelve browser...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="61" />
-      <source>Show a dialog with all shelves</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="63" />
-      <source>&lt;b&gt;Show shelve browser...&lt;/b&gt;&lt;p&gt;This shows a dialog listing all available shelves. Actions on these shelves may be executed via the context menu.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="74" />
-      <source>Restore shelved change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="75" />
-      <source>Restore shelved change...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="82" />
-      <source>Restore a shelved change to the project directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="85" />
-      <source>&lt;b&gt;Restore shelved change&lt;/b&gt;&lt;p&gt;This restore a shelved change to the project directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="95" />
-      <source>Abort restore</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="96" />
-      <source>Abort restore...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="103" />
-      <source>Abort the restore operation in progress</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="106" />
-      <source>&lt;b&gt;Abort restore&lt;/b&gt;&lt;p&gt;This aborts the restore operation in progress and reverts already applied changes.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="116" />
-      <source>Continue restore</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="117" />
-      <source>Continue restore...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="124" />
-      <source>Continue the restore operation in progress</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="127" />
-      <source>&lt;b&gt;Continue restore&lt;/b&gt;&lt;p&gt;This continues the restore operation in progress.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="136" />
-      <source>Delete shelved changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="137" />
-      <source>Delete shelved changes...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="144" />
-      <source>&lt;b&gt;Delete shelved changes...&lt;/b&gt;&lt;p&gt;This opens a dialog to select the shelved changes to delete and deletes the selected ones.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="155" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="154" />
-      <source>Delete ALL shelved changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="162" />
-      <source>&lt;b&gt;Delete ALL shelved changes&lt;/b&gt;&lt;p&gt;This deletes all shelved changes.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="226" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="199" />
-      <source>Shelve</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="213" />
-      <source>The project should be reread. Do this now?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="239" />
-      <source>Unshelve</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="246" />
-      <source>Abort Unshelve</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="253" />
-      <source>Continue Unshelve</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="34"/>
+        <source>Shelve changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="35"/>
+        <source>Shelve changes...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="42"/>
+        <source>Shelve all current changes of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="45"/>
+        <source>&lt;b&gt;Shelve changes&lt;/b&gt;&lt;p&gt;This shelves all current changes of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="54"/>
+        <source>Show shelve browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="55"/>
+        <source>Show shelve browser...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="61"/>
+        <source>Show a dialog with all shelves</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="63"/>
+        <source>&lt;b&gt;Show shelve browser...&lt;/b&gt;&lt;p&gt;This shows a dialog listing all available shelves. Actions on these shelves may be executed via the context menu.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="74"/>
+        <source>Restore shelved change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="75"/>
+        <source>Restore shelved change...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="82"/>
+        <source>Restore a shelved change to the project directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="85"/>
+        <source>&lt;b&gt;Restore shelved change&lt;/b&gt;&lt;p&gt;This restore a shelved change to the project directory.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="95"/>
+        <source>Abort restore</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="96"/>
+        <source>Abort restore...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="103"/>
+        <source>Abort the restore operation in progress</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="106"/>
+        <source>&lt;b&gt;Abort restore&lt;/b&gt;&lt;p&gt;This aborts the restore operation in progress and reverts already applied changes.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="116"/>
+        <source>Continue restore</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="117"/>
+        <source>Continue restore...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="124"/>
+        <source>Continue the restore operation in progress</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="127"/>
+        <source>&lt;b&gt;Continue restore&lt;/b&gt;&lt;p&gt;This continues the restore operation in progress.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="136"/>
+        <source>Delete shelved changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="137"/>
+        <source>Delete shelved changes...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="144"/>
+        <source>&lt;b&gt;Delete shelved changes...&lt;/b&gt;&lt;p&gt;This opens a dialog to select the shelved changes to delete and deletes the selected ones.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="155"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="154"/>
+        <source>Delete ALL shelved changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="162"/>
+        <source>&lt;b&gt;Delete ALL shelved changes&lt;/b&gt;&lt;p&gt;This deletes all shelved changes.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="226"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="199"/>
+        <source>Shelve</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="213"/>
+        <source>The project should be reread. Do this now?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="239"/>
+        <source>Unshelve</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="246"/>
+        <source>Abort Unshelve</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py" line="253"/>
+        <source>Continue Unshelve</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ShortcutDialog</name>
     <message>
-      <location filename="../Preferences/ShortcutDialog.ui" line="0" />
-      <source>Edit Shortcut</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutDialog.ui" line="0" />
-      <source>Press your shortcut keys and select OK</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutDialog.ui" line="0" />
-      <source>Select to change the primary keyboard shortcut</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutDialog.ui" line="0" />
-      <source>Primary Shortcut:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutDialog.ui" line="0" />
-      <location filename="../Preferences/ShortcutDialog.ui" line="0" />
-      <source>Press to clear the key sequence buffer.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutDialog.ui" line="0" />
-      <location filename="../Preferences/ShortcutDialog.ui" line="0" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutDialog.ui" line="0" />
-      <source>Select to change the alternative keyboard shortcut</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutDialog.ui" line="0" />
-      <source>Alternative Shortcut:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ShortcutDialog.ui" line="0"/>
+        <source>Edit Shortcut</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutDialog.ui" line="0"/>
+        <source>Press your shortcut keys and select OK</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutDialog.ui" line="0"/>
+        <source>Select to change the primary keyboard shortcut</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutDialog.ui" line="0"/>
+        <source>Primary Shortcut:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutDialog.ui" line="0"/>
+        <location filename="../Preferences/ShortcutDialog.ui" line="0"/>
+        <source>Press to clear the key sequence buffer.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutDialog.ui" line="0"/>
+        <location filename="../Preferences/ShortcutDialog.ui" line="0"/>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutDialog.ui" line="0"/>
+        <source>Select to change the alternative keyboard shortcut</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutDialog.ui" line="0"/>
+        <source>Alternative Shortcut:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Shortcuts</name>
     <message>
-      <location filename="../Preferences/Shortcuts.py" line="255" />
-      <source>Import Keyboard Shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/Shortcuts.py" line="256" />
-      <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/Shortcuts.py" line="255"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/Shortcuts.py" line="256"/>
+        <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ShortcutsDialog</name>
     <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="135" />
-      <source>Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="139" />
-      <source>General</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="143" />
-      <source>Wizards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="147" />
-      <source>Debug</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="151" />
-      <source>Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="155" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="159" />
-      <source>Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="163" />
-      <source>View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="167" />
-      <source>Macro</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="171" />
-      <source>Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="175" />
-      <source>Spelling</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="181" />
-      <source>Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="198" />
-      <source>eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="363" />
-      <location filename="../Preferences/ShortcutsDialog.py" line="345" />
-      <location filename="../Preferences/ShortcutsDialog.py" line="324" />
-      <source>Edit shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="325" />
-      <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; has already been allocated to the &lt;b&gt;{1}&lt;/b&gt; action. Remove this binding?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="346" />
-      <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; hides the &lt;b&gt;{1}&lt;/b&gt; action. Remove this binding?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.py" line="364" />
-      <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is hidden by the &lt;b&gt;{1}&lt;/b&gt; action. Remove this binding?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.ui" line="0" />
-      <source>Keyboard Shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.ui" line="0" />
-      <source>&amp;Filter:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.ui" line="0" />
-      <source>Enter the regular expression that should be contained in the shortcut action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.ui" line="0" />
-      <source>Filter on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.ui" line="0" />
-      <source>Select to filter based on the actions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.ui" line="0" />
-      <source>&amp;Action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.ui" line="0" />
-      <source>Select to filter based on shortcut or alternative shortcut</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.ui" line="0" />
-      <source>&amp;Shortcut or Alternative</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.ui" line="0" />
-      <source>This list shows all keyboard shortcuts.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.ui" line="0" />
-      <source>&lt;b&gt;Keyboard Shortcuts List&lt;/b&gt;
+        <location filename="../Preferences/ShortcutsDialog.py" line="135"/>
+        <source>Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.py" line="139"/>
+        <source>General</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.py" line="143"/>
+        <source>Wizards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.py" line="147"/>
+        <source>Debug</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.py" line="151"/>
+        <source>Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.py" line="155"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.py" line="159"/>
+        <source>Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.py" line="163"/>
+        <source>View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.py" line="167"/>
+        <source>Macro</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.py" line="171"/>
+        <source>Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.py" line="175"/>
+        <source>Spelling</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.py" line="181"/>
+        <source>Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.py" line="198"/>
+        <source>eric Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.py" line="363"/>
+        <location filename="../Preferences/ShortcutsDialog.py" line="345"/>
+        <location filename="../Preferences/ShortcutsDialog.py" line="324"/>
+        <source>Edit shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.py" line="325"/>
+        <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; has already been allocated to the &lt;b&gt;{1}&lt;/b&gt; action. Remove this binding?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.py" line="346"/>
+        <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; hides the &lt;b&gt;{1}&lt;/b&gt; action. Remove this binding?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.py" line="364"/>
+        <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is hidden by the &lt;b&gt;{1}&lt;/b&gt; action. Remove this binding?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.ui" line="0"/>
+        <source>Keyboard Shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.ui" line="0"/>
+        <source>&amp;Filter:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.ui" line="0"/>
+        <source>Enter the regular expression that should be contained in the shortcut action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.ui" line="0"/>
+        <source>Filter on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.ui" line="0"/>
+        <source>Select to filter based on the actions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.ui" line="0"/>
+        <source>&amp;Action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.ui" line="0"/>
+        <source>Select to filter based on shortcut or alternative shortcut</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.ui" line="0"/>
+        <source>&amp;Shortcut or Alternative</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.ui" line="0"/>
+        <source>This list shows all keyboard shortcuts.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Keyboard Shortcuts List&lt;/b&gt;
 &lt;p&gt;This list shows all keyboard shortcuts defined in the application. Double click an entry in order to change the respective shortcut. Alternatively, the shortcut might be changed by editing the key sequence in the respective column.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.ui" line="0" />
-      <source>Action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.ui" line="0" />
-      <source>Shortcut</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsDialog.ui" line="0" />
-      <source>Alternativ</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.ui" line="0"/>
+        <source>Action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.ui" line="0"/>
+        <source>Shortcut</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsDialog.ui" line="0"/>
+        <source>Alternativ</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ShortcutsFile</name>
     <message>
-      <location filename="../Preferences/ShortcutsFile.py" line="165" />
-      <source>Export Keyboard Shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsFile.py" line="166" />
-      <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsFile.py" line="194" />
-      <source>Import Keyboard Shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ShortcutsFile.py" line="195" />
-      <source>&lt;p&gt;The keyboard shortcuts 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>
-  </context>
-  <context>
+        <location filename="../Preferences/ShortcutsFile.py" line="165"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsFile.py" line="166"/>
+        <source>&lt;p&gt;The keyboard shortcuts file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsFile.py" line="194"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ShortcutsFile.py" line="195"/>
+        <source>&lt;p&gt;The keyboard shortcuts 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"></translation>
+    </message>
+</context>
+<context>
     <name>ShowBundlesDialog</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowBundlesDialog.ui" line="0" />
-      <source>CircuitPython Bundles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowBundlesDialog.py" line="36" />
-      <source>Available Bundles and Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowBundlesDialog.py" line="38" />
-      <source>Available Bundles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowBundlesDialog.py" line="59" />
-      <source>Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowBundlesDialog.py" line="65" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowBundlesDialog.ui" line="0"/>
+        <source>CircuitPython Bundles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowBundlesDialog.py" line="36"/>
+        <source>Available Bundles and Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowBundlesDialog.py" line="38"/>
+        <source>Available Bundles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowBundlesDialog.py" line="59"/>
+        <source>Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowBundlesDialog.py" line="65"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ShowInstalledDialog</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowInstalledDialog.py" line="40" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowInstalledDialog.ui" line="0" />
-      <source>Installed Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowInstalledDialog.ui" line="0" />
-      <source>Module</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowInstalledDialog.ui" line="0" />
-      <source>Version</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowInstalledDialog.py" line="40"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowInstalledDialog.ui" line="0"/>
+        <source>Installed Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowInstalledDialog.ui" line="0"/>
+        <source>Module</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowInstalledDialog.ui" line="0"/>
+        <source>Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ShowModulesDialog</name>
     <message>
-      <location filename="../MicroPython/ShowModulesDialog.py" line="87" />
-      <source>Showing {0} of {1} modules/packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/ShowModulesDialog.ui" line="0" />
-      <source>Available Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/ShowModulesDialog.ui" line="0" />
-      <source>Filter:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/ShowModulesDialog.ui" line="0" />
-      <source>Enter a string used to filter the list below.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/ShowModulesDialog.ui" line="0" />
-      <source>Enter Filter String</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/ShowModulesDialog.ui" line="0" />
-      <source>Press to apply the entered filter.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/ShowModulesDialog.py" line="87"/>
+        <source>Showing {0} of {1} modules/packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/ShowModulesDialog.ui" line="0"/>
+        <source>Available Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/ShowModulesDialog.ui" line="0"/>
+        <source>Filter:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/ShowModulesDialog.ui" line="0"/>
+        <source>Enter a string used to filter the list below.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/ShowModulesDialog.ui" line="0"/>
+        <source>Enter Filter String</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/ShowModulesDialog.ui" line="0"/>
+        <source>Press to apply the entered filter.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ShowOutdatedDialog</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0" />
-      <source>Outdated Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0" />
-      <source>Module</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0" />
-      <source>Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0" />
-      <source>Latest</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0" />
-      <source>Update Reason</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="59" />
-      <source>The following modules are out of date or probably need an update.
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0"/>
+        <source>Outdated Modules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0"/>
+        <source>Module</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0"/>
+        <source>Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0"/>
+        <source>Latest</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0"/>
+        <source>Update Reason</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="59"/>
+        <source>The following modules are out of date or probably need an update.
 Major Updates may include breaking changes. Review before updating.
 MPY Format changes require an update.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="69" />
-      <source>Incorrect '__version__' Metadata</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="72" />
-      <source>Corrupted or Unknown MPY Format</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="75" />
-      <source>MPY Format</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="78" />
-      <source>Major Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="81" />
-      <source>Minor Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="92" />
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="89" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="107" />
-      <source>All modules are up-to-date.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="69"/>
+        <source>Incorrect &apos;__version__&apos; Metadata</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="72"/>
+        <source>Corrupted or Unknown MPY Format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="75"/>
+        <source>MPY Format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="78"/>
+        <source>Major Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="81"/>
+        <source>Minor Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="92"/>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="89"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="107"/>
+        <source>All modules are up-to-date.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SimplifyChecker</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="16" />
-      <source>Multiple "isinstance()" calls which can be merged into a single call for variable "{0}"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="21" />
-      <source>Use a single if-statement instead of nested if-statements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="25" />
-      <source>Return the condition "{0}" directly</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="28" />
-      <source>Use "yield from {0}"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="29" />
-      <source>Use "with contextlib.suppress({0}):"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="32" />
-      <source>Handle error-cases first</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="35" />
-      <source>Don't use return in try/except and finally</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="38" />
-      <source>Use ternary operator "{0} = {1} if {2} else {3}" instead of if-else-block</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="43" />
-      <source>Use "{0} in {1}" instead of "{2}"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="46" />
-      <source>Use "any({0} for {1} in {2})"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="49" />
-      <source>Use "all({0} for {1} in {2})"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="166" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="163" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="157" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="92" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="52" />
-      <source>Use "{0}" instead of "{1}"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="55" />
-      <source>Use enumerate instead of "{0}"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="58" />
-      <source>Use logical or ("({0}) or ({1})") and a single body</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="61" />
-      <source>Use context handler for opening files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="64" />
-      <source>Use a dictionary lookup instead of 3+ if/elif-statements: return {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="69" />
-      <source>Use "{0}" instead of multiple with statements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="72" />
-      <source>Use "{0} in {1}" instead of "{0} in {1}.keys()"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="75" />
-      <source>Use a dataclass for "class {0}"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="78" />
-      <source>Use "class {0}:" instead of "class {0}(object):"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="81" />
-      <source>Use "class {0}({1}):" instead of "class {0}({1}, object):"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="85" />
-      <source>Use "{0}.get({1})" instead of "if {1} in {0}: {0}[{1}]"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="88" />
-      <source>Use "{0} = {1}.get({2}, {3})" instead of an if-block</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="95" />
-      <source>Use "super()" instead of "{0}"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="99" />
-      <source>Use "{0} != {1}" instead of "not {0} == {1}"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="102" />
-      <source>Use "{0} == {1}" instead of "not {0} != {1}"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="105" />
-      <source>Use "{0} not in {1}" instead of "not {0} in {1}"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="108" />
-      <source>Use "{0} &gt;= {1}" instead of "not ({0} &lt; {1})"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="111" />
-      <source>Use "{0} &gt; {1}" instead of "not ({0} &lt;= {1})"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="114" />
-      <source>Use "{0} &lt;= {1}" instead of "not ({0} &gt; {1})"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="117" />
-      <source>Use "{0} &lt; {1}" instead of "not ({0} &gt;= {1})"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="120" />
-      <source>Use "{0}" instead of "not (not {0})"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="123" />
-      <source>Use "{1}" instead of "True if {0} else False"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="126" />
-      <source>Use "{1}" instead of "False if {0} else True"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="129" />
-      <source>Use "{0} if {0} else {1}" instead of "{1} if not {0} else {0}"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="133" />
-      <source>Use "False" instead of "{0} and not {0}"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="136" />
-      <source>Use "True" instead of "{0} or not {0}"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="139" />
-      <source>Use "True" instead of "... or True"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="142" />
-      <source>Use "False" instead of "... and False"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="146" />
-      <source>Use "{1} == {0}" instead of "{0} == {1}" (Yoda-condition)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="151" />
-      <source>Use keyword-argument instead of magic boolean</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="154" />
-      <source>Use keyword-argument instead of magic number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="160" />
-      <source>Initialize dictionary "{0}" directly</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="169" />
-      <source>Use "Optional[{0}]" instead of "{1}"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="172" />
-      <source>Remove reflexive assignment "{0}"</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="16"/>
+        <source>Multiple &quot;isinstance()&quot; calls which can be merged into a single call for variable &quot;{0}&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="21"/>
+        <source>Use a single if-statement instead of nested if-statements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="25"/>
+        <source>Return the condition &quot;{0}&quot; directly</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="28"/>
+        <source>Use &quot;yield from {0}&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="29"/>
+        <source>Use &quot;with contextlib.suppress({0}):&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="32"/>
+        <source>Handle error-cases first</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="35"/>
+        <source>Don&apos;t use return in try/except and finally</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="38"/>
+        <source>Use ternary operator &quot;{0} = {1} if {2} else {3}&quot; instead of if-else-block</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="43"/>
+        <source>Use &quot;{0} in {1}&quot; instead of &quot;{2}&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="46"/>
+        <source>Use &quot;any({0} for {1} in {2})&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="49"/>
+        <source>Use &quot;all({0} for {1} in {2})&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="166"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="163"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="157"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="92"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="52"/>
+        <source>Use &quot;{0}&quot; instead of &quot;{1}&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="55"/>
+        <source>Use enumerate instead of &quot;{0}&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="58"/>
+        <source>Use logical or (&quot;({0}) or ({1})&quot;) and a single body</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="61"/>
+        <source>Use context handler for opening files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="64"/>
+        <source>Use a dictionary lookup instead of 3+ if/elif-statements: return {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="69"/>
+        <source>Use &quot;{0}&quot; instead of multiple with statements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="72"/>
+        <source>Use &quot;{0} in {1}&quot; instead of &quot;{0} in {1}.keys()&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="75"/>
+        <source>Use a dataclass for &quot;class {0}&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="78"/>
+        <source>Use &quot;class {0}:&quot; instead of &quot;class {0}(object):&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="81"/>
+        <source>Use &quot;class {0}({1}):&quot; instead of &quot;class {0}({1}, object):&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="85"/>
+        <source>Use &quot;{0}.get({1})&quot; instead of &quot;if {1} in {0}: {0}[{1}]&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="88"/>
+        <source>Use &quot;{0} = {1}.get({2}, {3})&quot; instead of an if-block</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="95"/>
+        <source>Use &quot;super()&quot; instead of &quot;{0}&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="99"/>
+        <source>Use &quot;{0} != {1}&quot; instead of &quot;not {0} == {1}&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="102"/>
+        <source>Use &quot;{0} == {1}&quot; instead of &quot;not {0} != {1}&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="105"/>
+        <source>Use &quot;{0} not in {1}&quot; instead of &quot;not {0} in {1}&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="108"/>
+        <source>Use &quot;{0} &gt;= {1}&quot; instead of &quot;not ({0} &lt; {1})&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="111"/>
+        <source>Use &quot;{0} &gt; {1}&quot; instead of &quot;not ({0} &lt;= {1})&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="114"/>
+        <source>Use &quot;{0} &lt;= {1}&quot; instead of &quot;not ({0} &gt; {1})&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="117"/>
+        <source>Use &quot;{0} &lt; {1}&quot; instead of &quot;not ({0} &gt;= {1})&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="120"/>
+        <source>Use &quot;{0}&quot; instead of &quot;not (not {0})&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="123"/>
+        <source>Use &quot;{1}&quot; instead of &quot;True if {0} else False&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="126"/>
+        <source>Use &quot;{1}&quot; instead of &quot;False if {0} else True&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="129"/>
+        <source>Use &quot;{0} if {0} else {1}&quot; instead of &quot;{1} if not {0} else {0}&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="133"/>
+        <source>Use &quot;False&quot; instead of &quot;{0} and not {0}&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="136"/>
+        <source>Use &quot;True&quot; instead of &quot;{0} or not {0}&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="139"/>
+        <source>Use &quot;True&quot; instead of &quot;... or True&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="142"/>
+        <source>Use &quot;False&quot; instead of &quot;... and False&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="146"/>
+        <source>Use &quot;{1} == {0}&quot; instead of &quot;{0} == {1}&quot; (Yoda-condition)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="151"/>
+        <source>Use keyword-argument instead of magic boolean</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="154"/>
+        <source>Use keyword-argument instead of magic number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="160"/>
+        <source>Initialize dictionary &quot;{0}&quot; directly</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="169"/>
+        <source>Use &quot;Optional[{0}]&quot; instead of &quot;{1}&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Simplify/translations.py" line="172"/>
+        <source>Remove reflexive assignment &quot;{0}&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SingleApplicationServer</name>
     <message>
-      <location filename="../Toolbox/SingleApplication.py" line="72" />
-      <source>Single Application Protocol Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Toolbox/SingleApplication.py" line="73" />
-      <source>&lt;p&gt;The response received from the single application 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>
-  </context>
-  <context>
+        <location filename="../Toolbox/SingleApplication.py" line="72"/>
+        <source>Single Application Protocol Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Toolbox/SingleApplication.py" line="73"/>
+        <source>&lt;p&gt;The response received from the single application 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"></translation>
+    </message>
+</context>
+<context>
     <name>SiteInfoDialog</name>
     <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="94" />
-      <source>&lt;b&gt;Connection is encrypted but may be insecure.&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="105" />
-      <source>&lt;b&gt;Connection is encrypted.&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="108" />
-      <source>&lt;b&gt;Connection is not encrypted.&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="261" />
-      <source>Preview not available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="273" />
-      <source>Loading...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="287" />
-      <source>Copy Image Location to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="290" />
-      <source>Copy Image Name to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="354" />
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="342" />
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="330" />
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="294" />
-      <source>Save Image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="331" />
-      <source>&lt;p&gt;This preview is not available.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="344" />
-      <source>All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="355" />
-      <source>&lt;p&gt;Cannot write to file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0" />
-      <source>Site Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0" />
-      <source>General</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0" />
-      <source>Site Address:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0" />
-      <source>Encoding:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0" />
-      <source>Meta tags of site:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0" />
-      <source>Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0" />
-      <source>Value</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0" />
-      <source>&lt;b&gt;Security information&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0" />
-      <source>Details</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0" />
-      <source>Media</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0" />
-      <source>Image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0" />
-      <source>Image Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0" />
-      <source>&lt;b&gt;Preview&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0" />
-      <source>Security</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="94"/>
+        <source>&lt;b&gt;Connection is encrypted but may be insecure.&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="105"/>
+        <source>&lt;b&gt;Connection is encrypted.&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="108"/>
+        <source>&lt;b&gt;Connection is not encrypted.&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="261"/>
+        <source>Preview not available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="273"/>
+        <source>Loading...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="287"/>
+        <source>Copy Image Location to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="290"/>
+        <source>Copy Image Name to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="354"/>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="342"/>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="330"/>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="294"/>
+        <source>Save Image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="331"/>
+        <source>&lt;p&gt;This preview is not available.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="344"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="355"/>
+        <source>&lt;p&gt;Cannot write to file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0"/>
+        <source>Site Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0"/>
+        <source>General</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0"/>
+        <source>Site Address:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0"/>
+        <source>Encoding:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0"/>
+        <source>Meta tags of site:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0"/>
+        <source>Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0"/>
+        <source>Value</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0"/>
+        <source>&lt;b&gt;Security information&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0"/>
+        <source>Details</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0"/>
+        <source>Media</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0"/>
+        <source>Image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0"/>
+        <source>Image Address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0"/>
+        <source>&lt;b&gt;Preview&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0"/>
+        <source>Security</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SiteInfoWidget</name>
     <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="51" />
-      <source>&lt;b&gt;Site {0}&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="71" />
-      <source>Your connection to this site &lt;b&gt;may not be secure&lt;/b&gt;.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="76" />
-      <source>Your connection to this site is &lt;b&gt;secure&lt;/b&gt;.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="81" />
-      <source>Your connection to this site is &lt;b&gt;not secure&lt;/b&gt;.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="98" />
-      <source>This is your &lt;b&gt;{0}.&lt;/b&gt; visit of this site.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="103" />
-      <source>You have &lt;b&gt;never&lt;/b&gt; visited this site before.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="111" />
-      <source>first</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="113" />
-      <source>second</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="115" />
-      <source>third</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="117" />
-      <source>This is your &lt;b&gt;{0}&lt;/b&gt; visit of this site.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="132" />
-      <source>More...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="51"/>
+        <source>&lt;b&gt;Site {0}&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="71"/>
+        <source>Your connection to this site &lt;b&gt;may not be secure&lt;/b&gt;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="76"/>
+        <source>Your connection to this site is &lt;b&gt;secure&lt;/b&gt;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="81"/>
+        <source>Your connection to this site is &lt;b&gt;not secure&lt;/b&gt;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="98"/>
+        <source>This is your &lt;b&gt;{0}.&lt;/b&gt; visit of this site.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="103"/>
+        <source>You have &lt;b&gt;never&lt;/b&gt; visited this site before.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="111"/>
+        <source>first</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="113"/>
+        <source>second</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="115"/>
+        <source>third</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="117"/>
+        <source>This is your &lt;b&gt;{0}&lt;/b&gt; visit of this site.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SiteInfo/SiteInfoWidget.py" line="132"/>
+        <source>More...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SnapWidget</name>
     <message>
-      <location filename="../Snapshot/SnapWidget.py" line="78" />
-      <source>Fullscreen</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="84" />
-      <source>Select Screen</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="88" />
-      <source>Select Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="92" />
-      <source>Rectangular Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="96" />
-      <source>Elliptical Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="100" />
-      <source>Freehand Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="116" />
-      <source>snapshot</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="141" />
-      <source>Windows Bitmap File (*.bmp)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="142" />
-      <source>Graphic Interchange Format File (*.gif)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="143" />
-      <source>Windows Icon File (*.ico)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="144" />
-      <source>JPEG File (*.jpg)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="145" />
-      <source>Multiple-Image Network Graphics File (*.mng)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="146" />
-      <source>Portable Bitmap File (*.pbm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="147" />
-      <source>Paintbrush Bitmap File (*.pcx)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="148" />
-      <source>Portable Graymap File (*.pgm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="149" />
-      <source>Portable Network Graphics File (*.png)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="150" />
-      <source>Portable Pixmap File (*.ppm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="151" />
-      <source>Silicon Graphics Image File (*.sgi)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="152" />
-      <source>Scalable Vector Graphics File (*.svg)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="153" />
-      <source>Targa Graphic File (*.tga)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="154" />
-      <source>TIFF File (*.tif)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="155" />
-      <source>X11 Bitmap File (*.xbm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="156" />
-      <source>X11 Pixmap File (*.xpm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="276" />
-      <location filename="../Snapshot/SnapWidget.py" line="263" />
-      <location filename="../Snapshot/SnapWidget.py" line="232" />
-      <source>Save Snapshot</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="264" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="277" />
-      <source>Cannot write file '{0}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="378" />
-      <source>Preview of the snapshot image ({0} x {1})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <location filename="../Snapshot/SnapWidget.py" line="437" />
-      <location filename="../Snapshot/SnapWidget.py" line="414" />
-      <source>eric Snapshot</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.py" line="415" />
-      <source>The application contains an unsaved snapshot.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>Snapshot Mode:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>Select the snapshot mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>Delay:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>Enter the delay before taking the snapshot</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source> No delay</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source> s</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>Select to include the window decorations in the screenshot</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>include Decorations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>Select to include the mouse cursor in the screenshot</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>include Mouse Cursor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>Path Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>Shows the name of the directory used for saving</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>Press to save the snapshot</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>&amp;Save Snapshot ...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>Press to copy the snapshot to the clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>&amp;Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>Press to copy the snapshot preview to the clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>Copy &amp;Preview</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>Press to take a snapshot</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapWidget.ui" line="0" />
-      <source>&amp;Take Snapshot ...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Snapshot/SnapWidget.py" line="78"/>
+        <source>Fullscreen</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="84"/>
+        <source>Select Screen</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="88"/>
+        <source>Select Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="92"/>
+        <source>Rectangular Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="96"/>
+        <source>Elliptical Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="100"/>
+        <source>Freehand Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="116"/>
+        <source>snapshot</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="141"/>
+        <source>Windows Bitmap File (*.bmp)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="142"/>
+        <source>Graphic Interchange Format File (*.gif)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="143"/>
+        <source>Windows Icon File (*.ico)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="144"/>
+        <source>JPEG File (*.jpg)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="145"/>
+        <source>Multiple-Image Network Graphics File (*.mng)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="146"/>
+        <source>Portable Bitmap File (*.pbm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="147"/>
+        <source>Paintbrush Bitmap File (*.pcx)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="148"/>
+        <source>Portable Graymap File (*.pgm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="149"/>
+        <source>Portable Network Graphics File (*.png)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="150"/>
+        <source>Portable Pixmap File (*.ppm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="151"/>
+        <source>Silicon Graphics Image File (*.sgi)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="152"/>
+        <source>Scalable Vector Graphics File (*.svg)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="153"/>
+        <source>Targa Graphic File (*.tga)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="154"/>
+        <source>TIFF File (*.tif)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="155"/>
+        <source>X11 Bitmap File (*.xbm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="156"/>
+        <source>X11 Pixmap File (*.xpm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="276"/>
+        <location filename="../Snapshot/SnapWidget.py" line="263"/>
+        <location filename="../Snapshot/SnapWidget.py" line="232"/>
+        <source>Save Snapshot</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="264"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="277"/>
+        <source>Cannot write file &apos;{0}&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="378"/>
+        <source>Preview of the snapshot image ({0} x {1})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <location filename="../Snapshot/SnapWidget.py" line="437"/>
+        <location filename="../Snapshot/SnapWidget.py" line="414"/>
+        <source>eric Snapshot</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.py" line="415"/>
+        <source>The application contains an unsaved snapshot.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>Snapshot Mode:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>Select the snapshot mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>Delay:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>Enter the delay before taking the snapshot</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source> No delay</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source> s</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>Select to include the window decorations in the screenshot</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>include Decorations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>Select to include the mouse cursor in the screenshot</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>include Mouse Cursor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>Path Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>Shows the name of the directory used for saving</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>Press to save the snapshot</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>&amp;Save Snapshot ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>Press to copy the snapshot to the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>&amp;Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>Press to copy the snapshot preview to the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>Copy &amp;Preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>Press to take a snapshot</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapWidget.ui" line="0"/>
+        <source>&amp;Take Snapshot ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SnapshotFreehandGrabber</name>
     <message>
-      <location filename="../Snapshot/SnapshotFreehandGrabber.py" line="91" />
-      <source>Select a region using the mouse. To take the snapshot, press the Enter key or double click. Press Esc to quit.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Snapshot/SnapshotFreehandGrabber.py" line="91"/>
+        <source>Select a region using the mouse. To take the snapshot, press the Enter key or double click. Press Esc to quit.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SnapshotRegionGrabber</name>
     <message>
-      <location filename="../Snapshot/SnapshotRegionGrabber.py" line="122" />
-      <source>Select a region using the mouse. To take the snapshot, press the Enter key or double click. Press Esc to quit.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Snapshot/SnapshotRegionGrabber.py" line="122"/>
+        <source>Select a region using the mouse. To take the snapshot, press the Enter key or double click. Press Esc to quit.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SnapshotTimer</name>
     <message numerus="yes">
-      <location filename="../Snapshot/SnapshotTimer.py" line="110" />
-      <location filename="../Snapshot/SnapshotTimer.py" line="44" />
-      <source>Snapshot will be taken in %n seconds</source>
-      <translation>
-        <numerusform>Snapshot will be taken in %n second</numerusform>
-        <numerusform>Snapshot will be taken in %n seconds</numerusform>
-      </translation>
-    </message>
-  </context>
-  <context>
+        <location filename="../Snapshot/SnapshotTimer.py" line="110"/>
+        <location filename="../Snapshot/SnapshotTimer.py" line="44"/>
+        <source>Snapshot will be taken in %n seconds</source>
+        <translation>
+            <numerusform>Snapshot will be taken in %n second</numerusform>
+            <numerusform>Snapshot will be taken in %n seconds</numerusform>
+        </translation>
+    </message>
+</context>
+<context>
     <name>SnapshotWaylandGrabber</name>
     <message>
-      <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="341" />
-      <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="335" />
-      <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="323" />
-      <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="310" />
-      <source>Screenshot Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="311" />
-      <source>&lt;p&gt;Received an unexpected number of reply arguments. Expected {0} but got {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="324" />
-      <source>&lt;p&gt;Received error &lt;b&gt;{0}&lt;/b&gt; from DBus while performing screenshot.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="335" />
-      <source>Received an invalid reply.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="342" />
-      <source>Received an unexpected reply.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="341"/>
+        <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="335"/>
+        <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="323"/>
+        <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="310"/>
+        <source>Screenshot Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="311"/>
+        <source>&lt;p&gt;Received an unexpected number of reply arguments. Expected {0} but got {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="324"/>
+        <source>&lt;p&gt;Received error &lt;b&gt;{0}&lt;/b&gt; from DBus while performing screenshot.&lt;/p&gt;&lt;p&gt;{1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="335"/>
+        <source>Received an invalid reply.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Snapshot/SnapshotWaylandGrabber.py" line="342"/>
+        <source>Received an unexpected reply.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SortOptionsDialog</name>
     <message>
-      <location filename="../QScintilla/SortOptionsDialog.ui" line="0" />
-      <source>Sort Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SortOptionsDialog.ui" line="0" />
-      <source>Direction</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SortOptionsDialog.ui" line="0" />
-      <source>Select to sort in ascending order</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SortOptionsDialog.ui" line="0" />
-      <source>Ascending</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SortOptionsDialog.ui" line="0" />
-      <source>Select to sort in descending order</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SortOptionsDialog.ui" line="0" />
-      <source>Descending</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SortOptionsDialog.ui" line="0" />
-      <source>Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SortOptionsDialog.ui" line="0" />
-      <source>Select to sort alphanumerically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SortOptionsDialog.ui" line="0" />
-      <source>Alphanumerical</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SortOptionsDialog.ui" line="0" />
-      <source>Select to sort numerically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SortOptionsDialog.ui" line="0" />
-      <source>Numerical</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SortOptionsDialog.ui" line="0" />
-      <source>Case Sensitivity</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SortOptionsDialog.ui" line="0" />
-      <source>Select to respect the case while sorting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SortOptionsDialog.ui" line="0" />
-      <source>Respect Case</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SortOptionsDialog.ui" line="0" />
-      <source>Select to ignore the case while sorting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SortOptionsDialog.ui" line="0" />
-      <source>Ignore Case</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/SortOptionsDialog.ui" line="0"/>
+        <source>Sort Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SortOptionsDialog.ui" line="0"/>
+        <source>Direction</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SortOptionsDialog.ui" line="0"/>
+        <source>Select to sort in ascending order</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SortOptionsDialog.ui" line="0"/>
+        <source>Ascending</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SortOptionsDialog.ui" line="0"/>
+        <source>Select to sort in descending order</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SortOptionsDialog.ui" line="0"/>
+        <source>Descending</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SortOptionsDialog.ui" line="0"/>
+        <source>Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SortOptionsDialog.ui" line="0"/>
+        <source>Select to sort alphanumerically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SortOptionsDialog.ui" line="0"/>
+        <source>Alphanumerical</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SortOptionsDialog.ui" line="0"/>
+        <source>Select to sort numerically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SortOptionsDialog.ui" line="0"/>
+        <source>Numerical</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SortOptionsDialog.ui" line="0"/>
+        <source>Case Sensitivity</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SortOptionsDialog.ui" line="0"/>
+        <source>Select to respect the case while sorting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SortOptionsDialog.ui" line="0"/>
+        <source>Respect Case</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SortOptionsDialog.ui" line="0"/>
+        <source>Select to ignore the case while sorting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SortOptionsDialog.ui" line="0"/>
+        <source>Ignore Case</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SpeedDial</name>
     <message>
-      <location filename="../WebBrowser/SpeedDial/SpeedDial.py" line="220" />
-      <source>Saving Speed Dial data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpeedDial/SpeedDial.py" line="221" />
-      <source>&lt;p&gt;Speed Dial data could not be saved to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpeedDial/SpeedDial.py" line="234" />
-      <source>Reset Speed Dials</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpeedDial/SpeedDial.py" line="235" />
-      <source>Are you sure you want to reset the speed dials to the default pages?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpeedDial/SpeedDial.py" line="422" />
-      <source>Unable to load</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/SpeedDial/SpeedDial.py" line="220"/>
+        <source>Saving Speed Dial data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpeedDial/SpeedDial.py" line="221"/>
+        <source>&lt;p&gt;Speed Dial data could not be saved to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpeedDial/SpeedDial.py" line="234"/>
+        <source>Reset Speed Dials</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpeedDial/SpeedDial.py" line="235"/>
+        <source>Are you sure you want to reset the speed dials to the default pages?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpeedDial/SpeedDial.py" line="422"/>
+        <source>Unable to load</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SpeedDialReader</name>
     <message>
-      <location filename="../WebBrowser/SpeedDial/SpeedDialReader.py" line="49" />
-      <source>The file {0} could not be opened. Error: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/SpeedDial/SpeedDialReader.py" line="65" />
-      <source>The file is not a SpeedDial version 1.0 file.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/SpeedDial/SpeedDialReader.py" line="49"/>
+        <source>The file {0} could not be opened. Error: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/SpeedDial/SpeedDialReader.py" line="65"/>
+        <source>The file is not a SpeedDial version 1.0 file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SpellCheckMixin</name>
     <message>
-      <location filename="../EricWidgets/EricSpellCheckedTextEdit.py" line="144" />
-      <source>Spelling Suggestions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricSpellCheckedTextEdit.py" line="156" />
-      <source>Add to Dictionary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricSpellCheckedTextEdit.py" line="178" />
-      <source>Remove '{0}' from Dictionary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricSpellCheckedTextEdit.py" line="196" />
-      <source>Language</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricSpellCheckedTextEdit.py" line="220" />
-      <source>Format</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricSpellCheckedTextEdit.py" line="226" />
-      <source>Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricWidgets/EricSpellCheckedTextEdit.py" line="228" />
-      <source>HTML</source>
-      <translation>HTML</translation>
-    </message>
-  </context>
-  <context>
+        <location filename="../EricWidgets/EricSpellCheckedTextEdit.py" line="144"/>
+        <source>Spelling Suggestions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricSpellCheckedTextEdit.py" line="156"/>
+        <source>Add to Dictionary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricSpellCheckedTextEdit.py" line="178"/>
+        <source>Remove &apos;{0}&apos; from Dictionary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricSpellCheckedTextEdit.py" line="196"/>
+        <source>Language</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricSpellCheckedTextEdit.py" line="220"/>
+        <source>Format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricSpellCheckedTextEdit.py" line="226"/>
+        <source>Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricWidgets/EricSpellCheckedTextEdit.py" line="228"/>
+        <source>HTML</source>
+        <translation>HTML</translation>
+    </message>
+</context>
+<context>
     <name>SpellCheckingDialog</name>
     <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>Check spelling</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>Current language:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>Shows the language used for spell checking</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>Not found in dictionary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>Shows the unrecognized word with some context</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>Change &amp;to:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>&amp;Suggestions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>Press to ignore once</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>&amp;Ignore</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>Press to always ignore</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>I&amp;gnore All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>Press to add to dictionary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>&amp;Add to dictionary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>Press to replace the word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>&amp;Replace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>Press to replace all occurrences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellCheckingDialog.ui" line="0" />
-      <source>Re&amp;place All</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>Check spelling</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>Current language:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>Shows the language used for spell checking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>Not found in dictionary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>Shows the unrecognized word with some context</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>Change &amp;to:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>&amp;Suggestions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>Press to ignore once</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>&amp;Ignore</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>Press to always ignore</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>I&amp;gnore All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>Press to add to dictionary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>&amp;Add to dictionary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>Press to replace the word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>&amp;Replace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>Press to replace all occurrences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellCheckingDialog.ui" line="0"/>
+        <source>Re&amp;place All</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SpellingDictionaryEditDialog</name>
     <message>
-      <location filename="../QScintilla/SpellingDictionaryEditDialog.ui" line="0" />
-      <source>Edit Spelling Dictionary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellingDictionaryEditDialog.ui" line="0" />
-      <source>Enter search term</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellingDictionaryEditDialog.ui" line="0" />
-      <source>Press to add an entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellingDictionaryEditDialog.ui" line="0" />
-      <source>&amp;Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellingDictionaryEditDialog.ui" line="0" />
-      <source>Press to remove the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellingDictionaryEditDialog.ui" line="0" />
-      <source>&amp;Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellingDictionaryEditDialog.ui" line="0" />
-      <source>Press to remove all entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/SpellingDictionaryEditDialog.ui" line="0" />
-      <source>R&amp;emove All</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../QScintilla/SpellingDictionaryEditDialog.ui" line="0"/>
+        <source>Edit Spelling Dictionary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellingDictionaryEditDialog.ui" line="0"/>
+        <source>Enter search term</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellingDictionaryEditDialog.ui" line="0"/>
+        <source>Press to add an entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellingDictionaryEditDialog.ui" line="0"/>
+        <source>&amp;Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellingDictionaryEditDialog.ui" line="0"/>
+        <source>Press to remove the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellingDictionaryEditDialog.ui" line="0"/>
+        <source>&amp;Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellingDictionaryEditDialog.ui" line="0"/>
+        <source>Press to remove all entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/SpellingDictionaryEditDialog.ui" line="0"/>
+        <source>R&amp;emove All</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SpellingPropertiesDialog</name>
     <message>
-      <location filename="../Project/SpellingPropertiesDialog.ui" line="0" />
-      <source>Spelling Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/SpellingPropertiesDialog.ui" line="0" />
-      <source>Project &amp;Language:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/SpellingPropertiesDialog.ui" line="0" />
-      <source>Select the project's language</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/SpellingPropertiesDialog.ui" line="0" />
-      <source>Project &amp;Word List:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/SpellingPropertiesDialog.ui" line="0" />
-      <source>Enter the filename of the project word list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/SpellingPropertiesDialog.ui" line="0" />
-      <source>Project E&amp;xclude List:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/SpellingPropertiesDialog.ui" line="0" />
-      <source>Enter the filename of the project exclude list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/SpellingPropertiesDialog.py" line="41" />
-      <location filename="../Project/SpellingPropertiesDialog.py" line="37" />
-      <source>Dictionary File (*.dic);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/SpellingPropertiesDialog.py" line="46" />
-      <source>&lt;default&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/SpellingPropertiesDialog.ui" line="0"/>
+        <source>Spelling Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/SpellingPropertiesDialog.ui" line="0"/>
+        <source>Project &amp;Language:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/SpellingPropertiesDialog.ui" line="0"/>
+        <source>Select the project&apos;s language</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/SpellingPropertiesDialog.ui" line="0"/>
+        <source>Project &amp;Word List:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/SpellingPropertiesDialog.ui" line="0"/>
+        <source>Enter the filename of the project word list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/SpellingPropertiesDialog.ui" line="0"/>
+        <source>Project E&amp;xclude List:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/SpellingPropertiesDialog.ui" line="0"/>
+        <source>Enter the filename of the project exclude list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/SpellingPropertiesDialog.py" line="41"/>
+        <location filename="../Project/SpellingPropertiesDialog.py" line="37"/>
+        <source>Dictionary File (*.dic);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/SpellingPropertiesDialog.py" line="46"/>
+        <source>&lt;default&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SqlBrowser</name>
     <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="215" />
-      <location filename="../SqlBrowser/SqlBrowser.py" line="202" />
-      <location filename="../SqlBrowser/SqlBrowser.py" line="43" />
-      <source>SQL Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="64" />
-      <source>Invalid URL: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="89" />
-      <source>SQL Browser startup problem</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="103" />
-      <source>Add Connection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="105" />
-      <source>Add &amp;Connection...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="112" />
-      <source>Open a dialog to add a new database connection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="115" />
-      <source>&lt;b&gt;Add Connection&lt;/b&gt;&lt;p&gt;This opens a dialog to add a new database connection.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="125" />
-      <source>Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="127" />
-      <source>&amp;Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="128" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="133" />
-      <source>Quit the SQL browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="135" />
-      <source>&lt;b&gt;Quit&lt;/b&gt;&lt;p&gt;Quit the SQL browser.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="140" />
-      <source>About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="140" />
-      <source>&amp;About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="142" />
-      <source>Display information about this software</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="144" />
-      <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="153" />
-      <source>About Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="153" />
-      <source>About &amp;Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="156" />
-      <source>Display information about the Qt toolkit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="159" />
-      <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="173" />
-      <source>&amp;File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="181" />
-      <source>&amp;Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="190" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowser.py" line="203" />
-      <source>&lt;h3&gt;About SQL Browser&lt;/h3&gt;&lt;p&gt;The SQL browser window is a little tool to examine the data and the schema of a database and to execute queries on a database.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="215"/>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="202"/>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="43"/>
+        <source>SQL Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="64"/>
+        <source>Invalid URL: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="89"/>
+        <source>SQL Browser startup problem</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="103"/>
+        <source>Add Connection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="105"/>
+        <source>Add &amp;Connection...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="112"/>
+        <source>Open a dialog to add a new database connection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="115"/>
+        <source>&lt;b&gt;Add Connection&lt;/b&gt;&lt;p&gt;This opens a dialog to add a new database connection.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="125"/>
+        <source>Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="127"/>
+        <source>&amp;Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="128"/>
+        <source>Ctrl+Q</source>
+        <comment>File|Quit</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="133"/>
+        <source>Quit the SQL browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="135"/>
+        <source>&lt;b&gt;Quit&lt;/b&gt;&lt;p&gt;Quit the SQL browser.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="140"/>
+        <source>About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="140"/>
+        <source>&amp;About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="142"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="144"/>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="153"/>
+        <source>About Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="153"/>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="156"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="159"/>
+        <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="173"/>
+        <source>&amp;File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="181"/>
+        <source>&amp;Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="190"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowser.py" line="203"/>
+        <source>&lt;h3&gt;About SQL Browser&lt;/h3&gt;&lt;p&gt;The SQL browser window is a little tool to examine the data and the schema of a database and to execute queries on a database.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SqlBrowserWidget</name>
     <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0" />
-      <source>eric SQL Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0" />
-      <source>SQL Query</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0" />
-      <source>Enter the SQL query to be executed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0" />
-      <source>Press to clear the entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0" />
-      <source>&amp;Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0" />
-      <source>Press to execute the query</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0" />
-      <source>&amp;Execute</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0" />
-      <source>&amp;Insert Row</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0" />
-      <source>Inserts a new row</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0" />
-      <source>&amp;Delete Row</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0" />
-      <source>Deletes the current row</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.py" line="52" />
-      <source>No database drivers found</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.py" line="53" />
-      <source>This tool requires at least one Qt database driver. Please check the Qt documentation how to build the Qt SQL plugins.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.py" line="64" />
-      <source>Ready</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.py" line="169" />
-      <source>Unable to open database</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.py" line="170" />
-      <source>An error occurred while opening the connection.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.py" line="308" />
-      <source>Query OK.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlBrowserWidget.py" line="311" />
-      <source>Query OK, number of affected rows: {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0"/>
+        <source>eric SQL Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0"/>
+        <source>SQL Query</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0"/>
+        <source>Enter the SQL query to be executed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0"/>
+        <source>Press to clear the entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0"/>
+        <source>&amp;Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0"/>
+        <source>Press to execute the query</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0"/>
+        <source>&amp;Execute</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0"/>
+        <source>&amp;Insert Row</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0"/>
+        <source>Inserts a new row</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0"/>
+        <source>&amp;Delete Row</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0"/>
+        <source>Deletes the current row</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.py" line="52"/>
+        <source>No database drivers found</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.py" line="53"/>
+        <source>This tool requires at least one Qt database driver. Please check the Qt documentation how to build the Qt SQL plugins.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.py" line="64"/>
+        <source>Ready</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.py" line="169"/>
+        <source>Unable to open database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.py" line="170"/>
+        <source>An error occurred while opening the connection.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.py" line="308"/>
+        <source>Query OK.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlBrowserWidget.py" line="311"/>
+        <source>Query OK, number of affected rows: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SqlConnectionDialog</name>
     <message>
-      <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0" />
-      <source>Connect...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0" />
-      <source>D&amp;river:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0" />
-      <source>Select the database driver</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0" />
-      <source>&amp;Database Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0" />
-      <source>Enter the database name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0" />
-      <source>&amp;Username:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0" />
-      <source>Enter the user name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0" />
-      <source>&amp;Password:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0" />
-      <source>&amp;Hostname:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0" />
-      <source>Enter the hostname</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0" />
-      <source>P&amp;ort:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0" />
-      <source>Enter the port number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0" />
-      <source>Default</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0"/>
+        <source>Connect...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0"/>
+        <source>D&amp;river:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0"/>
+        <source>Select the database driver</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0"/>
+        <source>&amp;Database Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0"/>
+        <source>Enter the database name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0"/>
+        <source>&amp;Username:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0"/>
+        <source>Enter the user name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0"/>
+        <source>&amp;Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0"/>
+        <source>&amp;Hostname:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0"/>
+        <source>Enter the hostname</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0"/>
+        <source>P&amp;ort:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0"/>
+        <source>Enter the port number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlConnectionDialog.ui" line="0"/>
+        <source>Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SqlConnectionWidget</name>
     <message>
-      <location filename="../SqlBrowser/SqlConnectionWidget.py" line="49" />
-      <source>Database</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlConnectionWidget.py" line="53" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../SqlBrowser/SqlConnectionWidget.py" line="54" />
-      <source>Show Schema</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../SqlBrowser/SqlConnectionWidget.py" line="49"/>
+        <source>Database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlConnectionWidget.py" line="53"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../SqlBrowser/SqlConnectionWidget.py" line="54"/>
+        <source>Show Schema</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SslErrorExceptionsDialog</name>
     <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.ui" line="0" />
-      <source>SSL Error Exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.ui" line="0" />
-      <source>Code</source>
-      <translation>Code</translation>
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.ui" line="0" />
-      <source>Error Description</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.ui" line="0" />
-      <source>Press to remove the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.ui" line="0" />
-      <source>&amp;Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.ui" line="0" />
-      <source>Press to remove all entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.ui" line="0" />
-      <source>Remove &amp;All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="35" />
-      <source>The certificate did not match the built-in public keys pinned for the host name.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="39" />
-      <source>The certificate's common name did not match the host name.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="42" />
-      <source>The certificate is not valid at the current date and time.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="45" />
-      <source>The certificate is not signed by a trusted authority.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="48" />
-      <source>The certificate contains errors.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="51" />
-      <source>The certificate has no mechanism for determining if it has been revoked.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="55" />
-      <source>Revocation information for the certificate is not available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="58" />
-      <source>The certificate has been revoked.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="61" />
-      <source>The certificate is invalid.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="64" />
-      <source>The certificate is signed using a weak signature algorithm.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="67" />
-      <source>The host name specified in the certificate is not unique.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="70" />
-      <source>The certificate contains a weak key.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="73" />
-      <source>The certificate claimed DNS names that are in violation of name constraints.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="77" />
-      <source>The certificate has a validity period that is too long.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="80" />
-      <source>Certificate Transparency was required for this connection, but the server did not provide information that complied with the policy.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="86" />
-      <source>The certificate is known to be used for interception by an entity other than the device owner.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="91" />
-      <source>The connection uses an obsolete version of SSL/TLS.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="94" />
-      <source>The certificate is a legacy Symantec one that's no longer valid.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="106" />
-      <source>No error description available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="137" />
-      <source>Remove Selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="143" />
-      <source>Remove All</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.ui" line="0"/>
+        <source>SSL Error Exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.ui" line="0"/>
+        <source>Code</source>
+        <translation>Code</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.ui" line="0"/>
+        <source>Error Description</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.ui" line="0"/>
+        <source>Press to remove the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.ui" line="0"/>
+        <source>&amp;Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.ui" line="0"/>
+        <source>Press to remove all entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.ui" line="0"/>
+        <source>Remove &amp;All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="35"/>
+        <source>The certificate did not match the built-in public keys pinned for the host name.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="39"/>
+        <source>The certificate&apos;s common name did not match the host name.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="42"/>
+        <source>The certificate is not valid at the current date and time.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="45"/>
+        <source>The certificate is not signed by a trusted authority.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="48"/>
+        <source>The certificate contains errors.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="51"/>
+        <source>The certificate has no mechanism for determining if it has been revoked.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="55"/>
+        <source>Revocation information for the certificate is not available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="58"/>
+        <source>The certificate has been revoked.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="61"/>
+        <source>The certificate is invalid.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="64"/>
+        <source>The certificate is signed using a weak signature algorithm.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="67"/>
+        <source>The host name specified in the certificate is not unique.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="70"/>
+        <source>The certificate contains a weak key.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="73"/>
+        <source>The certificate claimed DNS names that are in violation of name constraints.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="77"/>
+        <source>The certificate has a validity period that is too long.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="80"/>
+        <source>Certificate Transparency was required for this connection, but the server did not provide information that complied with the policy.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="86"/>
+        <source>The certificate is known to be used for interception by an entity other than the device owner.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="91"/>
+        <source>The connection uses an obsolete version of SSL/TLS.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="94"/>
+        <source>The certificate is a legacy Symantec one that&apos;s no longer valid.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="106"/>
+        <source>No error description available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="137"/>
+        <source>Remove Selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Network/SslErrorExceptionsDialog.py" line="143"/>
+        <source>Remove All</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>StartCoverageDialog</name>
     <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Start coverage run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Virtual Environment:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Select the virtual environment to be used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>&lt;b&gt;Virtual Environment&lt;/b&gt;
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Start coverage run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Select the virtual environment to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>&lt;b&gt;Virtual Environment&lt;/b&gt;
 &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="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Script Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Enter the script file name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>&lt;b&gt;Script Name&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Script Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Enter the script file name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>&lt;b&gt;Script Name&lt;/b&gt;
 &lt;p&gt;Enter the the name of the script. Leave empty to use the script of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Script Parameters:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Enter the commandline parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>&lt;b&gt;Commandline&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Script Parameters:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Enter the commandline parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>&lt;b&gt;Commandline&lt;/b&gt;
 &lt;p&gt;Enter the commandline parameters in this field.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Working directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Enter the working directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>&lt;b&gt;Working directory&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Working directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Enter the working directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>&lt;b&gt;Working directory&lt;/b&gt;
 &lt;p&gt;Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Environment Variables:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Enter the environment variables to be set separated by whitespace.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>&lt;b&gt;Environment Variables&lt;/b&gt;
-&lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.&lt;/p&gt;
-&lt;p&gt;Example: var1=1 var2="hello world" var3+=":/tmp" var4-&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Override Global Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Redirect stdin/stdout/stderr</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Uncheck to disable exception reporting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>&lt;b&gt;Report exceptions&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Environment Variables:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Enter the environment variables to be set separated by whitespace.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>&lt;b&gt;Environment Variables&lt;/b&gt;
+&lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form &apos;var=value&apos;. In order to add to an environment variable, enter it in the form &apos;var+=value&apos;. To delete an environment variable, append a &apos;-&apos; to the variable name.&lt;/p&gt;
+&lt;p&gt;Example: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot; var4-&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Override Global Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Redirect stdin/stdout/stderr</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Uncheck to disable exception reporting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>&lt;b&gt;Report exceptions&lt;/b&gt;
 &lt;p&gt;Uncheck this in order to disable exception reporting.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Report exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Alt+E</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Uncheck to disable reporting of unhandled exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>&lt;b&gt;Always report unhandled exceptions&lt;/b&gt;
-&lt;p&gt;When active all unhandled exceptions will be reported even if 'Report exceptions' is deactivated. When inactive the later switch determines exception reporting.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Always report unhandled exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Select to clear the display of the interpreter window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>&lt;b&gt;Clear interpreter window&lt;/b&gt;&lt;p&gt;This clears the display of the interpreter window before starting the debug client.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Clear interpreter window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Select to start the debugger in a console window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>&lt;b&gt;Start in console&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Report exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Alt+E</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Uncheck to disable reporting of unhandled exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>&lt;b&gt;Always report unhandled exceptions&lt;/b&gt;
+&lt;p&gt;When active all unhandled exceptions will be reported even if &apos;Report exceptions&apos; is deactivated. When inactive the later switch determines exception reporting.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Always report unhandled exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Select to clear the display of the interpreter window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>&lt;b&gt;Clear interpreter window&lt;/b&gt;&lt;p&gt;This clears the display of the interpreter window before starting the debug client.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Clear interpreter window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Select to start the debugger in a console window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>&lt;b&gt;Start in console&lt;/b&gt;
 &lt;p&gt;Select to start the debugger in a console window. The console command has to be configured on the Debugger-&amp;gt;General page&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Start in console</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Select this to erase the collected coverage information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>&lt;b&gt;Erase coverage information&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Start in console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Select this to erase the collected coverage information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>&lt;b&gt;Erase coverage information&lt;/b&gt;
 &lt;p&gt;Select this to erase the collected coverage information before the next coverage run.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Erase coverage information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartCoverageDialog.ui" line="0" />
-      <source>Alt+C</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Erase coverage information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="0"/>
+        <source>Alt+C</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>StartDebugDialog</name>
     <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Start debugging</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Virtual Environment:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Select the virtual environment to be used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>&lt;b&gt;Virtual Environment&lt;/b&gt;
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Start debugging</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Select the virtual environment to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>&lt;b&gt;Virtual Environment&lt;/b&gt;
 &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="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Script Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Enter the script file name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>&lt;b&gt;Script Name&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Script Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Enter the script file name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>&lt;b&gt;Script Name&lt;/b&gt;
 &lt;p&gt;Enter the the name of the script. Leave empty to use the script of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Script Parameters:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Enter the commandline parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>&lt;b&gt;Commandline&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Script Parameters:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Enter the commandline parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>&lt;b&gt;Commandline&lt;/b&gt;
 &lt;p&gt;Enter the commandline parameters in this field.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Working directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Enter the working directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>&lt;b&gt;Working directory&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Working directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Enter the working directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>&lt;b&gt;Working directory&lt;/b&gt;
 &lt;p&gt;Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Environment Variables:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Enter the environment variables to be set separated by whitespace.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>&lt;b&gt;Environment Variables&lt;/b&gt;
-&lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.&lt;/p&gt;
-&lt;p&gt;Example: var1=1 var2="hello world" var3+=":/tmp" var4-&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Override Global Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Redirect stdin/stdout/stderr</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Uncheck to disable exception reporting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>&lt;b&gt;Report exceptions&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Environment Variables:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Enter the environment variables to be set separated by whitespace.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>&lt;b&gt;Environment Variables&lt;/b&gt;
+&lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form &apos;var=value&apos;. In order to add to an environment variable, enter it in the form &apos;var+=value&apos;. To delete an environment variable, append a &apos;-&apos; to the variable name.&lt;/p&gt;
+&lt;p&gt;Example: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot; var4-&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Override Global Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Redirect stdin/stdout/stderr</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Uncheck to disable exception reporting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>&lt;b&gt;Report exceptions&lt;/b&gt;
 &lt;p&gt;Uncheck this in order to disable exception reporting.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Report exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Alt+E</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Uncheck to disable reporting of unhandled exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>&lt;b&gt;Always report unhandled exceptions&lt;/b&gt;
-&lt;p&gt;When active all unhandled exceptions will be reported even if 'Report exceptions' is deactivated. When inactive the later switch determines exception reporting.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Always report unhandled exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Select to clear the display of the interpreter window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>&lt;b&gt;Clear interpreter window&lt;/b&gt;&lt;p&gt;This clears the display of the interpreter window before starting the debug client.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Clear interpreter window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Select to start the debugger in a console window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>&lt;b&gt;Start in console&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Report exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Alt+E</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Uncheck to disable reporting of unhandled exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>&lt;b&gt;Always report unhandled exceptions&lt;/b&gt;
+&lt;p&gt;When active all unhandled exceptions will be reported even if &apos;Report exceptions&apos; is deactivated. When inactive the later switch determines exception reporting.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Always report unhandled exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Select to clear the display of the interpreter window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>&lt;b&gt;Clear interpreter window&lt;/b&gt;&lt;p&gt;This clears the display of the interpreter window before starting the debug client.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Clear interpreter window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Select to start the debugger in a console window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>&lt;b&gt;Start in console&lt;/b&gt;
 &lt;p&gt;Select to start the debugger in a console window. The console command has to be configured on the Debugger-&amp;gt;General page&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Start in console</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Select to trace into the Python library</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>&lt;b&gt;Trace into interpreter libraries&lt;b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Start in console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Select to trace into the Python library</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>&lt;b&gt;Trace into interpreter libraries&lt;b&gt;
 &lt;p&gt;When active the debugger will also trace calls into the Python library.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Trace into interpreter libraries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Alt+T</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Select to not stop the debugger at the first executable line.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>&lt;b&gt;Don't stop at first line&lt;/b&gt;&lt;p&gt;This prevents the debugger from stopping at the first executable line.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Don't stop at first line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Select this to enable multi process debugging.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>&lt;b&gt;Multi Process Debugging&lt;/b&gt;&lt;p&gt;This enables debugging capability for multi process programs. Each started Python program is started within a new debugger.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Multi Process Debugging</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDebugDialog.ui" line="0" />
-      <source>Don't Debug:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Trace into interpreter libraries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Alt+T</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Select to not stop the debugger at the first executable line.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>&lt;b&gt;Don&apos;t stop at first line&lt;/b&gt;&lt;p&gt;This prevents the debugger from stopping at the first executable line.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Don&apos;t stop at first line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Select this to enable multi process debugging.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>&lt;b&gt;Multi Process Debugging&lt;/b&gt;&lt;p&gt;This enables debugging capability for multi process programs. Each started Python program is started within a new debugger.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Multi Process Debugging</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="0"/>
+        <source>Don&apos;t Debug:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>StartDialog</name>
     <message>
-      <location filename="../Debugger/StartDialog.py" line="154" />
-      <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDialog.py" line="172" />
-      <source>Clear Histories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDialog.py" line="388" />
-      <location filename="../Debugger/StartDialog.py" line="175" />
-      <source>Edit History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDialog.py" line="215" />
-      <source>Enter the list of programs or program patterns not to be debugged separated by '{0}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDialog.py" line="371" />
-      <source>Script Name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDialog.py" line="372" />
-      <source>Script Parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDialog.py" line="373" />
-      <source>Working Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDialog.py" line="374" />
-      <source>Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDialog.py" line="384" />
-      <source>No Debug Programs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartDialog.py" line="389" />
-      <source>Select the history list to be edited:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/StartDialog.py" line="154"/>
+        <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDialog.py" line="172"/>
+        <source>Clear Histories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDialog.py" line="388"/>
+        <location filename="../Debugger/StartDialog.py" line="175"/>
+        <source>Edit History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDialog.py" line="215"/>
+        <source>Enter the list of programs or program patterns not to be debugged separated by &apos;{0}&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDialog.py" line="371"/>
+        <source>Script Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDialog.py" line="372"/>
+        <source>Script Parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDialog.py" line="373"/>
+        <source>Working Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDialog.py" line="374"/>
+        <source>Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDialog.py" line="384"/>
+        <source>No Debug Programs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartDialog.py" line="389"/>
+        <source>Select the history list to be edited:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>StartHistoryEditDialog</name>
     <message>
-      <location filename="../Debugger/StartHistoryEditDialog.py" line="67" />
-      <source>Edit History Entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartHistoryEditDialog.py" line="68" />
-      <source>Enter the new text:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartHistoryEditDialog.py" line="82" />
-      <source>Delete Selected Entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartHistoryEditDialog.py" line="83" />
-      <source>Do you really want to delete the selected history entries?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartHistoryEditDialog.py" line="98" />
-      <source>Delete All Entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartHistoryEditDialog.py" line="99" />
-      <source>Do you really want to delete the shown history?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartHistoryEditDialog.ui" line="0" />
-      <source>Edit History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartHistoryEditDialog.ui" line="0" />
-      <source>Press to edit the selected entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartHistoryEditDialog.ui" line="0" />
-      <source>Edit...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartHistoryEditDialog.ui" line="0" />
-      <source>Press to delete the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartHistoryEditDialog.ui" line="0" />
-      <source>Delete Selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartHistoryEditDialog.ui" line="0" />
-      <source>Press to delete all entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartHistoryEditDialog.ui" line="0" />
-      <source>Delete All</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/StartHistoryEditDialog.py" line="67"/>
+        <source>Edit History Entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartHistoryEditDialog.py" line="68"/>
+        <source>Enter the new text:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartHistoryEditDialog.py" line="82"/>
+        <source>Delete Selected Entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartHistoryEditDialog.py" line="83"/>
+        <source>Do you really want to delete the selected history entries?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartHistoryEditDialog.py" line="98"/>
+        <source>Delete All Entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartHistoryEditDialog.py" line="99"/>
+        <source>Do you really want to delete the shown history?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartHistoryEditDialog.ui" line="0"/>
+        <source>Edit History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartHistoryEditDialog.ui" line="0"/>
+        <source>Press to edit the selected entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartHistoryEditDialog.ui" line="0"/>
+        <source>Edit...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartHistoryEditDialog.ui" line="0"/>
+        <source>Press to delete the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartHistoryEditDialog.ui" line="0"/>
+        <source>Delete Selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartHistoryEditDialog.ui" line="0"/>
+        <source>Press to delete all entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartHistoryEditDialog.ui" line="0"/>
+        <source>Delete All</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>StartPageJsObject</name>
     <message>
-      <location filename="../WebBrowser/JavaScript/StartPageJsObject.py" line="36" />
-      <source>Search results provided by {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/JavaScript/StartPageJsObject.py" line="36"/>
+        <source>Search results provided by {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>StartProfileDialog</name>
     <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Start profiling</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Virtual Environment:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Select the virtual environment to be used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>&lt;b&gt;Virtual Environment&lt;/b&gt;
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Start profiling</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Select the virtual environment to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>&lt;b&gt;Virtual Environment&lt;/b&gt;
 &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="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Script Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Enter the script file name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>&lt;b&gt;Script Name&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Script Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Enter the script file name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>&lt;b&gt;Script Name&lt;/b&gt;
 &lt;p&gt;Enter the the name of the script. Leave empty to use the script of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Script Parameters:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Enter the commandline parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>&lt;b&gt;Commandline&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Script Parameters:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Enter the commandline parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>&lt;b&gt;Commandline&lt;/b&gt;
 &lt;p&gt;Enter the commandline parameters in this field.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Working directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Enter the working directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>&lt;b&gt;Working directory&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Working directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Enter the working directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>&lt;b&gt;Working directory&lt;/b&gt;
 &lt;p&gt;Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Environment Variables:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Enter the environment variables to be set separated by whitespace.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>&lt;b&gt;Environment Variables&lt;/b&gt;
-&lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.&lt;/p&gt;
-&lt;p&gt;Example: var1=1 var2="hello world" var3+=":/tmp" var4-&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Override Global Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Redirect stdin/stdout/stderr</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Uncheck to disable exception reporting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>&lt;b&gt;Report exceptions&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Environment Variables:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Enter the environment variables to be set separated by whitespace.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>&lt;b&gt;Environment Variables&lt;/b&gt;
+&lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form &apos;var=value&apos;. In order to add to an environment variable, enter it in the form &apos;var+=value&apos;. To delete an environment variable, append a &apos;-&apos; to the variable name.&lt;/p&gt;
+&lt;p&gt;Example: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot; var4-&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Override Global Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Redirect stdin/stdout/stderr</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Uncheck to disable exception reporting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>&lt;b&gt;Report exceptions&lt;/b&gt;
 &lt;p&gt;Uncheck this in order to disable exception reporting.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Report exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Alt+E</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Uncheck to disable reporting of unhandled exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>&lt;b&gt;Always report unhandled exceptions&lt;/b&gt;
-&lt;p&gt;When active all unhandled exceptions will be reported even if 'Report exceptions' is deactivated. When inactive the later switch determines exception reporting.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Always report unhandled exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Select to clear the display of the interpreter window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>&lt;b&gt;Clear interpreter window&lt;/b&gt;&lt;p&gt;This clears the display of the interpreter window before starting the debug client.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Clear interpreter window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Select to start the debugger in a console window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>&lt;b&gt;Start in console&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Report exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Alt+E</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Uncheck to disable reporting of unhandled exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>&lt;b&gt;Always report unhandled exceptions&lt;/b&gt;
+&lt;p&gt;When active all unhandled exceptions will be reported even if &apos;Report exceptions&apos; is deactivated. When inactive the later switch determines exception reporting.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Always report unhandled exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Select to clear the display of the interpreter window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>&lt;b&gt;Clear interpreter window&lt;/b&gt;&lt;p&gt;This clears the display of the interpreter window before starting the debug client.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Clear interpreter window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Select to start the debugger in a console window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>&lt;b&gt;Start in console&lt;/b&gt;
 &lt;p&gt;Select to start the debugger in a console window. The console command has to be configured on the Debugger-&amp;gt;General page&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Start in console</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Select this to erase the collected timing data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>&lt;b&gt;Erase timing data&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Start in console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Select this to erase the collected timing data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>&lt;b&gt;Erase timing data&lt;/b&gt;
 &lt;p&gt;Select this to erase the collected timing data before the next profiling run.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Erase timing data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartProfileDialog.ui" line="0" />
-      <source>Alt+C</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Erase timing data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="0"/>
+        <source>Alt+C</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>StartRunDialog</name>
     <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Start running</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Virtual Environment:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Select the virtual environment to be used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>&lt;b&gt;Virtual Environment&lt;/b&gt;
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Start running</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Select the virtual environment to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>&lt;b&gt;Virtual Environment&lt;/b&gt;
 &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="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Script Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Enter the script file name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>&lt;b&gt;Script Name&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Script Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Enter the script file name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>&lt;b&gt;Script Name&lt;/b&gt;
 &lt;p&gt;Enter the the name of the script. Leave empty to use the script of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Script Parameters:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Enter the commandline parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>&lt;b&gt;Commandline&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Script Parameters:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Enter the commandline parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>&lt;b&gt;Commandline&lt;/b&gt;
 &lt;p&gt;Enter the commandline parameters in this field.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Working directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Enter the working directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>&lt;b&gt;Working directory&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Working directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Enter the working directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>&lt;b&gt;Working directory&lt;/b&gt;
 &lt;p&gt;Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Environment Variables:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Enter the environment variables to be set separated by whitespace.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>&lt;b&gt;Environment Variables&lt;/b&gt;
-&lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.&lt;/p&gt;
-&lt;p&gt;Example: var1=1 var2="hello world" var3+=":/tmp" var4-&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Override Global Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Redirect stdin/stdout/stderr</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Uncheck to disable exception reporting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>&lt;b&gt;Report exceptions&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Environment Variables:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Enter the environment variables to be set separated by whitespace.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>&lt;b&gt;Environment Variables&lt;/b&gt;
+&lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form &apos;var=value&apos;. In order to add to an environment variable, enter it in the form &apos;var+=value&apos;. To delete an environment variable, append a &apos;-&apos; to the variable name.&lt;/p&gt;
+&lt;p&gt;Example: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot; var4-&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Override Global Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Redirect stdin/stdout/stderr</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Uncheck to disable exception reporting</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>&lt;b&gt;Report exceptions&lt;/b&gt;
 &lt;p&gt;Uncheck this in order to disable exception reporting.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Report exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Alt+E</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Select to start the debugger in a console window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>&lt;b&gt;Start in console&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Report exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Alt+E</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Select to start the debugger in a console window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>&lt;b&gt;Start in console&lt;/b&gt;
 &lt;p&gt;Select to start the debugger in a console window. The console command has to be configured on the Debugger-&amp;gt;General page&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Start in console</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Select to clear the display of the interpreter window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>&lt;b&gt;Clear interpreter window&lt;/b&gt;&lt;p&gt;This clears the display of the interpreter window before starting the debug client.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Clear interpreter window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Uncheck to disable reporting of unhandled exceptions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>&lt;b&gt;Always report unhandled exceptions&lt;/b&gt;
-&lt;p&gt;When active all unhandled exceptions will be reported even if 'Report exceptions' is deactivated. When inactive the later switch determines exception reporting.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/StartRunDialog.ui" line="0" />
-      <source>Always report unhandled exceptions</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Start in console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Select to clear the display of the interpreter window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>&lt;b&gt;Clear interpreter window&lt;/b&gt;&lt;p&gt;This clears the display of the interpreter window before starting the debug client.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Clear interpreter window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Uncheck to disable reporting of unhandled exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>&lt;b&gt;Always report unhandled exceptions&lt;/b&gt;
+&lt;p&gt;When active all unhandled exceptions will be reported even if &apos;Report exceptions&apos; is deactivated. When inactive the later switch determines exception reporting.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="0"/>
+        <source>Always report unhandled exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>StatusMonitorLed</name>
     <message>
-      <location filename="../VCS/StatusMonitorLed.py" line="49" />
-      <source>&lt;p&gt;This LED indicates the operating status of the VCS monitor thread (off = monitoring off, green = monitoring on and ok, red = monitoring on, but not ok, yellow = checking VCS status). A status description is given in the tooltip.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusMonitorLed.py" line="57" />
-      <source>Repository status checking is switched off</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusMonitorLed.py" line="63" />
-      <source>Check status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusMonitorLed.py" line="66" />
-      <source>Set interval...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusMonitorLed.py" line="69" />
-      <source>Switch on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusMonitorLed.py" line="70" />
-      <source>Switch off</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusMonitorLed.py" line="130" />
-      <source>VCS Status Monitor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusMonitorLed.py" line="131" />
-      <source>Enter monitor interval [s]</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../VCS/StatusMonitorLed.py" line="49"/>
+        <source>&lt;p&gt;This LED indicates the operating status of the VCS monitor thread (off = monitoring off, green = monitoring on and ok, red = monitoring on, but not ok, yellow = checking VCS status). A status description is given in the tooltip.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusMonitorLed.py" line="57"/>
+        <source>Repository status checking is switched off</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusMonitorLed.py" line="63"/>
+        <source>Check status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusMonitorLed.py" line="66"/>
+        <source>Set interval...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusMonitorLed.py" line="69"/>
+        <source>Switch on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusMonitorLed.py" line="70"/>
+        <source>Switch off</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusMonitorLed.py" line="130"/>
+        <source>VCS Status Monitor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusMonitorLed.py" line="131"/>
+        <source>Enter monitor interval [s]</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>StatusWidget</name>
     <message>
-      <location filename="../VCS/StatusWidget.py" line="78" />
-      <source>Press to toggle the commit markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="86" />
-      <source>Press to commit the marked entries with options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="94" />
-      <source>Press to add the selected, untracked entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="101" />
-      <source>Press to reload the status list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="107" />
-      <source>Select action from menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="932" />
-      <location filename="../VCS/StatusWidget.py" line="130" />
-      <source>Quick Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="148" />
-      <source>Select commit message from previous commits</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="158" />
-      <source>Clear the list of saved commit messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="166" />
-      <source>Press to commit the marked entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="189" />
-      <source>added</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="190" />
-      <source>modified</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="191" />
-      <source>removed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="192" />
-      <source>renamed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="193" />
-      <source>needs update</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="194" />
-      <source>conflict</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="195" />
-      <source>not tracked</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="196" />
-      <source>missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="967" />
-      <location filename="../VCS/StatusWidget.py" line="501" />
-      <location filename="../VCS/StatusWidget.py" line="226" />
-      <source>Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="228" />
-      <source>Commit the marked entries with options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="230" />
-      <source>Select all for commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="233" />
-      <source>Unselect all from commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="560" />
-      <location filename="../VCS/StatusWidget.py" line="239" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="241" />
-      <source>Add the selected, untracked entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="243" />
-      <source>Add All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="245" />
-      <source>Add all untracked entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="767" />
-      <location filename="../VCS/StatusWidget.py" line="250" />
-      <source>Differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="253" />
-      <source>Shows the differences of the selected entry in a separate dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="803" />
-      <location filename="../VCS/StatusWidget.py" line="796" />
-      <location filename="../VCS/StatusWidget.py" line="257" />
-      <source>Differences Side-By-Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="261" />
-      <source>Shows the differences of the selected entry side-by-side in a separate dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="267" />
-      <source>All Differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="270" />
-      <source>Shows the differences of all entries in a separate dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="828" />
-      <location filename="../VCS/StatusWidget.py" line="276" />
-      <source>Revert</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="279" />
-      <source>Reverts the changes of the selected files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="850" />
-      <location filename="../VCS/StatusWidget.py" line="285" />
-      <source>Forget Missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="287" />
-      <source>Forgets about the selected missing files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="872" />
-      <location filename="../VCS/StatusWidget.py" line="289" />
-      <source>Restore Missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="291" />
-      <source>Restores the selected missing files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="296" />
-      <source>Edit Conflict</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="299" />
-      <source>Edit the selected conflicting file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="907" />
-      <location filename="../VCS/StatusWidget.py" line="302" />
-      <source>Conflict Resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="306" />
-      <source>Mark the selected conflicting file as resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="334" />
-      <source>No project open.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="968" />
-      <location filename="../VCS/StatusWidget.py" line="502" />
-      <source>There are no entries selected to be committed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="561" />
-      <source>There are no unversioned entries available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="829" />
-      <location filename="../VCS/StatusWidget.py" line="797" />
-      <location filename="../VCS/StatusWidget.py" line="768" />
-      <source>There are no uncommitted changes available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="804" />
-      <source>Only one file with uncommitted changes must be selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="873" />
-      <location filename="../VCS/StatusWidget.py" line="851" />
-      <source>There are no missing entries available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="908" />
-      <source>There are no conflicting entries available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusWidget.py" line="933" />
-      <source>Select your commit message:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../VCS/StatusWidget.py" line="78"/>
+        <source>Press to toggle the commit markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="86"/>
+        <source>Press to commit the marked entries with options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="94"/>
+        <source>Press to add the selected, untracked entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="101"/>
+        <source>Press to reload the status list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="107"/>
+        <source>Select action from menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="932"/>
+        <location filename="../VCS/StatusWidget.py" line="130"/>
+        <source>Quick Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="148"/>
+        <source>Select commit message from previous commits</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="158"/>
+        <source>Clear the list of saved commit messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="166"/>
+        <source>Press to commit the marked entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="189"/>
+        <source>added</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="190"/>
+        <source>modified</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="191"/>
+        <source>removed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="192"/>
+        <source>renamed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="193"/>
+        <source>needs update</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="194"/>
+        <source>conflict</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="195"/>
+        <source>not tracked</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="196"/>
+        <source>missing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="967"/>
+        <location filename="../VCS/StatusWidget.py" line="501"/>
+        <location filename="../VCS/StatusWidget.py" line="226"/>
+        <source>Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="228"/>
+        <source>Commit the marked entries with options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="230"/>
+        <source>Select all for commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="233"/>
+        <source>Unselect all from commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="560"/>
+        <location filename="../VCS/StatusWidget.py" line="239"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="241"/>
+        <source>Add the selected, untracked entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="243"/>
+        <source>Add All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="245"/>
+        <source>Add all untracked entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="767"/>
+        <location filename="../VCS/StatusWidget.py" line="250"/>
+        <source>Differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="253"/>
+        <source>Shows the differences of the selected entry in a separate dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="803"/>
+        <location filename="../VCS/StatusWidget.py" line="796"/>
+        <location filename="../VCS/StatusWidget.py" line="257"/>
+        <source>Differences Side-By-Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="261"/>
+        <source>Shows the differences of the selected entry side-by-side in a separate dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="267"/>
+        <source>All Differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="270"/>
+        <source>Shows the differences of all entries in a separate dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="828"/>
+        <location filename="../VCS/StatusWidget.py" line="276"/>
+        <source>Revert</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="279"/>
+        <source>Reverts the changes of the selected files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="850"/>
+        <location filename="../VCS/StatusWidget.py" line="285"/>
+        <source>Forget Missing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="287"/>
+        <source>Forgets about the selected missing files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="872"/>
+        <location filename="../VCS/StatusWidget.py" line="289"/>
+        <source>Restore Missing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="291"/>
+        <source>Restores the selected missing files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="296"/>
+        <source>Edit Conflict</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="299"/>
+        <source>Edit the selected conflicting file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="907"/>
+        <location filename="../VCS/StatusWidget.py" line="302"/>
+        <source>Conflict Resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="306"/>
+        <source>Mark the selected conflicting file as resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="334"/>
+        <source>No project open.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="968"/>
+        <location filename="../VCS/StatusWidget.py" line="502"/>
+        <source>There are no entries selected to be committed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="561"/>
+        <source>There are no unversioned entries available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="829"/>
+        <location filename="../VCS/StatusWidget.py" line="797"/>
+        <location filename="../VCS/StatusWidget.py" line="768"/>
+        <source>There are no uncommitted changes available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="804"/>
+        <source>Only one file with uncommitted changes must be selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="873"/>
+        <location filename="../VCS/StatusWidget.py" line="851"/>
+        <source>There are no missing entries available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="908"/>
+        <source>There are no conflicting entries available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusWidget.py" line="933"/>
+        <source>Select your commit message:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Strip</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/strip.py" line="64" />
-      <source>Stripping changesets from repository</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/strip.py" line="64"/>
+        <source>Stripping changesets from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>StripProjectHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/ProjectHelper.py" line="37" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/ProjectHelper.py" line="35" />
-      <source>Strip changesets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/ProjectHelper.py" line="43" />
-      <source>Strip changesets from a repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/ProjectHelper.py" line="45" />
-      <source>&lt;b&gt;Strip changesets&lt;/b&gt;&lt;p&gt;This deletes a changeset and all its descendants from a repository. Each removed changeset will be stored in .hg/strip-backup as a bundle file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/ProjectHelper.py" line="90" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/ProjectHelper.py" line="78" />
-      <source>Strip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/ProjectHelper.py" line="91" />
-      <source>The project should be reread. Do this now?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/ProjectHelper.py" line="37"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/ProjectHelper.py" line="35"/>
+        <source>Strip changesets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/ProjectHelper.py" line="43"/>
+        <source>Strip changesets from a repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/ProjectHelper.py" line="45"/>
+        <source>&lt;b&gt;Strip changesets&lt;/b&gt;&lt;p&gt;This deletes a changeset and all its descendants from a repository. Each removed changeset will be stored in .hg/strip-backup as a bundle file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/ProjectHelper.py" line="90"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/ProjectHelper.py" line="78"/>
+        <source>Strip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/StripExtension/ProjectHelper.py" line="91"/>
+        <source>The project should be reread. Do this now?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SubstyleDefinitionDialog</name>
     <message>
-      <location filename="../Preferences/SubstyleDefinitionDialog.py" line="44" />
-      <source>&lt;h3&gt;{0} - {1}&lt;/h3&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/SubstyleDefinitionDialog.py" line="90" />
-      <source>Reset Sub-Style Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/SubstyleDefinitionDialog.py" line="91" />
-      <source>Shall the entered sub-style data be reset?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/SubstyleDefinitionDialog.py" line="116" />
-      <source>Set Sub-Style Data to Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/SubstyleDefinitionDialog.py" line="117" />
-      <source>Shall the sub-style data be set to default values?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0" />
-      <source>Define Sub-Style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0" />
-      <source>Description:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0" />
-      <source>Enter a short description for the style</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0" />
-      <source>Words (separated by spaces):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0" />
-      <source>Enter the list of words separated by space</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0" />
-      <source>Press to reset the data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0" />
-      <source>Reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0" />
-      <source>Press to set the data to default values (if available)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0" />
-      <source>Defaults</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/SubstyleDefinitionDialog.py" line="44"/>
+        <source>&lt;h3&gt;{0} - {1}&lt;/h3&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/SubstyleDefinitionDialog.py" line="90"/>
+        <source>Reset Sub-Style Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/SubstyleDefinitionDialog.py" line="91"/>
+        <source>Shall the entered sub-style data be reset?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/SubstyleDefinitionDialog.py" line="116"/>
+        <source>Set Sub-Style Data to Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/SubstyleDefinitionDialog.py" line="117"/>
+        <source>Shall the sub-style data be set to default values?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0"/>
+        <source>Define Sub-Style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0"/>
+        <source>Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0"/>
+        <source>Enter a short description for the style</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0"/>
+        <source>Words (separated by spaces):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0"/>
+        <source>Enter the list of words separated by space</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0"/>
+        <source>Press to reset the data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0"/>
+        <source>Reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0"/>
+        <source>Press to set the data to default values (if available)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0"/>
+        <source>Defaults</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Subversion</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="217" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="206" />
-      <source>Create project in repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="218" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="207" />
-      <source>The project could not be created in the repository. Maybe the given repository doesn't exist or the repository server is down.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="243" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="232" />
-      <source>New project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="244" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="233" />
-      <source>The project could not be checked out of the repository.&lt;br /&gt;Restoring the original contents.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="325" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="310" />
-      <source>Importing project into Subversion repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="328" />
-      <source>Imported revision {0}.
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="217"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="206"/>
+        <source>Create project in repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="218"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="207"/>
+        <source>The project could not be created in the repository. Maybe the given repository doesn&apos;t exist or the repository server is down.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="243"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="232"/>
+        <source>New project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="244"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="233"/>
+        <source>The project could not be checked out of the repository.&lt;br /&gt;Restoring the original contents.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="325"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="310"/>
+        <source>Importing project into Subversion repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="328"/>
+        <source>Imported revision {0}.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="362" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="365" />
-      <source>Subversion Checkout</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="420" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="363" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="433" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="366" />
-      <source>The tag must be a normal tag (tags) or a branch tag (branches). Please select from the list.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="389" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="388" />
-      <source>Checking project out of Subversion repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="419" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="432" />
-      <source>Subversion Export</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="443" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="454" />
-      <source>Exporting project from Subversion repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="514" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="535" />
-      <source>Commit Changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="515" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="536" />
-      <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="564" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="578" />
-      <source>Commiting changes to Subversion repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="612" />
-      <source>Committed revision {0}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="638" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="682" />
-      <source>Synchronizing with the Subversion repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="735" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="791" />
-      <source>Adding files/directories to the Subversion repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="824" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="898" />
-      <source>Adding directory trees to the Subversion repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="859" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="937" />
-      <source>Removing files/directories from the Subversion repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="918" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="996" />
-      <source>Moving {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1177" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1148" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1027" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="998" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1292" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1263" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1124" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1094" />
-      <source>Subversion Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="999" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1095" />
-      <source>The URL of the project repository could not be retrieved from the working copy. The tag operation will be aborted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1028" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1125" />
-      <source>The URL of the project repository has an invalid format. The tag operation will be aborted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1062" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1147" />
-      <source>Tagging {0} in the Subversion repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1324" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1172" />
-      <source>Revision {0}.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="362"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="365"/>
+        <source>Subversion Checkout</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="420"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="363"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="433"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="366"/>
+        <source>The tag must be a normal tag (tags) or a branch tag (branches). Please select from the list.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="389"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="388"/>
+        <source>Checking project out of Subversion repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="419"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="432"/>
+        <source>Subversion Export</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="443"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="454"/>
+        <source>Exporting project from Subversion repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="514"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="535"/>
+        <source>Commit Changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="515"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="536"/>
+        <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="564"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="578"/>
+        <source>Commiting changes to Subversion repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="612"/>
+        <source>Committed revision {0}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="638"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="682"/>
+        <source>Synchronizing with the Subversion repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="735"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="791"/>
+        <source>Adding files/directories to the Subversion repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="824"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="898"/>
+        <source>Adding directory trees to the Subversion repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="859"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="937"/>
+        <source>Removing files/directories from the Subversion repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="918"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="996"/>
+        <source>Moving {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1177"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1148"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1027"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="998"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1292"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1263"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1124"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1094"/>
+        <source>Subversion Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="999"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1095"/>
+        <source>The URL of the project repository could not be retrieved from the working copy. The tag operation will be aborted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1028"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1125"/>
+        <source>The URL of the project repository has an invalid format. The tag operation will be aborted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1062"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1161"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1147"/>
+        <source>Tagging {0} in the Subversion repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1324"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1172"/>
+        <source>Revision {0}.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1106" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1095" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1208" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1197" />
-      <source>Revert changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1096" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1198" />
-      <source>Do you really want to revert all changes to these files or directories?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1107" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1209" />
-      <source>Do you really want to revert all changes of the project?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1113" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1217" />
-      <source>Reverting changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1149" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1264" />
-      <source>The URL of the project repository could not be retrieved from the working copy. The switch operation will be aborted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1178" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1293" />
-      <source>The URL of the project repository has an invalid format. The switch operation will be aborted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1207" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1316" />
-      <source>Switching to {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1273" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1416" />
-      <source>Merging {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1543" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1723" />
-      <source>Cleaning up {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1573" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1763" />
-      <source>Subversion command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1744" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1883" />
-      <source>Resolving conficts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1777" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1924" />
-      <source>Copying {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1844" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1823" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2000" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1983" />
-      <source>Subversion Set Property</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1870" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1824" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2045" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1984" />
-      <source>You have to supply a property name. Aborting.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2023" />
-      <source>Property set.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1887" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1869" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1858" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2061" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2044" />
-      <source>Subversion Delete Property</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2079" />
-      <source>Property deleted.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2114" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2102" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2093" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2306" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2294" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2285" />
-      <source>Subversion Side-by-Side Difference</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2115" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2307" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2348" />
-      <source>Subversion Lock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2349" />
-      <source>Enter lock comment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2165" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2366" />
-      <source>Locking in the Subversion repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2192" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2407" />
-      <source>Unlocking in the Subversion repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2217" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2454" />
-      <source>Relocating</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2235" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2479" />
-      <source>Repository Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2236" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2480" />
-      <source>Enter the repository URL.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2306" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2269" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2505" />
-      <source>Remove from changelist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2285" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2544" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2533" />
-      <source>Add to changelist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2286" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2534" />
-      <source>Enter name of the changelist:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2373" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2598" />
-      <source>Upgrade</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="32" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="16" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="15" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="34" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="22" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="17" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="18" />
-      <source>Modify</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="20" />
-      <source>Replace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="21" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="23" />
-      <source>Failed revert</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="26" />
-      <source>Resolve</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="27" />
-      <source>Restore</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="28" />
-      <source>Revert</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="29" />
-      <source>Skip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="35" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="31" />
-      <source>External</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="36" />
-      <source>Update</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="37" />
-      <source>Annotate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="42" />
-      <source>Locking</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="45" />
-      <source>Unlocking</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="48" />
-      <source>Failed lock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="51" />
-      <source>Failed unlock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="55" />
-      <source>Changelist clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="58" />
-      <source>Changelist set</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="61" />
-      <source>Changelist moved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="66" />
-      <source>added</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="67" />
-      <source>conflict</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="68" />
-      <source>deleted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="69" />
-      <source>external</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="70" />
-      <source>ignored</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="71" />
-      <source>incomplete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="72" />
-      <source>missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="73" />
-      <source>merged</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="74" />
-      <source>modified</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="76" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="75" />
-      <source>normal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="77" />
-      <source>type error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="78" />
-      <source>replaced</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="79" />
-      <source>unversioned</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="177" />
-      <source>The svn process finished with the exit code {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2049" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="181" />
-      <source>The svn process did not finish within 30s.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="183" />
-      <source>Could not start the svn executable.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1859" />
-      <source>Enter property name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2051" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1106"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1095"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1208"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1197"/>
+        <source>Revert changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1096"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1198"/>
+        <source>Do you really want to revert all changes to these files or directories?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1107"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1209"/>
+        <source>Do you really want to revert all changes of the project?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1113"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1217"/>
+        <source>Reverting changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1149"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1264"/>
+        <source>The URL of the project repository could not be retrieved from the working copy. The switch operation will be aborted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1178"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1293"/>
+        <source>The URL of the project repository has an invalid format. The switch operation will be aborted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1207"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1316"/>
+        <source>Switching to {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1273"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1416"/>
+        <source>Merging {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1543"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1723"/>
+        <source>Cleaning up {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1573"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1763"/>
+        <source>Subversion command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1744"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1883"/>
+        <source>Resolving conficts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1777"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1924"/>
+        <source>Copying {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1844"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1823"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2000"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1983"/>
+        <source>Subversion Set Property</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1870"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1824"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2045"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1984"/>
+        <source>You have to supply a property name. Aborting.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2023"/>
+        <source>Property set.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1887"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1869"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1858"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2061"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2044"/>
+        <source>Subversion Delete Property</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2079"/>
+        <source>Property deleted.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2114"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2102"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2093"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2306"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2294"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2285"/>
+        <source>Subversion Side-by-Side Difference</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2115"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2307"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2348"/>
+        <source>Subversion Lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2349"/>
+        <source>Enter lock comment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2165"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2366"/>
+        <source>Locking in the Subversion repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2192"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2407"/>
+        <source>Unlocking in the Subversion repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2217"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2454"/>
+        <source>Relocating</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2235"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2479"/>
+        <source>Repository Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2236"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2480"/>
+        <source>Enter the repository URL.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2306"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2269"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2505"/>
+        <source>Remove from changelist</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2285"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2544"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2533"/>
+        <source>Add to changelist</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2286"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2534"/>
+        <source>Enter name of the changelist:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2373"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2598"/>
+        <source>Upgrade</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="32"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="16"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="15"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="34"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="22"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="17"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="18"/>
+        <source>Modify</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="20"/>
+        <source>Replace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="21"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="23"/>
+        <source>Failed revert</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="26"/>
+        <source>Resolve</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="27"/>
+        <source>Restore</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="28"/>
+        <source>Revert</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="29"/>
+        <source>Skip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="35"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="31"/>
+        <source>External</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="36"/>
+        <source>Update</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="37"/>
+        <source>Annotate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="42"/>
+        <source>Locking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="45"/>
+        <source>Unlocking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="48"/>
+        <source>Failed lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="51"/>
+        <source>Failed unlock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="55"/>
+        <source>Changelist clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="58"/>
+        <source>Changelist set</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="61"/>
+        <source>Changelist moved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="66"/>
+        <source>added</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="67"/>
+        <source>conflict</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="68"/>
+        <source>deleted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="69"/>
+        <source>external</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="70"/>
+        <source>ignored</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="71"/>
+        <source>incomplete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="72"/>
+        <source>missing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="73"/>
+        <source>merged</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="74"/>
+        <source>modified</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="76"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="75"/>
+        <source>normal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="77"/>
+        <source>type error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="78"/>
+        <source>replaced</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="79"/>
+        <source>unversioned</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="177"/>
+        <source>The svn process finished with the exit code {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2049"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="181"/>
+        <source>The svn process did not finish within 30s.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="183"/>
+        <source>Could not start the svn executable.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1859"/>
+        <source>Enter property name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2051"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SubversionPage</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Subversion Interface&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" />
-      <source>Log</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" />
-      <source>No. of log messages shown:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" />
-      <source>Enter the number of log messages to be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" />
-      <source>Edit the subversion config file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" />
-      <source>Edit config file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" />
-      <source>Edit the subversion servers file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" />
-      <source>Edit servers file</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Subversion Interface&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0"/>
+        <source>Log</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0"/>
+        <source>No. of log messages shown:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0"/>
+        <source>Enter the number of log messages to be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0"/>
+        <source>Edit the subversion config file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0"/>
+        <source>Edit config file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0"/>
+        <source>Edit the subversion servers file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0"/>
+        <source>Edit servers file</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvgDiagram</name>
     <message>
-      <location filename="../Graphics/SvgDiagram.py" line="75" />
-      <source>SVG-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/SvgDiagram.py" line="120" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/SvgDiagram.py" line="125" />
-      <source>Print</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/SvgDiagram.py" line="130" />
-      <source>Print Preview</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/SvgDiagram.py" line="160" />
-      <source>Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/SvgDiagram.py" line="163" />
-      <source>Graphics</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/SvgDiagram.py" line="408" />
-      <source>Diagram: {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Graphics/SvgDiagram.py" line="75"/>
+        <source>SVG-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/SvgDiagram.py" line="120"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/SvgDiagram.py" line="125"/>
+        <source>Print</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/SvgDiagram.py" line="130"/>
+        <source>Print Preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/SvgDiagram.py" line="160"/>
+        <source>Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/SvgDiagram.py" line="163"/>
+        <source>Graphics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/SvgDiagram.py" line="408"/>
+        <source>Diagram: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnBlameDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0" />
-      <source>Subversion Blame</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0" />
-      <source>Author</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0" />
-      <source>Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="106" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="107" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" />
-      <source>Press to send the input to the subversion process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" />
-      <source>Enter data to be sent to the subversion process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0"/>
+        <source>Subversion Blame</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0"/>
+        <source>Author</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0"/>
+        <source>Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="106"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="107"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0"/>
+        <source>Press to send the input to the subversion process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0"/>
+        <source>Enter data to be sent to the subversion process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnChangeListsDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="81" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.py" line="76" />
-      <source>Files (relative to {0}):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="145" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.py" line="107" />
-      <source>No changelists found</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui" line="0" />
-      <source>Subversion Change Lists</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui" line="0" />
-      <source>Change Lists:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui" line="0" />
-      <source>&lt;b&gt;Change Lists&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="81"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.py" line="76"/>
+        <source>Files (relative to {0}):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="145"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.py" line="107"/>
+        <source>No changelists found</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui" line="0"/>
+        <source>Subversion Change Lists</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui" line="0"/>
+        <source>Change Lists:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Change Lists&lt;/b&gt;
 &lt;p&gt;Select a change list here to see the associated files in the list below.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui" line="0" />
-      <source>&lt;b&gt;Files&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Files&lt;/b&gt;
 &lt;p&gt;This shows a list of files associated with the change list selected above.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="114" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="115" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" />
-      <source>Press to send the input to the subversion process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" />
-      <source>Enter data to be sent to the subversion process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="114"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="115"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0"/>
+        <source>Press to send the input to the subversion process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0"/>
+        <source>Enter data to be sent to the subversion process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnCommandDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" />
-      <source>Subversion Command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" />
-      <source>Subversion Command:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" />
-      <source>Enter the Subversion command to be executed with all necessary parameters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" />
-      <source>&lt;b&gt;Subversion Command&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0"/>
+        <source>Subversion Command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0"/>
+        <source>Subversion Command:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0"/>
+        <source>Enter the Subversion command to be executed with all necessary parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0"/>
+        <source>&lt;b&gt;Subversion Command&lt;/b&gt;
 &lt;p&gt;Enter the Subversion command to be executed including all necessary 
 parameters. If a parameter of the commandline includes a space you have to 
 surround this parameter by single or double quotes. Do not include the name 
 of the subversion client executable (i.e. svn).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" />
-      <source>Working Directory:&lt;br&gt;(optional)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" />
-      <source>Enter the working directory for the Subversion command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" />
-      <source>&lt;b&gt;Working directory&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0"/>
+        <source>Working Directory:&lt;br&gt;(optional)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0"/>
+        <source>Enter the working directory for the Subversion command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0"/>
+        <source>&lt;b&gt;Working directory&lt;/b&gt;
 &lt;p&gt;Enter the working directory for the Subversion command.
 This is an optional entry. The button to the right will open a 
 directory selection dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" />
-      <source>Project Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" />
-      <source>This shows the root directory of the current project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" />
-      <source>project directory</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0"/>
+        <source>Project Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0"/>
+        <source>This shows the root directory of the current project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0"/>
+        <source>project directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnCommitDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" />
-      <source>Subversion</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" />
-      <source>Commit Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" />
-      <source>Enter the log message.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" />
-      <source>&lt;b&gt;Log Message&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0"/>
+        <source>Subversion</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0"/>
+        <source>Commit Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0"/>
+        <source>Enter the log message.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0"/>
+        <source>&lt;b&gt;Log Message&lt;/b&gt;
 &lt;p&gt;Enter the log message for the commit action.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" />
-      <source>Recent commit messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" />
-      <source>Select a recent commit message to use</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" />
-      <source>Changelists</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" />
-      <source>Select the change lists to limit the commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" />
-      <source>Select to keep the changelists</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" />
-      <source>Keep changelists</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0"/>
+        <source>Recent commit messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0"/>
+        <source>Select a recent commit message to use</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0"/>
+        <source>Changelists</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0"/>
+        <source>Select the change lists to limit the commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0"/>
+        <source>Select to keep the changelists</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0"/>
+        <source>Keep changelists</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnCopyDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.py" line="45" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py" line="45" />
-      <source>Subversion Move</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" />
-      <source>Subversion Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" />
-      <source>Source:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" />
-      <source>Shows the name of the source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" />
-      <source>&lt;b&gt;Source name&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.py" line="45"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py" line="45"/>
+        <source>Subversion Move</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0"/>
+        <source>Subversion Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0"/>
+        <source>Source:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0"/>
+        <source>Shows the name of the source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0"/>
+        <source>&lt;b&gt;Source name&lt;/b&gt;
 &lt;p&gt;This field shows the name of the source.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" />
-      <source>Target:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" />
-      <source>Enter the target name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" />
-      <source>&lt;b&gt;Target name&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0"/>
+        <source>Target:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0"/>
+        <source>Enter the target name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0"/>
+        <source>&lt;b&gt;Target name&lt;/b&gt;
 &lt;p&gt;Enter the new name in this field. The target must be the new name or an absolute path.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" />
-      <source>Select to force the operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" />
-      <source>Enforce operation</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0"/>
+        <source>Select to force the operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0"/>
+        <source>Enforce operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.py" line="75" />
-      <source>Revision {0}.
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.py" line="75"/>
+        <source>Revision {0}.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.py" line="83" />
-      <source> (binary)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.py" line="86" />
-      <source>{0} {1}{2}
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.py" line="83"/>
+        <source> (binary)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.py" line="86"/>
+        <source>{0} {1}{2}
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.ui" line="0" />
-      <source>Subversion</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.ui" line="0" />
-      <source>Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.py" line="156" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.py" line="157" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0" />
-      <source>Press to send the input to the subversion process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0" />
-      <source>Enter data to be sent to the subversion process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.ui" line="0"/>
+        <source>Subversion</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.ui" line="0"/>
+        <source>Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.py" line="156"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.py" line="157"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0"/>
+        <source>Press to send the input to the subversion process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0"/>
+        <source>Enter data to be sent to the subversion process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnDialogMixin</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py" line="96" />
-      <source>Subversion SSL Server Certificate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py" line="97" />
-      <source>&lt;p&gt;Accept the following SSL certificate?&lt;/p&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Realm:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Hostname:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Fingerprint:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Valid from:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Valid until:&lt;/td&gt;&lt;td&gt;{4}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Issuer name:&lt;/td&gt;&lt;td&gt;{5}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py" line="119" />
-      <source>&amp;Permanent accept</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py" line="122" />
-      <source>&amp;Temporary accept</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py" line="124" />
-      <source>&amp;Reject</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py" line="96"/>
+        <source>Subversion SSL Server Certificate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py" line="97"/>
+        <source>&lt;p&gt;Accept the following SSL certificate?&lt;/p&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Realm:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Hostname:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Fingerprint:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Valid from:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Valid until:&lt;/td&gt;&lt;td&gt;{4}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Issuer name:&lt;/td&gt;&lt;td&gt;{5}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py" line="119"/>
+        <source>&amp;Permanent accept</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py" line="122"/>
+        <source>&amp;Temporary accept</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialogMixin.py" line="124"/>
+        <source>&amp;Reject</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnDiffDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="44" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="49" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="46" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="51" />
-      <source>Press to refresh the display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="172" />
-      <source>Subversion Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="173" />
-      <source>There is no temporary directory available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="216" />
-      <source>Processing file '{0}'...
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="44"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="49"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="46"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="51"/>
+        <source>Press to refresh the display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="172"/>
+        <source>Subversion Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="173"/>
+        <source>There is no temporary directory available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="216"/>
+        <source>Processing file &apos;{0}&apos;...
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="207" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="284" />
-      <source>There is no difference.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="223" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="342" />
-      <source>&lt;Start&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="224" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="343" />
-      <source>&lt;End&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="410" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="394" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="376" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="460" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="444" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="426" />
-      <source>Save Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="378" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="428" />
-      <source>Patch Files (*.diff)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="395" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="445" />
-      <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="411" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="461" />
-      <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui" line="0" />
-      <source>Difference</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui" line="0" />
-      <source>&lt;b&gt;Subversion Diff&lt;/b&gt;&lt;p&gt;This shows the output of the svn diff command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="188" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="189" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" />
-      <source>Press to send the input to the subversion process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" />
-      <source>Enter data to be sent to the subversion process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="207"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="284"/>
+        <source>There is no difference.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="223"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="342"/>
+        <source>&lt;Start&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="224"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="343"/>
+        <source>&lt;End&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="410"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="394"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="376"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="460"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="444"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="426"/>
+        <source>Save Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="378"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="428"/>
+        <source>Patch Files (*.diff)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="395"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="445"/>
+        <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="411"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="461"/>
+        <source>&lt;p&gt;The patch file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui" line="0"/>
+        <source>Difference</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui" line="0"/>
+        <source>&lt;b&gt;Subversion Diff&lt;/b&gt;&lt;p&gt;This shows the output of the svn diff command.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="188"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="189"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0"/>
+        <source>Press to send the input to the subversion process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0"/>
+        <source>Enter data to be sent to the subversion process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnInfoDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="69" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Path (relative to project):&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="74" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Url:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="78" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Revision:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="82" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Repository root URL:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="86" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Repository UUID:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="90" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last changed author:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="94" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last Changed Date:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="101" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last changed revision:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="106" />
-      <source>file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="108" />
-      <source>directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="110" />
-      <source>none</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="112" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="113" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Node kind:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="118" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Lock Owner:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="121" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Lock Creation Date:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="125" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Lock Expiration Date:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="129" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Lock Token:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="132" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Lock Comment:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="139" />
-      <source>normal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="141" />
-      <source>add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="143" />
-      <source>delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="145" />
-      <source>replace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="146" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Schedule:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="150" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Copied From URL:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="153" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Copied From Rev:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="157" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Text Last Updated:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="161" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Properties Last Updated:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="166" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Checksum:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="69"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Path (relative to project):&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="74"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Url:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="78"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Revision:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="82"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Repository root URL:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="86"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Repository UUID:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="90"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last changed author:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="94"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last Changed Date:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="101"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last changed revision:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="106"/>
+        <source>file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="108"/>
+        <source>directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="110"/>
+        <source>none</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="112"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="113"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Node kind:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="118"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Lock Owner:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="121"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Lock Creation Date:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="125"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Lock Expiration Date:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="129"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Lock Token:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="132"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Lock Comment:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="139"/>
+        <source>normal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="141"/>
+        <source>add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="143"/>
+        <source>delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="145"/>
+        <source>replace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="146"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Schedule:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="150"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Copied From URL:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="153"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Copied From Rev:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="157"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Text Last Updated:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="161"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Properties Last Updated:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnInfoDialog.py" line="166"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Checksum:&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnLogBrowserDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Subversion Log</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>From:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Enter the start date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>To:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Enter the end date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Select the field to filter on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="676" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="566" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="673" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="563" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Author</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="167" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="128" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Enter the regular expression to filter on</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Copy from</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Copy from Rev</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Press to get the next bunch of log entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>&amp;Next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Enter the limit of entries to fetch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Select to stop listing log messages at a copy or move</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Stop on Copy/Move</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Press to move up in the log list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Press to move down in the log list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Press to generate a diff to the previous revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>&amp;Diff to Previous</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Press to compare two revisions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>&amp;Compare Revisions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Select to show differences side-by-side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" />
-      <source>Show differences side-by-side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="93" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="73" />
-      <source>Added</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="94" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="74" />
-      <source>Deleted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="95" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="75" />
-      <source>Modified</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="96" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="76" />
-      <source>Replaced</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="516" />
-      <source>Subversion Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <source>&lt;b&gt;Subversion log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the svn log command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <source>Press to send the input to the subversion process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <source>Enter data to be sent to the subversion process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="316" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="317" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Subversion Log</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>From:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Enter the start date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>To:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Enter the end date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Select the field to filter on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="676"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="566"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="673"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="563"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Author</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="167"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="128"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Enter the regular expression to filter on</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Copy from</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Copy from Rev</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Press to get the next bunch of log entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>&amp;Next</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Enter the limit of entries to fetch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Select to stop listing log messages at a copy or move</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Stop on Copy/Move</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Press to move up in the log list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Press to move down in the log list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Press to generate a diff to the previous revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>&amp;Diff to Previous</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Press to compare two revisions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>&amp;Compare Revisions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Select to show differences side-by-side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Show differences side-by-side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="93"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="73"/>
+        <source>Added</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="94"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="74"/>
+        <source>Deleted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="95"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="75"/>
+        <source>Modified</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="96"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="76"/>
+        <source>Replaced</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="516"/>
+        <source>Subversion Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <source>&lt;b&gt;Subversion log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the svn log command.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Press to send the input to the subversion process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Enter data to be sent to the subversion process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="316"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="317"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnLoginDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.py" line="34" />
-      <source>&lt;b&gt;Enter login data for realm {0}.&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="0" />
-      <source>Subversion Login</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="0" />
-      <source>Select, if the login data should be saved.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="0" />
-      <source>Save login data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="0" />
-      <source>Enter password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="0" />
-      <source>Password:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="0" />
-      <source>Username:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="0" />
-      <source>Enter username</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.py" line="34"/>
+        <source>&lt;b&gt;Enter login data for realm {0}.&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="0"/>
+        <source>Subversion Login</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="0"/>
+        <source>Select, if the login data should be saved.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="0"/>
+        <source>Save login data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="0"/>
+        <source>Enter password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="0"/>
+        <source>Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="0"/>
+        <source>Username:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLoginDialog.ui" line="0"/>
+        <source>Enter username</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnMergeDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" />
-      <source>Subversion Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" />
-      <source>Select to force the merge operation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" />
-      <source>Enforce merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" />
-      <source>Target:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" />
-      <source>Enter the target</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" />
-      <source>&lt;b&gt;Target&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0"/>
+        <source>Subversion Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0"/>
+        <source>Select to force the merge operation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0"/>
+        <source>Enforce merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0"/>
+        <source>Target:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0"/>
+        <source>Enter the target</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0"/>
+        <source>&lt;b&gt;Target&lt;/b&gt;
 &lt;p&gt;Enter the target for the merge operation into this field. Leave it empty to
 get the target URL from the working copy.&lt;/p&gt;
 &lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; This entry is only needed, if you enter revision numbers above.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" />
-      <source>Enter an URL or a revision number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" />
-      <source>&lt;b&gt;URL/Revision&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0"/>
+        <source>Enter an URL or a revision number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0"/>
+        <source>&lt;b&gt;URL/Revision&lt;/b&gt;
 &lt;p&gt;Enter an URL or a revision number to be merged into
 the working copy.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" />
-      <source>2. URL/Revision:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" />
-      <source>1. URL/Revision:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0"/>
+        <source>2. URL/Revision:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0"/>
+        <source>1. URL/Revision:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnNewProjectOptionsDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" />
-      <source>New Project from Repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;New Project from Repository Dialog&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <source>New Project from Repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;New Project from Repository Dialog&lt;/b&gt;
 &lt;p&gt;Enter the various repository infos into the entry fields. These values are used, when the new project is retrieved from the repository. If the checkbox is selected, the URL must end in the project name. A repository layout with project/tags, project/branches and project/trunk will be assumed. In this case, you may enter a tag or branch, which must look like tags/tagname or branches/branchname. If the checkbox is not selected, the URL must contain the complete path in the repository.&lt;/p&gt;
 &lt;p&gt;For remote repositories the URL must contain the hostname.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" />
-      <source>&amp;Protocol:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" />
-      <source>Select the protocol to access the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="129" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.py" line="130" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" />
-      <source>&amp;URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" />
-      <source>Enter the url path of the module in the repository (without protocol part)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;URL&lt;/b&gt;&lt;p&gt;Enter the URL to the module. For a repository with standard layout, this must not contain the trunk, tags or branches part.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" />
-      <source>&amp;Tag:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" />
-      <source>Enter the tag the new project should be generated from</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Tag in VCS&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <source>&amp;Protocol:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <source>Select the protocol to access the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="129"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.py" line="130"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <source>&amp;URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <source>Enter the url path of the module in the repository (without protocol part)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;URL&lt;/b&gt;&lt;p&gt;Enter the URL to the module. For a repository with standard layout, this must not contain the trunk, tags or branches part.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <source>&amp;Tag:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <source>Enter the tag the new project should be generated from</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Tag in VCS&lt;/b&gt;
 &lt;p&gt;Enter the tag name the new project shall be generated from. Leave empty to retrieve the latest data from the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" />
-      <source>Project &amp;Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" />
-      <source>Enter the directory of the new project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Project Directory&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <source>Project &amp;Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <source>Enter the directory of the new project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Project Directory&lt;/b&gt;
 &lt;p&gt;Enter the directory of the new project. It will be retrieved from 
 the repository and be placed in this directory.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" />
-      <source>Select to indicate, that the repository has a standard layout (projectdir/trunk, projectdir/tags, projectdir/branches)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" />
-      <source>Repository has standard &amp;layout</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" />
-      <source>Alt+L</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="122" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.py" line="123" />
-      <source>Pat&amp;h:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <source>Select to indicate, that the repository has a standard layout (projectdir/trunk, projectdir/tags, projectdir/branches)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <source>Repository has standard &amp;layout</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0"/>
+        <source>Alt+L</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="122"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.py" line="123"/>
+        <source>Pat&amp;h:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnOptionsDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py" line="90" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.py" line="90" />
-      <source>Pat&amp;h:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py" line="96" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.py" line="96" />
-      <source>&amp;URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" />
-      <source>Repository Infos</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Repository Infos Dialog&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py" line="90"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.py" line="90"/>
+        <source>Pat&amp;h:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py" line="96"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.py" line="96"/>
+        <source>&amp;URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0"/>
+        <source>Repository Infos</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Repository Infos Dialog&lt;/b&gt;
 &lt;p&gt;Enter the various infos into the entry fields. These values are used to generate a new project in the repository. If the checkbox is selected, the URL must end in the project name. A directory tree with project/tags, project/branches and project/trunk will be generated in the repository. If the checkbox is not selected, the URL must contain the complete path in the repository.&lt;/p&gt;
 &lt;p&gt;For remote repositories the URL must contain the hostname.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" />
-      <source>&amp;Protocol:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" />
-      <source>Select the protocol to access the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" />
-      <source>Enter the url path of the module in the repository (without protocol part)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;URL&lt;/b&gt;&lt;p&gt;Enter the URL to the module. For a repository with standard layout, this must not contain the trunk, tags or branches part.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" />
-      <source>Log &amp;Message:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" />
-      <source>Enter the log message for the new project.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Log Message&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0"/>
+        <source>&amp;Protocol:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0"/>
+        <source>Select the protocol to access the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0"/>
+        <source>Enter the url path of the module in the repository (without protocol part)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;URL&lt;/b&gt;&lt;p&gt;Enter the URL to the module. For a repository with standard layout, this must not contain the trunk, tags or branches part.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0"/>
+        <source>Log &amp;Message:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0"/>
+        <source>Enter the log message for the new project.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Log Message&lt;/b&gt;
 &lt;p&gt;Enter the log message to be used for the new project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" />
-      <source>new project started</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" />
-      <source>Select, if the standard repository layout (projectdir/trunk, projectdir/tags, projectdir/branches) should be generated</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" />
-      <source>Create standard repository &amp;layout</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" />
-      <source>Alt+L</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0"/>
+        <source>new project started</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0"/>
+        <source>Select, if the standard repository layout (projectdir/trunk, projectdir/tags, projectdir/branches) should be generated</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0"/>
+        <source>Create standard repository &amp;layout</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0"/>
+        <source>Alt+L</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnProjectBrowserHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="734" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="591" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="544" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="394" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="208" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="742" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="593" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="546" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="399" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="210" />
-      <source>Version Control</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="750" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="607" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="410" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="224" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="758" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="609" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="415" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="226" />
-      <source>Update from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="756" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="613" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="416" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="230" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="764" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="615" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="421" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="232" />
-      <source>Commit changes to repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="763" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="620" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="423" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="237" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="771" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="622" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="428" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="239" />
-      <source>Add to repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="430" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="244" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="435" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="246" />
-      <source>Add tree to repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="769" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="626" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="436" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="250" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="777" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="628" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="441" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="252" />
-      <source>Remove from repository (and disk)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="631" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="255" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="633" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="257" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="633" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="257" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="635" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="259" />
-      <source>Move</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="776" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="638" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="443" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="262" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="784" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="640" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="448" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="264" />
-      <source>Add to Changelist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="780" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="642" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="447" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="266" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="788" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="644" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="452" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="268" />
-      <source>Remove from Changelist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="648" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="272" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="650" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="274" />
-      <source>Show log browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="786" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="655" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="453" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="279" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="794" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="657" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="458" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="281" />
-      <source>Show status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="663" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="287" />
-      <source>Show repository info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="793" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="662" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="460" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="286" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="801" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="670" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="465" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="294" />
-      <source>Show differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="292" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="300" />
-      <source>Show differences side-by-side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="799" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="668" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="466" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="298" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="807" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="676" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="471" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="306" />
-      <source>Show differences (extended)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="304" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="312" />
-      <source>Show differences side-by-side (extended)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="805" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="674" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="472" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="310" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="813" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="682" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="477" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="318" />
-      <source>Show differences (URLs)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="314" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="322" />
-      <source>Show annotated file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="812" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="681" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="479" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="319" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="820" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="689" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="484" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="327" />
-      <source>Revert changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="818" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="687" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="325" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="826" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="695" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="333" />
-      <source>Merge changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="822" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="691" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="483" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="329" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="830" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="699" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="488" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="337" />
-      <source>Conflicts resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="488" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="334" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="492" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="341" />
-      <source>Lock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="493" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="339" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="496" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="345" />
-      <source>Unlock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="499" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="345" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="501" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="350" />
-      <source>Break Lock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="505" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="351" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="507" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="356" />
-      <source>Steal Lock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="825" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="694" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="510" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="356" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="833" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="702" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="512" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="361" />
-      <source>Set Property</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="827" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="696" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="512" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="358" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="835" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="704" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="514" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="363" />
-      <source>List Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="829" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="698" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="514" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="360" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="837" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="706" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="516" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="365" />
-      <source>Delete Property</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="833" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="702" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="559" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="518" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="364" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="841" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="710" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="561" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="520" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="369" />
-      <source>Select all local file entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="836" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="705" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="562" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="521" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="367" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="844" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="713" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="564" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="523" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="372" />
-      <source>Select all versioned file entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="839" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="708" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="565" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="524" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="370" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="847" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="716" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="567" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="526" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="375" />
-      <source>Select all local directory entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="843" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="712" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="569" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="528" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="374" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="851" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="720" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="571" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="530" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="379" />
-      <source>Select all versioned directory entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="847" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="716" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="573" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="532" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="378" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="855" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="724" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="575" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="534" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="383" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="734"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="591"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="544"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="394"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="208"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="742"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="593"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="546"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="399"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="210"/>
+        <source>Version Control</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="750"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="607"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="410"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="224"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="758"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="609"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="415"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="226"/>
+        <source>Update from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="756"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="613"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="416"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="230"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="764"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="615"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="421"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="232"/>
+        <source>Commit changes to repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="763"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="620"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="423"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="237"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="771"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="622"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="428"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="239"/>
+        <source>Add to repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="430"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="244"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="435"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="246"/>
+        <source>Add tree to repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="769"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="626"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="436"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="250"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="777"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="628"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="441"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="252"/>
+        <source>Remove from repository (and disk)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="631"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="255"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="633"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="257"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="633"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="257"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="635"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="259"/>
+        <source>Move</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="776"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="638"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="443"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="262"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="784"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="640"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="448"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="264"/>
+        <source>Add to Changelist</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="780"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="642"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="447"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="266"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="788"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="644"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="452"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="268"/>
+        <source>Remove from Changelist</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="648"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="272"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="650"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="274"/>
+        <source>Show log browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="786"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="655"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="453"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="279"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="794"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="657"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="458"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="281"/>
+        <source>Show status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="663"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="287"/>
+        <source>Show repository info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="793"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="662"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="460"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="286"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="801"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="670"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="465"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="294"/>
+        <source>Show differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="292"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="300"/>
+        <source>Show differences side-by-side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="799"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="668"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="466"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="298"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="807"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="676"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="471"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="306"/>
+        <source>Show differences (extended)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="304"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="312"/>
+        <source>Show differences side-by-side (extended)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="805"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="674"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="472"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="310"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="813"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="682"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="477"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="318"/>
+        <source>Show differences (URLs)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="314"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="322"/>
+        <source>Show annotated file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="812"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="681"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="479"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="319"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="820"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="689"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="484"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="327"/>
+        <source>Revert changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="818"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="687"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="325"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="826"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="695"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="333"/>
+        <source>Merge changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="822"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="691"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="483"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="329"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="830"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="699"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="488"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="337"/>
+        <source>Conflicts resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="488"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="334"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="492"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="341"/>
+        <source>Lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="493"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="339"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="496"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="345"/>
+        <source>Unlock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="499"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="345"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="501"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="350"/>
+        <source>Break Lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="505"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="351"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="507"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="356"/>
+        <source>Steal Lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="825"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="694"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="510"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="356"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="833"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="702"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="512"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="361"/>
+        <source>Set Property</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="827"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="696"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="512"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="358"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="835"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="704"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="514"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="363"/>
+        <source>List Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="829"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="698"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="514"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="360"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="837"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="706"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="516"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="365"/>
+        <source>Delete Property</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="833"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="702"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="559"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="518"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="364"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="841"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="710"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="561"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="520"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="369"/>
+        <source>Select all local file entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="836"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="705"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="562"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="521"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="367"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="844"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="713"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="564"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="523"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="372"/>
+        <source>Select all versioned file entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="839"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="708"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="565"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="524"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="370"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="847"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="716"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="567"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="526"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="375"/>
+        <source>Select all local directory entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="843"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="712"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="569"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="528"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="374"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="851"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="720"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="571"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="530"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="379"/>
+        <source>Select all versioned directory entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="847"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="716"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="573"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="532"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="378"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="855"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="724"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="575"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="534"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="383"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnProjectHelper</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="49" />
-      <source>New from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="51" />
-      <source>&amp;New from repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="58" />
-      <source>Create a new project from the VCS repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="61" />
-      <source>&lt;b&gt;New from repository&lt;/b&gt;&lt;p&gt;This creates a new local project from the VCS repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="71" />
-      <source>Update from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="73" />
-      <source>&amp;Update from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="80" />
-      <source>Update the local project from the VCS repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="83" />
-      <source>&lt;b&gt;Update from repository&lt;/b&gt;&lt;p&gt;This updates the local project from the VCS repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="93" />
-      <source>Commit changes to repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="95" />
-      <source>&amp;Commit changes to repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="102" />
-      <source>Commit changes to the local project to the VCS repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="105" />
-      <source>&lt;b&gt;Commit changes to repository&lt;/b&gt;&lt;p&gt;This commits changes to the local project to the VCS repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="117" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="115" />
-      <source>Show log browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="124" />
-      <source>Show a dialog to browse the log of the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="127" />
-      <source>&lt;b&gt;Show log browser&lt;/b&gt;&lt;p&gt;This shows a dialog to browse the log of the local project. A limited number of entries is shown first. More can be retrieved later on.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="138" />
-      <source>Show differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="140" />
-      <source>Show &amp;difference</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="147" />
-      <source>Show the difference of the local project to the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="150" />
-      <source>&lt;b&gt;Show differences&lt;/b&gt;&lt;p&gt;This shows differences of the local project to the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="162" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="160" />
-      <source>Show differences (extended)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="169" />
-      <source>Show the difference of revisions of the project to the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="172" />
-      <source>&lt;b&gt;Show differences (extended)&lt;/b&gt;&lt;p&gt;This shows differences of selectable revisions of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="184" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="182" />
-      <source>Show differences (URLs)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="191" />
-      <source>Show the difference of the project between two repository URLs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="194" />
-      <source>&lt;b&gt;Show differences (URLs)&lt;/b&gt;&lt;p&gt;This shows differences of the project between two repository URLs.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="204" />
-      <source>Show status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="206" />
-      <source>Show &amp;status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="212" />
-      <source>Show the status of the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="214" />
-      <source>&lt;b&gt;Show status&lt;/b&gt;&lt;p&gt;This shows the status of the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="225" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="223" />
-      <source>Show change lists</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="232" />
-      <source>Show the change lists and associated files of the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="235" />
-      <source>&lt;b&gt;Show change lists&lt;/b&gt;&lt;p&gt;This shows the change lists and associated files of the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="245" />
-      <source>Tag in repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="247" />
-      <source>&amp;Tag in repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="253" />
-      <source>Tag the local project in the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="255" />
-      <source>&lt;b&gt;Tag in repository&lt;/b&gt;&lt;p&gt;This tags the local project in the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="264" />
-      <source>Export from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="266" />
-      <source>&amp;Export from repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="272" />
-      <source>Export a project from the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="274" />
-      <source>&lt;b&gt;Export from repository&lt;/b&gt;&lt;p&gt;This exports a project from the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="283" />
-      <source>Command options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="284" />
-      <source>Command &amp;options...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="290" />
-      <source>Show the VCS command options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="292" />
-      <source>&lt;b&gt;Command options...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the VCS command options.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="301" />
-      <source>Revert changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="303" />
-      <source>Re&amp;vert changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="310" />
-      <source>Revert all changes made to the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="313" />
-      <source>&lt;b&gt;Revert changes&lt;/b&gt;&lt;p&gt;This reverts all changes made to the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="322" />
-      <source>Merge</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="324" />
-      <source>Mer&amp;ge changes...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="331" />
-      <source>Merge changes of a tag/revision into the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="334" />
-      <source>&lt;b&gt;Merge&lt;/b&gt;&lt;p&gt;This merges changes of a tag/revision into the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="344" />
-      <source>Switch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="346" />
-      <source>S&amp;witch...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="353" />
-      <source>Switch the local copy to another tag/branch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="356" />
-      <source>&lt;b&gt;Switch&lt;/b&gt;&lt;p&gt;This switches the local copy to another tag/branch.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="365" />
-      <source>Conflicts resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="366" />
-      <source>Con&amp;flicts resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="373" />
-      <source>Mark all conflicts of the local project as resolved</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="376" />
-      <source>&lt;b&gt;Conflicts resolved&lt;/b&gt;&lt;p&gt;This marks all conflicts of the local project as resolved.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="386" />
-      <source>Cleanup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="386" />
-      <source>Cleanu&amp;p</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="388" />
-      <source>Cleanup the local project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="390" />
-      <source>&lt;b&gt;Cleanup&lt;/b&gt;&lt;p&gt;This performs a cleanup of the local project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="399" />
-      <source>Execute command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="400" />
-      <source>E&amp;xecute command...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="406" />
-      <source>Execute an arbitrary VCS command</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="408" />
-      <source>&lt;b&gt;Execute command&lt;/b&gt;&lt;p&gt;This opens a dialog to enter an arbitrary VCS command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="417" />
-      <source>List tags</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="418" />
-      <source>List tags...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="424" />
-      <source>List tags of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="426" />
-      <source>&lt;b&gt;List tags&lt;/b&gt;&lt;p&gt;This lists the tags of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="432" />
-      <source>List branches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="433" />
-      <source>List branches...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="439" />
-      <source>List branches of the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="441" />
-      <source>&lt;b&gt;List branches&lt;/b&gt;&lt;p&gt;This lists the branches of the project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="450" />
-      <source>List repository contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="451" />
-      <source>List repository contents...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="457" />
-      <source>Lists the contents of the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="459" />
-      <source>&lt;b&gt;List repository contents&lt;/b&gt;&lt;p&gt;This lists the contents of the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="468" />
-      <source>Set Property</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="469" />
-      <source>Set Property...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="475" />
-      <source>Set a property for the project files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="477" />
-      <source>&lt;b&gt;Set Property&lt;/b&gt;&lt;p&gt;This sets a property for the project files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="486" />
-      <source>List Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="487" />
-      <source>List Properties...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="494" />
-      <source>List properties of the project files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="497" />
-      <source>&lt;b&gt;List Properties&lt;/b&gt;&lt;p&gt;This lists the properties of the project files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="506" />
-      <source>Delete Property</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="507" />
-      <source>Delete Property...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="514" />
-      <source>Delete a property for the project files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="517" />
-      <source>&lt;b&gt;Delete Property&lt;/b&gt;&lt;p&gt;This deletes a property for the project files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="526" />
-      <source>Relocate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="528" />
-      <source>Relocate...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="535" />
-      <source>Relocate the working copy to a new repository URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="538" />
-      <source>&lt;b&gt;Relocate&lt;/b&gt;&lt;p&gt;This relocates the working copy to a new repository URL.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="548" />
-      <source>Repository Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="550" />
-      <source>Repository Browser...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="557" />
-      <source>Show the Repository Browser dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="560" />
-      <source>&lt;b&gt;Repository Browser&lt;/b&gt;&lt;p&gt;This shows the Repository Browser dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="569" />
-      <source>Configure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="570" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="577" />
-      <source>Show the configuration dialog with the Subversion page selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="580" />
-      <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;Show the configuration dialog with the Subversion page selected.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="590" />
-      <source>Upgrade</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="590" />
-      <source>Upgrade...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="593" />
-      <source>Upgrade the working copy to the current format</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="596" />
-      <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;Upgrades the working copy to the current format.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="677" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="675" />
-      <source>Subversion (svn)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="49"/>
+        <source>New from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="51"/>
+        <source>&amp;New from repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="58"/>
+        <source>Create a new project from the VCS repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="61"/>
+        <source>&lt;b&gt;New from repository&lt;/b&gt;&lt;p&gt;This creates a new local project from the VCS repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="71"/>
+        <source>Update from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="73"/>
+        <source>&amp;Update from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="80"/>
+        <source>Update the local project from the VCS repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="83"/>
+        <source>&lt;b&gt;Update from repository&lt;/b&gt;&lt;p&gt;This updates the local project from the VCS repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="93"/>
+        <source>Commit changes to repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="95"/>
+        <source>&amp;Commit changes to repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="102"/>
+        <source>Commit changes to the local project to the VCS repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="105"/>
+        <source>&lt;b&gt;Commit changes to repository&lt;/b&gt;&lt;p&gt;This commits changes to the local project to the VCS repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="117"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="115"/>
+        <source>Show log browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="124"/>
+        <source>Show a dialog to browse the log of the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="127"/>
+        <source>&lt;b&gt;Show log browser&lt;/b&gt;&lt;p&gt;This shows a dialog to browse the log of the local project. A limited number of entries is shown first. More can be retrieved later on.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="138"/>
+        <source>Show differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="140"/>
+        <source>Show &amp;difference</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="147"/>
+        <source>Show the difference of the local project to the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="150"/>
+        <source>&lt;b&gt;Show differences&lt;/b&gt;&lt;p&gt;This shows differences of the local project to the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="162"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="160"/>
+        <source>Show differences (extended)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="169"/>
+        <source>Show the difference of revisions of the project to the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="172"/>
+        <source>&lt;b&gt;Show differences (extended)&lt;/b&gt;&lt;p&gt;This shows differences of selectable revisions of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="184"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="182"/>
+        <source>Show differences (URLs)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="191"/>
+        <source>Show the difference of the project between two repository URLs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="194"/>
+        <source>&lt;b&gt;Show differences (URLs)&lt;/b&gt;&lt;p&gt;This shows differences of the project between two repository URLs.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="204"/>
+        <source>Show status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="206"/>
+        <source>Show &amp;status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="212"/>
+        <source>Show the status of the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="214"/>
+        <source>&lt;b&gt;Show status&lt;/b&gt;&lt;p&gt;This shows the status of the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="225"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="223"/>
+        <source>Show change lists</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="232"/>
+        <source>Show the change lists and associated files of the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="235"/>
+        <source>&lt;b&gt;Show change lists&lt;/b&gt;&lt;p&gt;This shows the change lists and associated files of the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="245"/>
+        <source>Tag in repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="247"/>
+        <source>&amp;Tag in repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="253"/>
+        <source>Tag the local project in the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="255"/>
+        <source>&lt;b&gt;Tag in repository&lt;/b&gt;&lt;p&gt;This tags the local project in the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="264"/>
+        <source>Export from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="266"/>
+        <source>&amp;Export from repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="272"/>
+        <source>Export a project from the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="274"/>
+        <source>&lt;b&gt;Export from repository&lt;/b&gt;&lt;p&gt;This exports a project from the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="283"/>
+        <source>Command options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="284"/>
+        <source>Command &amp;options...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="290"/>
+        <source>Show the VCS command options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="292"/>
+        <source>&lt;b&gt;Command options...&lt;/b&gt;&lt;p&gt;This shows a dialog to edit the VCS command options.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="301"/>
+        <source>Revert changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="303"/>
+        <source>Re&amp;vert changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="310"/>
+        <source>Revert all changes made to the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="313"/>
+        <source>&lt;b&gt;Revert changes&lt;/b&gt;&lt;p&gt;This reverts all changes made to the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="322"/>
+        <source>Merge</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="324"/>
+        <source>Mer&amp;ge changes...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="331"/>
+        <source>Merge changes of a tag/revision into the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="334"/>
+        <source>&lt;b&gt;Merge&lt;/b&gt;&lt;p&gt;This merges changes of a tag/revision into the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="344"/>
+        <source>Switch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="346"/>
+        <source>S&amp;witch...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="353"/>
+        <source>Switch the local copy to another tag/branch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="356"/>
+        <source>&lt;b&gt;Switch&lt;/b&gt;&lt;p&gt;This switches the local copy to another tag/branch.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="365"/>
+        <source>Conflicts resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="366"/>
+        <source>Con&amp;flicts resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="373"/>
+        <source>Mark all conflicts of the local project as resolved</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="376"/>
+        <source>&lt;b&gt;Conflicts resolved&lt;/b&gt;&lt;p&gt;This marks all conflicts of the local project as resolved.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="386"/>
+        <source>Cleanup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="386"/>
+        <source>Cleanu&amp;p</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="388"/>
+        <source>Cleanup the local project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="390"/>
+        <source>&lt;b&gt;Cleanup&lt;/b&gt;&lt;p&gt;This performs a cleanup of the local project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="399"/>
+        <source>Execute command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="400"/>
+        <source>E&amp;xecute command...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="406"/>
+        <source>Execute an arbitrary VCS command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="408"/>
+        <source>&lt;b&gt;Execute command&lt;/b&gt;&lt;p&gt;This opens a dialog to enter an arbitrary VCS command.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="417"/>
+        <source>List tags</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="418"/>
+        <source>List tags...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="424"/>
+        <source>List tags of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="426"/>
+        <source>&lt;b&gt;List tags&lt;/b&gt;&lt;p&gt;This lists the tags of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="432"/>
+        <source>List branches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="433"/>
+        <source>List branches...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="439"/>
+        <source>List branches of the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="441"/>
+        <source>&lt;b&gt;List branches&lt;/b&gt;&lt;p&gt;This lists the branches of the project.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="450"/>
+        <source>List repository contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="451"/>
+        <source>List repository contents...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="457"/>
+        <source>Lists the contents of the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="459"/>
+        <source>&lt;b&gt;List repository contents&lt;/b&gt;&lt;p&gt;This lists the contents of the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="468"/>
+        <source>Set Property</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="469"/>
+        <source>Set Property...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="475"/>
+        <source>Set a property for the project files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="477"/>
+        <source>&lt;b&gt;Set Property&lt;/b&gt;&lt;p&gt;This sets a property for the project files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="486"/>
+        <source>List Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="487"/>
+        <source>List Properties...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="494"/>
+        <source>List properties of the project files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="497"/>
+        <source>&lt;b&gt;List Properties&lt;/b&gt;&lt;p&gt;This lists the properties of the project files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="506"/>
+        <source>Delete Property</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="507"/>
+        <source>Delete Property...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="514"/>
+        <source>Delete a property for the project files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="517"/>
+        <source>&lt;b&gt;Delete Property&lt;/b&gt;&lt;p&gt;This deletes a property for the project files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="526"/>
+        <source>Relocate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="528"/>
+        <source>Relocate...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="535"/>
+        <source>Relocate the working copy to a new repository URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="538"/>
+        <source>&lt;b&gt;Relocate&lt;/b&gt;&lt;p&gt;This relocates the working copy to a new repository URL.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="548"/>
+        <source>Repository Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="550"/>
+        <source>Repository Browser...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="557"/>
+        <source>Show the Repository Browser dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="560"/>
+        <source>&lt;b&gt;Repository Browser&lt;/b&gt;&lt;p&gt;This shows the Repository Browser dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="569"/>
+        <source>Configure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="570"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="577"/>
+        <source>Show the configuration dialog with the Subversion page selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="580"/>
+        <source>&lt;b&gt;Configure&lt;/b&gt;&lt;p&gt;Show the configuration dialog with the Subversion page selected.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="590"/>
+        <source>Upgrade</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="590"/>
+        <source>Upgrade...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="593"/>
+        <source>Upgrade the working copy to the current format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="596"/>
+        <source>&lt;b&gt;Upgrade&lt;/b&gt;&lt;p&gt;Upgrades the working copy to the current format.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="677"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py" line="675"/>
+        <source>Subversion (svn)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnPropDelDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.ui" line="0" />
-      <source>Delete Subversion Property</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.ui" line="0" />
-      <source>Enter the name of the property to be deleted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.ui" line="0" />
-      <source>Select to apply the property recursively</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.ui" line="0" />
-      <source>Apply &amp;recursively</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.ui" line="0" />
-      <source>Property &amp;Name:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.ui" line="0"/>
+        <source>Delete Subversion Property</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.ui" line="0"/>
+        <source>Enter the name of the property to be deleted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.ui" line="0"/>
+        <source>Select to apply the property recursively</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.ui" line="0"/>
+        <source>Apply &amp;recursively</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.ui" line="0"/>
+        <source>Property &amp;Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnPropListDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="39" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="48" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="42" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="51" />
-      <source>Press to refresh the properties display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="148" />
-      <source>None</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" />
-      <source>Subversion List Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" />
-      <source>&lt;b&gt;Subversion List Prperties&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="39"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="48"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="42"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="51"/>
+        <source>Press to refresh the properties display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="148"/>
+        <source>None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0"/>
+        <source>Subversion List Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0"/>
+        <source>&lt;b&gt;Subversion List Prperties&lt;/b&gt;
 &lt;p&gt;This dialog shows the properties of the selected file or project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" />
-      <source>&lt;b&gt;Properties List&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0"/>
+        <source>&lt;b&gt;Properties List&lt;/b&gt;
 &lt;p&gt;This shows the properties of the selected file or project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" />
-      <source>Path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" />
-      <source>Value</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" />
-      <source>&lt;b&gt;Subversion proplist errors&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0"/>
+        <source>Path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0"/>
+        <source>Value</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0"/>
+        <source>&lt;b&gt;Subversion proplist errors&lt;/b&gt;
 &lt;p&gt;This shows possible error messages of the subversion proplist command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="149" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="150" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="149"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="150"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnPropSetDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0" />
-      <source>Set Subversion Property</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0" />
-      <source>Enter text of the property</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0" />
-      <source>Property &amp;Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0" />
-      <source>Enter the name of the property to be set</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0" />
-      <source>Select to apply the property recursively</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0" />
-      <source>Apply &amp;recursively</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0" />
-      <source>Property &amp;Value:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" />
-      <source>Property Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" />
-      <source>Select property source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" />
-      <source>Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" />
-      <source>Enter the name of a file for the property</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0"/>
+        <source>Set Subversion Property</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0"/>
+        <source>Enter text of the property</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0"/>
+        <source>Property &amp;Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0"/>
+        <source>Enter the name of the property to be set</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0"/>
+        <source>Select to apply the property recursively</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0"/>
+        <source>Apply &amp;recursively</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0"/>
+        <source>Property &amp;Value:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0"/>
+        <source>Property Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0"/>
+        <source>Select property source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0"/>
+        <source>Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0"/>
+        <source>Enter the name of a file for the property</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnRelocateDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" />
-      <source>Subversion Relocate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" />
-      <source>New repository URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" />
-      <source>Enter the URL of the repository the working space should be relocated to</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" />
-      <source>Current repository URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" />
-      <source>Select, if the relocate should happen inside the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" />
-      <source>Relocate inside repository (used, if the repository layout has changed)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0"/>
+        <source>Subversion Relocate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0"/>
+        <source>New repository URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0"/>
+        <source>Enter the URL of the repository the working space should be relocated to</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0"/>
+        <source>Current repository URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0"/>
+        <source>Select, if the relocate should happen inside the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0"/>
+        <source>Relocate inside repository (used, if the repository layout has changed)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnRepoBrowserDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" />
-      <source>Subversion Repository Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" />
-      <source>URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" />
-      <source>Enter the URL of the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" />
-      <source>Author</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" />
-      <source>Size</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" />
-      <source>Date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="208" />
-      <source>The installed version of PySvn should be 1.4.0 or better.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="286" />
-      <source>Subversion Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <source>&lt;b&gt;Subversion errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the svn list and svn info commands.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <source>Press to send the input to the subversion process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <source>Enter data to be sent to the subversion process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py" line="260" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py" line="195" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py" line="261" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py" line="196" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>Subversion Repository Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>Enter the URL of the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>Author</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>Size</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="208"/>
+        <source>The installed version of PySvn should be 1.4.0 or better.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="286"/>
+        <source>Subversion Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>&lt;b&gt;Subversion errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the svn list and svn info commands.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>Press to send the input to the subversion process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>Enter data to be sent to the subversion process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py" line="260"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py" line="195"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py" line="261"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py" line="196"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnRevisionSelectionDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>Subversion Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>Revision &amp;1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>Select revision before last commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>PREV</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>Select last committed revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>COMMITTED</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>Select base revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>BASE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>Select head revision of repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>HEAD</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>Select working revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>WORKING</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>Enter a revision number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>Enter time of revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>Enter date of revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>yyyy-MM-dd</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>Number</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>Select to specify a revision by date and time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>Date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" />
-      <source>Revision &amp;2</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>Subversion Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>Revision &amp;1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>Select revision before last commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>PREV</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>Select last committed revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>COMMITTED</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>Select base revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>BASE</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>Select head revision of repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>HEAD</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>Select working revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>WORKING</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter a revision number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter time of revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>Enter date of revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>yyyy-MM-dd</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>Number</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>Select to specify a revision by date and time</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0"/>
+        <source>Revision &amp;2</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnStatusDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="436" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="327" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Subversion Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>&lt;b&gt;Subversion Status&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="436"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="327"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Subversion Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>&lt;b&gt;Subversion Status&lt;/b&gt;
 &lt;p&gt;This dialog shows the status of the selected file or project.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>&amp;Filter on Status:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Select the status of entries to be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="796" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="654" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Changelist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Prop. Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Locked</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Switched</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Lock Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Up to date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Last Change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Author</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Commit the selected changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>&amp;Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Add the selected entries to the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>&amp;Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Show differences of the selected entries to the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>&amp;Differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Show differences of the selected entry to the repository in a side-by-side manner</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Side-b&amp;y-Side Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Revert the selected entries to the last revision in the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Re&amp;vert</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Restore the selected missing entries from the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>&amp;Restore</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="62" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="67" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="64" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="69" />
-      <source>Press to refresh the status display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="89" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="89" />
-      <source>Commit changes to repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="94" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="94" />
-      <source>Select all for commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="99" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="99" />
-      <source>Deselect all from commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="104" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="104" />
-      <source>Add to repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="107" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="107" />
-      <source>Show differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="111" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="111" />
-      <source>Show differences side-by-side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="115" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="115" />
-      <source>Revert changes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="746" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="118" />
-      <source>Restore Missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="124" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="124" />
-      <source>Add to Changelist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1057" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1036" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="129" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="915" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="894" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="129" />
-      <source>Remove from Changelist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="960" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="134" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="818" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="134" />
-      <source>Lock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="979" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="136" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="837" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="136" />
-      <source>Unlock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="139" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="139" />
-      <source>Break lock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="142" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="142" />
-      <source>Steal lock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="146" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="146" />
-      <source>Adjust column sizes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="215" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="184" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="169" />
-      <source>locked</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="216" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="173" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="185" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="173" />
-      <source>other lock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="217" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="174" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="186" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="174" />
-      <source>stolen lock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="218" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="175" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="187" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="175" />
-      <source>broken lock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="214" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="179" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="183" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="179" />
-      <source>not locked</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="222" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="209" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="205" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="201" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="190" />
-      <source>no</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="221" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="210" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="206" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="202" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="191" />
-      <source>yes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="704" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="491" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="562" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="491" />
-      <source>all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="797" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="655" />
-      <source>There are no entries selected to be committed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="838" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="696" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="839" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="697" />
-      <source>There are no unversioned entries available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="888" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="862" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="720" />
-      <source>Revert</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="933" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="911" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="863" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="791" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="769" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="721" />
-      <source>There are no uncommitted changes available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="889" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="747" />
-      <source>There are no missing entries available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="910" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="768" />
-      <source>Differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="939" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="932" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="797" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="790" />
-      <source>Side-by-Side Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="940" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="798" />
-      <source>Only one file with uncommitted changes must be selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="961" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="819" />
-      <source>There are no unlocked files available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1018" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="999" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="980" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="876" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="857" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="838" />
-      <source>There are no locked files available/selected.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="998" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="856" />
-      <source>Break Lock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1017" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="875" />
-      <source>Steal Lock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1037" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="895" />
-      <source>There are no files available/selected not belonging to a changelist.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1058" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="916" />
-      <source>There are no files available/selected belonging to a changelist.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <source>Press to send the input to the subversion process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <source>Enter data to be sent to the subversion process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="118" />
-      <source>Restore missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="184" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="155" />
-      <source>added</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="186" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="156" />
-      <source>deleted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="197" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="188" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="157" />
-      <source>modified</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="192" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="161" />
-      <source>missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="191" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="165" />
-      <source>unversioned</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="196" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="183" />
-      <source>normal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="198" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="185" />
-      <source>conflict</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="187" />
-      <source>ignored</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="189" />
-      <source>replaced</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="211" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="190" />
-      <source>external</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="193" />
-      <source>type error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="445" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="446" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>&amp;Filter on Status:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Select the status of entries to be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="796"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="654"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Changelist</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Prop. Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Locked</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Switched</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Lock Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Up to date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Last Change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Author</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Commit the selected changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>&amp;Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Add the selected entries to the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>&amp;Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Show differences of the selected entries to the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>&amp;Differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Show differences of the selected entry to the repository in a side-by-side manner</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Side-b&amp;y-Side Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Revert the selected entries to the last revision in the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Re&amp;vert</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Restore the selected missing entries from the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>&amp;Restore</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="62"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="67"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="64"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="69"/>
+        <source>Press to refresh the status display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="89"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="89"/>
+        <source>Commit changes to repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="94"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="94"/>
+        <source>Select all for commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="99"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="99"/>
+        <source>Deselect all from commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="104"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="104"/>
+        <source>Add to repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="107"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="107"/>
+        <source>Show differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="111"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="111"/>
+        <source>Show differences side-by-side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="115"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="115"/>
+        <source>Revert changes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="746"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="118"/>
+        <source>Restore Missing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="124"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="124"/>
+        <source>Add to Changelist</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1057"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1036"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="129"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="915"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="894"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="129"/>
+        <source>Remove from Changelist</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="960"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="134"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="818"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="134"/>
+        <source>Lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="979"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="136"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="837"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="136"/>
+        <source>Unlock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="139"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="139"/>
+        <source>Break lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="142"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="142"/>
+        <source>Steal lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="146"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="146"/>
+        <source>Adjust column sizes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="215"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="169"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="184"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="169"/>
+        <source>locked</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="216"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="173"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="185"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="173"/>
+        <source>other lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="217"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="174"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="186"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="174"/>
+        <source>stolen lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="218"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="175"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="187"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="175"/>
+        <source>broken lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="214"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="179"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="183"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="179"/>
+        <source>not locked</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="222"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="209"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="205"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="201"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="190"/>
+        <source>no</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="221"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="210"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="206"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="202"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="191"/>
+        <source>yes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="704"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="491"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="562"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="491"/>
+        <source>all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="797"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="655"/>
+        <source>There are no entries selected to be committed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="838"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="696"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="839"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="697"/>
+        <source>There are no unversioned entries available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="888"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="862"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="720"/>
+        <source>Revert</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="933"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="911"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="863"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="791"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="769"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="721"/>
+        <source>There are no uncommitted changes available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="889"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="747"/>
+        <source>There are no missing entries available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="910"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="768"/>
+        <source>Differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="939"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="932"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="797"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="790"/>
+        <source>Side-by-Side Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="940"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="798"/>
+        <source>Only one file with uncommitted changes must be selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="961"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="819"/>
+        <source>There are no unlocked files available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1018"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="999"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="980"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="876"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="857"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="838"/>
+        <source>There are no locked files available/selected.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="998"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="856"/>
+        <source>Break Lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1017"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="875"/>
+        <source>Steal Lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1037"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="895"/>
+        <source>There are no files available/selected not belonging to a changelist.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1058"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="916"/>
+        <source>There are no files available/selected belonging to a changelist.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <source>Press to send the input to the subversion process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <source>Enter data to be sent to the subversion process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="118"/>
+        <source>Restore missing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="184"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="155"/>
+        <source>added</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="186"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="156"/>
+        <source>deleted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="197"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="188"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="157"/>
+        <source>modified</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="192"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="161"/>
+        <source>missing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="191"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="165"/>
+        <source>unversioned</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="196"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="183"/>
+        <source>normal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="198"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="185"/>
+        <source>conflict</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="187"/>
+        <source>ignored</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="189"/>
+        <source>replaced</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="211"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="190"/>
+        <source>external</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="193"/>
+        <source>type error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="445"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="446"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnStatusMonitorThread</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusMonitorThread.py" line="141" />
-      <source>Subversion status checked successfully (using pysvn)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusMonitorThread.py" line="123" />
-      <source>Subversion status checked successfully (using svn)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusMonitorThread.py" line="140" />
-      <source>Could not start the Subversion process.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusMonitorThread.py" line="141"/>
+        <source>Subversion status checked successfully (using pysvn)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusMonitorThread.py" line="123"/>
+        <source>Subversion status checked successfully (using svn)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusMonitorThread.py" line="140"/>
+        <source>Could not start the Subversion process.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnSwitchDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" />
-      <source>Subversion Switch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" />
-      <source>Tag Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" />
-      <source>Enter the name of the tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" />
-      <source>&lt;b&gt;Tag Name&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0"/>
+        <source>Subversion Switch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0"/>
+        <source>Tag Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0"/>
+        <source>Enter the name of the tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0"/>
+        <source>&lt;b&gt;Tag Name&lt;/b&gt;
 &lt;p&gt;Enter the name of the tag to be switched to.
 In order to switch to the trunk version leave it empty.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" />
-      <source>Tag Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" />
-      <source>Select for a regular tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" />
-      <source>&lt;b&gt;Regular Tag&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0"/>
+        <source>Tag Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0"/>
+        <source>Select for a regular tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0"/>
+        <source>&lt;b&gt;Regular Tag&lt;/b&gt;
 &lt;p&gt;Select this entry for a regular tag.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" />
-      <source>Regular Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" />
-      <source>Select for a branch tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" />
-      <source>&lt;b&gt;Branch Tag&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0"/>
+        <source>Regular Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0"/>
+        <source>Select for a branch tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0"/>
+        <source>&lt;b&gt;Branch Tag&lt;/b&gt;
 &lt;p&gt;Select this entry for a branch tag.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" />
-      <source>Branch Tag</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0"/>
+        <source>Branch Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnTagBranchListDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" />
-      <source>Subversion Tag List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" />
-      <source>&lt;b&gt;Subversion Tag/Branch List&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0"/>
+        <source>Subversion Tag List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0"/>
+        <source>&lt;b&gt;Subversion Tag/Branch List&lt;/b&gt;
 &lt;p&gt;This dialog shows a list of the projects tags or branches.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" />
-      <source>&lt;b&gt;Tag/Branches List&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0"/>
+        <source>&lt;b&gt;Tag/Branches List&lt;/b&gt;
 &lt;p&gt;This shows a list of the projects tags or branches.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" />
-      <source>Revision</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" />
-      <source>Author</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" />
-      <source>Date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="99" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="80" />
-      <source>Subversion Branches List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="134" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="112" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="107" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="90" />
-      <source>Subversion Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="113" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="91" />
-      <source>The URL of the project repository could not be retrieved from the working copy. The list operation will be aborted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="135" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="108" />
-      <source>The URL of the project repository has an invalid format. The list operation will be aborted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="164" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="153" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="136" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="125" />
-      <source>Subversion List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="154" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="126" />
-      <source>Enter the repository URL containing the tags or branches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="165" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="137" />
-      <source>The repository URL is empty. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="170" />
-      <source>The installed version of PySvn should be 1.4.0 or better.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" />
-      <source>Input</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" />
-      <source>Press to send the input to the subversion process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" />
-      <source>&amp;Send</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" />
-      <source>Alt+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" />
-      <source>Enter data to be sent to the subversion process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" />
-      <source>Select to switch the input field to password mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" />
-      <source>&amp;Password Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" />
-      <source>Alt+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="181" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="182" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0"/>
+        <source>Revision</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0"/>
+        <source>Author</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0"/>
+        <source>Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="99"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="80"/>
+        <source>Subversion Branches List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="134"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="112"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="107"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="90"/>
+        <source>Subversion Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="113"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="91"/>
+        <source>The URL of the project repository could not be retrieved from the working copy. The list operation will be aborted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="135"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="108"/>
+        <source>The URL of the project repository has an invalid format. The list operation will be aborted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="164"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="153"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="136"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="125"/>
+        <source>Subversion List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="154"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="126"/>
+        <source>Enter the repository URL containing the tags or branches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="165"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="137"/>
+        <source>The repository URL is empty. Aborting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="170"/>
+        <source>The installed version of PySvn should be 1.4.0 or better.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0"/>
+        <source>Input</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0"/>
+        <source>Press to send the input to the subversion process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0"/>
+        <source>&amp;Send</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0"/>
+        <source>Alt+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0"/>
+        <source>Enter data to be sent to the subversion process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0"/>
+        <source>Select to switch the input field to password mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0"/>
+        <source>&amp;Password Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0"/>
+        <source>Alt+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="181"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="182"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnTagDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>Subversion Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>Enter the name of the tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>&lt;b&gt;Tag Name&lt;/b&gt;
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>Subversion Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>Enter the name of the tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>&lt;b&gt;Tag Name&lt;/b&gt;
 &lt;p&gt;Enter the name of the tag to be created, moved or deleted.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>Tag Action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>Select to create a regular tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>&lt;b&gt;Create Regular Tag&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>Tag Action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>Select to create a regular tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>&lt;b&gt;Create Regular Tag&lt;/b&gt;
 &lt;p&gt;Select this entry in order to create a regular tag in the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>Create Regular Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>Select to create a branch tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>&lt;b&gt;Create Branch Tag&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>Create Regular Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>Select to create a branch tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>&lt;b&gt;Create Branch Tag&lt;/b&gt;
 &lt;p&gt;Select this entry in order to create a branch in the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>Create Branch Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>Select to delete a regular tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>&lt;b&gt;Delete Regular Tag&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>Create Branch Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>Select to delete a regular tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>&lt;b&gt;Delete Regular Tag&lt;/b&gt;
 &lt;p&gt;Select this entry in order to delete the selected regular tag.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>Delete Regular Tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>Select to delete a branch tag</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>&lt;b&gt;Delete Branch Tag&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>Delete Regular Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>Select to delete a branch tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>&lt;b&gt;Delete Branch Tag&lt;/b&gt;
 &lt;p&gt;Select this entry in order to delete the selected branch tag.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" />
-      <source>Delete Branch Tag</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0"/>
+        <source>Delete Branch Tag</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SvnUrlSelectionDialog</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py" line="72" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py" line="55" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py" line="74" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py" line="57" />
-      <source>Subversion Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py" line="56" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py" line="58" />
-      <source>The URL of the project repository could not be retrieved from the working copy. The operation will be aborted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py" line="75" />
-      <source>The URL of the project repository has an invalid format. The operation will be aborted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" />
-      <source>Subversion Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" />
-      <source>Repository URL 1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" />
-      <source>Select the URL type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" />
-      <source>Enter the label name or path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" />
-      <source>Repository URL 2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" />
-      <source>Select to just show a summary of differences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" />
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" />
-      <source>Summary only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py" line="73" />
-      <source>The URL of the project repository has an invalid format. The list operation will be aborted</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py" line="72"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py" line="55"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py" line="74"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py" line="57"/>
+        <source>Subversion Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py" line="56"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py" line="58"/>
+        <source>The URL of the project repository could not be retrieved from the working copy. The operation will be aborted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py" line="75"/>
+        <source>The URL of the project repository has an invalid format. The operation will be aborted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0"/>
+        <source>Subversion Diff</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0"/>
+        <source>Repository URL 1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0"/>
+        <source>Select the URL type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0"/>
+        <source>Enter the label name or path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0"/>
+        <source>Repository URL 2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0"/>
+        <source>Select to just show a summary of differences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0"/>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0"/>
+        <source>Summary only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py" line="73"/>
+        <source>The URL of the project repository has an invalid format. The list operation will be aborted</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SymbolsModel</name>
     <message>
-      <location filename="../UI/SymbolsWidget.py" line="49" />
-      <source>Code</source>
-      <translation>Code</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="50" />
-      <source>Char</source>
-      <translation>Char</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="51" />
-      <source>Hex</source>
-      <translation>Hex</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="52" />
-      <source>HTML</source>
-      <translation>HTML</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="53" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="60" />
-      <source>Control Characters</source>
-      <translation>Control Characters</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="61" />
-      <source>Basic Latin</source>
-      <translation>Basic Latin</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="62" />
-      <source>Latin-1 Supplement</source>
-      <translation>Latin-1 Supplement</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="63" />
-      <source>Latin Extended-A</source>
-      <translation>Latin Extended-A</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="64" />
-      <source>Latin Extended-B</source>
-      <translation>Latin Extended-B</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="65" />
-      <source>IPA Extensions</source>
-      <translation>IPA Extensions</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="66" />
-      <source>Spacing Modifier Letters</source>
-      <translation>Spacing Modifier Letters</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="129" />
-      <location filename="../UI/SymbolsWidget.py" line="67" />
-      <source>Combining Diacritical Marks</source>
-      <translation>Combining Diacritical Marks</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="68" />
-      <source>Greek and Coptic</source>
-      <translation>Greek and Coptic</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="69" />
-      <source>Cyrillic</source>
-      <translation>Cyrillic</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="70" />
-      <source>Cyrillic Supplement</source>
-      <translation>Cyrillic Supplement</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="71" />
-      <source>Armenian</source>
-      <translation>Armenian</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="72" />
-      <source>Hebrew</source>
-      <translation>Hebrew</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="73" />
-      <source>Arabic</source>
-      <translation>Arabic</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="74" />
-      <source>Syriac</source>
-      <translation>Syriac</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="75" />
-      <source>Thaana</source>
-      <translation>Thaana</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="76" />
-      <source>N'Ko</source>
-      <translation>N'Ko</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="77" />
-      <source>Samaritan</source>
-      <translation>Samaritan</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="78" />
-      <source>Mandaic</source>
-      <translation>Mandaic</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="79" />
-      <source>Arabic Extended-A</source>
-      <translation>Arabic Extended-A</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="80" />
-      <source>Devanagari</source>
-      <translation>Devanagari</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="81" />
-      <source>Bengali</source>
-      <translation>Bengali</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="82" />
-      <source>Gurmukhi</source>
-      <translation>Gurmukhi</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="83" />
-      <source>Gujarati</source>
-      <translation>Gujarati</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="84" />
-      <source>Oriya</source>
-      <translation>Oriya</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="85" />
-      <source>Tamil</source>
-      <translation>Tamil</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="86" />
-      <source>Telugu</source>
-      <translation>Telugu</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="87" />
-      <source>Kannada</source>
-      <translation>Kannada</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="88" />
-      <source>Malayalam</source>
-      <translation>Malayalam</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="89" />
-      <source>Sinhala</source>
-      <translation>Sinhala</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="90" />
-      <source>Thai</source>
-      <translation>Thai</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="91" />
-      <source>Lao</source>
-      <translation>Lao</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="92" />
-      <source>Tibetan</source>
-      <translation>Tibetan</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="93" />
-      <source>Myanmar</source>
-      <translation>Myanmar</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="94" />
-      <source>Georgian</source>
-      <translation>Georgian</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="95" />
-      <source>Hangul Jamo</source>
-      <translation />
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="96" />
-      <source>Ethiopic</source>
-      <translation>Ethiopic</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="97" />
-      <source>Ethiopic Supplement</source>
-      <translation>Ethiopic Supplement</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="98" />
-      <source>Cherokee</source>
-      <translation>Cherokee</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="99" />
-      <source>Unified Canadian Aboriginal Syllabics</source>
-      <translation>Unified Canadian Aboriginal Syllabics</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="100" />
-      <source>Ogham</source>
-      <translation>Ogham</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="101" />
-      <source>Runic</source>
-      <translation>Runic</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="102" />
-      <source>Tagalog</source>
-      <translation>Tagalog</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="103" />
-      <source>Hanunoo</source>
-      <translation>Hanunoo</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="104" />
-      <source>Buhid</source>
-      <translation>Buhid</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="105" />
-      <source>Tagbanwa</source>
-      <translation>Tagbanwa</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="106" />
-      <source>Khmer</source>
-      <translation>Khmer</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="107" />
-      <source>Mongolian</source>
-      <translation>Mongolian</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="108" />
-      <source>Unified Canadian Aboriginal Syllabics Extended</source>
-      <translation>Unified Canadian Aboriginal Syllabics Extended</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="109" />
-      <source>Limbu</source>
-      <translation>Limbu</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="110" />
-      <source>Tai Le</source>
-      <translation>Tai Le</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="111" />
-      <source>Khmer Symbols</source>
-      <translation>Khmer Symbols</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="112" />
-      <source>Buginese</source>
-      <translation>Buginese</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="113" />
-      <source>Tai Tham</source>
-      <translation>Tai Tham</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="114" />
-      <source>Balinese</source>
-      <translation>Balinese</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="115" />
-      <source>Sundanese</source>
-      <translation>Sundanese</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="116" />
-      <source>Batak</source>
-      <translation>Batak</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="117" />
-      <source>Lepcha</source>
-      <translation>Lepcha</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="118" />
-      <source>Ol Chiki</source>
-      <translation>Ol Chiki</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="119" />
-      <source>Sundanese Supplement</source>
-      <translation>Sundanese Supplement</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="120" />
-      <source>Vedic Extensions</source>
-      <translation>Vedic Extensions</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="121" />
-      <source>Phonetic Extensions</source>
-      <translation>Phonetic Extensions</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="122" />
-      <source>Phonetic Extensions Supplement</source>
-      <translation>Phonetic Extensions Supplement</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="123" />
-      <source>Combining Diacritical Marks Supplement</source>
-      <translation>Combining Diacritical Marks Supplement</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="124" />
-      <source>Latin Extended Additional</source>
-      <translation>Latin Extended Additional</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="125" />
-      <source>Greek Extended</source>
-      <translation>Greek Extended</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="126" />
-      <source>General Punctuation</source>
-      <translation>General Punctuation</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="127" />
-      <source>Superscripts and Subscripts</source>
-      <translation>Superscripts and Subscripts</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="128" />
-      <source>Currency Symbols</source>
-      <translation>Currency Symbols</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="130" />
-      <source>Letterlike Symbols</source>
-      <translation>Letterlike Symbols</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="131" />
-      <source>Number Forms</source>
-      <translation>Number Forms</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="132" />
-      <source>Arcolumns</source>
-      <translation>Arcolumns</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="133" />
-      <source>Mathematical Operators</source>
-      <translation>Mathematical Operators</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="134" />
-      <source>Miscellaneous Technical</source>
-      <translation>Miscellaneous Technical</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="135" />
-      <source>Control Pictures</source>
-      <translation>Control Pictures</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="136" />
-      <source>Optical Character Recognition</source>
-      <translation>Optical Character Recognition</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="137" />
-      <source>Enclosed Alphanumerics</source>
-      <translation>Enclosed Alphanumerics</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="138" />
-      <source>Box Drawing</source>
-      <translation>Box Drawing</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="139" />
-      <source>Block Elements</source>
-      <translation>Block Elements</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="140" />
-      <source>Geometric Shapes</source>
-      <translation>Geometric Shapes</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="141" />
-      <source>Miscellaneous Symbols</source>
-      <translation>Miscellaneous Symbols</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="142" />
-      <source>Dingbats</source>
-      <translation>Dingbats</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="143" />
-      <source>Miscellaneous Mathematical Symbols-A</source>
-      <translation>Miscellaneous Mathematical Symbols-A</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="144" />
-      <source>Supplement Arcolumns-A</source>
-      <translation>Supplement Arcolumns-A</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="145" />
-      <source>Braille Patterns</source>
-      <translation>Braille Patterns</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="146" />
-      <source>Supplement Arcolumns-B</source>
-      <translation>Supplement Arcolumns-B</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="147" />
-      <source>Miscellaneous Mathematical Symbols-B</source>
-      <translation>Miscellaneous Mathematical Symbols-B</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="148" />
-      <source>Supplemental Mathematical Operators</source>
-      <translation>Supplemental Mathematical Operators</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="149" />
-      <source>Miscellaneous Symbols and Arcolumns</source>
-      <translation>Miscellaneous Symbols and Arcolumns</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="150" />
-      <source>Glagolitic</source>
-      <translation>Glagolitic</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="151" />
-      <source>Latin Extended-C</source>
-      <translation>Latin Extended-C</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="152" />
-      <source>Coptic</source>
-      <translation>Coptic</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="153" />
-      <source>Georgian Supplement</source>
-      <translation>Georgian Supplement</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="154" />
-      <source>Tifinagh</source>
-      <translation>Tifinagh</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="155" />
-      <source>Ethiopic Extended</source>
-      <translation>Ethiopic Extended</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="156" />
-      <source>Cyrillic Extended-A</source>
-      <translation>Cyrillic Extended-A</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="157" />
-      <source>Supplemental Punctuation</source>
-      <translation>Supplemental Punctuation</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="158" />
-      <source>CJK Radicals Supplement</source>
-      <translation>CJK Radicals Supplement</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="159" />
-      <source>KangXi Radicals</source>
-      <translation>KangXi Radicals</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="160" />
-      <source>Ideographic Description Chars</source>
-      <translation>Ideographic Description Chars</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="161" />
-      <source>CJK Symbols and Punctuation</source>
-      <translation>CJK Symbols and Punctuation</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="162" />
-      <source>Hiragana</source>
-      <translation>Hiragana</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="163" />
-      <source>Katakana</source>
-      <translation>Katakana</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="164" />
-      <source>Bopomofo</source>
-      <translation>Bopomofo</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="165" />
-      <source>Hangul Compatibility Jamo</source>
-      <translation>Hangul Compatibility Jamo</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="166" />
-      <source>Kanbun</source>
-      <translation>Kanbun</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="167" />
-      <source>Bopomofo Extended</source>
-      <translation>Bopomofo Extended</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="168" />
-      <source>CJK Strokes</source>
-      <translation>CJK Strokes</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="169" />
-      <source>Katakana Phonetic Extensions</source>
-      <translation>Katakana Phonetic Extensions</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="170" />
-      <source>Enclosed CJK Letters and Months</source>
-      <translation>Enclosed CJK Letters and Months</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="171" />
-      <source>CJK Compatibility</source>
-      <translation>CJK Compatibility</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="172" />
-      <source>CJK Unified Ideogr. Ext. A</source>
-      <translation>CJK Unified Ideogr. Ext. A</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="173" />
-      <source>Yijing Hexagram Symbols</source>
-      <translation>Yijing Hexagram Symbols</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="174" />
-      <source>CJK Unified Ideographs</source>
-      <translation>CJK Unified Ideographs</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="175" />
-      <source>Yi Syllables</source>
-      <translation>Yi Syllables</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="176" />
-      <source>Yi Radicals</source>
-      <translation>Yi Radicals</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="177" />
-      <source>Lisu</source>
-      <translation>Lisu</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="178" />
-      <source>Vai</source>
-      <translation>Vai</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="179" />
-      <source>Cyrillic Extended-B</source>
-      <translation>Cyrillic Extended-B</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="180" />
-      <source>Bamum</source>
-      <translation>Bamum</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="181" />
-      <source>Modifier Tone Letters</source>
-      <translation>Modifier Tone Letters</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="182" />
-      <source>Latin Extended-D</source>
-      <translation>Latin Extended-D</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="183" />
-      <source>Syloti Nagri</source>
-      <translation>Syloti Nagri</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="184" />
-      <source>Common Indic Number Forms</source>
-      <translation>Common Indic Number Forms</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="185" />
-      <source>Phags-pa</source>
-      <translation>Phags-pa</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="186" />
-      <source>Saurashtra</source>
-      <translation>Saurashtra</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="187" />
-      <source>Devanagari Extended</source>
-      <translation>Devanagari Extended</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="188" />
-      <source>Kayah Li</source>
-      <translation>Kayah Li</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="189" />
-      <source>Rejang</source>
-      <translation>Rejang</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="190" />
-      <source>Hangul Jamo Extended-A</source>
-      <translation>Hangul Jamo Extended-A</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="191" />
-      <source>Javanese</source>
-      <translation>Javanese</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="192" />
-      <source>Cham</source>
-      <translation>Cham</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="193" />
-      <source>Myanmar Extended-A</source>
-      <translation>Myanmar Extended-A</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="194" />
-      <source>Tai Viet</source>
-      <translation>Tai Viet</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="195" />
-      <source>Meetei Mayek Extensions</source>
-      <translation>Meetei Mayek Extensions</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="196" />
-      <source>Ethiopic Extended-A</source>
-      <translation>Ethiopic Extended-A</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="197" />
-      <source>Meetei Mayek</source>
-      <translation>Meetei Mayek</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="198" />
-      <source>Hangul Syllables</source>
-      <translation>Hangul Syllables</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="199" />
-      <source>Hangul Jamo Extended-B</source>
-      <translation>Hangul Jamo Extended-B</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="200" />
-      <source>High Surrogates</source>
-      <translation>High Surrogates</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="201" />
-      <source>High Private Use Surrogates</source>
-      <translation>High Private Use Surrogates</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="202" />
-      <source>Low Surrogates</source>
-      <translation>Low Surrogates</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="203" />
-      <source>Private Use</source>
-      <translation>Private Use</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="204" />
-      <source>CJK Compatibility Ideographs</source>
-      <translation>CJK Compatibility Ideographs</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="205" />
-      <source>Alphabetic Presentation Forms</source>
-      <translation>Alphabetic Presentation Forms</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="206" />
-      <source>Arabic Presentation Forms-A</source>
-      <translation>Arabic Presentation Forms-A</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="207" />
-      <source>Variation Selectors</source>
-      <translation>Variation Selectors</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="208" />
-      <source>Vertical Forms</source>
-      <translation>Vertical Forms</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="209" />
-      <source>Combining Half Marks</source>
-      <translation>Combining Half Marks</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="210" />
-      <source>CJK Compatibility Forms</source>
-      <translation>CJK Compatibility Forms</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="211" />
-      <source>Small Form Variants</source>
-      <translation>Small Form Variants</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="212" />
-      <source>Arabic Presentation Forms-B</source>
-      <translation>Arabic Presentation Forms-B</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="213" />
-      <source>Half- and Fullwidth Forms</source>
-      <translation>Half- and Fullwidth Forms</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="214" />
-      <source>Specials</source>
-      <translation>Specials</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="219" />
-      <source>Linear B Syllabary</source>
-      <translation>Linear B Syllabary</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="220" />
-      <source>Linear B Ideograms</source>
-      <translation>Linear B Ideograms</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="221" />
-      <source>Aegean Numbers</source>
-      <translation>Aegean Numbers</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="222" />
-      <source>Ancient Greek Numbers</source>
-      <translation>Ancient Greek Numbers</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="223" />
-      <source>Ancient Symbols</source>
-      <translation>Ancient Symbols</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="224" />
-      <source>Phaistos Disc</source>
-      <translation>Phaistos Disc</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="225" />
-      <source>Lycian</source>
-      <translation>Lycian</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="226" />
-      <source>Carian</source>
-      <translation>Carian</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="227" />
-      <source>Old Italic</source>
-      <translation>Old Italic</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="228" />
-      <source>Gothic</source>
-      <translation>Gothic</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="229" />
-      <source>Ugaritic</source>
-      <translation>Ugaritic</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="230" />
-      <source>Old Persian</source>
-      <translation>Old Persian</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="231" />
-      <source>Deseret</source>
-      <translation>Deseret</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="232" />
-      <source>Shavian</source>
-      <translation>Shavian</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="233" />
-      <source>Osmanya</source>
-      <translation>Osmanya</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="234" />
-      <source>Cypriot Syllabary</source>
-      <translation>Cypriot Syllabary</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="235" />
-      <source>Imperial Aramaic</source>
-      <translation>Imperial Aramaic</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="236" />
-      <source>Phoenician</source>
-      <translation>Phoenician</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="237" />
-      <source>Lydian</source>
-      <translation>Lydian</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="238" />
-      <source>Meroitic Hieroglyphs</source>
-      <translation>Meroitic Hieroglyphs</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="239" />
-      <source>Meroitic Cursive</source>
-      <translation>Meroitic Cursive</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="240" />
-      <source>Kharoshthi</source>
-      <translation>Kharoshthi</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="241" />
-      <source>Old South Arabian</source>
-      <translation>Old South Arabian</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="242" />
-      <source>Avestan</source>
-      <translation>Avestan</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="243" />
-      <source>Inscriptional Parthian</source>
-      <translation>Inscriptional Parthian</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="244" />
-      <source>Inscriptional Pahlavi</source>
-      <translation>Inscriptional Pahlavi</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="245" />
-      <source>Old Turkic</source>
-      <translation>Old Turkic</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="246" />
-      <source>Rumi Numeral Symbols</source>
-      <translation>Rumi Numeral Symbols</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="247" />
-      <source>Brahmi</source>
-      <translation>Brahmi</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="248" />
-      <source>Kaithi</source>
-      <translation>Kaithi</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="249" />
-      <source>Sora Sompeng</source>
-      <translation>Sora Sompeng</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="250" />
-      <source>Chakma</source>
-      <translation>Chakma</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="251" />
-      <source>Sharada</source>
-      <translation>Sharada</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="252" />
-      <source>Takri</source>
-      <translation>Takri</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="253" />
-      <source>Cuneiform</source>
-      <translation>Cuneiform</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="254" />
-      <source>Cuneiform Numbers and Punctuation</source>
-      <translation>Cuneiform Numbers and Punctuation</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="255" />
-      <source>Egyptian Hieroglyphs</source>
-      <translation>Egyptian Hieroglyphs</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="256" />
-      <source>Bamum Supplement</source>
-      <translation>Bamum Supplement</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="257" />
-      <source>Miao</source>
-      <translation>Miao</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="258" />
-      <source>Kana Supplement</source>
-      <translation>Kana Supplement</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="259" />
-      <source>Byzantine Musical Symbols</source>
-      <translation>Byzantine Musical Symbols</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="260" />
-      <source>Musical Symbols</source>
-      <translation>Musical Symbols</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="261" />
-      <source>Ancient Greek Musical Notation</source>
-      <translation>Ancient Greek Musical Notation</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="262" />
-      <source>Tai Xuan Jing Symbols</source>
-      <translation>Tai Xuan Jing Symbols</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="263" />
-      <source>Counting Rod Numerals</source>
-      <translation>Counting Rod Numerals</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="264" />
-      <source>Mathematical Alphanumeric Symbols</source>
-      <translation>Mathematical Alphanumeric Symbols</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="268" />
-      <source>Arabic Mathematical Alphabetic Symbols</source>
-      <translation>Arabic Mathematical Alphabetic Symbols</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="270" />
-      <source>Mahjong Tiles</source>
-      <translation>Mahjong Tiles</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="271" />
-      <source>Domino Tiles</source>
-      <translation>Domino Tiles</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="272" />
-      <source>Playing Cards</source>
-      <translation>Playing Cards</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="273" />
-      <source>Enclosed Alphanumeric Supplement</source>
-      <translation>Enclosed Alphanumeric Supplement</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="274" />
-      <source>Enclosed Ideographic Supplement</source>
-      <translation>Enclosed Ideographic Supplement</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="278" />
-      <source>Miscellaneous Symbols And Pictographs</source>
-      <translation>Miscellaneous Symbols And Pictographs</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="280" />
-      <source>Emoticons</source>
-      <translation>Emoticons</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="281" />
-      <source>Transport And Map Symbols</source>
-      <translation>Transport And Map Symbols</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="282" />
-      <source>Alchemical Symbols</source>
-      <translation>Alchemical Symbols</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="283" />
-      <source>CJK Unified Ideogr. Ext. B</source>
-      <translation>CJK Unified Ideogr. Ext. B</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="284" />
-      <source>CJK Unified Ideographs Extension C</source>
-      <translation>CJK Unified Ideographs Extension C</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="285" />
-      <source>CJK Unified Ideographs Extension D</source>
-      <translation>CJK Unified Ideographs Extension D</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="286" />
-      <source>CJK Compatapility Ideogr. Suppl.</source>
-      <translation>CJK Compatapility Ideogr. Suppl.</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="287" />
-      <source>Tags</source>
-      <translation>Tags</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="288" />
-      <source>Variation Selectors Supplement</source>
-      <translation>Variation Selectors Supplement</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="289" />
-      <source>Supplementary Private Use Area-A</source>
-      <translation>Supplementary Private Use Area-A</translation>
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.py" line="290" />
-      <source>Supplementary Private Use Area-B</source>
-      <translation>Supplementary Private Use Area-B</translation>
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/SymbolsWidget.py" line="49"/>
+        <source>Code</source>
+        <translation>Code</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="50"/>
+        <source>Char</source>
+        <translation>Char</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="51"/>
+        <source>Hex</source>
+        <translation>Hex</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="52"/>
+        <source>HTML</source>
+        <translation>HTML</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="53"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="60"/>
+        <source>Control Characters</source>
+        <translation>Control Characters</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="61"/>
+        <source>Basic Latin</source>
+        <translation>Basic Latin</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="62"/>
+        <source>Latin-1 Supplement</source>
+        <translation>Latin-1 Supplement</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="63"/>
+        <source>Latin Extended-A</source>
+        <translation>Latin Extended-A</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="64"/>
+        <source>Latin Extended-B</source>
+        <translation>Latin Extended-B</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="65"/>
+        <source>IPA Extensions</source>
+        <translation>IPA Extensions</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="66"/>
+        <source>Spacing Modifier Letters</source>
+        <translation>Spacing Modifier Letters</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="129"/>
+        <location filename="../UI/SymbolsWidget.py" line="67"/>
+        <source>Combining Diacritical Marks</source>
+        <translation>Combining Diacritical Marks</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="68"/>
+        <source>Greek and Coptic</source>
+        <translation>Greek and Coptic</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="69"/>
+        <source>Cyrillic</source>
+        <translation>Cyrillic</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="70"/>
+        <source>Cyrillic Supplement</source>
+        <translation>Cyrillic Supplement</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="71"/>
+        <source>Armenian</source>
+        <translation>Armenian</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="72"/>
+        <source>Hebrew</source>
+        <translation>Hebrew</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="73"/>
+        <source>Arabic</source>
+        <translation>Arabic</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="74"/>
+        <source>Syriac</source>
+        <translation>Syriac</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="75"/>
+        <source>Thaana</source>
+        <translation>Thaana</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="76"/>
+        <source>N&apos;Ko</source>
+        <translation>N&apos;Ko</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="77"/>
+        <source>Samaritan</source>
+        <translation>Samaritan</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="78"/>
+        <source>Mandaic</source>
+        <translation>Mandaic</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="79"/>
+        <source>Arabic Extended-A</source>
+        <translation>Arabic Extended-A</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="80"/>
+        <source>Devanagari</source>
+        <translation>Devanagari</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="81"/>
+        <source>Bengali</source>
+        <translation>Bengali</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="82"/>
+        <source>Gurmukhi</source>
+        <translation>Gurmukhi</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="83"/>
+        <source>Gujarati</source>
+        <translation>Gujarati</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="84"/>
+        <source>Oriya</source>
+        <translation>Oriya</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="85"/>
+        <source>Tamil</source>
+        <translation>Tamil</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="86"/>
+        <source>Telugu</source>
+        <translation>Telugu</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="87"/>
+        <source>Kannada</source>
+        <translation>Kannada</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="88"/>
+        <source>Malayalam</source>
+        <translation>Malayalam</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="89"/>
+        <source>Sinhala</source>
+        <translation>Sinhala</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="90"/>
+        <source>Thai</source>
+        <translation>Thai</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="91"/>
+        <source>Lao</source>
+        <translation>Lao</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="92"/>
+        <source>Tibetan</source>
+        <translation>Tibetan</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="93"/>
+        <source>Myanmar</source>
+        <translation>Myanmar</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="94"/>
+        <source>Georgian</source>
+        <translation>Georgian</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="95"/>
+        <source>Hangul Jamo</source>
+        <translation></translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="96"/>
+        <source>Ethiopic</source>
+        <translation>Ethiopic</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="97"/>
+        <source>Ethiopic Supplement</source>
+        <translation>Ethiopic Supplement</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="98"/>
+        <source>Cherokee</source>
+        <translation>Cherokee</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="99"/>
+        <source>Unified Canadian Aboriginal Syllabics</source>
+        <translation>Unified Canadian Aboriginal Syllabics</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="100"/>
+        <source>Ogham</source>
+        <translation>Ogham</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="101"/>
+        <source>Runic</source>
+        <translation>Runic</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="102"/>
+        <source>Tagalog</source>
+        <translation>Tagalog</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="103"/>
+        <source>Hanunoo</source>
+        <translation>Hanunoo</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="104"/>
+        <source>Buhid</source>
+        <translation>Buhid</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="105"/>
+        <source>Tagbanwa</source>
+        <translation>Tagbanwa</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="106"/>
+        <source>Khmer</source>
+        <translation>Khmer</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="107"/>
+        <source>Mongolian</source>
+        <translation>Mongolian</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="108"/>
+        <source>Unified Canadian Aboriginal Syllabics Extended</source>
+        <translation>Unified Canadian Aboriginal Syllabics Extended</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="109"/>
+        <source>Limbu</source>
+        <translation>Limbu</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="110"/>
+        <source>Tai Le</source>
+        <translation>Tai Le</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="111"/>
+        <source>Khmer Symbols</source>
+        <translation>Khmer Symbols</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="112"/>
+        <source>Buginese</source>
+        <translation>Buginese</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="113"/>
+        <source>Tai Tham</source>
+        <translation>Tai Tham</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="114"/>
+        <source>Balinese</source>
+        <translation>Balinese</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="115"/>
+        <source>Sundanese</source>
+        <translation>Sundanese</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="116"/>
+        <source>Batak</source>
+        <translation>Batak</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="117"/>
+        <source>Lepcha</source>
+        <translation>Lepcha</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="118"/>
+        <source>Ol Chiki</source>
+        <translation>Ol Chiki</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="119"/>
+        <source>Sundanese Supplement</source>
+        <translation>Sundanese Supplement</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="120"/>
+        <source>Vedic Extensions</source>
+        <translation>Vedic Extensions</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="121"/>
+        <source>Phonetic Extensions</source>
+        <translation>Phonetic Extensions</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="122"/>
+        <source>Phonetic Extensions Supplement</source>
+        <translation>Phonetic Extensions Supplement</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="123"/>
+        <source>Combining Diacritical Marks Supplement</source>
+        <translation>Combining Diacritical Marks Supplement</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="124"/>
+        <source>Latin Extended Additional</source>
+        <translation>Latin Extended Additional</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="125"/>
+        <source>Greek Extended</source>
+        <translation>Greek Extended</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="126"/>
+        <source>General Punctuation</source>
+        <translation>General Punctuation</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="127"/>
+        <source>Superscripts and Subscripts</source>
+        <translation>Superscripts and Subscripts</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="128"/>
+        <source>Currency Symbols</source>
+        <translation>Currency Symbols</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="130"/>
+        <source>Letterlike Symbols</source>
+        <translation>Letterlike Symbols</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="131"/>
+        <source>Number Forms</source>
+        <translation>Number Forms</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="132"/>
+        <source>Arcolumns</source>
+        <translation>Arcolumns</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="133"/>
+        <source>Mathematical Operators</source>
+        <translation>Mathematical Operators</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="134"/>
+        <source>Miscellaneous Technical</source>
+        <translation>Miscellaneous Technical</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="135"/>
+        <source>Control Pictures</source>
+        <translation>Control Pictures</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="136"/>
+        <source>Optical Character Recognition</source>
+        <translation>Optical Character Recognition</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="137"/>
+        <source>Enclosed Alphanumerics</source>
+        <translation>Enclosed Alphanumerics</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="138"/>
+        <source>Box Drawing</source>
+        <translation>Box Drawing</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="139"/>
+        <source>Block Elements</source>
+        <translation>Block Elements</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="140"/>
+        <source>Geometric Shapes</source>
+        <translation>Geometric Shapes</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="141"/>
+        <source>Miscellaneous Symbols</source>
+        <translation>Miscellaneous Symbols</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="142"/>
+        <source>Dingbats</source>
+        <translation>Dingbats</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="143"/>
+        <source>Miscellaneous Mathematical Symbols-A</source>
+        <translation>Miscellaneous Mathematical Symbols-A</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="144"/>
+        <source>Supplement Arcolumns-A</source>
+        <translation>Supplement Arcolumns-A</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="145"/>
+        <source>Braille Patterns</source>
+        <translation>Braille Patterns</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="146"/>
+        <source>Supplement Arcolumns-B</source>
+        <translation>Supplement Arcolumns-B</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="147"/>
+        <source>Miscellaneous Mathematical Symbols-B</source>
+        <translation>Miscellaneous Mathematical Symbols-B</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="148"/>
+        <source>Supplemental Mathematical Operators</source>
+        <translation>Supplemental Mathematical Operators</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="149"/>
+        <source>Miscellaneous Symbols and Arcolumns</source>
+        <translation>Miscellaneous Symbols and Arcolumns</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="150"/>
+        <source>Glagolitic</source>
+        <translation>Glagolitic</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="151"/>
+        <source>Latin Extended-C</source>
+        <translation>Latin Extended-C</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="152"/>
+        <source>Coptic</source>
+        <translation>Coptic</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="153"/>
+        <source>Georgian Supplement</source>
+        <translation>Georgian Supplement</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="154"/>
+        <source>Tifinagh</source>
+        <translation>Tifinagh</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="155"/>
+        <source>Ethiopic Extended</source>
+        <translation>Ethiopic Extended</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="156"/>
+        <source>Cyrillic Extended-A</source>
+        <translation>Cyrillic Extended-A</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="157"/>
+        <source>Supplemental Punctuation</source>
+        <translation>Supplemental Punctuation</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="158"/>
+        <source>CJK Radicals Supplement</source>
+        <translation>CJK Radicals Supplement</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="159"/>
+        <source>KangXi Radicals</source>
+        <translation>KangXi Radicals</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="160"/>
+        <source>Ideographic Description Chars</source>
+        <translation>Ideographic Description Chars</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="161"/>
+        <source>CJK Symbols and Punctuation</source>
+        <translation>CJK Symbols and Punctuation</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="162"/>
+        <source>Hiragana</source>
+        <translation>Hiragana</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="163"/>
+        <source>Katakana</source>
+        <translation>Katakana</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="164"/>
+        <source>Bopomofo</source>
+        <translation>Bopomofo</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="165"/>
+        <source>Hangul Compatibility Jamo</source>
+        <translation>Hangul Compatibility Jamo</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="166"/>
+        <source>Kanbun</source>
+        <translation>Kanbun</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="167"/>
+        <source>Bopomofo Extended</source>
+        <translation>Bopomofo Extended</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="168"/>
+        <source>CJK Strokes</source>
+        <translation>CJK Strokes</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="169"/>
+        <source>Katakana Phonetic Extensions</source>
+        <translation>Katakana Phonetic Extensions</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="170"/>
+        <source>Enclosed CJK Letters and Months</source>
+        <translation>Enclosed CJK Letters and Months</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="171"/>
+        <source>CJK Compatibility</source>
+        <translation>CJK Compatibility</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="172"/>
+        <source>CJK Unified Ideogr. Ext. A</source>
+        <translation>CJK Unified Ideogr. Ext. A</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="173"/>
+        <source>Yijing Hexagram Symbols</source>
+        <translation>Yijing Hexagram Symbols</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="174"/>
+        <source>CJK Unified Ideographs</source>
+        <translation>CJK Unified Ideographs</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="175"/>
+        <source>Yi Syllables</source>
+        <translation>Yi Syllables</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="176"/>
+        <source>Yi Radicals</source>
+        <translation>Yi Radicals</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="177"/>
+        <source>Lisu</source>
+        <translation>Lisu</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="178"/>
+        <source>Vai</source>
+        <translation>Vai</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="179"/>
+        <source>Cyrillic Extended-B</source>
+        <translation>Cyrillic Extended-B</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="180"/>
+        <source>Bamum</source>
+        <translation>Bamum</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="181"/>
+        <source>Modifier Tone Letters</source>
+        <translation>Modifier Tone Letters</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="182"/>
+        <source>Latin Extended-D</source>
+        <translation>Latin Extended-D</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="183"/>
+        <source>Syloti Nagri</source>
+        <translation>Syloti Nagri</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="184"/>
+        <source>Common Indic Number Forms</source>
+        <translation>Common Indic Number Forms</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="185"/>
+        <source>Phags-pa</source>
+        <translation>Phags-pa</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="186"/>
+        <source>Saurashtra</source>
+        <translation>Saurashtra</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="187"/>
+        <source>Devanagari Extended</source>
+        <translation>Devanagari Extended</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="188"/>
+        <source>Kayah Li</source>
+        <translation>Kayah Li</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="189"/>
+        <source>Rejang</source>
+        <translation>Rejang</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="190"/>
+        <source>Hangul Jamo Extended-A</source>
+        <translation>Hangul Jamo Extended-A</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="191"/>
+        <source>Javanese</source>
+        <translation>Javanese</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="192"/>
+        <source>Cham</source>
+        <translation>Cham</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="193"/>
+        <source>Myanmar Extended-A</source>
+        <translation>Myanmar Extended-A</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="194"/>
+        <source>Tai Viet</source>
+        <translation>Tai Viet</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="195"/>
+        <source>Meetei Mayek Extensions</source>
+        <translation>Meetei Mayek Extensions</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="196"/>
+        <source>Ethiopic Extended-A</source>
+        <translation>Ethiopic Extended-A</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="197"/>
+        <source>Meetei Mayek</source>
+        <translation>Meetei Mayek</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="198"/>
+        <source>Hangul Syllables</source>
+        <translation>Hangul Syllables</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="199"/>
+        <source>Hangul Jamo Extended-B</source>
+        <translation>Hangul Jamo Extended-B</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="200"/>
+        <source>High Surrogates</source>
+        <translation>High Surrogates</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="201"/>
+        <source>High Private Use Surrogates</source>
+        <translation>High Private Use Surrogates</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="202"/>
+        <source>Low Surrogates</source>
+        <translation>Low Surrogates</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="203"/>
+        <source>Private Use</source>
+        <translation>Private Use</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="204"/>
+        <source>CJK Compatibility Ideographs</source>
+        <translation>CJK Compatibility Ideographs</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="205"/>
+        <source>Alphabetic Presentation Forms</source>
+        <translation>Alphabetic Presentation Forms</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="206"/>
+        <source>Arabic Presentation Forms-A</source>
+        <translation>Arabic Presentation Forms-A</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="207"/>
+        <source>Variation Selectors</source>
+        <translation>Variation Selectors</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="208"/>
+        <source>Vertical Forms</source>
+        <translation>Vertical Forms</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="209"/>
+        <source>Combining Half Marks</source>
+        <translation>Combining Half Marks</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="210"/>
+        <source>CJK Compatibility Forms</source>
+        <translation>CJK Compatibility Forms</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="211"/>
+        <source>Small Form Variants</source>
+        <translation>Small Form Variants</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="212"/>
+        <source>Arabic Presentation Forms-B</source>
+        <translation>Arabic Presentation Forms-B</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="213"/>
+        <source>Half- and Fullwidth Forms</source>
+        <translation>Half- and Fullwidth Forms</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="214"/>
+        <source>Specials</source>
+        <translation>Specials</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="219"/>
+        <source>Linear B Syllabary</source>
+        <translation>Linear B Syllabary</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="220"/>
+        <source>Linear B Ideograms</source>
+        <translation>Linear B Ideograms</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="221"/>
+        <source>Aegean Numbers</source>
+        <translation>Aegean Numbers</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="222"/>
+        <source>Ancient Greek Numbers</source>
+        <translation>Ancient Greek Numbers</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="223"/>
+        <source>Ancient Symbols</source>
+        <translation>Ancient Symbols</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="224"/>
+        <source>Phaistos Disc</source>
+        <translation>Phaistos Disc</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="225"/>
+        <source>Lycian</source>
+        <translation>Lycian</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="226"/>
+        <source>Carian</source>
+        <translation>Carian</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="227"/>
+        <source>Old Italic</source>
+        <translation>Old Italic</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="228"/>
+        <source>Gothic</source>
+        <translation>Gothic</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="229"/>
+        <source>Ugaritic</source>
+        <translation>Ugaritic</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="230"/>
+        <source>Old Persian</source>
+        <translation>Old Persian</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="231"/>
+        <source>Deseret</source>
+        <translation>Deseret</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="232"/>
+        <source>Shavian</source>
+        <translation>Shavian</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="233"/>
+        <source>Osmanya</source>
+        <translation>Osmanya</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="234"/>
+        <source>Cypriot Syllabary</source>
+        <translation>Cypriot Syllabary</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="235"/>
+        <source>Imperial Aramaic</source>
+        <translation>Imperial Aramaic</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="236"/>
+        <source>Phoenician</source>
+        <translation>Phoenician</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="237"/>
+        <source>Lydian</source>
+        <translation>Lydian</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="238"/>
+        <source>Meroitic Hieroglyphs</source>
+        <translation>Meroitic Hieroglyphs</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="239"/>
+        <source>Meroitic Cursive</source>
+        <translation>Meroitic Cursive</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="240"/>
+        <source>Kharoshthi</source>
+        <translation>Kharoshthi</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="241"/>
+        <source>Old South Arabian</source>
+        <translation>Old South Arabian</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="242"/>
+        <source>Avestan</source>
+        <translation>Avestan</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="243"/>
+        <source>Inscriptional Parthian</source>
+        <translation>Inscriptional Parthian</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="244"/>
+        <source>Inscriptional Pahlavi</source>
+        <translation>Inscriptional Pahlavi</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="245"/>
+        <source>Old Turkic</source>
+        <translation>Old Turkic</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="246"/>
+        <source>Rumi Numeral Symbols</source>
+        <translation>Rumi Numeral Symbols</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="247"/>
+        <source>Brahmi</source>
+        <translation>Brahmi</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="248"/>
+        <source>Kaithi</source>
+        <translation>Kaithi</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="249"/>
+        <source>Sora Sompeng</source>
+        <translation>Sora Sompeng</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="250"/>
+        <source>Chakma</source>
+        <translation>Chakma</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="251"/>
+        <source>Sharada</source>
+        <translation>Sharada</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="252"/>
+        <source>Takri</source>
+        <translation>Takri</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="253"/>
+        <source>Cuneiform</source>
+        <translation>Cuneiform</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="254"/>
+        <source>Cuneiform Numbers and Punctuation</source>
+        <translation>Cuneiform Numbers and Punctuation</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="255"/>
+        <source>Egyptian Hieroglyphs</source>
+        <translation>Egyptian Hieroglyphs</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="256"/>
+        <source>Bamum Supplement</source>
+        <translation>Bamum Supplement</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="257"/>
+        <source>Miao</source>
+        <translation>Miao</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="258"/>
+        <source>Kana Supplement</source>
+        <translation>Kana Supplement</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="259"/>
+        <source>Byzantine Musical Symbols</source>
+        <translation>Byzantine Musical Symbols</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="260"/>
+        <source>Musical Symbols</source>
+        <translation>Musical Symbols</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="261"/>
+        <source>Ancient Greek Musical Notation</source>
+        <translation>Ancient Greek Musical Notation</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="262"/>
+        <source>Tai Xuan Jing Symbols</source>
+        <translation>Tai Xuan Jing Symbols</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="263"/>
+        <source>Counting Rod Numerals</source>
+        <translation>Counting Rod Numerals</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="264"/>
+        <source>Mathematical Alphanumeric Symbols</source>
+        <translation>Mathematical Alphanumeric Symbols</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="268"/>
+        <source>Arabic Mathematical Alphabetic Symbols</source>
+        <translation>Arabic Mathematical Alphabetic Symbols</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="270"/>
+        <source>Mahjong Tiles</source>
+        <translation>Mahjong Tiles</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="271"/>
+        <source>Domino Tiles</source>
+        <translation>Domino Tiles</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="272"/>
+        <source>Playing Cards</source>
+        <translation>Playing Cards</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="273"/>
+        <source>Enclosed Alphanumeric Supplement</source>
+        <translation>Enclosed Alphanumeric Supplement</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="274"/>
+        <source>Enclosed Ideographic Supplement</source>
+        <translation>Enclosed Ideographic Supplement</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="278"/>
+        <source>Miscellaneous Symbols And Pictographs</source>
+        <translation>Miscellaneous Symbols And Pictographs</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="280"/>
+        <source>Emoticons</source>
+        <translation>Emoticons</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="281"/>
+        <source>Transport And Map Symbols</source>
+        <translation>Transport And Map Symbols</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="282"/>
+        <source>Alchemical Symbols</source>
+        <translation>Alchemical Symbols</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="283"/>
+        <source>CJK Unified Ideogr. Ext. B</source>
+        <translation>CJK Unified Ideogr. Ext. B</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="284"/>
+        <source>CJK Unified Ideographs Extension C</source>
+        <translation>CJK Unified Ideographs Extension C</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="285"/>
+        <source>CJK Unified Ideographs Extension D</source>
+        <translation>CJK Unified Ideographs Extension D</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="286"/>
+        <source>CJK Compatapility Ideogr. Suppl.</source>
+        <translation>CJK Compatapility Ideogr. Suppl.</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="287"/>
+        <source>Tags</source>
+        <translation>Tags</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="288"/>
+        <source>Variation Selectors Supplement</source>
+        <translation>Variation Selectors Supplement</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="289"/>
+        <source>Supplementary Private Use Area-A</source>
+        <translation>Supplementary Private Use Area-A</translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.py" line="290"/>
+        <source>Supplementary Private Use Area-B</source>
+        <translation>Supplementary Private Use Area-B</translation>
+    </message>
+</context>
+<context>
     <name>SymbolsWidget</name>
     <message>
-      <location filename="../UI/SymbolsWidget.ui" line="0" />
-      <source>Symbols</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.ui" line="0" />
-      <source>Select the table to be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.ui" line="0" />
-      <source>Symbol code:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/SymbolsWidget.ui" line="0" />
-      <source>Enter the symbol code</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/SymbolsWidget.ui" line="0"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.ui" line="0"/>
+        <source>Select the table to be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.ui" line="0"/>
+        <source>Symbol code:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/SymbolsWidget.ui" line="0"/>
+        <source>Enter the symbol code</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyncCheckPage</name>
     <message>
-      <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="49" />
-      <source>FTP</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="50" />
-      <source>Host:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="53" />
-      <source>Shared Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="54" />
-      <source>Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="57" />
-      <source>No Synchronization</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="187" />
-      <source>&lt;font color="#FF0000"&gt;&lt;b&gt;Error:&lt;/b&gt; {0}&lt;/font&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0" />
-      <source>Synchronization status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0" />
-      <source>This page shows the status of the current synchronization process.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0" />
-      <source>Synchronization Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0" />
-      <source>Sync Handler:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0" />
-      <source>Synchronization Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0" />
-      <source>Bookmarks:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0" />
-      <source>History:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0" />
-      <source>Passwords:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0" />
-      <source>User Agent Settings:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0" />
-      <source>Speed Dial Settings:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="49"/>
+        <source>FTP</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="50"/>
+        <source>Host:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="53"/>
+        <source>Shared Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="54"/>
+        <source>Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="57"/>
+        <source>No Synchronization</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="187"/>
+        <source>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Error:&lt;/b&gt; {0}&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0"/>
+        <source>Synchronization status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0"/>
+        <source>This page shows the status of the current synchronization process.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0"/>
+        <source>Synchronization Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0"/>
+        <source>Sync Handler:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0"/>
+        <source>Synchronization Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0"/>
+        <source>Bookmarks:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0"/>
+        <source>History:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0"/>
+        <source>Passwords:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0"/>
+        <source>User Agent Settings:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0"/>
+        <source>Speed Dial Settings:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyncDataPage</name>
     <message>
-      <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0" />
-      <source>Basic synchronization settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0" />
-      <source>Please select, if synchronization should be enabled and which data should be synchronized.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0" />
-      <source>Select to activate data synchronization</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0" />
-      <source>Activate synchronization</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0" />
-      <source>Data to be synchronized</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0" />
-      <source>Select to synchronize bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0" />
-      <source>Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0" />
-      <source>Select to synchronize history</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0" />
-      <source>History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0" />
-      <source>Select to synchronize passwords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0" />
-      <source>Passwords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0" />
-      <source>Select to synchronize user agent settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0" />
-      <source>User Agent Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0" />
-      <source>Select to synchronize the speed dial data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0" />
-      <source>Speed Dial Settings</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0"/>
+        <source>Basic synchronization settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0"/>
+        <source>Please select, if synchronization should be enabled and which data should be synchronized.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0"/>
+        <source>Select to activate data synchronization</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0"/>
+        <source>Activate synchronization</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0"/>
+        <source>Data to be synchronized</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0"/>
+        <source>Select to synchronize bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0"/>
+        <source>Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0"/>
+        <source>Select to synchronize history</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0"/>
+        <source>History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0"/>
+        <source>Select to synchronize passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0"/>
+        <source>Passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0"/>
+        <source>Select to synchronize user agent settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0"/>
+        <source>User Agent Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0"/>
+        <source>Select to synchronize the speed dial data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDataPage.ui" line="0"/>
+        <source>Speed Dial Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyncDirectorySettingsPage</name>
     <message>
-      <location filename="../WebBrowser/Sync/SyncDirectorySettingsPage.ui" line="0" />
-      <source>Synchronize to a shared directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDirectorySettingsPage.ui" line="0" />
-      <source>Please enter the data for synchronization via a shared directory. All fields must be filled.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDirectorySettingsPage.ui" line="0" />
-      <source>Shared Directory Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDirectorySettingsPage.ui" line="0" />
-      <source>Directory Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncDirectorySettingsPage.ui" line="0" />
-      <source>Enter the full path of the shared directory</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Sync/SyncDirectorySettingsPage.ui" line="0"/>
+        <source>Synchronize to a shared directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDirectorySettingsPage.ui" line="0"/>
+        <source>Please enter the data for synchronization via a shared directory. All fields must be filled.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDirectorySettingsPage.ui" line="0"/>
+        <source>Shared Directory Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDirectorySettingsPage.ui" line="0"/>
+        <source>Directory Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncDirectorySettingsPage.ui" line="0"/>
+        <source>Enter the full path of the shared directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyncEncryptionPage</name>
     <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0" />
-      <source>Encryption Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0" />
-      <source>Please select, if the synchronized data should be encrypted and enter the encryption key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0" />
-      <source>Select to encrypt the synchronzed data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0" />
-      <source>Encrypt Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0" />
-      <source>&lt;p&gt;The encryption key will be used to encrypt and decrypt the synchronizde data. If the data should be re-encrypted, the respective selection should be done. The key must only be repeated, if a re-encryption is requested.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Note: If you forget the encryption key, the encrypted data cannot be recovered!&lt;/b&gt;&lt;br/&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0" />
-      <source>Select to re-encrypt the synchronized data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0" />
-      <source>Re-encrypt synchronized data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0" />
-      <source>Encryption Key:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0" />
-      <source>Enter the encryption key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0" />
-      <source>Encryption Key (again):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0" />
-      <source>Repeat the encryption key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0" />
-      <source>Shows an indication for the encryption key strength</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0" />
-      <source>Size of generated encryption key:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0" />
-      <source>Select the size of the generated encryption key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0" />
-      <source>Select to encrypt only the passwords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0" />
-      <source>Encrypt Passwords Only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.py" line="33" />
-      <source>128 Bits</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.py" line="34" />
-      <source>192 Bits</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.py" line="35" />
-      <source>256 Bits</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.py" line="103" />
-      <source>Encryption key must not be empty.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncEncryptionPage.py" line="112" />
-      <source>Repeated encryption key is wrong.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0"/>
+        <source>Encryption Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0"/>
+        <source>Please select, if the synchronized data should be encrypted and enter the encryption key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0"/>
+        <source>Select to encrypt the synchronzed data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0"/>
+        <source>Encrypt Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0"/>
+        <source>&lt;p&gt;The encryption key will be used to encrypt and decrypt the synchronizde data. If the data should be re-encrypted, the respective selection should be done. The key must only be repeated, if a re-encryption is requested.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Note: If you forget the encryption key, the encrypted data cannot be recovered!&lt;/b&gt;&lt;br/&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0"/>
+        <source>Select to re-encrypt the synchronized data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0"/>
+        <source>Re-encrypt synchronized data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0"/>
+        <source>Encryption Key:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0"/>
+        <source>Enter the encryption key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0"/>
+        <source>Encryption Key (again):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0"/>
+        <source>Repeat the encryption key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0"/>
+        <source>Shows an indication for the encryption key strength</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0"/>
+        <source>Size of generated encryption key:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0"/>
+        <source>Select the size of the generated encryption key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0"/>
+        <source>Select to encrypt only the passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.ui" line="0"/>
+        <source>Encrypt Passwords Only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.py" line="33"/>
+        <source>128 Bits</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.py" line="34"/>
+        <source>192 Bits</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.py" line="35"/>
+        <source>256 Bits</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.py" line="103"/>
+        <source>Encryption key must not be empty.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncEncryptionPage.py" line="112"/>
+        <source>Repeated encryption key is wrong.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyncFtpSettingsPage</name>
     <message>
-      <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0" />
-      <source>Synchronize to an FTP host</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0" />
-      <source>Please enter the data for synchronization via FTP. All fields must be filled.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0" />
-      <source>Remote FTP Host Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0" />
-      <source>Server:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0" />
-      <source>Enter the FTP server name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0" />
-      <source>User Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0" />
-      <source>Enter the user name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0" />
-      <source>Password:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0" />
-      <source>Enter the password</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0" />
-      <source>Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0" />
-      <source>Enter the remote path</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0" />
-      <source>Port:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0" />
-      <source>Enter the remote port</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0" />
-      <source>Idle Timeout:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0" />
-      <source>Enter the idle timeout interval to prevent a server disconnect</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0" />
-      <source> s</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0"/>
+        <source>Synchronize to an FTP host</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0"/>
+        <source>Please enter the data for synchronization via FTP. All fields must be filled.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0"/>
+        <source>Remote FTP Host Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0"/>
+        <source>Server:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0"/>
+        <source>Enter the FTP server name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0"/>
+        <source>User Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0"/>
+        <source>Enter the user name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0"/>
+        <source>Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0"/>
+        <source>Enter the password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0"/>
+        <source>Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0"/>
+        <source>Enter the remote path</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0"/>
+        <source>Port:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0"/>
+        <source>Enter the remote port</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0"/>
+        <source>Idle Timeout:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0"/>
+        <source>Enter the idle timeout interval to prevent a server disconnect</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncFtpSettingsPage.ui" line="0"/>
+        <source> s</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyncHandler</name>
     <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="59" />
-      <source>Remote bookmarks file exists! Syncing local copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="62" />
-      <source>Remote bookmarks file does NOT exist. Exporting local copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="65" />
-      <source>Local bookmarks file is NEWER. Exporting local copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="68" />
-      <source>Local bookmarks file does NOT exist. Skipping synchronization!</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="71" />
-      <source>Uploading local bookmarks file...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="74" />
-      <source>Remote history file exists! Syncing local copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="77" />
-      <source>Remote history file does NOT exist. Exporting local copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="80" />
-      <source>Local history file is NEWER. Exporting local copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="83" />
-      <source>Local history file does NOT exist. Skipping synchronization!</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="86" />
-      <source>Uploading local history file...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="89" />
-      <source>Remote logins file exists! Syncing local copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="92" />
-      <source>Remote logins file does NOT exist. Exporting local copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="95" />
-      <source>Local logins file is NEWER. Exporting local copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="98" />
-      <source>Local logins file does NOT exist. Skipping synchronization!</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="101" />
-      <source>Uploading local logins file...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="104" />
-      <source>Remote user agent settings file exists! Syncing local copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="107" />
-      <source>Remote user agent settings file does NOT exist. Exporting local copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="111" />
-      <source>Local user agent settings file is NEWER. Exporting local copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="115" />
-      <source>Local user agent settings file does NOT exist. Skipping synchronization!</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="119" />
-      <source>Uploading local user agent settings file...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="122" />
-      <source>Remote speed dial settings file exists! Syncing local copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="125" />
-      <source>Remote speed dial settings file does NOT exist. Exporting local copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="129" />
-      <source>Local speed dial settings file is NEWER. Exporting local copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="133" />
-      <source>Local speed dial settings file does NOT exist. Skipping synchronization!</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="137" />
-      <source>Uploading local speed dial settings file...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="277" />
-      <source>Invalid encryption key given.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHandler.py" line="285" />
-      <source>Data cannot be decrypted.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="59"/>
+        <source>Remote bookmarks file exists! Syncing local copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="62"/>
+        <source>Remote bookmarks file does NOT exist. Exporting local copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="65"/>
+        <source>Local bookmarks file is NEWER. Exporting local copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="68"/>
+        <source>Local bookmarks file does NOT exist. Skipping synchronization!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="71"/>
+        <source>Uploading local bookmarks file...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="74"/>
+        <source>Remote history file exists! Syncing local copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="77"/>
+        <source>Remote history file does NOT exist. Exporting local copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="80"/>
+        <source>Local history file is NEWER. Exporting local copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="83"/>
+        <source>Local history file does NOT exist. Skipping synchronization!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="86"/>
+        <source>Uploading local history file...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="89"/>
+        <source>Remote logins file exists! Syncing local copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="92"/>
+        <source>Remote logins file does NOT exist. Exporting local copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="95"/>
+        <source>Local logins file is NEWER. Exporting local copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="98"/>
+        <source>Local logins file does NOT exist. Skipping synchronization!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="101"/>
+        <source>Uploading local logins file...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="104"/>
+        <source>Remote user agent settings file exists! Syncing local copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="107"/>
+        <source>Remote user agent settings file does NOT exist. Exporting local copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="111"/>
+        <source>Local user agent settings file is NEWER. Exporting local copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="115"/>
+        <source>Local user agent settings file does NOT exist. Skipping synchronization!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="119"/>
+        <source>Uploading local user agent settings file...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="122"/>
+        <source>Remote speed dial settings file exists! Syncing local copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="125"/>
+        <source>Remote speed dial settings file does NOT exist. Exporting local copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="129"/>
+        <source>Local speed dial settings file is NEWER. Exporting local copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="133"/>
+        <source>Local speed dial settings file does NOT exist. Skipping synchronization!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="137"/>
+        <source>Uploading local speed dial settings file...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="277"/>
+        <source>Invalid encryption key given.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHandler.py" line="285"/>
+        <source>Data cannot be decrypted.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyncHostTypePage</name>
     <message>
-      <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0" />
-      <source>Host Type Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0" />
-      <source>Please select the type of the host to be used for synchronization.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0" />
-      <source>Synchronization Host Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0" />
-      <source>Select to use a FTP host</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0" />
-      <source>FTP</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0" />
-      <source>Select to use a shared directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0" />
-      <source>Shared Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0" />
-      <source>Select to use no particular host type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0" />
-      <source>None</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0"/>
+        <source>Host Type Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0"/>
+        <source>Please select the type of the host to be used for synchronization.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0"/>
+        <source>Synchronization Host Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0"/>
+        <source>Select to use a FTP host</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0"/>
+        <source>FTP</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0"/>
+        <source>Select to use a shared directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0"/>
+        <source>Shared Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0"/>
+        <source>Select to use no particular host type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Sync/SyncHostTypePage.ui" line="0"/>
+        <source>None</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyntaxCheckService</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="214" />
-      <source>Python 3 batch check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="230" />
-      <source>JavaScript batch check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="246" />
-      <source>YAML batch check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="262" />
-      <source>JSON batch check</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="278" />
-      <source>TOML batch check</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="214"/>
+        <source>Python 3 batch check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="230"/>
+        <source>JavaScript batch check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="246"/>
+        <source>YAML batch check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="262"/>
+        <source>JSON batch check</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="278"/>
+        <source>TOML batch check</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyntaxCheckerDialog</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0" />
-      <source>Syntax Check Result</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0" />
-      <source>&lt;b&gt;Syntax Check Results&lt;/b&gt;
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0"/>
+        <source>Syntax Check Result</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0"/>
+        <source>&lt;b&gt;Syntax Check Results&lt;/b&gt;
 &lt;p&gt;This dialog shows the results of the syntax check. Double clicking an
 entry will open an editor window and position the cursor at the respective line.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0" />
-      <source>Exclude Files:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0" />
-      <source>Enter filename patterns of files to be excluded separated by a comma</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0" />
-      <source>Press to start the syntax check run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0" />
-      <source>Start</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0" />
-      <source>&lt;b&gt;Result List&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0"/>
+        <source>Exclude Files:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0"/>
+        <source>Enter filename patterns of files to be excluded separated by a comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0"/>
+        <source>Press to start the syntax check run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0"/>
+        <source>Start</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0"/>
+        <source>&lt;b&gt;Result List&lt;/b&gt;
 &lt;p&gt;This list shows the results of the syntax check. Double clicking
 an entry will open this entry in an editor window and position the cursor at
 the respective line.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0" />
-      <source>File/Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0" />
-      <source>Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0" />
-      <source>Source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0" />
-      <source>Shows the progress of the syntax check action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0" />
-      <source>%v/%m Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="54" />
-      <source>Show</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="57" />
-      <source>Press to show all files containing an issue</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="106" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="353" />
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="318" />
-      <source>Error: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="467" />
-      <source>No issues found.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0"/>
+        <source>File/Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0"/>
+        <source>Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0"/>
+        <source>Source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0"/>
+        <source>Shows the progress of the syntax check action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0"/>
+        <source>%v/%m Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="54"/>
+        <source>Show</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="57"/>
+        <source>Press to show all files containing an issue</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="106"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="353"/>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="318"/>
+        <source>Error: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="467"/>
+        <source>No issues found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>SyntaxCheckerPlugin</name>
     <message>
-      <location filename="../Plugins/PluginSyntaxChecker.py" line="297" />
-      <location filename="../Plugins/PluginSyntaxChecker.py" line="215" />
-      <location filename="../Plugins/PluginSyntaxChecker.py" line="196" />
-      <source>Check Syntax</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginSyntaxChecker.py" line="297" />
-      <location filename="../Plugins/PluginSyntaxChecker.py" line="215" />
-      <location filename="../Plugins/PluginSyntaxChecker.py" line="197" />
-      <source>&amp;Syntax...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginSyntaxChecker.py" line="203" />
-      <source>Check syntax.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginSyntaxChecker.py" line="300" />
-      <location filename="../Plugins/PluginSyntaxChecker.py" line="218" />
-      <location filename="../Plugins/PluginSyntaxChecker.py" line="205" />
-      <source>&lt;b&gt;Check Syntax...&lt;/b&gt;&lt;p&gt;This checks Python files for syntax errors.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginSyntaxChecker.py" line="297"/>
+        <location filename="../Plugins/PluginSyntaxChecker.py" line="215"/>
+        <location filename="../Plugins/PluginSyntaxChecker.py" line="196"/>
+        <source>Check Syntax</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginSyntaxChecker.py" line="297"/>
+        <location filename="../Plugins/PluginSyntaxChecker.py" line="215"/>
+        <location filename="../Plugins/PluginSyntaxChecker.py" line="197"/>
+        <source>&amp;Syntax...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginSyntaxChecker.py" line="203"/>
+        <source>Check syntax.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginSyntaxChecker.py" line="300"/>
+        <location filename="../Plugins/PluginSyntaxChecker.py" line="218"/>
+        <location filename="../Plugins/PluginSyntaxChecker.py" line="205"/>
+        <source>&lt;b&gt;Check Syntax...&lt;/b&gt;&lt;p&gt;This checks Python files for syntax errors.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TRPreviewer</name>
     <message>
-      <location filename="../Tools/TRPreviewer.py" line="48" />
-      <source>&lt;No translation&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="79" />
-      <source>Translations Previewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="101" />
-      <location filename="../Tools/TRPreviewer.py" line="94" />
-      <source>Select language file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="177" />
-      <source>&amp;Open UI Files...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="179" />
-      <source>Open UI files for display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="181" />
-      <source>&lt;b&gt;Open UI Files&lt;/b&gt;&lt;p&gt;This opens some UI files for display.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="190" />
-      <source>Open &amp;Translation Files...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="193" />
-      <source>Open Translation files for display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="195" />
-      <source>&lt;b&gt;Open Translation Files&lt;/b&gt;&lt;p&gt;This opens some translation files for display.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="203" />
-      <source>&amp;Reload Translations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="205" />
-      <source>Reload the loaded translations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="207" />
-      <source>&lt;b&gt;Reload Translations&lt;/b&gt;&lt;p&gt;This reloads the translations for the loaded languages.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="215" />
-      <source>&amp;Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="216" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="217" />
-      <source>Quit the application</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="219" />
-      <source>&lt;b&gt;Quit&lt;/b&gt;&lt;p&gt;Quit the application.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="224" />
-      <source>&amp;What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="226" />
-      <source>Shift+F1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="227" />
-      <source>Context sensitive help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="229" />
-      <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="240" />
-      <source>&amp;About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="241" />
-      <source>Display information about this software</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="243" />
-      <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="250" />
-      <source>About &amp;Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="252" />
-      <source>Display information about the Qt toolkit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="255" />
-      <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="262" />
-      <source>&amp;Tile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="263" />
-      <source>Tile the windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="265" />
-      <source>&lt;b&gt;Tile the windows&lt;/b&gt;&lt;p&gt;Rearrange and resize the windows so that they are tiled.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="273" />
-      <source>&amp;Cascade</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="274" />
-      <source>Cascade the windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="276" />
-      <source>&lt;b&gt;Cascade the windows&lt;/b&gt;&lt;p&gt;Rearrange and resize the windows so that they are cascaded.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="285" />
-      <source>&amp;Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="287" />
-      <source>Ctrl+W</source>
-      <comment>File|Close</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="288" />
-      <source>Close the current window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="290" />
-      <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="294" />
-      <source>Clos&amp;e All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="295" />
-      <source>Close all windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="297" />
-      <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all windows.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="307" />
-      <source>&amp;File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="318" />
-      <source>&amp;Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="325" />
-      <source>&amp;Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="336" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="345" />
-      <source>Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="393" />
-      <location filename="../Tools/TRPreviewer.py" line="380" />
-      <source>TR Previewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="381" />
-      <source>&lt;h3&gt; About TR Previewer &lt;/h3&gt;&lt;p&gt;The TR Previewer loads and displays Qt User-Interface files and translation files and shows dialogs for a selected language.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="401" />
-      <source>Select UI files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="403" />
-      <source>Qt User-Interface Files (*.ui)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="417" />
-      <source>Select translation files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="419" />
-      <source>Qt Translation Files (*.qm)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Tools/TRPreviewer.py" line="48"/>
+        <source>&lt;No translation&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="79"/>
+        <source>Translations Previewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="101"/>
+        <location filename="../Tools/TRPreviewer.py" line="94"/>
+        <source>Select language file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="177"/>
+        <source>&amp;Open UI Files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="179"/>
+        <source>Open UI files for display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="181"/>
+        <source>&lt;b&gt;Open UI Files&lt;/b&gt;&lt;p&gt;This opens some UI files for display.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="190"/>
+        <source>Open &amp;Translation Files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="193"/>
+        <source>Open Translation files for display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="195"/>
+        <source>&lt;b&gt;Open Translation Files&lt;/b&gt;&lt;p&gt;This opens some translation files for display.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="203"/>
+        <source>&amp;Reload Translations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="205"/>
+        <source>Reload the loaded translations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="207"/>
+        <source>&lt;b&gt;Reload Translations&lt;/b&gt;&lt;p&gt;This reloads the translations for the loaded languages.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="215"/>
+        <source>&amp;Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="216"/>
+        <source>Ctrl+Q</source>
+        <comment>File|Quit</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="217"/>
+        <source>Quit the application</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="219"/>
+        <source>&lt;b&gt;Quit&lt;/b&gt;&lt;p&gt;Quit the application.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="224"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="226"/>
+        <source>Shift+F1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="227"/>
+        <source>Context sensitive help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="229"/>
+        <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="240"/>
+        <source>&amp;About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="241"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="243"/>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="250"/>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="252"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="255"/>
+        <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="262"/>
+        <source>&amp;Tile</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="263"/>
+        <source>Tile the windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="265"/>
+        <source>&lt;b&gt;Tile the windows&lt;/b&gt;&lt;p&gt;Rearrange and resize the windows so that they are tiled.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="273"/>
+        <source>&amp;Cascade</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="274"/>
+        <source>Cascade the windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="276"/>
+        <source>&lt;b&gt;Cascade the windows&lt;/b&gt;&lt;p&gt;Rearrange and resize the windows so that they are cascaded.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="285"/>
+        <source>&amp;Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="287"/>
+        <source>Ctrl+W</source>
+        <comment>File|Close</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="288"/>
+        <source>Close the current window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="290"/>
+        <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="294"/>
+        <source>Clos&amp;e All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="295"/>
+        <source>Close all windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="297"/>
+        <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all windows.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="307"/>
+        <source>&amp;File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="318"/>
+        <source>&amp;Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="325"/>
+        <source>&amp;Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="336"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="345"/>
+        <source>Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="393"/>
+        <location filename="../Tools/TRPreviewer.py" line="380"/>
+        <source>TR Previewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="381"/>
+        <source>&lt;h3&gt; About TR Previewer &lt;/h3&gt;&lt;p&gt;The TR Previewer loads and displays Qt User-Interface files and translation files and shows dialogs for a selected language.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="401"/>
+        <source>Select UI files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="403"/>
+        <source>Qt User-Interface Files (*.ui)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="417"/>
+        <source>Select translation files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="419"/>
+        <source>Qt Translation Files (*.qm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TabManagerWidget</name>
     <message>
-      <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="76" />
-      <source>Tab Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="132" />
-      <source>Saved Tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="173" />
-      <source>Local File System:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="175" />
-      <source>eric Web Browser:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="177" />
-      <source> [FTP]:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="312" />
-      <source>Window {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="313" />
-      <source>Double click to switch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="505" />
-      <source>Group by</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="506" />
-      <source>&amp;Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="511" />
-      <source>&amp;Domain</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="516" />
-      <source>&amp;Host</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="528" />
-      <source>&amp;Bookmark checked tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="533" />
-      <source>&amp;Close checked tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="565" />
-      <source>Show Tab Manager</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="76"/>
+        <source>Tab Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="132"/>
+        <source>Saved Tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="173"/>
+        <source>Local File System:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="175"/>
+        <source>eric Web Browser:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="177"/>
+        <source> [FTP]:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="312"/>
+        <source>Window {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="313"/>
+        <source>Double click to switch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="505"/>
+        <source>Group by</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="506"/>
+        <source>&amp;Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="511"/>
+        <source>&amp;Domain</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="516"/>
+        <source>&amp;Host</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="528"/>
+        <source>&amp;Bookmark checked tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="533"/>
+        <source>&amp;Close checked tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/TabManager/TabManagerWidget.py" line="565"/>
+        <source>Show Tab Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TabWidget</name>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="217" />
-      <source>Show a navigation menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="246" />
-      <source>Start</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="249" />
-      <source>Run Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="254" />
-      <source>Debug Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="259" />
-      <source>Profile Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="264" />
-      <source>Coverage run of Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="271" />
-      <source>Move Left</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="276" />
-      <source>Move Right</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="281" />
-      <source>Move First</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="286" />
-      <source>Move Last</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="292" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="297" />
-      <source>Close Others</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="300" />
-      <source>Close All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="303" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="307" />
-      <source>Save As...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="312" />
-      <source>Save All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="317" />
-      <source>Open 'rejection' file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="324" />
-      <source>Print Preview</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="329" />
-      <source>Print</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="334" />
-      <source>Copy Path to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="492" />
-      <source>{0} (ro)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="217"/>
+        <source>Show a navigation menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="246"/>
+        <source>Start</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="249"/>
+        <source>Run Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="254"/>
+        <source>Debug Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="259"/>
+        <source>Profile Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="264"/>
+        <source>Coverage run of Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="271"/>
+        <source>Move Left</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="276"/>
+        <source>Move Right</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="281"/>
+        <source>Move First</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="286"/>
+        <source>Move Last</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="292"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="297"/>
+        <source>Close Others</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="300"/>
+        <source>Close All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="303"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="307"/>
+        <source>Save As...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="312"/>
+        <source>Save All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="317"/>
+        <source>Open &apos;rejection&apos; file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="324"/>
+        <source>Print Preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="329"/>
+        <source>Print</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="334"/>
+        <source>Copy Path to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="492"/>
+        <source>{0} (ro)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Tabview</name>
     <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1100" />
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1035" />
-      <source>Untitled {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1502" />
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1111" />
-      <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1056" />
-      <source>{0} (ro)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1100"/>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1035"/>
+        <source>Untitled {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1502"/>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1111"/>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1056"/>
+        <source>{0} (ro)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TaskFilterConfigDialog</name>
     <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.py" line="32" />
-      <source>Bugfix</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.py" line="33" />
-      <source>Warning</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.py" line="34" />
-      <source>ToDo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.py" line="35" />
-      <source>Note</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.py" line="36" />
-      <source>Test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.py" line="37" />
-      <source>Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Task filter configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Select the categories, the tasks list should be filtered on. Within each category, enter the selection criteria. The enabled categories are combined using an "&lt;b&gt;and&lt;/b&gt;" operation.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Select to filter on the task summary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Summary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Enter the summary filter as a regular expression.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Select to filter on the task filename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Filename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Enter the filename filter as a wildcard expression.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Select to filter on the task type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Select the task type to be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Select to filter on the task scope</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Scope</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Select to show global tasks only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Global tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Select to show project tasks only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Project tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Select to filter on the task completion status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Completion status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Select to show uncompleted tasks only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Uncompleted tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Select to show completed tasks only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Completed tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Select to filter on the task priority</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Priority</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Select to show high priority tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>High priority tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Select to show normal priority tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Normal priority tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Select to show low priority tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0" />
-      <source>Low priority tasks</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Tasks/TaskFilterConfigDialog.py" line="32"/>
+        <source>Bugfix</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.py" line="33"/>
+        <source>Warning</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.py" line="34"/>
+        <source>ToDo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.py" line="35"/>
+        <source>Note</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.py" line="36"/>
+        <source>Test</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.py" line="37"/>
+        <source>Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Task filter configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Select the categories, the tasks list should be filtered on. Within each category, enter the selection criteria. The enabled categories are combined using an &quot;&lt;b&gt;and&lt;/b&gt;&quot; operation.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Select to filter on the task summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Enter the summary filter as a regular expression.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Select to filter on the task filename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Filename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Enter the filename filter as a wildcard expression.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Select to filter on the task type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Select the task type to be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Select to filter on the task scope</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Scope</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Select to show global tasks only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Global tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Select to show project tasks only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Project tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Select to filter on the task completion status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Completion status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Select to show uncompleted tasks only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Uncompleted tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Select to show completed tasks only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Completed tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Select to filter on the task priority</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Priority</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Select to show high priority tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>High priority tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Select to show normal priority tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Normal priority tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Select to show low priority tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskFilterConfigDialog.ui" line="0"/>
+        <source>Low priority tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TaskPropertiesDialog</name>
     <message>
-      <location filename="../Tasks/TaskPropertiesDialog.py" line="41" />
-      <source>Bugfix</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.py" line="42" />
-      <source>Warning</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.py" line="43" />
-      <source>ToDo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.py" line="44" />
-      <source>Note</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.py" line="45" />
-      <source>Test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.py" line="46" />
-      <source>Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>Task Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>&amp;Summary:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>Enter the task summary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>&amp;Description:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>Enter the task description</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>Creation Time:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>&amp;Priority:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>Select the task priority</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>High</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>Normal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>Low</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>Select the task type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>Select to mark this task as completed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>T&amp;ask completed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>Select to indicate a task related to the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>Project &amp;Task</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>Line:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskPropertiesDialog.ui" line="0" />
-      <source>Filename:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Tasks/TaskPropertiesDialog.py" line="41"/>
+        <source>Bugfix</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.py" line="42"/>
+        <source>Warning</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.py" line="43"/>
+        <source>ToDo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.py" line="44"/>
+        <source>Note</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.py" line="45"/>
+        <source>Test</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.py" line="46"/>
+        <source>Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>Task Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>&amp;Summary:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>Enter the task summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>&amp;Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>Enter the task description</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>Creation Time:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>&amp;Priority:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>Select the task priority</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>High</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>Normal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>Low</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>Select the task type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>Select to mark this task as completed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>T&amp;ask completed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>Select to indicate a task related to the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>Project &amp;Task</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>Line:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskPropertiesDialog.ui" line="0"/>
+        <source>Filename:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TaskViewer</name>
     <message>
-      <location filename="../Tasks/TaskViewer.py" line="66" />
-      <source>Summary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="66" />
-      <source>Filename</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="66" />
-      <source>Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="88" />
-      <source>P&amp;roject Tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="90" />
-      <source>&amp;Regenerate project tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="94" />
-      <source>&amp;Configure scan options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="136" />
-      <location filename="../Tasks/TaskViewer.py" line="98" />
-      <source>&amp;New Task...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="100" />
-      <source>New &amp;Sub-Task...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="105" />
-      <source>&amp;Go To</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="107" />
-      <source>&amp;Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="141" />
-      <location filename="../Tasks/TaskViewer.py" line="108" />
-      <source>&amp;Paste</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="144" />
-      <location filename="../Tasks/TaskViewer.py" line="110" />
-      <source>Paste as &amp;Main Task</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="112" />
-      <source>&amp;Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="115" />
-      <source>&amp;Mark Completed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="148" />
-      <location filename="../Tasks/TaskViewer.py" line="118" />
-      <source>Delete Completed &amp;Tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="121" />
-      <source>P&amp;roperties...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="152" />
-      <location filename="../Tasks/TaskViewer.py" line="123" />
-      <source>&amp;Filtered display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="158" />
-      <location filename="../Tasks/TaskViewer.py" line="128" />
-      <source>Filter c&amp;onfiguration...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="161" />
-      <location filename="../Tasks/TaskViewer.py" line="131" />
-      <source>Resi&amp;ze columns</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="163" />
-      <location filename="../Tasks/TaskViewer.py" line="133" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="179" />
-      <source>Extracted Tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="180" />
-      <source>Manual Tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="743" />
-      <source>Activate task filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="744" />
-      <source>The task filter doesn't have any active filters. Do you want to configure the filter settings?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="778" />
-      <source>Scan Filter Patterns</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="779" />
-      <source>Enter filename patterns of files to be excluded separated by a comma:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="821" />
-      <source>Extracting project tasks...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="822" />
-      <source>Abort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="825" />
-      <source>%v/%m Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="829" />
-      <source>Tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TaskViewer.py" line="836" />
-      <source>Extracting project tasks...
+        <location filename="../Tasks/TaskViewer.py" line="66"/>
+        <source>Summary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="66"/>
+        <source>Filename</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="66"/>
+        <source>Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="88"/>
+        <source>P&amp;roject Tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="90"/>
+        <source>&amp;Regenerate project tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="94"/>
+        <source>&amp;Configure scan options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="136"/>
+        <location filename="../Tasks/TaskViewer.py" line="98"/>
+        <source>&amp;New Task...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="100"/>
+        <source>New &amp;Sub-Task...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="105"/>
+        <source>&amp;Go To</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="107"/>
+        <source>&amp;Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="141"/>
+        <location filename="../Tasks/TaskViewer.py" line="108"/>
+        <source>&amp;Paste</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="144"/>
+        <location filename="../Tasks/TaskViewer.py" line="110"/>
+        <source>Paste as &amp;Main Task</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="112"/>
+        <source>&amp;Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="115"/>
+        <source>&amp;Mark Completed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="148"/>
+        <location filename="../Tasks/TaskViewer.py" line="118"/>
+        <source>Delete Completed &amp;Tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="121"/>
+        <source>P&amp;roperties...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="152"/>
+        <location filename="../Tasks/TaskViewer.py" line="123"/>
+        <source>&amp;Filtered display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="158"/>
+        <location filename="../Tasks/TaskViewer.py" line="128"/>
+        <source>Filter c&amp;onfiguration...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="161"/>
+        <location filename="../Tasks/TaskViewer.py" line="131"/>
+        <source>Resi&amp;ze columns</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="163"/>
+        <location filename="../Tasks/TaskViewer.py" line="133"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="179"/>
+        <source>Extracted Tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="180"/>
+        <source>Manual Tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="743"/>
+        <source>Activate task filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="744"/>
+        <source>The task filter doesn&apos;t have any active filters. Do you want to configure the filter settings?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="778"/>
+        <source>Scan Filter Patterns</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="779"/>
+        <source>Enter filename patterns of files to be excluded separated by a comma:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="821"/>
+        <source>Extracting project tasks...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="822"/>
+        <source>Abort</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="825"/>
+        <source>%v/%m Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="829"/>
+        <source>Tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TaskViewer.py" line="836"/>
+        <source>Extracting project tasks...
 {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TasksFile</name>
     <message>
-      <location filename="../Tasks/TasksFile.py" line="94" />
-      <source>Save Tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TasksFile.py" line="95" />
-      <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TasksFile.py" line="120" />
-      <source>Read Tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tasks/TasksFile.py" line="121" />
-      <source>&lt;p&gt;The tasks 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>
-  </context>
-  <context>
+        <location filename="../Tasks/TasksFile.py" line="94"/>
+        <source>Save Tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TasksFile.py" line="95"/>
+        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TasksFile.py" line="120"/>
+        <source>Read Tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tasks/TasksFile.py" line="121"/>
+        <source>&lt;p&gt;The tasks 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"></translation>
+    </message>
+</context>
+<context>
     <name>TasksPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Tasks&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <source>Tasks Markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <source>Bugfix tasks:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <source>Enter the tasks markers separated by a space character.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <source>Warning tasks:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <source>Todo tasks:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <source>Note tasks:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <source>Test tasks:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <source>Documentation tasks:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <source>Tasks Background Colors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <source>Select the background color for these tasks.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <source>Tasks Handling</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <source>Select to clear global file tasks when the file is closed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0" />
-      <source>Clear global file task when file is closed</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Tasks&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <source>Tasks Markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <source>Bugfix tasks:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <source>Enter the tasks markers separated by a space character.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <source>Warning tasks:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <source>Todo tasks:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <source>Note tasks:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <source>Test tasks:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <source>Documentation tasks:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <source>Tasks Background Colors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <source>Select the background color for these tasks.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <source>Tasks Handling</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <source>Select to clear global file tasks when the file is closed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TasksPage.ui" line="0"/>
+        <source>Clear global file task when file is closed</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TeensyDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="70" />
-      <source>Teensy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="144" />
-      <source>Teensy Functions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="185" />
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="147" />
-      <source>Show MicroPython Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="151" />
-      <source>MicroPython Flash Instructions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="241" />
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="154" />
-      <source>Flash MicroPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="157" />
-      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="186" />
-      <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="213" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="219" />
-      <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="227" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="231" />
-      <source>MicroPython Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="242" />
-      <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 are flashed using the 'Teensy Loader' application. Make sure you downloaded the MicroPython or CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="261" />
-      <source>Start 'Teensy Loader'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="262" />
-      <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/Devices/TeensyDevices.py" line="70"/>
+        <source>Teensy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/TeensyDevices.py" line="144"/>
+        <source>Teensy Functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/TeensyDevices.py" line="185"/>
+        <location filename="../MicroPython/Devices/TeensyDevices.py" line="147"/>
+        <source>Show MicroPython Versions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/TeensyDevices.py" line="151"/>
+        <source>MicroPython Flash Instructions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/TeensyDevices.py" line="301"/>
+        <location filename="../MicroPython/Devices/TeensyDevices.py" line="154"/>
+        <source>Flash MicroPython Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/TeensyDevices.py" line="157"/>
+        <source>Start the &apos;Teensy Loader&apos; application to flash the Teensy device.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/TeensyDevices.py" line="186"/>
+        <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/TeensyDevices.py" line="214"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/TeensyDevices.py" line="220"/>
+        <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/TeensyDevices.py" line="228"/>
+        <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/TeensyDevices.py" line="232"/>
+        <source>MicroPython Version</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/TeensyDevices.py" line="302"/>
+        <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 are flashed using the &apos;Teensy Loader&apos; application. Make sure you downloaded the MicroPython or CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href=&quot;{0}&quot;&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/TeensyDevices.py" line="324"/>
+        <source>Start &apos;Teensy Loader&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/Devices/TeensyDevices.py" line="325"/>
+        <source>&lt;p&gt;The &apos;Teensy Loader&apos; application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TemplateGroup</name>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="98" />
-      <source>Add Template</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="99" />
-      <source>&lt;p&gt;The group &lt;b&gt;{0}&lt;/b&gt; already contains a template named &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Templates/TemplateViewer.py" line="98"/>
+        <source>Add Template</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="99"/>
+        <source>&lt;p&gt;The group &lt;b&gt;{0}&lt;/b&gt; already contains a template named &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TemplateMultipleVariablesDialog</name>
     <message>
-      <location filename="../Templates/TemplateMultipleVariablesDialog.py" line="117" />
-      <source>Enter Template Variables</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateMultipleVariablesDialog.py" line="118" />
-      <source>&amp;OK</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateMultipleVariablesDialog.py" line="119" />
-      <source>&amp;Cancel</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Templates/TemplateMultipleVariablesDialog.py" line="117"/>
+        <source>Enter Template Variables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateMultipleVariablesDialog.py" line="118"/>
+        <source>&amp;OK</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateMultipleVariablesDialog.py" line="119"/>
+        <source>&amp;Cancel</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TemplatePropertiesDialog</name>
     <message>
-      <location filename="../Templates/TemplatePropertiesDialog.ui" line="0" />
-      <source>Template Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.ui" line="0" />
-      <source>Enter the name of the template/group. Templates are autocompleted upon this name.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.ui" line="0" />
-      <source>Description:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.ui" line="0" />
-      <source>Enter a description for the template</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.ui" line="0" />
-      <source>Group:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.ui" line="0" />
-      <source>Template:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.ui" line="0" />
-      <source>Enter the text of the template</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;Template Text&lt;/b&gt;
+        <location filename="../Templates/TemplatePropertiesDialog.ui" line="0"/>
+        <source>Template Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.ui" line="0"/>
+        <source>Enter the name of the template/group. Templates are autocompleted upon this name.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.ui" line="0"/>
+        <source>Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.ui" line="0"/>
+        <source>Enter a description for the template</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.ui" line="0"/>
+        <source>Group:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.ui" line="0"/>
+        <source>Template:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.ui" line="0"/>
+        <source>Enter the text of the template</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Template Text&lt;/b&gt;
 &lt;p&gt;Enter the template text in this area. Every occurrence of $VAR$ will be replaced
 by the associated text when the template is applied.  Predefined variables may be used in the template. The separator character might
 be changed via the preferences dialog.&lt;/p&gt;
 &lt;p&gt;Press the help button for more information.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.ui" line="0" />
-      <source>&amp;Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.ui" line="0" />
-      <source>Alt+H</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.py" line="43" />
-      <source>&lt;b&gt;Template name&lt;b&gt;&lt;p&gt;Enter the name of the template. Templates may be autocompleted upon this name. In order to support autocompletion. the template name must only consist of letters (a-z and A-Z), digits (0-9) and underscores (_).&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.py" line="56" />
-      <source>All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.py" line="64" />
-      <source>Language:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.py" line="69" />
-      <source>GROUP</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.py" line="105" />
-      <source>Close dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.py" line="106" />
-      <source>Do you really want to close the dialog?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.py" line="118" />
-      <source>Template Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.py" line="119" />
-      <source>&lt;b&gt;Template Help&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatePropertiesDialog.py" line="120" />
-      <source>&lt;p&gt;To use variables in a template, you just have to enclose the variable name with $-characters. When you use the template, you will then be asked for a value for this variable.&lt;/p&gt;&lt;p&gt;Example template: This is a $VAR$&lt;/p&gt;&lt;p&gt;When you use this template you will be prompted for a value for the variable $VAR$. Any occurrences of $VAR$ will then be replaced with whatever you've entered.&lt;/p&gt;&lt;p&gt;If you need a single $-character in a template, which is not used to enclose a variable, type $$(two dollar characters) instead. They will automatically be replaced with a single $-character when you use the template.&lt;/p&gt;&lt;p&gt;If you want a variables contents to be treated specially, the variable name must be followed by a ':' and one formatting specifier (e.g. $VAR:ml$). The supported specifiers are:&lt;table&gt;&lt;tr&gt;&lt;td&gt;ml&lt;/td&gt;&lt;td&gt;Specifies a multiline formatting. The first line of the variable contents is prefixed with the string occurring before the variable on the same line of the template. All other lines are prefixed by the same amount of whitespace as the line containing the variable.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;rl&lt;/td&gt;&lt;td&gt;Specifies a repeated line formatting. Each line of the variable contents is prefixed with the string occurring before the variable on the same line of the template.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;The following predefined variables may be used in a template:&lt;table&gt;&lt;tr&gt;&lt;td&gt;date&lt;/td&gt;&lt;td&gt;today's date in ISO format (YYYY-MM-DD)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;year&lt;/td&gt;&lt;td&gt;the current year&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;time&lt;/td&gt;&lt;td&gt;current time in ISO format (hh:mm:ss)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;project_name&lt;/td&gt;&lt;td&gt;the name of the project (if any)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;project_path&lt;/td&gt;&lt;td&gt;the path of the project (if any)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;path_name&lt;/td&gt;&lt;td&gt;full path of the current file&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;path_name_rel&lt;/td&gt;&lt;td&gt;project relative path of the current file&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;dir_name&lt;/td&gt;&lt;td&gt;full path of the current file's directory&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;dir_name_rel&lt;/td&gt;&lt;td&gt;project relative path of the current file's directory&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;file_name&lt;/td&gt;&lt;td&gt;the current file's name (without directory)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;base_name&lt;/td&gt;&lt;td&gt;like &lt;i&gt;file_name&lt;/i&gt;, but without extension&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;ext&lt;/td&gt;&lt;td&gt;the extension of the current file&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;cur_select&lt;/td&gt;&lt;td&gt;the currently selected text&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;insertion&lt;/td&gt;&lt;td&gt;Sets insertion point for cursor after template is inserted.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;select_start&lt;/td&gt;&lt;td&gt;Sets span of selected text in template after template is inserted (used together with 'select_end').&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;select_end&lt;/td&gt;&lt;td&gt;Sets span of selected text in template after template is inserted (used together with 'select_start').&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;clipboard&lt;/td&gt;&lt;td&gt;the text of the clipboard&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;If you want to change the default delimiter to anything different, please use the configuration dialog to do so.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.ui" line="0"/>
+        <source>&amp;Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.ui" line="0"/>
+        <source>Alt+H</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.py" line="43"/>
+        <source>&lt;b&gt;Template name&lt;b&gt;&lt;p&gt;Enter the name of the template. Templates may be autocompleted upon this name. In order to support autocompletion. the template name must only consist of letters (a-z and A-Z), digits (0-9) and underscores (_).&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.py" line="56"/>
+        <source>All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.py" line="64"/>
+        <source>Language:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.py" line="69"/>
+        <source>GROUP</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.py" line="105"/>
+        <source>Close dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.py" line="106"/>
+        <source>Do you really want to close the dialog?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.py" line="118"/>
+        <source>Template Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.py" line="119"/>
+        <source>&lt;b&gt;Template Help&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatePropertiesDialog.py" line="120"/>
+        <source>&lt;p&gt;To use variables in a template, you just have to enclose the variable name with $-characters. When you use the template, you will then be asked for a value for this variable.&lt;/p&gt;&lt;p&gt;Example template: This is a $VAR$&lt;/p&gt;&lt;p&gt;When you use this template you will be prompted for a value for the variable $VAR$. Any occurrences of $VAR$ will then be replaced with whatever you&apos;ve entered.&lt;/p&gt;&lt;p&gt;If you need a single $-character in a template, which is not used to enclose a variable, type $$(two dollar characters) instead. They will automatically be replaced with a single $-character when you use the template.&lt;/p&gt;&lt;p&gt;If you want a variables contents to be treated specially, the variable name must be followed by a &apos;:&apos; and one formatting specifier (e.g. $VAR:ml$). The supported specifiers are:&lt;table&gt;&lt;tr&gt;&lt;td&gt;ml&lt;/td&gt;&lt;td&gt;Specifies a multiline formatting. The first line of the variable contents is prefixed with the string occurring before the variable on the same line of the template. All other lines are prefixed by the same amount of whitespace as the line containing the variable.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;rl&lt;/td&gt;&lt;td&gt;Specifies a repeated line formatting. Each line of the variable contents is prefixed with the string occurring before the variable on the same line of the template.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;The following predefined variables may be used in a template:&lt;table&gt;&lt;tr&gt;&lt;td&gt;date&lt;/td&gt;&lt;td&gt;today&apos;s date in ISO format (YYYY-MM-DD)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;year&lt;/td&gt;&lt;td&gt;the current year&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;time&lt;/td&gt;&lt;td&gt;current time in ISO format (hh:mm:ss)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;project_name&lt;/td&gt;&lt;td&gt;the name of the project (if any)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;project_path&lt;/td&gt;&lt;td&gt;the path of the project (if any)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;path_name&lt;/td&gt;&lt;td&gt;full path of the current file&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;path_name_rel&lt;/td&gt;&lt;td&gt;project relative path of the current file&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;dir_name&lt;/td&gt;&lt;td&gt;full path of the current file&apos;s directory&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;dir_name_rel&lt;/td&gt;&lt;td&gt;project relative path of the current file&apos;s directory&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;file_name&lt;/td&gt;&lt;td&gt;the current file&apos;s name (without directory)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;base_name&lt;/td&gt;&lt;td&gt;like &lt;i&gt;file_name&lt;/i&gt;, but without extension&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;ext&lt;/td&gt;&lt;td&gt;the extension of the current file&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;cur_select&lt;/td&gt;&lt;td&gt;the currently selected text&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;insertion&lt;/td&gt;&lt;td&gt;Sets insertion point for cursor after template is inserted.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;select_start&lt;/td&gt;&lt;td&gt;Sets span of selected text in template after template is inserted (used together with &apos;select_end&apos;).&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;select_end&lt;/td&gt;&lt;td&gt;Sets span of selected text in template after template is inserted (used together with &apos;select_start&apos;).&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;clipboard&lt;/td&gt;&lt;td&gt;the text of the clipboard&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;If you want to change the default delimiter to anything different, please use the configuration dialog to do so.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TemplateSingleVariableDialog</name>
     <message>
-      <location filename="../Templates/TemplateSingleVariableDialog.ui" line="0" />
-      <source>Enter Template Variable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateSingleVariableDialog.ui" line="0" />
-      <source>Enter the value for the variable.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateSingleVariableDialog.ui" line="0" />
-      <source>Variable:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Templates/TemplateSingleVariableDialog.ui" line="0"/>
+        <source>Enter Template Variable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateSingleVariableDialog.ui" line="0"/>
+        <source>Enter the value for the variable.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateSingleVariableDialog.ui" line="0"/>
+        <source>Variable:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TemplateViewer</name>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="399" />
-      <source>Apply</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="402" />
-      <source>Add entry...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="417" />
-      <location filename="../Templates/TemplateViewer.py" line="403" />
-      <source>Add group...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="404" />
-      <source>Edit...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="405" />
-      <source>Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="419" />
-      <location filename="../Templates/TemplateViewer.py" line="407" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="420" />
-      <location filename="../Templates/TemplateViewer.py" line="408" />
-      <source>Import...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="422" />
-      <location filename="../Templates/TemplateViewer.py" line="409" />
-      <source>Export...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="424" />
-      <location filename="../Templates/TemplateViewer.py" line="410" />
-      <source>Reload</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="426" />
-      <location filename="../Templates/TemplateViewer.py" line="412" />
-      <source>Help about Templates...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="428" />
-      <location filename="../Templates/TemplateViewer.py" line="414" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="531" />
-      <source>Remove Template</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="532" />
-      <source>&lt;p&gt;Do you really want to remove &lt;b&gt;{0}&lt;/b&gt;?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="560" />
-      <source>Import Templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="562" />
-      <source>Templates Files (*.ecj);;XML Templates Files (*.e4c);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="595" />
-      <location filename="../Templates/TemplateViewer.py" line="579" />
-      <source>Export Templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="581" />
-      <source>Templates Files (*.ecj);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="596" />
-      <source>&lt;p&gt;The templates file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="614" />
-      <source>Reload Templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="615" />
-      <source>The templates contain unsaved changes. Shall these changes be discarded?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="635" />
-      <source>Template Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="636" />
-      <source>&lt;p&gt;&lt;b&gt;Template groups&lt;/b&gt; are a means of grouping individual templates. Groups have an attribute that specifies, which programming language they apply for. In order to add template entries, at least one group has to be defined.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Template entries&lt;/b&gt; are the actual templates. They are grouped by the template groups. Help about how to define them is available in the template edit dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="884" />
-      <source>Edit Template Group</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="885" />
-      <source>&lt;p&gt;A template group with the name &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="1006" />
-      <source>Read Templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="1007" />
-      <source>&lt;p&gt;The templates file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Templates/TemplateViewer.py" line="399"/>
+        <source>Apply</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="402"/>
+        <source>Add entry...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="417"/>
+        <location filename="../Templates/TemplateViewer.py" line="403"/>
+        <source>Add group...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="404"/>
+        <source>Edit...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="405"/>
+        <source>Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="419"/>
+        <location filename="../Templates/TemplateViewer.py" line="407"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="420"/>
+        <location filename="../Templates/TemplateViewer.py" line="408"/>
+        <source>Import...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="422"/>
+        <location filename="../Templates/TemplateViewer.py" line="409"/>
+        <source>Export...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="424"/>
+        <location filename="../Templates/TemplateViewer.py" line="410"/>
+        <source>Reload</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="426"/>
+        <location filename="../Templates/TemplateViewer.py" line="412"/>
+        <source>Help about Templates...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="428"/>
+        <location filename="../Templates/TemplateViewer.py" line="414"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="531"/>
+        <source>Remove Template</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="532"/>
+        <source>&lt;p&gt;Do you really want to remove &lt;b&gt;{0}&lt;/b&gt;?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="560"/>
+        <source>Import Templates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="562"/>
+        <source>Templates Files (*.ecj);;XML Templates Files (*.e4c);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="595"/>
+        <location filename="../Templates/TemplateViewer.py" line="579"/>
+        <source>Export Templates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="581"/>
+        <source>Templates Files (*.ecj);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="596"/>
+        <source>&lt;p&gt;The templates file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="614"/>
+        <source>Reload Templates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="615"/>
+        <source>The templates contain unsaved changes. Shall these changes be discarded?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="635"/>
+        <source>Template Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="636"/>
+        <source>&lt;p&gt;&lt;b&gt;Template groups&lt;/b&gt; are a means of grouping individual templates. Groups have an attribute that specifies, which programming language they apply for. In order to add template entries, at least one group has to be defined.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Template entries&lt;/b&gt; are the actual templates. They are grouped by the template groups. Help about how to define them is available in the template edit dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="883"/>
+        <source>Edit Template Group</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="884"/>
+        <source>&lt;p&gt;A template group with the name &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="1005"/>
+        <source>Read Templates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplateViewer.py" line="1006"/>
+        <source>&lt;p&gt;The templates file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TemplatesFile</name>
     <message>
-      <location filename="../Templates/TemplatesFile.py" line="86" />
-      <source>Save Templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatesFile.py" line="87" />
-      <source>&lt;p&gt;The templates file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatesFile.py" line="112" />
-      <source>Read Templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplatesFile.py" line="113" />
-      <source>&lt;p&gt;The templates 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>
-  </context>
-  <context>
+        <location filename="../Templates/TemplatesFile.py" line="86"/>
+        <source>Save Templates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatesFile.py" line="87"/>
+        <source>&lt;p&gt;The templates file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatesFile.py" line="112"/>
+        <source>Read Templates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Templates/TemplatesFile.py" line="113"/>
+        <source>&lt;p&gt;The templates 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"></translation>
+    </message>
+</context>
+<context>
     <name>TemplatesPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Templates&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>Groups</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>Select, if groups having entries should be opened automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>Expand groups automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>Variables</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>Separator:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>Enter the character that encloses variables</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>Input method for variables</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>Select, if a new dialog should be opened for every template variable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>One dialog per template variable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>Select, if only one dialog for all template variables should be shown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>One dialog for all template variables</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>Tooltips</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>Select, if the template text should be shown in a tooltip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>Show template text in tooltip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>Template Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>Press to select the font to be used for the code editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>Editor Font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0" />
-      <source>Template Code Editor</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Templates&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>Groups</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>Select, if groups having entries should be opened automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>Expand groups automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>Variables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>Separator:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>Enter the character that encloses variables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>Input method for variables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>Select, if a new dialog should be opened for every template variable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>One dialog per template variable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>Select, if only one dialog for all template variables should be shown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>One dialog for all template variables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>Tooltips</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>Select, if the template text should be shown in a tooltip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>Show template text in tooltip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>Template Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>Press to select the font to be used for the code editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>Editor Font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TemplatesPage.ui" line="0"/>
+        <source>Template Code Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TestResultsModel</name>
     <message>
-      <location filename="../Testing/TestResultsTree.py" line="49" />
-      <source>Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestResultsTree.py" line="50" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../Testing/TestResultsTree.py" line="51" />
-      <source>Message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestResultsTree.py" line="52" />
-      <source>Duration [ms]</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestResultsTree.py" line="392" />
-      <source>No results to show</source>
-      <translation type="unfinished" />
+        <location filename="../Testing/TestResultsTree.py" line="49"/>
+        <source>Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestResultsTree.py" line="50"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestResultsTree.py" line="51"/>
+        <source>Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestResultsTree.py" line="52"/>
+        <source>Duration [ms]</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestResultsTree.py" line="392"/>
+        <source>No results to show</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../Testing/TestResultsTree.py" line="403" />
-      <source>Collected %n test(s)</source>
-      <translation>
-        <numerusform>Collected %n test</numerusform>
-        <numerusform>Collected %n tests</numerusform>
-      </translation>
+        <location filename="../Testing/TestResultsTree.py" line="403"/>
+        <source>Collected %n test(s)</source>
+        <translation>
+            <numerusform>Collected %n test</numerusform>
+            <numerusform>Collected %n tests</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Testing/TestResultsTree.py" line="405" />
-      <source>%n test(s)/subtest(s) total, {0} failed, {1} passed, {2} skipped, {3} pending</source>
-      <translation>
-        <numerusform>%n test)/subtest total, {0} failed, {1} passed, {2} skipped, {3} pending</numerusform>
-        <numerusform>%n tests/subtests total, {0} failed, {1} passed, {2} skipped, {3} pending</numerusform>
-      </translation>
-    </message>
-  </context>
-  <context>
+        <location filename="../Testing/TestResultsTree.py" line="405"/>
+        <source>%n test(s)/subtest(s) total, {0} failed, {1} passed, {2} skipped, {3} pending</source>
+        <translation>
+            <numerusform>%n test)/subtest total, {0} failed, {1} passed, {2} skipped, {3} pending</numerusform>
+            <numerusform>%n tests/subtests total, {0} failed, {1} passed, {2} skipped, {3} pending</numerusform>
+        </translation>
+    </message>
+</context>
+<context>
     <name>TestResultsTreeView</name>
     <message>
-      <location filename="../Testing/TestResultsTree.py" line="591" />
-      <source>Collapse</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestResultsTree.py" line="593" />
-      <source>Expand</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestResultsTree.py" line="598" />
-      <source>Show Source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestResultsTree.py" line="616" />
-      <location filename="../Testing/TestResultsTree.py" line="603" />
-      <source>Collapse All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestResultsTree.py" line="617" />
-      <location filename="../Testing/TestResultsTree.py" line="604" />
-      <source>Expand All</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Testing/TestResultsTree.py" line="591"/>
+        <source>Collapse</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestResultsTree.py" line="593"/>
+        <source>Expand</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestResultsTree.py" line="598"/>
+        <source>Show Source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestResultsTree.py" line="616"/>
+        <location filename="../Testing/TestResultsTree.py" line="603"/>
+        <source>Collapse All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestResultsTree.py" line="617"/>
+        <location filename="../Testing/TestResultsTree.py" line="604"/>
+        <source>Expand All</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TestingWidget</name>
     <message>
-      <location filename="../Testing/TestingWidget.py" line="163" />
-      <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;
+        <location filename="../Testing/TestingWidget.py" line="163"/>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Testing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Virtual Environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Select the virtual environment to be used</source>
+        <translation type="unfinished"></translation>
+    </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"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Test Framework:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Select the test framwork to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Press to show the test framework versions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Test Parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Select to discover tests automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Discover tests (test modules must be importable)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Press to clear the various histories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Discovery Start:</source>
+        <translation type="unfinished"></translation>
+    </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"></translation>
+    </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" />
-    </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" />
-    </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>Test Name Pattern:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.ui" line="0" />
-      <source>Enter test name patterns (separated by a blank) or a test name expression</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.ui" line="0" />
-      <source>Marker Expression:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.ui" line="0" />
-      <source>Enter a marker expression or name to filter tests</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.ui" line="0" />
-      <source>Press to show a window with the list of defined markers</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" />
-    </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" />
-    </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" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.ui" line="0" />
-      <source>Number of tests run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.ui" line="0" />
-      <source>Remaining:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.ui" line="0" />
-      <source>Number of tests to be run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.ui" line="0" />
-      <source>Idle</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="101" />
-      <source>Show Output...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="104" />
-      <source>Show the output of the test runner process</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="107" />
-      <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="115" />
-      <source>Show Coverage...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="118" />
-      <source>Show code coverage in a new dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="121" />
-      <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="129" />
-      <source>Start</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="132" />
-      <source>Start the selected testsuite</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="134" />
-      <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="138" />
-      <source>Rerun Failed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="141" />
-      <source>Reruns failed tests of the selected testsuite</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="144" />
-      <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="152" />
-      <source>Stop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="154" />
-      <source>Stop the running test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="156" />
-      <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="171" />
-      <source>&lt;project&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="286" />
-      <source>{0} (not available)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="581" />
-      <source>Running</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="637" />
-      <source>Python3 Files ({0});;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="642" />
-      <source>Python Files (*.py);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="800" />
-      <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="814" />
-      <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="823" />
-      <source>No version information available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="826" />
-      <source>Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="863" />
-      <source>Preparing Testsuite</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="926" />
-      <source>pending</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="954" />
-      <source>Failure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="964" />
-      <location filename="../Testing/TestingWidget.py" line="957" />
-      <source>Collection Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="965" />
-      <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="986" />
-      <source>running</source>
-      <translation type="unfinished" />
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Test Filename:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Enter name of file defining the testsuite</source>
+        <translation type="unfinished"></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 &apos;suite()&apos; 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"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Test Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Enter the test name. Leave empty to use the default name &quot;suite&quot;.</source>
+        <translation type="unfinished"></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 &quot;suite&quot; will be used.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Test Name Pattern:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Enter test name patterns (separated by a blank) or a test name expression</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Marker Expression:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Enter a marker expression or name to filter tests</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Press to show a window with the list of defined markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Run Parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Select whether coverage data should be collected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Collect coverage data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Select whether old coverage data should be erased</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Erase coverage data</source>
+        <translation type="unfinished"></translation>
+    </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"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Stop on First Error or Failure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Results</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Progress</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>%v/%m Tests</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Run:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Number of tests run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Remaining:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Number of tests to be run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.ui" line="0"/>
+        <source>Idle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="101"/>
+        <source>Show Output...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="104"/>
+        <source>Show the output of the test runner process</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="107"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="115"/>
+        <source>Show Coverage...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="118"/>
+        <source>Show code coverage in a new dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="121"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="129"/>
+        <source>Start</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="132"/>
+        <source>Start the selected testsuite</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="134"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="138"/>
+        <source>Rerun Failed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="141"/>
+        <source>Reruns failed tests of the selected testsuite</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="144"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="152"/>
+        <source>Stop</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="154"/>
+        <source>Stop the running test</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="156"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="171"/>
+        <source>&lt;project&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="286"/>
+        <source>{0} (not available)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="581"/>
+        <source>Running</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="637"/>
+        <source>Python3 Files ({0});;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="642"/>
+        <source>Python Files (*.py);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="800"/>
+        <source>&lt;h3&gt;Versions of Frameworks and their Plugins&lt;/h3&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="814"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="823"/>
+        <source>No version information available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="826"/>
+        <source>Versions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="863"/>
+        <source>Preparing Testsuite</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="926"/>
+        <source>pending</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="954"/>
+        <source>Failure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="964"/>
+        <location filename="../Testing/TestingWidget.py" line="957"/>
+        <source>Collection Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="965"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="986"/>
+        <source>running</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../Testing/TestingWidget.py" line="1037" />
-      <source>Ran %n test(s) in {0}s</source>
-      <translation>
-        <numerusform>Ran %n test in {0}s</numerusform>
-        <numerusform>Ran %n tests in {0}s</numerusform>
-      </translation>
+        <location filename="../Testing/TestingWidget.py" line="1037"/>
+        <source>Ran %n test(s) in {0}s</source>
+        <translation>
+            <numerusform>Ran %n test in {0}s</numerusform>
+            <numerusform>Ran %n tests in {0}s</numerusform>
+        </translation>
     </message>
     <message numerus="yes">
-      <location filename="../Testing/TestingWidget.py" line="1049" />
-      <source>Ran %n test(s)</source>
-      <translation>
-        <numerusform>Ran %n test</numerusform>
-        <numerusform>Ran %n tests</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="1070" />
-      <source>not run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/TestingWidget.py" line="1113" />
-      <source>Test Run Output</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Testing/TestingWidget.py" line="1049"/>
+        <source>Ran %n test(s)</source>
+        <translation>
+            <numerusform>Ran %n test</numerusform>
+            <numerusform>Ran %n tests</numerusform>
+        </translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="1070"/>
+        <source>not run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/TestingWidget.py" line="1113"/>
+        <source>Test Run Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ThemeManager</name>
     <message>
-      <location filename="../Preferences/ThemeManager.py" line="112" />
-      <location filename="../Preferences/ThemeManager.py" line="96" />
-      <location filename="../Preferences/ThemeManager.py" line="78" />
-      <location filename="../Preferences/ThemeManager.py" line="66" />
-      <source>Import Theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ThemeManager.py" line="68" />
-      <source>eric Theme Files (*.ethj);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ThemeManager.py" line="79" />
-      <source>&lt;p&gt;The theme 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="../Preferences/ThemeManager.py" line="97" />
-      <source>The stylesheet file {0} exists already. Shall it be overwritten?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ThemeManager.py" line="113" />
-      <source>&lt;p&gt;The stylesheet file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ThemeManager.py" line="208" />
-      <location filename="../Preferences/ThemeManager.py" line="189" />
-      <location filename="../Preferences/ThemeManager.py" line="154" />
-      <location filename="../Preferences/ThemeManager.py" line="138" />
-      <source>Export Theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ThemeManager.py" line="140" />
-      <source>eric Theme Files (*.ethj)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ThemeManager.py" line="155" />
-      <source>&lt;p&gt;The theme file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ThemeManager.py" line="190" />
-      <source>&lt;p&gt;The stylesheet 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="../Preferences/ThemeManager.py" line="209" />
-      <source>&lt;p&gt;The theme file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ThemeManager.py" line="112"/>
+        <location filename="../Preferences/ThemeManager.py" line="96"/>
+        <location filename="../Preferences/ThemeManager.py" line="78"/>
+        <location filename="../Preferences/ThemeManager.py" line="66"/>
+        <source>Import Theme</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ThemeManager.py" line="68"/>
+        <source>eric Theme Files (*.ethj);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ThemeManager.py" line="79"/>
+        <source>&lt;p&gt;The theme 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"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ThemeManager.py" line="97"/>
+        <source>The stylesheet file {0} exists already. Shall it be overwritten?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ThemeManager.py" line="113"/>
+        <source>&lt;p&gt;The stylesheet file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ThemeManager.py" line="208"/>
+        <location filename="../Preferences/ThemeManager.py" line="189"/>
+        <location filename="../Preferences/ThemeManager.py" line="154"/>
+        <location filename="../Preferences/ThemeManager.py" line="138"/>
+        <source>Export Theme</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ThemeManager.py" line="140"/>
+        <source>eric Theme Files (*.ethj)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ThemeManager.py" line="155"/>
+        <source>&lt;p&gt;The theme file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ThemeManager.py" line="190"/>
+        <source>&lt;p&gt;The stylesheet 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"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ThemeManager.py" line="209"/>
+        <source>&lt;p&gt;The theme file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ToolConfigurationDialog</name>
     <message>
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="39" />
-      <source>Icon files (*.png)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="43" />
-      <source>no redirection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="44" />
-      <source>show output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="45" />
-      <source>insert into current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="46" />
-      <source>replace selection of current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="135" />
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="123" />
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="112" />
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="102" />
-      <source>Add tool entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="103" />
-      <source>You have to set an executable to add to the Tools-Menu first.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="113" />
-      <source>You have to insert a menuentry text to add the selected program to the Tools-Menu first.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="124" />
-      <source>The selected file could not be found or is not an executable. Please choose an executable filename.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="136" />
-      <source>An entry for the menu text {0} already exists.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="191" />
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="180" />
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="170" />
-      <source>Change tool entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="171" />
-      <source>You have to set an executable to change the Tools-Menu entry.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="181" />
-      <source>You have to insert a menuentry text to change the selected Tools-Menu entry.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="192" />
-      <source>The selected file could not be found or is not an executable. Please choose an existing executable filename.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="283" />
-      <source>Select executable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.py" line="284" />
-      <source>The selected file is not an executable. Please choose an executable filename.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Configure Tools Menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Clear all entry fields</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;New&lt;/b&gt;
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="39"/>
+        <source>Icon files (*.png)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="43"/>
+        <source>no redirection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="44"/>
+        <source>show output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="45"/>
+        <source>insert into current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="46"/>
+        <source>replace selection of current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="135"/>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="123"/>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="112"/>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="102"/>
+        <source>Add tool entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="103"/>
+        <source>You have to set an executable to add to the Tools-Menu first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="113"/>
+        <source>You have to insert a menuentry text to add the selected program to the Tools-Menu first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="124"/>
+        <source>The selected file could not be found or is not an executable. Please choose an executable filename.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="136"/>
+        <source>An entry for the menu text {0} already exists.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="191"/>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="180"/>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="170"/>
+        <source>Change tool entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="171"/>
+        <source>You have to set an executable to change the Tools-Menu entry.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="181"/>
+        <source>You have to insert a menuentry text to change the selected Tools-Menu entry.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="192"/>
+        <source>The selected file could not be found or is not an executable. Please choose an existing executable filename.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="283"/>
+        <source>Select executable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.py" line="284"/>
+        <source>The selected file is not an executable. Please choose an executable filename.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Configure Tools Menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Clear all entry fields</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;New&lt;/b&gt;
 &lt;p&gt;Clear all entry fields for entering a new tools entry.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&amp;New</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Alt+N</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Add a new tools entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Add&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&amp;New</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Alt+N</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Add a new tools entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Add&lt;/b&gt;
 &lt;p&gt;Add a new tools entry with the values entered below.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&amp;Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Alt+A</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Change the values of the selected entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Change&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&amp;Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Alt+A</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Change the values of the selected entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Change&lt;/b&gt;
 &lt;p&gt;Change the values of the selected entry.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>C&amp;hange</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Alt+H</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Delete the selected entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Delete&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>C&amp;hange</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Alt+H</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Delete the selected entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Delete&lt;/b&gt;
 &lt;p&gt;Delete the selected entry.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&amp;Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Alt+D</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Move up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Move Up&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&amp;Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Alt+D</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Move up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Move Up&lt;/b&gt;
 &lt;p&gt;Move the selected entry up.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&amp;Up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Alt+U</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Move down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Move Down&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&amp;Up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Alt+U</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Move down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Move Down&lt;/b&gt;
 &lt;p&gt;Move the selected entry down.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Do&amp;wn</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Alt+W</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Add a separator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Add separator&lt;/b&gt;&lt;p&gt;Add a separator for the menu.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Add &amp;Separator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&amp;Menu text:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Enter the menu text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Menu text&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Do&amp;wn</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Alt+W</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Add a separator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Add separator&lt;/b&gt;&lt;p&gt;Add a separator for the menu.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Add &amp;Separator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&amp;Menu text:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Enter the menu text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Menu text&lt;/b&gt;
 &lt;p&gt;Enter the menu text. Precede the accelerator key with an &amp; character.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&amp;Icon file:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Enter the filename of the icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Icon&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&amp;Icon file:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Enter the filename of the icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Icon&lt;/b&gt;
 &lt;p&gt;Enter the filename of the icon.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&amp;Executable file:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Enter the filename of the executable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Executable&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&amp;Executable file:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Enter the filename of the executable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Executable&lt;/b&gt;
 &lt;p&gt;Enter the filename of the executable.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Ar&amp;guments:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Enter the arguments for the executable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Arguments&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Ar&amp;guments:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Enter the arguments for the executable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Arguments&lt;/b&gt;
 &lt;p&gt;Enter the arguments for the executable.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&amp;Redirect output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>Select the output redirection mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Redirect output&lt;b&gt;&lt;p&gt;Select the output redirection mode. The standard error channel is either not redirected or shown in the log viewer.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&amp;Redirect output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>Select the output redirection mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Redirect output&lt;b&gt;&lt;p&gt;Select the output redirection mode. The standard error channel is either not redirected or shown in the log viewer.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ToolGroupConfigurationDialog</name>
     <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>Configure Tool Groups</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>Delete the selected entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Delete&lt;/b&gt;
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>Configure Tool Groups</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>Delete the selected entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Delete&lt;/b&gt;
 &lt;p&gt;Delete the selected entry.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>&amp;Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>Alt+D</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>Add a new tools entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Add&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>&amp;Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>Alt+D</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>Add a new tools entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Add&lt;/b&gt;
 &lt;p&gt;Add a new tool groups entry with the name entered below.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>&amp;Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>Alt+A</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>&amp;Group name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>Change the values of the selected entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Change&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>&amp;Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>Alt+A</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>&amp;Group name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>Change the values of the selected entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Change&lt;/b&gt;
 &lt;p&gt;Change the values of the selected entry.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>C&amp;hange</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>Alt+H</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>Clear all entry fields</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;New&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>C&amp;hange</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>Alt+H</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>Clear all entry fields</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;New&lt;/b&gt;
 &lt;p&gt;Clear all entry fields for entering a new tool groups entry.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>&amp;New</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>Alt+N</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>Move up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Move Up&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>&amp;New</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>Alt+N</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>Move up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Move Up&lt;/b&gt;
 &lt;p&gt;Move the selected entry up.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>&amp;Up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>Alt+U</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>Move down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Move Down&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>&amp;Up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>Alt+U</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>Move down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Move Down&lt;/b&gt;
 &lt;p&gt;Move the selected entry down.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>Do&amp;wn</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>Alt+W</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>Enter the menu text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Menu text&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>Do&amp;wn</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>Alt+W</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>Enter the menu text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Menu text&lt;/b&gt;
 &lt;p&gt;Enter the menu text. Precede the accelerator key with an &amp; character.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="102" />
-      <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="94" />
-      <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="70" />
-      <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="62" />
-      <source>Add tool group entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="95" />
-      <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="63" />
-      <source>You have to give a name for the group to add.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="103" />
-      <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="71" />
-      <source>An entry for the group name {0} already exists.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="123" />
-      <source>Delete tool group entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="124" />
-      <source>&lt;p&gt;Do you really want to delete the tool group &lt;b&gt;"{0}"&lt;/b&gt;?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="102"/>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="94"/>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="70"/>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="62"/>
+        <source>Add tool group entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="95"/>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="63"/>
+        <source>You have to give a name for the group to add.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="103"/>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="71"/>
+        <source>An entry for the group name {0} already exists.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="123"/>
+        <source>Delete tool group entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="124"/>
+        <source>&lt;p&gt;Do you really want to delete the tool group &lt;b&gt;&quot;{0}&quot;&lt;/b&gt;?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TranslationEngine</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/TranslationEngine.py" line="99" />
-      <source>No pronounce data available</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/TranslationEngine.py" line="118" />
-      <source>No translation available</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/TranslationEngine.py" line="99"/>
+        <source>No pronounce data available</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/TranslationEngine.py" line="118"/>
+        <source>No translation available</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TranslationPropertiesDialog</name>
     <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>Translation Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>&amp;Translation Path Pattern:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>Enter the path pattern for the translation files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;Translation Pattern&lt;/b&gt;
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>Translation Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>&amp;Translation Path Pattern:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>Enter the path pattern for the translation files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Translation Pattern&lt;/b&gt;
 &lt;p&gt;Enter the path pattern for the translation files using %language% at the place of the language code (e.g. /path_to_eric/i18n/eric7_%language%.ts). This will result in translation files like /path_to_eric/i18n/eric7_de.ts.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>(Use '%language%' where the language code should be inserted, e.g. i18n/eric7_%language%.ts)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>&amp;Binary Translations Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>Enter the path for the binary translation files (*.qm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;Binary Translations Path&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>(Use &apos;%language%&apos; where the language code should be inserted, e.g. i18n/eric7_%language%.ts)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>&amp;Binary Translations Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>Enter the path for the binary translation files (*.qm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;Binary Translations Path&lt;/b&gt;
 &lt;p&gt;Enter the directory for the binary translation files (*.qm). Leave it empty to store them together with the *.ts files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>&amp;Source Start Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>Enter the start of the sources directory relative to the project directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>Exclude from translation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>Press to select a directory via a selection dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>Select d&amp;irectory...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>Press to select a file via a selection dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>Select &amp;file...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>Press to add the entered path or file to the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>&amp;Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>Press to delete the selected entry from the list</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>&amp;Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>Enter a path or file to be added</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.ui" line="0" />
-      <source>List of paths or files to excude from translation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.py" line="73" />
-      <source>Source Files ({0});;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.py" line="76" />
-      <source>Forms Files ({0});;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.py" line="79" />
-      <source>All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.py" line="169" />
-      <source>Exempt file from translation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/TranslationPropertiesDialog.py" line="183" />
-      <source>Exempt directory from translation</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>&amp;Source Start Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>Enter the start of the sources directory relative to the project directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>Exclude from translation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>Press to select a directory via a selection dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>Select d&amp;irectory...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>Press to select a file via a selection dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>Select &amp;file...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>Press to add the entered path or file to the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>&amp;Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>Press to delete the selected entry from the list</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>&amp;Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>Enter a path or file to be added</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.ui" line="0"/>
+        <source>List of paths or files to excude from translation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.py" line="73"/>
+        <source>Source Files ({0});;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.py" line="76"/>
+        <source>Forms Files ({0});;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.py" line="79"/>
+        <source>All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.py" line="169"/>
+        <source>Exempt file from translation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/TranslationPropertiesDialog.py" line="183"/>
+        <source>Exempt directory from translation</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TranslationsDict</name>
     <message>
-      <location filename="../Tools/TRPreviewer.py" line="541" />
-      <location filename="../Tools/TRPreviewer.py" line="509" />
-      <source>Set Translator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="510" />
-      <source>&lt;p&gt;The translation filename &lt;b&gt;{0}&lt;/b&gt; is invalid.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="542" />
-      <source>&lt;p&gt;The translator &lt;b&gt;{0}&lt;/b&gt; is not known.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="685" />
-      <source>Load Translator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="686" />
-      <source>&lt;p&gt;The translation file &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Tools/TRPreviewer.py" line="541"/>
+        <location filename="../Tools/TRPreviewer.py" line="509"/>
+        <source>Set Translator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="510"/>
+        <source>&lt;p&gt;The translation filename &lt;b&gt;{0}&lt;/b&gt; is invalid.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="542"/>
+        <source>&lt;p&gt;The translator &lt;b&gt;{0}&lt;/b&gt; is not known.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="685"/>
+        <source>Load Translator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="686"/>
+        <source>&lt;p&gt;The translation file &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Translator</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/Translator.py" line="70" />
-      <location filename="../Plugins/UiExtensionPlugins/Translator/Translator.py" line="66" />
-      <source>Translator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/Translator.py" line="71" />
-      <source>T&amp;ranslator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/Translator.py" line="72" />
-      <source>Alt+Shift+R</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/Translator.py" line="78" />
-      <source>Switch the input focus to the Translator window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/Translator.py" line="81" />
-      <source>&lt;b&gt;Activate Translator&lt;/b&gt;&lt;p&gt;This switches the input focus to the Translator window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/Translator.py" line="70"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/Translator.py" line="66"/>
+        <source>Translator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/Translator.py" line="71"/>
+        <source>T&amp;ranslator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/Translator.py" line="72"/>
+        <source>Alt+Shift+R</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/Translator.py" line="78"/>
+        <source>Switch the input focus to the Translator window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/Translator.py" line="81"/>
+        <source>&lt;b&gt;Activate Translator&lt;/b&gt;&lt;p&gt;This switches the input focus to the Translator window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TranslatorEngines</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="49" />
-      <source>DeepL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="50" />
-      <source>Google V.1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
-      <source>Google V.2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="52" />
-      <source>IBM Watson</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="53" />
-      <source>Microsoft</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="54" />
-      <source>MyMemory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="55" />
-      <source>Yandex</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="58" />
-      <source>Unknow translation service name ({0})</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51"/>
+        <source>DeepL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="52"/>
+        <source>Google V.1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="53"/>
+        <source>Google V.2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="54"/>
+        <source>IBM Watson</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="55"/>
+        <source>Microsoft</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="56"/>
+        <source>MyMemory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="57"/>
+        <source>Yandex</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="60"/>
+        <source>Unknow translation service name ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TranslatorLanguagesDb</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="32" />
-      <source>Afrikaans</source>
-      <translation>Afrikaans</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="33" />
-      <source>Arabic</source>
-      <translation>Arabic</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="34" />
-      <source>Belarusian</source>
-      <translation>Belarusian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="35" />
-      <source>Bulgarian</source>
-      <translation>Bulgarian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="36" />
-      <source>Bosnian</source>
-      <translation>Bosnian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="37" />
-      <source>Catalan</source>
-      <translation>Catalan</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="38" />
-      <source>Czech</source>
-      <translation>Czech</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="39" />
-      <source>Danish</source>
-      <translation>Danish</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="40" />
-      <source>German</source>
-      <translation>German</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="41" />
-      <source>Greek</source>
-      <translation>Greek</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="42" />
-      <source>English</source>
-      <translation>English</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="43" />
-      <source>Spanish</source>
-      <translation>Spanish</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="44" />
-      <source>Estonian</source>
-      <translation>Estonian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="45" />
-      <source>Finnish</source>
-      <translation>Finnish</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="46" />
-      <source>French</source>
-      <translation>French</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="47" />
-      <source>Irish</source>
-      <translation>Irish</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="48" />
-      <source>Galician</source>
-      <translation>Galician</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="49" />
-      <source>Hebrew (he)</source>
-      <translation>Hebrew (he)</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="50" />
-      <source>Hindi</source>
-      <translation>Hindi</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="51" />
-      <source>Croatian</source>
-      <translation>Croatian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="52" />
-      <source>Hungarian</source>
-      <translation>Hungarian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="53" />
-      <source>Indonesian</source>
-      <translation>Indonesian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="54" />
-      <source>Icelandic</source>
-      <translation>Icelandic</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="55" />
-      <source>Italian</source>
-      <translation>Italian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="56" />
-      <source>Hebrew (iw)</source>
-      <translation>Hebrew (iw)</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="57" />
-      <source>Japanese</source>
-      <translation>Japanese</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="58" />
-      <source>Georgian</source>
-      <translation>Georgian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="59" />
-      <source>Korean</source>
-      <translation>Korean</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="60" />
-      <source>Lithuanian</source>
-      <translation>Lithuanian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="61" />
-      <source>Latvian</source>
-      <translation>Latvian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="62" />
-      <source>Macedonian</source>
-      <translation>Macedonian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="63" />
-      <source>Maltese</source>
-      <translation>Maltese</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="64" />
-      <source>Dutch</source>
-      <translation>Dutch</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="65" />
-      <source>Norwegian</source>
-      <translation>Norwegian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="66" />
-      <source>Polish</source>
-      <translation>Polish</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="67" />
-      <source>Portuguese</source>
-      <translation>Portuguese</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="68" />
-      <source>Romanian</source>
-      <translation>Romanian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="69" />
-      <source>Russian</source>
-      <translation>Russian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="70" />
-      <source>Slovak</source>
-      <translation>Slovak</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="71" />
-      <source>Slovenian</source>
-      <translation>Slovenian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="72" />
-      <source>Albanian</source>
-      <translation>Albanian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="73" />
-      <source>Serbian</source>
-      <translation>Serbian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="74" />
-      <source>Swedish</source>
-      <translation>Swedish</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="75" />
-      <source>Thai</source>
-      <translation>Thai</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="76" />
-      <source>Filipino</source>
-      <translation>Filipino</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="77" />
-      <source>Turkish</source>
-      <translation>Turkish</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="78" />
-      <source>Ukrainian</source>
-      <translation>Ukrainian</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="79" />
-      <source>Vietnamese</source>
-      <translation>Vietnamese</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="80" />
-      <source>Chinese</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="81" />
-      <source>Chinese (China)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="82" />
-      <source>Chinese (Taiwan)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="32"/>
+        <source>Afrikaans</source>
+        <translation>Afrikaans</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="33"/>
+        <source>Arabic</source>
+        <translation>Arabic</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="34"/>
+        <source>Belarusian</source>
+        <translation>Belarusian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="35"/>
+        <source>Bulgarian</source>
+        <translation>Bulgarian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="36"/>
+        <source>Bosnian</source>
+        <translation>Bosnian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="37"/>
+        <source>Catalan</source>
+        <translation>Catalan</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="38"/>
+        <source>Czech</source>
+        <translation>Czech</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="39"/>
+        <source>Danish</source>
+        <translation>Danish</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="40"/>
+        <source>German</source>
+        <translation>German</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="41"/>
+        <source>Greek</source>
+        <translation>Greek</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="42"/>
+        <source>English</source>
+        <translation>English</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="43"/>
+        <source>Spanish</source>
+        <translation>Spanish</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="44"/>
+        <source>Estonian</source>
+        <translation>Estonian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="45"/>
+        <source>Finnish</source>
+        <translation>Finnish</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="46"/>
+        <source>French</source>
+        <translation>French</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="47"/>
+        <source>Irish</source>
+        <translation>Irish</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="48"/>
+        <source>Galician</source>
+        <translation>Galician</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="49"/>
+        <source>Hebrew (he)</source>
+        <translation>Hebrew (he)</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="50"/>
+        <source>Hindi</source>
+        <translation>Hindi</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="51"/>
+        <source>Croatian</source>
+        <translation>Croatian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="52"/>
+        <source>Hungarian</source>
+        <translation>Hungarian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="53"/>
+        <source>Indonesian</source>
+        <translation>Indonesian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="54"/>
+        <source>Icelandic</source>
+        <translation>Icelandic</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="55"/>
+        <source>Italian</source>
+        <translation>Italian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="56"/>
+        <source>Hebrew (iw)</source>
+        <translation>Hebrew (iw)</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="57"/>
+        <source>Japanese</source>
+        <translation>Japanese</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="58"/>
+        <source>Georgian</source>
+        <translation>Georgian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="59"/>
+        <source>Korean</source>
+        <translation>Korean</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="60"/>
+        <source>Lithuanian</source>
+        <translation>Lithuanian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="61"/>
+        <source>Latvian</source>
+        <translation>Latvian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="62"/>
+        <source>Macedonian</source>
+        <translation>Macedonian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="63"/>
+        <source>Maltese</source>
+        <translation>Maltese</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="64"/>
+        <source>Dutch</source>
+        <translation>Dutch</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="65"/>
+        <source>Norwegian</source>
+        <translation>Norwegian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="66"/>
+        <source>Polish</source>
+        <translation>Polish</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="67"/>
+        <source>Portuguese</source>
+        <translation>Portuguese</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="68"/>
+        <source>Romanian</source>
+        <translation>Romanian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="69"/>
+        <source>Russian</source>
+        <translation>Russian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="70"/>
+        <source>Slovak</source>
+        <translation>Slovak</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="71"/>
+        <source>Slovenian</source>
+        <translation>Slovenian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="72"/>
+        <source>Albanian</source>
+        <translation>Albanian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="73"/>
+        <source>Serbian</source>
+        <translation>Serbian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="74"/>
+        <source>Swedish</source>
+        <translation>Swedish</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="75"/>
+        <source>Thai</source>
+        <translation>Thai</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="76"/>
+        <source>Filipino</source>
+        <translation>Filipino</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="77"/>
+        <source>Turkish</source>
+        <translation>Turkish</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="78"/>
+        <source>Ukrainian</source>
+        <translation>Ukrainian</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="79"/>
+        <source>Vietnamese</source>
+        <translation>Vietnamese</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="80"/>
+        <source>Chinese</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="81"/>
+        <source>Chinese (China)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorLanguagesDb.py" line="82"/>
+        <source>Chinese (Taiwan)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TranslatorPage</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Translator&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="223" />
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Enabled Languages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Press to set or unset all entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Set/Unset All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Press to set the default list of enabled languages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Set Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Pronounce</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Select to enable the pronounciation functionality (if supported by the translation engine)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Enable pronounce functionality</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>&lt;b&gt;Warning:&lt;/b&gt; If this option is enabled, Qt might abort the start of the application if no suitable backend can be detected. In such cases use the '--no-multimedia' switch to disable this again.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>DeepL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Key:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Enter your DeepL Pro or DeepL Free API key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Google V.1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Select to show the results of the translation dictionary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Show dictionary results</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Google V.2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Enter your Google Translate key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>IBM Watson</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>URL:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Enter your IBM Watson Translator URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>API Key:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Enter your IBM Watson Translator API key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Microsoft Azure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Subscription Region:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Subscription Key:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Enter the subscription key of the text translator service</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Enter the subscription region of the text translator service</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>MyMemory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Email:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Enter email address to be sent with each request (optional)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Enter your MyMemory key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Yandex</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" />
-      <source>Enter your Yandex key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="45" />
-      <source>&lt;p&gt;A key is &lt;b&gt;required&lt;/b&gt; to use this service. &lt;a href="{0}"&gt;Get a commercial or free API key.&lt;/a&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="51" />
-      <source>&lt;p&gt;A key is &lt;b&gt;required&lt;/b&gt; to use this service. &lt;a href="{0}"&gt;Get a commercial API key.&lt;/a&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="57" />
-      <source>&lt;p&gt;A key is &lt;b&gt;required&lt;/b&gt; to use this service. &lt;a href="{0}"&gt;Register with IBM Cloud.&lt;/a&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="63" />
-      <source>&lt;p&gt;A registration of the text translation service is &lt;b&gt;required&lt;/b&gt;. &lt;a href="{0}"&gt;Register with Microsoft Azure.&lt;/a&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="70" />
-      <source>&lt;p&gt;A key is &lt;b&gt;optional&lt;/b&gt; to use this service. &lt;a href="{0}"&gt;Get a free API key.&lt;/a&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="76" />
-      <source>&lt;p&gt;A key is &lt;b&gt;required&lt;/b&gt; to use this service. &lt;a href="{0}"&gt;Get a free API key.&lt;/a&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="224" />
-      <source>At least two languages should be selected to work correctly.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Translator&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="223"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Enabled Languages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Press to set or unset all entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Set/Unset All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Press to set the default list of enabled languages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Set Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Pronounce</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Select to enable the pronounciation functionality (if supported by the translation engine)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Enable pronounce functionality</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>&lt;b&gt;Warning:&lt;/b&gt; If this option is enabled, Qt might abort the start of the application if no suitable backend can be detected. In such cases use the &apos;--no-multimedia&apos; switch to disable this again.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>DeepL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Key:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Enter your DeepL Pro or DeepL Free API key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Google V.1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Select to show the results of the translation dictionary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Show dictionary results</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Google V.2</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Enter your Google Translate key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>IBM Watson</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>URL:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Enter your IBM Watson Translator URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>API Key:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Enter your IBM Watson Translator API key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Microsoft Azure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Subscription Region:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Subscription Key:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Enter the subscription key of the text translator service</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Enter the subscription region of the text translator service</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>MyMemory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Email:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Enter email address to be sent with each request (optional)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Enter your MyMemory key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Yandex</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0"/>
+        <source>Enter your Yandex key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="45"/>
+        <source>&lt;p&gt;A key is &lt;b&gt;required&lt;/b&gt; to use this service. &lt;a href=&quot;{0}&quot;&gt;Get a commercial or free API key.&lt;/a&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="51"/>
+        <source>&lt;p&gt;A key is &lt;b&gt;required&lt;/b&gt; to use this service. &lt;a href=&quot;{0}&quot;&gt;Get a commercial API key.&lt;/a&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="57"/>
+        <source>&lt;p&gt;A key is &lt;b&gt;required&lt;/b&gt; to use this service. &lt;a href=&quot;{0}&quot;&gt;Register with IBM Cloud.&lt;/a&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="63"/>
+        <source>&lt;p&gt;A registration of the text translation service is &lt;b&gt;required&lt;/b&gt;. &lt;a href=&quot;{0}&quot;&gt;Register with Microsoft Azure.&lt;/a&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="70"/>
+        <source>&lt;p&gt;A key is &lt;b&gt;optional&lt;/b&gt; to use this service. &lt;a href=&quot;{0}&quot;&gt;Get a free API key.&lt;/a&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="76"/>
+        <source>&lt;p&gt;A key is &lt;b&gt;required&lt;/b&gt; to use this service. &lt;a href=&quot;{0}&quot;&gt;Get a free API key.&lt;/a&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="224"/>
+        <source>At least two languages should be selected to work correctly.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TranslatorPlugin</name>
     <message>
-      <location filename="../Plugins/PluginTranslator.py" line="72" />
-      <source>Translator</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginTranslator.py" line="72"/>
+        <source>Translator</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TranslatorWidget</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0" />
-      <source>Select the translation service</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0" />
-      <source>Press to open the Translator configuration page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0" />
-      <source>Press to pronounce the entered text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0" />
-      <source>Select the language of the original text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0" />
-      <source>Press to swap the translation direction</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0" />
-      <source>Select the language for the translated text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0" />
-      <source>Press to pronounce the translated text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0" />
-      <source>Enter the text to be translated</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0" />
-      <source>Shows the translated text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0" />
-      <source>Press to translate the entered text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0" />
-      <source>Press to clear the text fields</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.py" line="480" />
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.py" line="457" />
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.py" line="187" />
-      <source>Translation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.py" line="458" />
-      <source>The selected translation service does not support the Text-to-Speech function.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.py" line="506" />
-      <source>Error playing pronunciation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.py" line="507" />
-      <source>&lt;p&gt;The received pronunciation could not be played.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0"/>
+        <source>Select the translation service</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0"/>
+        <source>Press to open the Translator configuration page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0"/>
+        <source>Press to pronounce the entered text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0"/>
+        <source>Select the language of the original text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0"/>
+        <source>Press to swap the translation direction</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0"/>
+        <source>Select the language for the translated text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0"/>
+        <source>Press to pronounce the translated text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0"/>
+        <source>Enter the text to be translated</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0"/>
+        <source>Shows the translated text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0"/>
+        <source>Press to translate the entered text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.ui" line="0"/>
+        <source>Press to clear the text fields</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.py" line="480"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.py" line="457"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.py" line="187"/>
+        <source>Translation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.py" line="458"/>
+        <source>The selected translation service does not support the Text-to-Speech function.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.py" line="506"/>
+        <source>Error playing pronunciation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorWidget.py" line="507"/>
+        <source>&lt;p&gt;The received pronunciation could not be played.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TrayStarter</name>
     <message>
-      <location filename="../Tools/TrayStarter.py" line="83" />
-      <location filename="../Tools/TrayStarter.py" line="65" />
-      <source>eric tray starter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="67" />
-      <source>Recent Projects</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="72" />
-      <source>Recent Multiprojects</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="79" />
-      <source>Recent Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="89" />
-      <source>Show Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="93" />
-      <source>QRegularExpression editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="95" />
-      <source>Python re editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="100" />
-      <source>UI Previewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="105" />
-      <source>Translations Previewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="109" />
-      <source>Testing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="115" />
-      <source>Compare Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="120" />
-      <source>Compare Files side by side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="127" />
-      <source>SQL Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="134" />
-      <source>Snapshot</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="139" />
-      <source>Icon Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="144" />
-      <source>PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="151" />
-      <source>Install Plugin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="156" />
-      <source>Uninstall Plugin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="161" />
-      <source>Plugin Repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="168" />
-      <source>Virtual Environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="175" />
-      <source>Preferences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="182" />
-      <source>eric Mini Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="187" />
-      <source>eric Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="192" />
-      <source>eric Shell Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="199" />
-      <source>eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="204" />
-      <source>eric Web Browser (with QtHelp)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="209" />
-      <source>eric Web Browser (Private Mode)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="225" />
-      <source>eric IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="231" />
-      <source>Configure Tray Starter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="237" />
-      <source>Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="323" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="324" />
-      <source>&lt;p&gt;Could not start the process.&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="../Tools/TrayStarter.py" line="328" />
-      <source>OK</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="595" />
-      <source>&lt;h3&gt;Version Numbers&lt;/h3&gt;&lt;table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="630" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;WebEngine (Security)&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="647" />
-      <source>Desktop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="651" />
-      <source>Session Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TrayStarter.py" line="654" />
-      <source>&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Tools/TrayStarter.py" line="83"/>
+        <location filename="../Tools/TrayStarter.py" line="65"/>
+        <source>eric tray starter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="67"/>
+        <source>Recent Projects</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="72"/>
+        <source>Recent Multiprojects</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="79"/>
+        <source>Recent Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="89"/>
+        <source>Show Versions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="93"/>
+        <source>QRegularExpression editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="95"/>
+        <source>Python re editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="100"/>
+        <source>UI Previewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="105"/>
+        <source>Translations Previewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="109"/>
+        <source>Testing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="115"/>
+        <source>Compare Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="120"/>
+        <source>Compare Files side by side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="127"/>
+        <source>SQL Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="134"/>
+        <source>Snapshot</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="139"/>
+        <source>Icon Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="144"/>
+        <source>PDF Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="151"/>
+        <source>Install Plugin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="156"/>
+        <source>Uninstall Plugin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="161"/>
+        <source>Plugin Repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="168"/>
+        <source>Virtual Environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="175"/>
+        <source>Preferences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="182"/>
+        <source>eric Mini Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="187"/>
+        <source>eric Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="192"/>
+        <source>eric Shell Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="199"/>
+        <source>eric Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="204"/>
+        <source>eric Web Browser (with QtHelp)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="209"/>
+        <source>eric Web Browser (Private Mode)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="225"/>
+        <source>eric IDE</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="231"/>
+        <source>Configure Tray Starter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="237"/>
+        <source>Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="323"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="324"/>
+        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="328"/>
+        <source>OK</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="595"/>
+        <source>&lt;h3&gt;Version Numbers&lt;/h3&gt;&lt;table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="630"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;WebEngine (Security)&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="647"/>
+        <source>Desktop</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="651"/>
+        <source>Session Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TrayStarter.py" line="654"/>
+        <source>&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>TrayStarterPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Tray Starter&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0" />
-      <source>Icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0" />
-      <source>Select to use the standard icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0" />
-      <source>Standard Icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0" />
-      <source>Select to use the high contrast icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0" />
-      <source>High Contrast Icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0" />
-      <source>Select to use a black and white icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0" />
-      <source>Black and White Icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0" />
-      <source>Select to use an inverse black and white icon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0" />
-      <source>Inverse Black and White Icon</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Tray Starter&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0"/>
+        <source>Icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0"/>
+        <source>Select to use the standard icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0"/>
+        <source>Standard Icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0"/>
+        <source>Select to use the high contrast icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0"/>
+        <source>High Contrast Icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0"/>
+        <source>Select to use a black and white icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0"/>
+        <source>Black and White Icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0"/>
+        <source>Select to use an inverse black and white icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/TrayStarterPage.ui" line="0"/>
+        <source>Inverse Black and White Icon</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>UF2FlashDialog</name>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>Flash UF2 Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>Detected Devices:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>Select the device to be flashed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>MicroPython:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>Enter the path of the MicroPython / CircuitPython firmware file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>'Boot' Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>Enter the path of the bootloader volume</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>Flash MicroPython / CircuitPython</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="550" />
-      <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="607" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="575" />
-      <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="683" />
-      <source>'{0}' Board</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="717" />
-      <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="786" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="775" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="766" />
-      <source>Manual Select</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="885" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="853" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="830" />
-      <source>Reset Instructions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="832" />
-      <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="856" />
-      <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="866" />
-      <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="887" />
-      <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="899" />
-      <source>Flash Instructions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="901" />
-      <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="926" />
-      <source>Boot Volume not found:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="928" />
-      <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="934" />
-      <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="939" />
-      <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="946" />
-      <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="965" />
-      <source>Multiple Boot Volumes found:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="967" />
-      <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="986" />
-      <source>Flashing Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="988" />
-      <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="995" />
-      <source>Flashing {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="997" />
-      <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>
-  </context>
-  <context>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="1099"/>
+        <location filename="../MicroPython/UF2FlashDialog.ui" line="0"/>
+        <source>Flash UF2 Device</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.ui" line="0"/>
+        <source>Detected Devices:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.ui" line="0"/>
+        <source>Select the device to be flashed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.ui" line="0"/>
+        <source>MicroPython:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.ui" line="0"/>
+        <source>Enter the path of the MicroPython / CircuitPython firmware file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.ui" line="0"/>
+        <source>&apos;Boot&apos; Volume:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.ui" line="0"/>
+        <source>Enter the path of the bootloader volume</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.ui" line="0"/>
+        <source>Press to check for all known boot volume names.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.ui" line="0"/>
+        <source>Flash MicroPython / CircuitPython</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.ui" line="0"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="550"/>
+        <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 &apos;bootloader&apos; mode by double-pressing the reset button.&lt;/li&gt;&lt;li&gt;Wait until the device has entered &apos;bootloader&apos; 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"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="607"/>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="575"/>
+        <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 &apos;bootloader&apos; 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 &apos;bootloader&apos; 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 &apos;bootloader&apos; 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"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="683"/>
+        <source>&apos;{0}&apos; Board</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="1100"/>
+        <source>Select the Boot Volume of the device:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="717"/>
+        <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="789"/>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="778"/>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="769"/>
+        <source>Manual Select</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="888"/>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="856"/>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="833"/>
+        <source>Reset Instructions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="835"/>
+        <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 &apos;bootloader&apos; mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="859"/>
+        <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 &apos;bootloader&apos; mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;&lt;hr/&gt;{1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="869"/>
+        <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 &apos;bootloader&apos; mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="890"/>
+        <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 &apos;bootloader&apos; mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="902"/>
+        <source>Flash Instructions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="904"/>
+        <source>&lt;h4&gt;Flash method &apos;manual&apos; 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 &apos;bootloader&apos; mode.&lt;/li&gt;&lt;li&gt;Wait until the device has entered &apos;bootloader&apos; 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"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="929"/>
+        <source>Boot Volume not found:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="931"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="937"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="942"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="949"/>
+        <source>&lt;h4&gt;Reset Instructions&lt;/h4&gt;&lt;p&gt;Follow the instructions below to set the board into &apos;bootloader&apos; mode. Press &lt;b&gt;Refresh&lt;/b&gt; when ready.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="968"/>
+        <source>Multiple Boot Volumes found:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="970"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="989"/>
+        <source>Flashing Firmware</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="991"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="998"/>
+        <source>Flashing {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UF2FlashDialog.py" line="1000"/>
+        <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"></translation>
+    </message>
+</context>
+<context>
     <name>UIPreviewer</name>
     <message>
-      <location filename="../Tools/UIPreviewer.py" line="332" />
-      <location filename="../Tools/UIPreviewer.py" line="319" />
-      <location filename="../Tools/UIPreviewer.py" line="70" />
-      <source>UI Previewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="85" />
-      <source>Select GUI Theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="92" />
-      <source>Select the GUI Theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="145" />
-      <source>&amp;Open File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="147" />
-      <source>Ctrl+O</source>
-      <comment>File|Open</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="148" />
-      <source>Open a UI file for display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="150" />
-      <source>&lt;b&gt;Open File&lt;/b&gt;&lt;p&gt;This opens a new UI file for display.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="158" />
-      <source>&amp;Print</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="160" />
-      <source>Ctrl+P</source>
-      <comment>File|Print</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="161" />
-      <source>Print a screen capture</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="163" />
-      <source>&lt;b&gt;Print&lt;/b&gt;&lt;p&gt;Print a screen capture.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="563" />
-      <location filename="../Tools/UIPreviewer.py" line="168" />
-      <source>Print Preview</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="170" />
-      <source>Print preview a screen capture</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="172" />
-      <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview a screen capture.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="177" />
-      <source>&amp;Screen Capture</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="180" />
-      <source>Ctrl+S</source>
-      <comment>File|Screen Capture</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="182" />
-      <source>Save a screen capture to an image file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="184" />
-      <source>&lt;b&gt;Screen Capture&lt;/b&gt;&lt;p&gt;Save a screen capture to an image file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="191" />
-      <source>&amp;Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="192" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="193" />
-      <source>Quit the application</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="195" />
-      <source>&lt;b&gt;Quit&lt;/b&gt;&lt;p&gt;Quit the application.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="200" />
-      <source>&amp;Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="202" />
-      <source>Ctrl+C</source>
-      <comment>Edit|Copy</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="203" />
-      <source>Copy screen capture to clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="205" />
-      <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy screen capture to clipboard.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="210" />
-      <source>&amp;What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="212" />
-      <source>Shift+F1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="213" />
-      <source>Context sensitive help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="215" />
-      <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="226" />
-      <source>&amp;About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="227" />
-      <source>Display information about this software</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="229" />
-      <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="236" />
-      <source>About &amp;Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="238" />
-      <source>Display information about the Qt toolkit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="241" />
-      <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="254" />
-      <source>&amp;File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="264" />
-      <source>&amp;Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="270" />
-      <source>&amp;Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="281" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="290" />
-      <source>Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="293" />
-      <source>Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="320" />
-      <source>&lt;h3&gt; About UI Previewer &lt;/h3&gt;&lt;p&gt;The UI Previewer loads and displays Qt User-Interface files with various styles, which are selectable via a selection list.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="340" />
-      <source>Select UI file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="342" />
-      <source>Qt User-Interface Files (*.ui)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="378" />
-      <source>Load UI File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="379" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="505" />
-      <location filename="../Tools/UIPreviewer.py" line="493" />
-      <location filename="../Tools/UIPreviewer.py" line="477" />
-      <location filename="../Tools/UIPreviewer.py" line="465" />
-      <source>Save Image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="564" />
-      <location filename="../Tools/UIPreviewer.py" line="519" />
-      <location filename="../Tools/UIPreviewer.py" line="505" />
-      <location filename="../Tools/UIPreviewer.py" line="465" />
-      <source>There is no UI file loaded.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="474" />
-      <source>Images ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="494" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="519" />
-      <source>Print Image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="545" />
-      <source>Printing the image...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/UIPreviewer.py" line="554" />
-      <source>Image sent to printer...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Tools/UIPreviewer.py" line="332"/>
+        <location filename="../Tools/UIPreviewer.py" line="319"/>
+        <location filename="../Tools/UIPreviewer.py" line="70"/>
+        <source>UI Previewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="85"/>
+        <source>Select GUI Theme</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="92"/>
+        <source>Select the GUI Theme</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="145"/>
+        <source>&amp;Open File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="147"/>
+        <source>Ctrl+O</source>
+        <comment>File|Open</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="148"/>
+        <source>Open a UI file for display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="150"/>
+        <source>&lt;b&gt;Open File&lt;/b&gt;&lt;p&gt;This opens a new UI file for display.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="158"/>
+        <source>&amp;Print</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="160"/>
+        <source>Ctrl+P</source>
+        <comment>File|Print</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="161"/>
+        <source>Print a screen capture</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="163"/>
+        <source>&lt;b&gt;Print&lt;/b&gt;&lt;p&gt;Print a screen capture.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="563"/>
+        <location filename="../Tools/UIPreviewer.py" line="168"/>
+        <source>Print Preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="170"/>
+        <source>Print preview a screen capture</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="172"/>
+        <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview a screen capture.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="177"/>
+        <source>&amp;Screen Capture</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="180"/>
+        <source>Ctrl+S</source>
+        <comment>File|Screen Capture</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="182"/>
+        <source>Save a screen capture to an image file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="184"/>
+        <source>&lt;b&gt;Screen Capture&lt;/b&gt;&lt;p&gt;Save a screen capture to an image file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="191"/>
+        <source>&amp;Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="192"/>
+        <source>Ctrl+Q</source>
+        <comment>File|Quit</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="193"/>
+        <source>Quit the application</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="195"/>
+        <source>&lt;b&gt;Quit&lt;/b&gt;&lt;p&gt;Quit the application.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="200"/>
+        <source>&amp;Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="202"/>
+        <source>Ctrl+C</source>
+        <comment>Edit|Copy</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="203"/>
+        <source>Copy screen capture to clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="205"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy screen capture to clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="210"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="212"/>
+        <source>Shift+F1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="213"/>
+        <source>Context sensitive help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="215"/>
+        <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="226"/>
+        <source>&amp;About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="227"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="229"/>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="236"/>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="238"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="241"/>
+        <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="254"/>
+        <source>&amp;File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="264"/>
+        <source>&amp;Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="270"/>
+        <source>&amp;Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="281"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="290"/>
+        <source>Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="293"/>
+        <source>Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="320"/>
+        <source>&lt;h3&gt; About UI Previewer &lt;/h3&gt;&lt;p&gt;The UI Previewer loads and displays Qt User-Interface files with various styles, which are selectable via a selection list.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="340"/>
+        <source>Select UI file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="342"/>
+        <source>Qt User-Interface Files (*.ui)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="378"/>
+        <source>Load UI File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="379"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="505"/>
+        <location filename="../Tools/UIPreviewer.py" line="493"/>
+        <location filename="../Tools/UIPreviewer.py" line="477"/>
+        <location filename="../Tools/UIPreviewer.py" line="465"/>
+        <source>Save Image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="564"/>
+        <location filename="../Tools/UIPreviewer.py" line="519"/>
+        <location filename="../Tools/UIPreviewer.py" line="505"/>
+        <location filename="../Tools/UIPreviewer.py" line="465"/>
+        <source>There is no UI file loaded.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="474"/>
+        <source>Images ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="494"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="519"/>
+        <source>Print Image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="545"/>
+        <source>Printing the image...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/UIPreviewer.py" line="554"/>
+        <source>Image sent to printer...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>UMLClassDiagramBuilder</name>
     <message>
-      <location filename="../Graphics/UMLClassDiagramBuilder.py" line="60" />
-      <source>Class Diagram {0}: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLClassDiagramBuilder.py" line="64" />
-      <source>Class Diagram: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLClassDiagramBuilder.py" line="99" />
-      <source>The module &lt;b&gt;'{0}'&lt;/b&gt; could not be found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLClassDiagramBuilder.py" line="166" />
-      <source>The module &lt;b&gt;'{0}'&lt;/b&gt; does not contain any classes.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLClassDiagramBuilder.py" line="407" />
-      <source>&lt;p&gt;The diagram belongs to project &lt;b&gt;{0}&lt;/b&gt;. Please open it and try again.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Graphics/UMLClassDiagramBuilder.py" line="60"/>
+        <source>Class Diagram {0}: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLClassDiagramBuilder.py" line="64"/>
+        <source>Class Diagram: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLClassDiagramBuilder.py" line="99"/>
+        <source>The module &lt;b&gt;&apos;{0}&apos;&lt;/b&gt; could not be found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLClassDiagramBuilder.py" line="166"/>
+        <source>The module &lt;b&gt;&apos;{0}&apos;&lt;/b&gt; does not contain any classes.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLClassDiagramBuilder.py" line="407"/>
+        <source>&lt;p&gt;The diagram belongs to project &lt;b&gt;{0}&lt;/b&gt;. Please open it and try again.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>UMLDialog</name>
     <message>
-      <location filename="../Graphics/UMLDialog.py" line="50" />
-      <source>Class Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="53" />
-      <source>Package Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="56" />
-      <source>Imports Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="59" />
-      <source>Application Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="117" />
-      <source>Illegal Diagram Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="125" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="129" />
-      <source>Load</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="133" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="138" />
-      <source>Save As...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="143" />
-      <source>Save as Image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="148" />
-      <source>Print</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="153" />
-      <source>Print Preview</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="161" />
-      <source>Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="164" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="471" />
-      <location filename="../Graphics/UMLDialog.py" line="269" />
-      <location filename="../Graphics/UMLDialog.py" line="248" />
-      <source>Save Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="300" />
-      <location filename="../Graphics/UMLDialog.py" line="250" />
-      <source>Eric Graphics File (*.egj);;Eric Text Graphics File (*.e5g);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="270" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="530" />
-      <location filename="../Graphics/UMLDialog.py" line="496" />
-      <location filename="../Graphics/UMLDialog.py" line="436" />
-      <location filename="../Graphics/UMLDialog.py" line="339" />
-      <location filename="../Graphics/UMLDialog.py" line="298" />
-      <source>Load Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="497" />
-      <location filename="../Graphics/UMLDialog.py" line="340" />
-      <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="../Graphics/UMLDialog.py" line="427" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not contain valid data.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="431" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not contain valid data.&lt;/p&gt;&lt;p&gt;Invalid line: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLDialog.py" line="472" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Graphics/UMLDialog.py" line="50"/>
+        <source>Class Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="53"/>
+        <source>Package Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="56"/>
+        <source>Imports Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="59"/>
+        <source>Application Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="117"/>
+        <source>Illegal Diagram Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="125"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="129"/>
+        <source>Load</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="133"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="138"/>
+        <source>Save As...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="143"/>
+        <source>Save as Image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="148"/>
+        <source>Print</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="153"/>
+        <source>Print Preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="161"/>
+        <source>Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="164"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="471"/>
+        <location filename="../Graphics/UMLDialog.py" line="269"/>
+        <location filename="../Graphics/UMLDialog.py" line="248"/>
+        <source>Save Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="300"/>
+        <location filename="../Graphics/UMLDialog.py" line="250"/>
+        <source>Eric Graphics File (*.egj);;Eric Text Graphics File (*.e5g);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="270"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="530"/>
+        <location filename="../Graphics/UMLDialog.py" line="496"/>
+        <location filename="../Graphics/UMLDialog.py" line="436"/>
+        <location filename="../Graphics/UMLDialog.py" line="339"/>
+        <location filename="../Graphics/UMLDialog.py" line="298"/>
+        <source>Load Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="497"/>
+        <location filename="../Graphics/UMLDialog.py" line="340"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="427"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not contain valid data.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="431"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not contain valid data.&lt;/p&gt;&lt;p&gt;Invalid line: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLDialog.py" line="472"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>UMLGraphicsView</name>
     <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="90" />
-      <source>Delete shapes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="96" />
-      <source>Increase width by {0} points</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="103" />
-      <source>Increase height by {0} points</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="110" />
-      <source>Decrease width by {0} points</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="117" />
-      <source>Decrease height by {0} points</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="123" />
-      <source>Set size</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="128" />
-      <source>Re-Scan</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="133" />
-      <source>Re-Layout</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="138" />
-      <source>Align Left</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="145" />
-      <source>Align Center Horizontal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="152" />
-      <source>Align Right</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="158" />
-      <source>Align Top</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="165" />
-      <source>Align Center Vertical</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="172" />
-      <source>Align Bottom</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="235" />
-      <source>Graphics</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="395" />
-      <location filename="../Graphics/UMLGraphicsView.py" line="382" />
-      <location filename="../Graphics/UMLGraphicsView.py" line="365" />
-      <source>Save Diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="367" />
-      <source>Portable Network Graphics (*.png);;Scalable Vector Graphics (*.svg)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="383" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLGraphicsView.py" line="396" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Graphics/UMLGraphicsView.py" line="90"/>
+        <source>Delete shapes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="96"/>
+        <source>Increase width by {0} points</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="103"/>
+        <source>Increase height by {0} points</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="110"/>
+        <source>Decrease width by {0} points</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="117"/>
+        <source>Decrease height by {0} points</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="123"/>
+        <source>Set size</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="128"/>
+        <source>Re-Scan</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="133"/>
+        <source>Re-Layout</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="138"/>
+        <source>Align Left</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="145"/>
+        <source>Align Center Horizontal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="152"/>
+        <source>Align Right</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="158"/>
+        <source>Align Top</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="165"/>
+        <source>Align Center Vertical</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="172"/>
+        <source>Align Bottom</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="235"/>
+        <source>Graphics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="395"/>
+        <location filename="../Graphics/UMLGraphicsView.py" line="382"/>
+        <location filename="../Graphics/UMLGraphicsView.py" line="365"/>
+        <source>Save Diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="367"/>
+        <source>Portable Network Graphics (*.png);;Scalable Vector Graphics (*.svg)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="383"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLGraphicsView.py" line="396"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>UMLSceneSizeDialog</name>
     <message>
-      <location filename="../Graphics/UMLSceneSizeDialog.ui" line="0" />
-      <source>Set Size</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLSceneSizeDialog.ui" line="0" />
-      <source>Height (in pixels):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLSceneSizeDialog.ui" line="0" />
-      <source>Width (in pixels):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLSceneSizeDialog.ui" line="0" />
-      <source>Select the height of the diagram</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Graphics/UMLSceneSizeDialog.ui" line="0" />
-      <source>Select the width of the diagram</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Graphics/UMLSceneSizeDialog.ui" line="0"/>
+        <source>Set Size</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLSceneSizeDialog.ui" line="0"/>
+        <source>Height (in pixels):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLSceneSizeDialog.ui" line="0"/>
+        <source>Width (in pixels):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLSceneSizeDialog.ui" line="0"/>
+        <source>Select the height of the diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Graphics/UMLSceneSizeDialog.ui" line="0"/>
+        <source>Select the width of the diagram</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>UicCompilerOptionsDialog</name>
     <message>
-      <location filename="../Project/UicCompilerOptionsDialog.ui" line="0" />
-      <source>uic Compiler Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UicCompilerOptionsDialog.ui" line="0" />
-      <source>Package Root</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UicCompilerOptionsDialog.ui" line="0" />
-      <source>Enter the project relative path of the packages root directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UicCompilerOptionsDialog.ui" line="0" />
-      <source>'import' Package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UicCompilerOptionsDialog.ui" line="0" />
-      <source>Enter the package name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UicCompilerOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: This generates statements like 'from PACKAGE import ...'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UicCompilerOptionsDialog.ui" line="0" />
-      <source>Resources Suffix</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UicCompilerOptionsDialog.ui" line="0" />
-      <source>Enter the suffix of compiled resource files (default: _rc)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UicCompilerOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Note&lt;/b&gt;: Leave the suffix empty to use the default of '_rc'.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Project/UicCompilerOptionsDialog.ui" line="0"/>
+        <source>uic Compiler Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UicCompilerOptionsDialog.ui" line="0"/>
+        <source>Package Root</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UicCompilerOptionsDialog.ui" line="0"/>
+        <source>Enter the project relative path of the packages root directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UicCompilerOptionsDialog.ui" line="0"/>
+        <source>&apos;import&apos; Package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UicCompilerOptionsDialog.ui" line="0"/>
+        <source>Enter the package name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UicCompilerOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Note&lt;/b&gt;: This generates statements like &apos;from PACKAGE import ...&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UicCompilerOptionsDialog.ui" line="0"/>
+        <source>Resources Suffix</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UicCompilerOptionsDialog.ui" line="0"/>
+        <source>Enter the suffix of compiled resource files (default: _rc)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UicCompilerOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Note&lt;/b&gt;: Leave the suffix empty to use the default of &apos;_rc&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>UnittestExecutor</name>
     <message>
-      <location filename="../Testing/Interfaces/UnittestExecutor.py" line="51" />
-      <source>Failure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/Interfaces/UnittestExecutor.py" line="52" />
-      <source>Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/Interfaces/UnittestExecutor.py" line="53" />
-      <source>Skipped</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/Interfaces/UnittestExecutor.py" line="54" />
-      <source>Expected Failure</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/Interfaces/UnittestExecutor.py" line="55" />
-      <source>Unexpected Success</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Testing/Interfaces/UnittestExecutor.py" line="56" />
-      <source>Success</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Testing/Interfaces/UnittestExecutor.py" line="51"/>
+        <source>Failure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/Interfaces/UnittestExecutor.py" line="52"/>
+        <source>Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/Interfaces/UnittestExecutor.py" line="53"/>
+        <source>Skipped</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/Interfaces/UnittestExecutor.py" line="54"/>
+        <source>Expected Failure</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/Interfaces/UnittestExecutor.py" line="55"/>
+        <source>Unexpected Success</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Testing/Interfaces/UnittestExecutor.py" line="56"/>
+        <source>Success</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>UnknownDevicesDialog</name>
     <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0" />
-      <source>Unknown Devices</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0" />
-      <source>Press to edit the selected entry</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0" />
-      <source>Edit...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0" />
-      <source>Press to delete the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0" />
-      <source>Press to delete all entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0" />
-      <source>Delete All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0" />
-      <source>Press to restore the list of devices</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0" />
-      <source>Restore</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0" />
-      <source>Press to report the data of all boards via email</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0" />
-      <source>Report All Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.py" line="50" />
-      <source>{0} (0x{1:04x}/0x{2:04x})</source>
-      <comment>description, VID, PID</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.py" line="95" />
-      <source>{0} (*)</source>
-      <comment>list entry is modified</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.py" line="179" />
-      <location filename="../MicroPython/UnknownDevicesDialog.py" line="158" />
-      <source>Delete Unknown Devices</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.py" line="159" />
-      <source>The selected entries contain some with modified data. Shall they really be deleted?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.py" line="180" />
-      <source>The list contains some devices with modified data. Shall they really be deleted?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.py" line="198" />
-      <source>Restore Unknown Devices</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.py" line="199" />
-      <source>Restoring the list of unknown devices will overwrite all changes made. Do you really want to restore the list?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.py" line="263" />
-      <source>Unsaved Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/UnknownDevicesDialog.py" line="264" />
-      <source>The list of devices contains some with modified data.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0"/>
+        <source>Unknown Devices</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0"/>
+        <source>Press to edit the selected entry</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0"/>
+        <source>Edit...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0"/>
+        <source>Press to delete the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0"/>
+        <source>Press to delete all entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0"/>
+        <source>Delete All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0"/>
+        <source>Press to restore the list of devices</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0"/>
+        <source>Restore</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0"/>
+        <source>Press to report the data of all boards via email</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.ui" line="0"/>
+        <source>Report All Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.py" line="50"/>
+        <source>{0} (0x{1:04x}/0x{2:04x})</source>
+        <comment>description, VID, PID</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.py" line="95"/>
+        <source>{0} (*)</source>
+        <comment>list entry is modified</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.py" line="179"/>
+        <location filename="../MicroPython/UnknownDevicesDialog.py" line="158"/>
+        <source>Delete Unknown Devices</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.py" line="159"/>
+        <source>The selected entries contain some with modified data. Shall they really be deleted?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.py" line="180"/>
+        <source>The list contains some devices with modified data. Shall they really be deleted?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.py" line="198"/>
+        <source>Restore Unknown Devices</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.py" line="199"/>
+        <source>Restoring the list of unknown devices will overwrite all changes made. Do you really want to restore the list?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.py" line="263"/>
+        <source>Unsaved Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/UnknownDevicesDialog.py" line="264"/>
+        <source>The list of devices contains some with modified data.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>UrlBar</name>
     <message>
-      <location filename="../WebBrowser/UrlBar/UrlBar.py" line="46" />
-      <location filename="../WebBrowser/UrlBar/UrlBar.py" line="45" />
-      <source>Enter the URL here.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UrlBar/UrlBar.py" line="460" />
-      <source>Unknown</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/UrlBar/UrlBar.py" line="46"/>
+        <location filename="../WebBrowser/UrlBar/UrlBar.py" line="45"/>
+        <source>Enter the URL here.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UrlBar/UrlBar.py" line="460"/>
+        <source>Unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>UserAgentManager</name>
     <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentManager.py" line="70" />
-      <source>Saving user agent data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentManager.py" line="71" />
-      <source>&lt;p&gt;User agent data could not be saved to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentManager.py" line="90" />
-      <source>Loading user agent data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentManager.py" line="91" />
-      <source>Error when loading user agent data on line {0}, column {1}:
+        <location filename="../WebBrowser/UserAgent/UserAgentManager.py" line="70"/>
+        <source>Saving user agent data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UserAgent/UserAgentManager.py" line="71"/>
+        <source>&lt;p&gt;User agent data could not be saved to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UserAgent/UserAgentManager.py" line="90"/>
+        <source>Loading user agent data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UserAgent/UserAgentManager.py" line="91"/>
+        <source>Error when loading user agent data on line {0}, column {1}:
 {2}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>UserAgentMenu</name>
     <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="57" />
-      <source>Default</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="76" />
-      <source>Other...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="100" />
-      <source>Custom user agent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="101" />
-      <source>User agent:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="175" />
-      <source>Various</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="188" />
-      <source>Parsing default user agents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="189" />
-      <source>&lt;p&gt;Error parsing default user agents.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="57"/>
+        <source>Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="76"/>
+        <source>Other...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="100"/>
+        <source>Custom user agent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="101"/>
+        <source>User agent:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="175"/>
+        <source>Various</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="188"/>
+        <source>Parsing default user agents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UserAgent/UserAgentMenu.py" line="189"/>
+        <source>&lt;p&gt;Error parsing default user agents.&lt;/p&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>UserAgentModel</name>
     <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentModel.py" line="33" />
-      <source>Host</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentModel.py" line="34" />
-      <source>User Agent String</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/UserAgent/UserAgentModel.py" line="33"/>
+        <source>Host</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UserAgent/UserAgentModel.py" line="34"/>
+        <source>User Agent String</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>UserAgentReader</name>
     <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentReader.py" line="53" />
-      <source>The file is not a UserAgents version 1.0 file.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/UserAgent/UserAgentReader.py" line="53"/>
+        <source>The file is not a UserAgents version 1.0 file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>UserAgentsDialog</name>
     <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentsDialog.ui" line="0" />
-      <source>User Agent Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentsDialog.ui" line="0" />
-      <source>Enter search term</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentsDialog.ui" line="0" />
-      <source>Press to remove the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentsDialog.ui" line="0" />
-      <source>&amp;Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentsDialog.ui" line="0" />
-      <source>Press to remove all entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/UserAgent/UserAgentsDialog.ui" line="0" />
-      <source>Remove &amp;All</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/UserAgent/UserAgentsDialog.ui" line="0"/>
+        <source>User Agent Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UserAgent/UserAgentsDialog.ui" line="0"/>
+        <source>Enter search term</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UserAgent/UserAgentsDialog.ui" line="0"/>
+        <source>Press to remove the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UserAgent/UserAgentsDialog.ui" line="0"/>
+        <source>&amp;Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UserAgent/UserAgentsDialog.ui" line="0"/>
+        <source>Press to remove all entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/UserAgent/UserAgentsDialog.ui" line="0"/>
+        <source>Remove &amp;All</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>UserInterface</name>
     <message>
-      <location filename="../UI/UserInterface.py" line="302" />
-      <source>Initializing Basic Services...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="337" />
-      <source>Initializing Plugin Manager...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="344" />
-      <source>Generating Main User Interface...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="402" />
-      <source>Setting up signal/slot-connections...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="581" />
-      <source>Initializing Tools...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="592" />
-      <source>Registering Objects...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="626" />
-      <source>Initializing Actions...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="628" />
-      <source>Initializing Menus...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="630" />
-      <source>Initializing Toolbars...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="632" />
-      <source>Initializing Statusbar...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="659" />
-      <source>Initializing Single Application Server...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="665" />
-      <source>Initializing Plugins...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="668" />
-      <source>Activating Plugins...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="670" />
-      <source>Generating Plugins Toolbars...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="673" />
-      <source>Cleaning Plugins Download Area...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="683" />
-      <source>Restoring Toolbarmanager...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="691" />
-      <source>Setting View Profile...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="704" />
-      <source>Reading Tasks...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="709" />
-      <source>Reading Templates...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="714" />
-      <source>Starting Debugger...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2191" />
-      <location filename="../UI/UserInterface.py" line="1077" />
-      <source>Left Toolbox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2237" />
-      <location filename="../UI/UserInterface.py" line="1087" />
-      <source>Horizontal Toolbox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2214" />
-      <location filename="../UI/UserInterface.py" line="1097" />
-      <source>Right Toolbox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2033" />
-      <location filename="../UI/UserInterface.py" line="1290" />
-      <location filename="../UI/UserInterface.py" line="1107" />
-      <source>Multiproject-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2011" />
-      <location filename="../UI/UserInterface.py" line="1296" />
-      <location filename="../UI/UserInterface.py" line="1113" />
-      <source>Project-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2573" />
-      <location filename="../UI/UserInterface.py" line="2572" />
-      <location filename="../UI/UserInterface.py" line="1303" />
-      <location filename="../UI/UserInterface.py" line="1120" />
-      <source>Find/Replace In Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2596" />
-      <location filename="../UI/UserInterface.py" line="2595" />
-      <location filename="../UI/UserInterface.py" line="1310" />
-      <location filename="../UI/UserInterface.py" line="1127" />
-      <source>Find File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1316" />
-      <location filename="../UI/UserInterface.py" line="1133" />
-      <source>VCS Status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2166" />
-      <location filename="../UI/UserInterface.py" line="1323" />
-      <location filename="../UI/UserInterface.py" line="1140" />
-      <source>Template-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2099" />
-      <location filename="../UI/UserInterface.py" line="1330" />
-      <location filename="../UI/UserInterface.py" line="1147" />
-      <source>File-Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1337" />
-      <location filename="../UI/UserInterface.py" line="1154" />
-      <source>Symbols</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2055" />
-      <location filename="../UI/UserInterface.py" line="1359" />
-      <location filename="../UI/UserInterface.py" line="1353" />
-      <location filename="../UI/UserInterface.py" line="1164" />
-      <source>Debug-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2427" />
-      <location filename="../UI/UserInterface.py" line="2426" />
-      <location filename="../UI/UserInterface.py" line="1366" />
-      <location filename="../UI/UserInterface.py" line="1171" />
-      <source>Code Documentation Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2642" />
-      <location filename="../UI/UserInterface.py" line="2641" />
-      <location filename="../UI/UserInterface.py" line="1373" />
-      <location filename="../UI/UserInterface.py" line="1178" />
-      <source>Help Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3567" />
-      <location filename="../UI/UserInterface.py" line="2522" />
-      <location filename="../UI/UserInterface.py" line="2521" />
-      <location filename="../UI/UserInterface.py" line="1379" />
-      <location filename="../UI/UserInterface.py" line="1184" />
-      <source>Plugin Repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2546" />
-      <location filename="../UI/UserInterface.py" line="2545" />
-      <location filename="../UI/UserInterface.py" line="1385" />
-      <location filename="../UI/UserInterface.py" line="1190" />
-      <source>Virtual Environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2454" />
-      <location filename="../UI/UserInterface.py" line="2453" />
-      <location filename="../UI/UserInterface.py" line="1390" />
-      <location filename="../UI/UserInterface.py" line="1195" />
-      <source>PyPI</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2476" />
-      <location filename="../UI/UserInterface.py" line="2475" />
-      <location filename="../UI/UserInterface.py" line="1397" />
-      <location filename="../UI/UserInterface.py" line="1200" />
-      <source>Conda</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1404" />
-      <location filename="../UI/UserInterface.py" line="1207" />
-      <source>Cooperation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2354" />
-      <location filename="../UI/UserInterface.py" line="1408" />
-      <location filename="../UI/UserInterface.py" line="1212" />
-      <source>IRC</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2498" />
-      <location filename="../UI/UserInterface.py" line="2497" />
-      <location filename="../UI/UserInterface.py" line="1414" />
-      <location filename="../UI/UserInterface.py" line="1219" />
-      <source>MicroPython</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2077" />
-      <location filename="../UI/UserInterface.py" line="1422" />
-      <location filename="../UI/UserInterface.py" line="1227" />
-      <source>Shell</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2143" />
-      <location filename="../UI/UserInterface.py" line="1428" />
-      <location filename="../UI/UserInterface.py" line="1231" />
-      <source>Task-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2121" />
-      <location filename="../UI/UserInterface.py" line="1434" />
-      <location filename="../UI/UserInterface.py" line="1235" />
-      <source>Log-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1441" />
-      <location filename="../UI/UserInterface.py" line="1242" />
-      <source>Numbers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1829" />
-      <source>{0} - Passive Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1836" />
-      <location filename="../UI/UserInterface.py" line="1832" />
-      <source>{0} - {1} - Passive Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1840" />
-      <source>{0} - {1} - {2} - Passive Mode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1864" />
-      <source>Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1866" />
-      <source>&amp;Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1867" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1872" />
-      <source>Quit the IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1874" />
-      <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1888" />
-      <location filename="../UI/UserInterface.py" line="1886" />
-      <source>Restart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1889" />
-      <source>Ctrl+Shift+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1894" />
-      <source>Restart the IDE</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1896" />
-      <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="1914" />
-      <location filename="../UI/UserInterface.py" line="1907" />
-      <source>Save session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1908" />
-      <source>Save session...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1916" />
-      <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="7684" />
-      <location filename="../UI/UserInterface.py" line="1933" />
-      <location filename="../UI/UserInterface.py" line="1926" />
-      <source>Load session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1927" />
-      <source>Load session...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1935" />
-      <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="1945" />
-      <source>New Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1947" />
-      <source>New &amp;Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1948" />
-      <source>Ctrl+Shift+N</source>
-      <comment>File|New Window</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1953" />
-      <source>Open a new eric instance</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1955" />
-      <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="1969" />
-      <location filename="../UI/UserInterface.py" line="1967" />
-      <source>Edit Profile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1976" />
-      <source>Activate the edit view profile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1978" />
-      <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1991" />
-      <location filename="../UI/UserInterface.py" line="1989" />
-      <source>Debug Profile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="1998" />
-      <source>Activate the debug view profile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2000" />
-      <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2012" />
-      <source>&amp;Project-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2013" />
-      <source>Alt+Shift+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2019" />
-      <source>Switch the input focus to the Project-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2022" />
-      <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="2034" />
-      <source>&amp;Multiproject-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2035" />
-      <source>Alt+Shift+M</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2041" />
-      <source>Switch the input focus to the Multiproject-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2044" />
-      <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="2056" />
-      <source>&amp;Debug-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2057" />
-      <source>Alt+Shift+D</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2063" />
-      <source>Switch the input focus to the Debug-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2066" />
-      <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="2078" />
-      <source>&amp;Shell</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2079" />
-      <source>Alt+Shift+S</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2085" />
-      <source>Switch the input focus to the Shell window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2088" />
-      <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="2100" />
-      <source>&amp;File-Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2101" />
-      <source>Alt+Shift+F</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2107" />
-      <source>Switch the input focus to the File-Browser window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2110" />
-      <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="2122" />
-      <source>Lo&amp;g-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2123" />
-      <source>Alt+Shift+G</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2129" />
-      <source>Switch the input focus to the Log-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2132" />
-      <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="2144" />
-      <source>&amp;Task-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2145" />
-      <source>Alt+Shift+T</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2151" />
-      <source>Switch the input focus to the Task-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2154" />
-      <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="2167" />
-      <source>Templ&amp;ate-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2168" />
-      <source>Alt+Shift+A</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2174" />
-      <source>Switch the input focus to the Template-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2177" />
-      <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="2192" />
-      <source>&amp;Left Toolbox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2199" />
-      <source>Toggle the Left Toolbox window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2201" />
-      <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="2215" />
-      <source>&amp;Right Toolbox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2222" />
-      <source>Toggle the Right Toolbox window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2224" />
-      <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="2238" />
-      <source>&amp;Horizontal Toolbox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2245" />
-      <source>Toggle the Horizontal Toolbox window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2247" />
-      <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2260" />
-      <source>Left Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2261" />
-      <source>&amp;Left Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2268" />
-      <source>Toggle the left sidebar window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2270" />
-      <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2283" />
-      <source>Right Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2284" />
-      <source>&amp;Right Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2291" />
-      <source>Toggle the right sidebar window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2293" />
-      <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="2306" />
-      <source>Bottom Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2307" />
-      <source>&amp;Bottom Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2314" />
-      <source>Toggle the bottom sidebar window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2316" />
-      <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2329" />
-      <source>Cooperation-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2330" />
-      <source>Co&amp;operation-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2331" />
-      <source>Alt+Shift+O</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2337" />
-      <source>Switch the input focus to the Cooperation-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2340" />
-      <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="2355" />
-      <source>&amp;IRC</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2356" />
-      <source>Ctrl+Alt+Shift+I</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2362" />
-      <source>Switch the input focus to the IRC window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2365" />
-      <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="2376" />
-      <source>Symbols-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2377" />
-      <source>S&amp;ymbols-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2378" />
-      <source>Alt+Shift+Y</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2384" />
-      <source>Switch the input focus to the Symbols-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2387" />
-      <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="2401" />
-      <source>Numbers-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2402" />
-      <source>Num&amp;bers-Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2403" />
-      <source>Alt+Shift+B</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2409" />
-      <source>Switch the input focus to the Numbers-Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2412" />
-      <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="2428" />
-      <source>Ctrl+Alt+Shift+D</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2434" />
-      <source>Switch the input focus to the Code Documentation Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2439" />
-      <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="2455" />
-      <source>Ctrl+Alt+Shift+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2461" />
-      <source>Switch the input focus to the PyPI window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2464" />
-      <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="2477" />
-      <source>Ctrl+Alt+Shift+C</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2483" />
-      <source>Switch the input focus to the Conda window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2486" />
-      <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="2499" />
-      <source>Ctrl+Alt+Shift+M</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2505" />
-      <source>Switch the input focus to the MicroPython window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2508" />
-      <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="2523" />
-      <source>Ctrl+Alt+Shift+R</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2529" />
-      <source>Switch the input focus to the Plugin Repository window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2532" />
-      <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="2547" />
-      <source>Ctrl+Alt+V</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2553" />
-      <source>Switch the input focus to the Virtual Environments Manager window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2558" />
-      <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="2574" />
-      <source>Ctrl+Alt+Shift+F</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2580" />
-      <source>Switch the input focus to the Find/Replace In Files window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2583" />
-      <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="2597" />
-      <source>Ctrl+Alt+Shift+L</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2603" />
-      <source>Switch the input focus to the Find File window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2606" />
-      <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="2620" />
-      <location filename="../UI/UserInterface.py" line="2619" />
-      <source>VCS Status List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2621" />
-      <source>Alt+Shift+V</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2627" />
-      <source>Switch the input focus to the VCS Status List window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2630" />
-      <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="2643" />
-      <source>Alt+Shift+H</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2649" />
-      <source>Switch the input focus to the embedded Help Viewer window.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2652" />
-      <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="2665" />
-      <source>What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2667" />
-      <source>&amp;What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2668" />
-      <source>Shift+F1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2673" />
-      <source>Context sensitive help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2675" />
-      <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2688" />
-      <source>Helpviewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2690" />
-      <source>&amp;Helpviewer...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2691" />
-      <source>F1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2696" />
-      <source>Open the helpviewer window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2698" />
-      <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="2718" />
-      <source>Show Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2719" />
-      <source>Show &amp;Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2725" />
-      <source>Display version information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2727" />
-      <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2740" />
-      <location filename="../UI/UserInterface.py" line="2733" />
-      <source>Show Error Log</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2734" />
-      <source>Show Error &amp;Log...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2742" />
-      <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="2751" />
-      <source>Show Install Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2752" />
-      <source>Show Install &amp;Info...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2758" />
-      <source>Show Installation Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2760" />
-      <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="4645" />
-      <location filename="../UI/UserInterface.py" line="2770" />
-      <source>Report Bug</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2770" />
-      <source>Report &amp;Bug...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2772" />
-      <source>Report a bug</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2774" />
-      <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2780" />
-      <source>Request Feature</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2781" />
-      <source>Request &amp;Feature...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2787" />
-      <source>Send a feature request</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2789" />
-      <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4109" />
-      <location filename="../UI/UserInterface.py" line="2800" />
-      <source>Testing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2802" />
-      <source>&amp;Testing...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2808" />
-      <source>Start the testing dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2810" />
-      <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="2821" />
-      <source>Restart Last Test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2823" />
-      <source>&amp;Restart Last Test...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2829" />
-      <source>Restarts the last test</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2831" />
-      <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="2841" />
-      <source>Rerun Failed Tests</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2843" />
-      <source>Rerun Failed Tests...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2850" />
-      <source>Rerun failed tests of the last run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2853" />
-      <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="2863" />
-      <source>Test Script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2865" />
-      <source>Test &amp;Script...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2871" />
-      <source>Run tests of the current script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2873" />
-      <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="2880" />
-      <source>Test Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2882" />
-      <source>Test &amp;Project...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2888" />
-      <source>Run tests of the current project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2890" />
-      <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="2911" />
-      <source>Qt-Designer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2913" />
-      <source>Qt-&amp;Designer...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2919" />
-      <source>Start Qt-Designer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2921" />
-      <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="2942" />
-      <source>Qt-Linguist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2944" />
-      <source>Qt-&amp;Linguist...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2950" />
-      <source>Start Qt-Linguist</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2952" />
-      <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="2960" />
-      <source>UI Previewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2962" />
-      <source>&amp;UI Previewer...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2968" />
-      <source>Start the UI Previewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2970" />
-      <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2976" />
-      <source>Translations Previewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2978" />
-      <source>&amp;Translations Previewer...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2984" />
-      <source>Start the Translations Previewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2986" />
-      <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2995" />
-      <source>Compare Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="2997" />
-      <source>&amp;Compare Files...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3022" />
-      <location filename="../UI/UserInterface.py" line="3003" />
-      <source>Compare two files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3005" />
-      <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3014" />
-      <source>Compare Files side by side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3016" />
-      <source>Compare &amp;Files side by side...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3024" />
-      <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3034" />
-      <source>SQL Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3036" />
-      <source>SQL &amp;Browser...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3042" />
-      <source>Browse a SQL database</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3044" />
-      <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3058" />
-      <location filename="../UI/UserInterface.py" line="3050" />
-      <source>Mini Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3052" />
-      <source>Mini &amp;Editor...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3060" />
-      <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3069" />
-      <source>Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3071" />
-      <source>&amp;Hex Editor...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3077" />
-      <source>Start the eric Hex Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3079" />
-      <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="3089" />
-      <source>eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3091" />
-      <source>eric &amp;Web Browser...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3097" />
-      <source>Start the eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3099" />
-      <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="3108" />
-      <source>Icon Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3110" />
-      <source>&amp;Icon Editor...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3116" />
-      <source>Start the eric Icon Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3118" />
-      <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="3127" />
-      <source>Snapshot</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3129" />
-      <source>&amp;Snapshot...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3135" />
-      <source>Take snapshots of a screen region</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3137" />
-      <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="3147" />
-      <source>eric PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3149" />
-      <source>eric PDF &amp;Viewer...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3155" />
-      <source>Start the eric PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3157" />
-      <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3166" />
-      <source>Preferences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3168" />
-      <source>&amp;Preferences...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3174" />
-      <source>Set the prefered configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3176" />
-      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3187" />
-      <source>Export Preferences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3189" />
-      <source>E&amp;xport Preferences...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3195" />
-      <source>Export the current configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3197" />
-      <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3206" />
-      <source>Import Preferences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3208" />
-      <source>I&amp;mport Preferences...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3215" />
-      <source>Import a previously exported configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3218" />
-      <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3227" />
-      <source>Export Theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3229" />
-      <source>Export Theme...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3235" />
-      <source>Export the current theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3237" />
-      <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="3246" />
-      <source>Import Theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3248" />
-      <source>Import Theme...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3254" />
-      <source>Import a previously exported theme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3256" />
-      <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="3265" />
-      <source>Reload APIs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3265" />
-      <source>Reload &amp;APIs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3267" />
-      <source>Reload the API information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3269" />
-      <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3283" />
-      <location filename="../UI/UserInterface.py" line="3275" />
-      <source>Show external tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3277" />
-      <source>Show external &amp;tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3285" />
-      <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="3295" />
-      <source>View Profiles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3297" />
-      <source>&amp;View Profiles...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3303" />
-      <source>Configure view profiles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3305" />
-      <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3316" />
-      <source>Toolbars</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3318" />
-      <source>Tool&amp;bars...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3324" />
-      <source>Configure toolbars</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3326" />
-      <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3337" />
-      <source>Keyboard Shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3339" />
-      <source>Keyboard &amp;Shortcuts...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3345" />
-      <source>Set the keyboard shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3347" />
-      <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7369" />
-      <location filename="../UI/UserInterface.py" line="7350" />
-      <location filename="../UI/UserInterface.py" line="3357" />
-      <source>Export Keyboard Shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3359" />
-      <source>&amp;Export Keyboard Shortcuts...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3365" />
-      <source>Export the keyboard shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3367" />
-      <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7388" />
-      <location filename="../UI/UserInterface.py" line="3376" />
-      <source>Import Keyboard Shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3378" />
-      <source>&amp;Import Keyboard Shortcuts...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3384" />
-      <source>Import the keyboard shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3386" />
-      <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3396" />
-      <source>Manage SSL Certificates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3398" />
-      <source>Manage SSL Certificates...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3405" />
-      <source>Manage the saved SSL certificates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3408" />
-      <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="3418" />
-      <source>Edit Message Filters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3420" />
-      <source>Edit Message Filters...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3427" />
-      <source>Edit the message filters used to suppress unwanted messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3430" />
-      <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="3449" />
-      <location filename="../UI/UserInterface.py" line="3443" />
-      <location filename="../UI/UserInterface.py" line="3441" />
-      <source>Clear private data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3451" />
-      <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="3462" />
-      <location filename="../UI/UserInterface.py" line="3461" />
-      <source>Activate current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3463" />
-      <source>Alt+Shift+E</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3474" />
-      <location filename="../UI/UserInterface.py" line="3473" />
-      <source>Show next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3475" />
-      <source>Ctrl+Alt+Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3486" />
-      <location filename="../UI/UserInterface.py" line="3485" />
-      <source>Show previous</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3487" />
-      <source>Shift+Ctrl+Alt+Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3498" />
-      <location filename="../UI/UserInterface.py" line="3497" />
-      <source>Switch between tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3499" />
-      <source>Ctrl+1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3509" />
-      <source>Plugin Infos</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3511" />
-      <source>&amp;Plugin Infos...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3517" />
-      <source>Show Plugin Infos</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3519" />
-      <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3537" />
-      <location filename="../UI/UserInterface.py" line="3529" />
-      <source>Install Plugins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3531" />
-      <source>&amp;Install Plugins...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3539" />
-      <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3556" />
-      <location filename="../UI/UserInterface.py" line="3548" />
-      <source>Uninstall Plugin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3550" />
-      <source>&amp;Uninstall Plugin...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3558" />
-      <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3569" />
-      <source>Plugin &amp;Repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3575" />
-      <source>Show Plugins available for download</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3577" />
-      <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3604" />
-      <location filename="../UI/UserInterface.py" line="3603" />
-      <source>Qt5 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3610" />
-      <source>Open Qt5 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3612" />
-      <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="3625" />
-      <location filename="../UI/UserInterface.py" line="3624" />
-      <source>Qt6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3631" />
-      <source>Open Qt6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3633" />
-      <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="3646" />
-      <location filename="../UI/UserInterface.py" line="3645" />
-      <source>PyQt5 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3652" />
-      <source>Open PyQt5 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3654" />
-      <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="3667" />
-      <location filename="../UI/UserInterface.py" line="3666" />
-      <source>PyQt6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3673" />
-      <source>Open PyQt6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3675" />
-      <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="3693" />
-      <location filename="../UI/UserInterface.py" line="3692" />
-      <source>Python 3 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3699" />
-      <source>Open Python 3 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3701" />
-      <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="3720" />
-      <location filename="../UI/UserInterface.py" line="3719" />
-      <source>eric API Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3726" />
-      <source>Open eric API Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3728" />
-      <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="3746" />
-      <location filename="../UI/UserInterface.py" line="3745" />
-      <source>PySide2 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3752" />
-      <source>Open PySide2 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3754" />
-      <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="3772" />
-      <location filename="../UI/UserInterface.py" line="3771" />
-      <source>PySide6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3778" />
-      <source>Open PySide6 Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3780" />
-      <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="3880" />
-      <source>E&amp;xtras</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3890" />
-      <source>Wi&amp;zards</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3908" />
-      <source>P&amp;lugins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3917" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3926" />
-      <source>&amp;Testing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3943" />
-      <source>Select Tool Group</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3954" />
-      <source>Se&amp;ttings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3987" />
-      <source>&amp;Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="3996" />
-      <source>&amp;Windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4000" />
-      <source>Central Park</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4004" />
-      <source>Left Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4023" />
-      <source>Right Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4042" />
-      <source>Bottom Side</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4050" />
-      <source>Plug-ins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4056" />
-      <source>&amp;Toolbars</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4069" />
-      <source>&amp;Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4124" />
-      <location filename="../UI/UserInterface.py" line="4108" />
-      <source>Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4126" />
-      <location filename="../UI/UserInterface.py" line="4112" />
-      <source>Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6165" />
-      <location filename="../UI/UserInterface.py" line="4127" />
-      <location filename="../UI/UserInterface.py" line="4113" />
-      <source>Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4128" />
-      <location filename="../UI/UserInterface.py" line="4114" />
-      <source>Profiles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4129" />
-      <location filename="../UI/UserInterface.py" line="4115" />
-      <source>Plugins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4125" />
-      <source>Unittest</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4298" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4307" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4316" />
-      <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4325" />
-      <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4334" />
-      <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4343" />
-      <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4357" />
-      <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4428" />
-      <location filename="../UI/UserInterface.py" line="4387" />
-      <source>External Tools/{0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4536" />
-      <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4585" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;WebEngine (Security)&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4602" />
-      <source>Desktop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4606" />
-      <source>Session Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4609" />
-      <source>&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4646" />
-      <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4961" />
-      <source>Restart application</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4962" />
-      <source>The application needs to be restarted. Do it now?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4986" />
-      <source>Upgrade PyQt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="4987" />
-      <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
+        <location filename="../UI/UserInterface.py" line="302"/>
+        <source>Initializing Basic Services...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="337"/>
+        <source>Initializing Plugin Manager...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="344"/>
+        <source>Generating Main User Interface...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="402"/>
+        <source>Setting up signal/slot-connections...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="581"/>
+        <source>Initializing Tools...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="592"/>
+        <source>Registering Objects...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="626"/>
+        <source>Initializing Actions...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="628"/>
+        <source>Initializing Menus...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="630"/>
+        <source>Initializing Toolbars...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="632"/>
+        <source>Initializing Statusbar...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="659"/>
+        <source>Initializing Single Application Server...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="665"/>
+        <source>Initializing Plugins...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="668"/>
+        <source>Activating Plugins...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="670"/>
+        <source>Generating Plugins Toolbars...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="673"/>
+        <source>Cleaning Plugins Download Area...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="683"/>
+        <source>Restoring Toolbarmanager...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="691"/>
+        <source>Setting View Profile...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="704"/>
+        <source>Reading Tasks...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="709"/>
+        <source>Reading Templates...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="714"/>
+        <source>Starting Debugger...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2191"/>
+        <location filename="../UI/UserInterface.py" line="1077"/>
+        <source>Left Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2237"/>
+        <location filename="../UI/UserInterface.py" line="1087"/>
+        <source>Horizontal Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2214"/>
+        <location filename="../UI/UserInterface.py" line="1097"/>
+        <source>Right Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2033"/>
+        <location filename="../UI/UserInterface.py" line="1290"/>
+        <location filename="../UI/UserInterface.py" line="1107"/>
+        <source>Multiproject-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2011"/>
+        <location filename="../UI/UserInterface.py" line="1296"/>
+        <location filename="../UI/UserInterface.py" line="1113"/>
+        <source>Project-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2573"/>
+        <location filename="../UI/UserInterface.py" line="2572"/>
+        <location filename="../UI/UserInterface.py" line="1303"/>
+        <location filename="../UI/UserInterface.py" line="1120"/>
+        <source>Find/Replace In Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2596"/>
+        <location filename="../UI/UserInterface.py" line="2595"/>
+        <location filename="../UI/UserInterface.py" line="1310"/>
+        <location filename="../UI/UserInterface.py" line="1127"/>
+        <source>Find File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1316"/>
+        <location filename="../UI/UserInterface.py" line="1133"/>
+        <source>VCS Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2166"/>
+        <location filename="../UI/UserInterface.py" line="1323"/>
+        <location filename="../UI/UserInterface.py" line="1140"/>
+        <source>Template-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2099"/>
+        <location filename="../UI/UserInterface.py" line="1330"/>
+        <location filename="../UI/UserInterface.py" line="1147"/>
+        <source>File-Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1337"/>
+        <location filename="../UI/UserInterface.py" line="1154"/>
+        <source>Symbols</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2055"/>
+        <location filename="../UI/UserInterface.py" line="1359"/>
+        <location filename="../UI/UserInterface.py" line="1353"/>
+        <location filename="../UI/UserInterface.py" line="1164"/>
+        <source>Debug-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2427"/>
+        <location filename="../UI/UserInterface.py" line="2426"/>
+        <location filename="../UI/UserInterface.py" line="1366"/>
+        <location filename="../UI/UserInterface.py" line="1171"/>
+        <source>Code Documentation Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2642"/>
+        <location filename="../UI/UserInterface.py" line="2641"/>
+        <location filename="../UI/UserInterface.py" line="1373"/>
+        <location filename="../UI/UserInterface.py" line="1178"/>
+        <source>Help Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3567"/>
+        <location filename="../UI/UserInterface.py" line="2522"/>
+        <location filename="../UI/UserInterface.py" line="2521"/>
+        <location filename="../UI/UserInterface.py" line="1379"/>
+        <location filename="../UI/UserInterface.py" line="1184"/>
+        <source>Plugin Repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2546"/>
+        <location filename="../UI/UserInterface.py" line="2545"/>
+        <location filename="../UI/UserInterface.py" line="1385"/>
+        <location filename="../UI/UserInterface.py" line="1190"/>
+        <source>Virtual Environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2454"/>
+        <location filename="../UI/UserInterface.py" line="2453"/>
+        <location filename="../UI/UserInterface.py" line="1390"/>
+        <location filename="../UI/UserInterface.py" line="1195"/>
+        <source>PyPI</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2476"/>
+        <location filename="../UI/UserInterface.py" line="2475"/>
+        <location filename="../UI/UserInterface.py" line="1397"/>
+        <location filename="../UI/UserInterface.py" line="1200"/>
+        <source>Conda</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1404"/>
+        <location filename="../UI/UserInterface.py" line="1207"/>
+        <source>Cooperation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2354"/>
+        <location filename="../UI/UserInterface.py" line="1408"/>
+        <location filename="../UI/UserInterface.py" line="1212"/>
+        <source>IRC</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2498"/>
+        <location filename="../UI/UserInterface.py" line="2497"/>
+        <location filename="../UI/UserInterface.py" line="1414"/>
+        <location filename="../UI/UserInterface.py" line="1219"/>
+        <source>MicroPython</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2077"/>
+        <location filename="../UI/UserInterface.py" line="1422"/>
+        <location filename="../UI/UserInterface.py" line="1227"/>
+        <source>Shell</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2143"/>
+        <location filename="../UI/UserInterface.py" line="1428"/>
+        <location filename="../UI/UserInterface.py" line="1231"/>
+        <source>Task-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2121"/>
+        <location filename="../UI/UserInterface.py" line="1434"/>
+        <location filename="../UI/UserInterface.py" line="1235"/>
+        <source>Log-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1441"/>
+        <location filename="../UI/UserInterface.py" line="1242"/>
+        <source>Numbers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1829"/>
+        <source>{0} - Passive Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1836"/>
+        <location filename="../UI/UserInterface.py" line="1832"/>
+        <source>{0} - {1} - Passive Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1840"/>
+        <source>{0} - {1} - {2} - Passive Mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1864"/>
+        <source>Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1866"/>
+        <source>&amp;Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1867"/>
+        <source>Ctrl+Q</source>
+        <comment>File|Quit</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1872"/>
+        <source>Quit the IDE</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1874"/>
+        <source>&lt;b&gt;Quit the IDE&lt;/b&gt;&lt;p&gt;This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1888"/>
+        <location filename="../UI/UserInterface.py" line="1886"/>
+        <source>Restart</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1889"/>
+        <source>Ctrl+Shift+Q</source>
+        <comment>File|Quit</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1894"/>
+        <source>Restart the IDE</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1896"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1914"/>
+        <location filename="../UI/UserInterface.py" line="1907"/>
+        <source>Save session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1908"/>
+        <source>Save session...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1916"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7684"/>
+        <location filename="../UI/UserInterface.py" line="1933"/>
+        <location filename="../UI/UserInterface.py" line="1926"/>
+        <source>Load session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1927"/>
+        <source>Load session...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1935"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1945"/>
+        <source>New Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1947"/>
+        <source>New &amp;Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1948"/>
+        <source>Ctrl+Shift+N</source>
+        <comment>File|New Window</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1953"/>
+        <source>Open a new eric instance</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1955"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1969"/>
+        <location filename="../UI/UserInterface.py" line="1967"/>
+        <source>Edit Profile</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1976"/>
+        <source>Activate the edit view profile</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1978"/>
+        <source>&lt;b&gt;Edit Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Edit View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1991"/>
+        <location filename="../UI/UserInterface.py" line="1989"/>
+        <source>Debug Profile</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="1998"/>
+        <source>Activate the debug view profile</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2000"/>
+        <source>&lt;b&gt;Debug Profile&lt;/b&gt;&lt;p&gt;Activate the &quot;Debug View Profile&quot;. Windows being shown, if this profile is active, may be configured with the &quot;View Profile Configuration&quot; dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2012"/>
+        <source>&amp;Project-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2013"/>
+        <source>Alt+Shift+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2019"/>
+        <source>Switch the input focus to the Project-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2022"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2034"/>
+        <source>&amp;Multiproject-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2035"/>
+        <source>Alt+Shift+M</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2041"/>
+        <source>Switch the input focus to the Multiproject-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2044"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2056"/>
+        <source>&amp;Debug-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2057"/>
+        <source>Alt+Shift+D</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2063"/>
+        <source>Switch the input focus to the Debug-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2066"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2078"/>
+        <source>&amp;Shell</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2079"/>
+        <source>Alt+Shift+S</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2085"/>
+        <source>Switch the input focus to the Shell window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2088"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2100"/>
+        <source>&amp;File-Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2101"/>
+        <source>Alt+Shift+F</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2107"/>
+        <source>Switch the input focus to the File-Browser window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2110"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2122"/>
+        <source>Lo&amp;g-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2123"/>
+        <source>Alt+Shift+G</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2129"/>
+        <source>Switch the input focus to the Log-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2132"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2144"/>
+        <source>&amp;Task-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2145"/>
+        <source>Alt+Shift+T</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2151"/>
+        <source>Switch the input focus to the Task-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2154"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2167"/>
+        <source>Templ&amp;ate-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2168"/>
+        <source>Alt+Shift+A</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2174"/>
+        <source>Switch the input focus to the Template-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2177"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2192"/>
+        <source>&amp;Left Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2199"/>
+        <source>Toggle the Left Toolbox window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2201"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2215"/>
+        <source>&amp;Right Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2222"/>
+        <source>Toggle the Right Toolbox window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2224"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2238"/>
+        <source>&amp;Horizontal Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2245"/>
+        <source>Toggle the Horizontal Toolbox window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2247"/>
+        <source>&lt;b&gt;Toggle the Horizontal Toolbox window&lt;/b&gt;&lt;p&gt;If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2260"/>
+        <source>Left Sidebar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2261"/>
+        <source>&amp;Left Sidebar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2268"/>
+        <source>Toggle the left sidebar window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2270"/>
+        <source>&lt;b&gt;Toggle the left sidebar window&lt;/b&gt;&lt;p&gt;If the left sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2283"/>
+        <source>Right Sidebar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2284"/>
+        <source>&amp;Right Sidebar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2291"/>
+        <source>Toggle the right sidebar window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2293"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2306"/>
+        <source>Bottom Sidebar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2307"/>
+        <source>&amp;Bottom Sidebar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2314"/>
+        <source>Toggle the bottom sidebar window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2316"/>
+        <source>&lt;b&gt;Toggle the bottom sidebar window&lt;/b&gt;&lt;p&gt;If the bottom sidebar window is hidden then display it. If it is displayed then close it.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2329"/>
+        <source>Cooperation-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2330"/>
+        <source>Co&amp;operation-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2331"/>
+        <source>Alt+Shift+O</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2337"/>
+        <source>Switch the input focus to the Cooperation-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2340"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2355"/>
+        <source>&amp;IRC</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2356"/>
+        <source>Ctrl+Alt+Shift+I</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2362"/>
+        <source>Switch the input focus to the IRC window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2365"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2376"/>
+        <source>Symbols-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2377"/>
+        <source>S&amp;ymbols-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2378"/>
+        <source>Alt+Shift+Y</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2384"/>
+        <source>Switch the input focus to the Symbols-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2387"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2401"/>
+        <source>Numbers-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2402"/>
+        <source>Num&amp;bers-Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2403"/>
+        <source>Alt+Shift+B</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2409"/>
+        <source>Switch the input focus to the Numbers-Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2412"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2428"/>
+        <source>Ctrl+Alt+Shift+D</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2434"/>
+        <source>Switch the input focus to the Code Documentation Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2439"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2455"/>
+        <source>Ctrl+Alt+Shift+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2461"/>
+        <source>Switch the input focus to the PyPI window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2464"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2477"/>
+        <source>Ctrl+Alt+Shift+C</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2483"/>
+        <source>Switch the input focus to the Conda window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2486"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2499"/>
+        <source>Ctrl+Alt+Shift+M</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2505"/>
+        <source>Switch the input focus to the MicroPython window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2508"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2523"/>
+        <source>Ctrl+Alt+Shift+R</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2529"/>
+        <source>Switch the input focus to the Plugin Repository window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2532"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2547"/>
+        <source>Ctrl+Alt+V</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2553"/>
+        <source>Switch the input focus to the Virtual Environments Manager window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2558"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2574"/>
+        <source>Ctrl+Alt+Shift+F</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2580"/>
+        <source>Switch the input focus to the Find/Replace In Files window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2583"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2597"/>
+        <source>Ctrl+Alt+Shift+L</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2603"/>
+        <source>Switch the input focus to the Find File window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2606"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2620"/>
+        <location filename="../UI/UserInterface.py" line="2619"/>
+        <source>VCS Status List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2621"/>
+        <source>Alt+Shift+V</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2627"/>
+        <source>Switch the input focus to the VCS Status List window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2630"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2643"/>
+        <source>Alt+Shift+H</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2649"/>
+        <source>Switch the input focus to the embedded Help Viewer window.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2652"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2665"/>
+        <source>What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2667"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2668"/>
+        <source>Shift+F1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2673"/>
+        <source>Context sensitive help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2675"/>
+        <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2688"/>
+        <source>Helpviewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2690"/>
+        <source>&amp;Helpviewer...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2691"/>
+        <source>F1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2696"/>
+        <source>Open the helpviewer window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2698"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2718"/>
+        <source>Show Versions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2719"/>
+        <source>Show &amp;Versions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2725"/>
+        <source>Display version information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2727"/>
+        <source>&lt;b&gt;Show Versions&lt;/b&gt;&lt;p&gt;Display version information.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2740"/>
+        <location filename="../UI/UserInterface.py" line="2733"/>
+        <source>Show Error Log</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2734"/>
+        <source>Show Error &amp;Log...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2742"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2751"/>
+        <source>Show Install Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2752"/>
+        <source>Show Install &amp;Info...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2758"/>
+        <source>Show Installation Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2760"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4645"/>
+        <location filename="../UI/UserInterface.py" line="2770"/>
+        <source>Report Bug</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2770"/>
+        <source>Report &amp;Bug...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2772"/>
+        <source>Report a bug</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2774"/>
+        <source>&lt;b&gt;Report Bug...&lt;/b&gt;&lt;p&gt;Opens a dialog to report a bug.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2780"/>
+        <source>Request Feature</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2781"/>
+        <source>Request &amp;Feature...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2787"/>
+        <source>Send a feature request</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2789"/>
+        <source>&lt;b&gt;Request Feature...&lt;/b&gt;&lt;p&gt;Opens a dialog to send a feature request.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4109"/>
+        <location filename="../UI/UserInterface.py" line="2800"/>
+        <source>Testing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2802"/>
+        <source>&amp;Testing...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2808"/>
+        <source>Start the testing dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2810"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2821"/>
+        <source>Restart Last Test</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2823"/>
+        <source>&amp;Restart Last Test...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2829"/>
+        <source>Restarts the last test</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2831"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2841"/>
+        <source>Rerun Failed Tests</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2843"/>
+        <source>Rerun Failed Tests...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2850"/>
+        <source>Rerun failed tests of the last run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2853"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2863"/>
+        <source>Test Script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2865"/>
+        <source>Test &amp;Script...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2871"/>
+        <source>Run tests of the current script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2873"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2880"/>
+        <source>Test Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2882"/>
+        <source>Test &amp;Project...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2888"/>
+        <source>Run tests of the current project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2890"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2911"/>
+        <source>Qt-Designer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2913"/>
+        <source>Qt-&amp;Designer...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2919"/>
+        <source>Start Qt-Designer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2921"/>
+        <source>&lt;b&gt;Qt-Designer&lt;/b&gt;&lt;p&gt;Start Qt-Designer.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2942"/>
+        <source>Qt-Linguist</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2944"/>
+        <source>Qt-&amp;Linguist...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2950"/>
+        <source>Start Qt-Linguist</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2952"/>
+        <source>&lt;b&gt;Qt-Linguist&lt;/b&gt;&lt;p&gt;Start Qt-Linguist.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2960"/>
+        <source>UI Previewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2962"/>
+        <source>&amp;UI Previewer...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2968"/>
+        <source>Start the UI Previewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2970"/>
+        <source>&lt;b&gt;UI Previewer&lt;/b&gt;&lt;p&gt;Start the UI Previewer.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2976"/>
+        <source>Translations Previewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2978"/>
+        <source>&amp;Translations Previewer...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2984"/>
+        <source>Start the Translations Previewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2986"/>
+        <source>&lt;b&gt;Translations Previewer&lt;/b&gt;&lt;p&gt;Start the Translations Previewer.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2995"/>
+        <source>Compare Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="2997"/>
+        <source>&amp;Compare Files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3022"/>
+        <location filename="../UI/UserInterface.py" line="3003"/>
+        <source>Compare two files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3005"/>
+        <source>&lt;b&gt;Compare Files&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3014"/>
+        <source>Compare Files side by side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3016"/>
+        <source>Compare &amp;Files side by side...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3024"/>
+        <source>&lt;b&gt;Compare Files side by side&lt;/b&gt;&lt;p&gt;Open a dialog to compare two files and show the result side by side.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3034"/>
+        <source>SQL Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3036"/>
+        <source>SQL &amp;Browser...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3042"/>
+        <source>Browse a SQL database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3044"/>
+        <source>&lt;b&gt;SQL Browser&lt;/b&gt;&lt;p&gt;Browse a SQL database.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3058"/>
+        <location filename="../UI/UserInterface.py" line="3050"/>
+        <source>Mini Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3052"/>
+        <source>Mini &amp;Editor...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3060"/>
+        <source>&lt;b&gt;Mini Editor&lt;/b&gt;&lt;p&gt;Open a dialog with a simplified editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3069"/>
+        <source>Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3071"/>
+        <source>&amp;Hex Editor...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3077"/>
+        <source>Start the eric Hex Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3079"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3089"/>
+        <source>eric Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3091"/>
+        <source>eric &amp;Web Browser...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3097"/>
+        <source>Start the eric Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3099"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3108"/>
+        <source>Icon Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3110"/>
+        <source>&amp;Icon Editor...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3116"/>
+        <source>Start the eric Icon Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3118"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3127"/>
+        <source>Snapshot</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3129"/>
+        <source>&amp;Snapshot...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3135"/>
+        <source>Take snapshots of a screen region</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3137"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3147"/>
+        <source>eric PDF Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3149"/>
+        <source>eric PDF &amp;Viewer...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3155"/>
+        <source>Start the eric PDF Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3157"/>
+        <source>&lt;b&gt;eric PDF Viewer&lt;/b&gt;&lt;p&gt;Starts the eric PDF Viewer for viewing PDF files.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3166"/>
+        <source>Preferences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3168"/>
+        <source>&amp;Preferences...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3174"/>
+        <source>Set the prefered configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3176"/>
+        <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3187"/>
+        <source>Export Preferences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3189"/>
+        <source>E&amp;xport Preferences...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3195"/>
+        <source>Export the current configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3197"/>
+        <source>&lt;b&gt;Export Preferences&lt;/b&gt;&lt;p&gt;Export the current configuration to a file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3206"/>
+        <source>Import Preferences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3208"/>
+        <source>I&amp;mport Preferences...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3215"/>
+        <source>Import a previously exported configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3218"/>
+        <source>&lt;b&gt;Import Preferences&lt;/b&gt;&lt;p&gt;Import a previously exported configuration.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3227"/>
+        <source>Export Theme</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3229"/>
+        <source>Export Theme...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3235"/>
+        <source>Export the current theme</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3237"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3246"/>
+        <source>Import Theme</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3248"/>
+        <source>Import Theme...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3254"/>
+        <source>Import a previously exported theme</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3256"/>
+        <source>&lt;b&gt;Import Theme&lt;/b&gt;&lt;p&gt;Import a previously exported theme.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3265"/>
+        <source>Reload APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3265"/>
+        <source>Reload &amp;APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3267"/>
+        <source>Reload the API information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3269"/>
+        <source>&lt;b&gt;Reload APIs&lt;/b&gt;&lt;p&gt;Reload the API information.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3283"/>
+        <location filename="../UI/UserInterface.py" line="3275"/>
+        <source>Show external tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3277"/>
+        <source>Show external &amp;tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3285"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3295"/>
+        <source>View Profiles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3297"/>
+        <source>&amp;View Profiles...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3303"/>
+        <source>Configure view profiles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3305"/>
+        <source>&lt;b&gt;View Profiles&lt;/b&gt;&lt;p&gt;Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3316"/>
+        <source>Toolbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3318"/>
+        <source>Tool&amp;bars...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3324"/>
+        <source>Configure toolbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3326"/>
+        <source>&lt;b&gt;Toolbars&lt;/b&gt;&lt;p&gt;Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3337"/>
+        <source>Keyboard Shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3339"/>
+        <source>Keyboard &amp;Shortcuts...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3345"/>
+        <source>Set the keyboard shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3347"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7369"/>
+        <location filename="../UI/UserInterface.py" line="7350"/>
+        <location filename="../UI/UserInterface.py" line="3357"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3359"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3365"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3367"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7388"/>
+        <location filename="../UI/UserInterface.py" line="3376"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3378"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3384"/>
+        <source>Import the keyboard shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3386"/>
+        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3396"/>
+        <source>Manage SSL Certificates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3398"/>
+        <source>Manage SSL Certificates...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3405"/>
+        <source>Manage the saved SSL certificates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3408"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3418"/>
+        <source>Edit Message Filters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3420"/>
+        <source>Edit Message Filters...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3427"/>
+        <source>Edit the message filters used to suppress unwanted messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3430"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3449"/>
+        <location filename="../UI/UserInterface.py" line="3443"/>
+        <location filename="../UI/UserInterface.py" line="3441"/>
+        <source>Clear private data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3451"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3462"/>
+        <location filename="../UI/UserInterface.py" line="3461"/>
+        <source>Activate current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3463"/>
+        <source>Alt+Shift+E</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3474"/>
+        <location filename="../UI/UserInterface.py" line="3473"/>
+        <source>Show next</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3475"/>
+        <source>Ctrl+Alt+Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3486"/>
+        <location filename="../UI/UserInterface.py" line="3485"/>
+        <source>Show previous</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3487"/>
+        <source>Shift+Ctrl+Alt+Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3498"/>
+        <location filename="../UI/UserInterface.py" line="3497"/>
+        <source>Switch between tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3499"/>
+        <source>Ctrl+1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3509"/>
+        <source>Plugin Infos</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3511"/>
+        <source>&amp;Plugin Infos...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3517"/>
+        <source>Show Plugin Infos</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3519"/>
+        <source>&lt;b&gt;Plugin Infos...&lt;/b&gt;&lt;p&gt;This opens a dialog, that show some information about loaded plugins.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3537"/>
+        <location filename="../UI/UserInterface.py" line="3529"/>
+        <source>Install Plugins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3531"/>
+        <source>&amp;Install Plugins...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3539"/>
+        <source>&lt;b&gt;Install Plugins...&lt;/b&gt;&lt;p&gt;This opens a dialog to install or update plugins.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3556"/>
+        <location filename="../UI/UserInterface.py" line="3548"/>
+        <source>Uninstall Plugin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3550"/>
+        <source>&amp;Uninstall Plugin...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3558"/>
+        <source>&lt;b&gt;Uninstall Plugin...&lt;/b&gt;&lt;p&gt;This opens a dialog to uninstall a plugin.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3569"/>
+        <source>Plugin &amp;Repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3575"/>
+        <source>Show Plugins available for download</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3577"/>
+        <source>&lt;b&gt;Plugin Repository...&lt;/b&gt;&lt;p&gt;This opens a dialog, that shows a list of plugins available on the Internet.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3604"/>
+        <location filename="../UI/UserInterface.py" line="3603"/>
+        <source>Qt5 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3610"/>
+        <source>Open Qt5 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3612"/>
+        <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&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3625"/>
+        <location filename="../UI/UserInterface.py" line="3624"/>
+        <source>Qt6 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3631"/>
+        <source>Open Qt6 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3633"/>
+        <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&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3646"/>
+        <location filename="../UI/UserInterface.py" line="3645"/>
+        <source>PyQt5 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3652"/>
+        <source>Open PyQt5 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3654"/>
+        <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&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3667"/>
+        <location filename="../UI/UserInterface.py" line="3666"/>
+        <source>PyQt6 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3673"/>
+        <source>Open PyQt6 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3675"/>
+        <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&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3693"/>
+        <location filename="../UI/UserInterface.py" line="3692"/>
+        <source>Python 3 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3699"/>
+        <source>Open Python 3 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3701"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3720"/>
+        <location filename="../UI/UserInterface.py" line="3719"/>
+        <source>eric API Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3726"/>
+        <source>Open eric API Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3728"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3746"/>
+        <location filename="../UI/UserInterface.py" line="3745"/>
+        <source>PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3752"/>
+        <source>Open PySide2 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3754"/>
+        <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&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3772"/>
+        <location filename="../UI/UserInterface.py" line="3771"/>
+        <source>PySide6 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3778"/>
+        <source>Open PySide6 Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3780"/>
+        <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&apos;s internal help viewer/web browser, or execute a web browser or Qt Assistant. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3880"/>
+        <source>E&amp;xtras</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3890"/>
+        <source>Wi&amp;zards</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3908"/>
+        <source>P&amp;lugins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3917"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3926"/>
+        <source>&amp;Testing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3943"/>
+        <source>Select Tool Group</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3954"/>
+        <source>Se&amp;ttings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3987"/>
+        <source>&amp;Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="3996"/>
+        <source>&amp;Windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4000"/>
+        <source>Central Park</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4004"/>
+        <source>Left Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4023"/>
+        <source>Right Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4042"/>
+        <source>Bottom Side</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4050"/>
+        <source>Plug-ins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4056"/>
+        <source>&amp;Toolbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4069"/>
+        <source>&amp;Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4124"/>
+        <location filename="../UI/UserInterface.py" line="4108"/>
+        <source>Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4126"/>
+        <location filename="../UI/UserInterface.py" line="4112"/>
+        <source>Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6165"/>
+        <location filename="../UI/UserInterface.py" line="4127"/>
+        <location filename="../UI/UserInterface.py" line="4113"/>
+        <source>Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4128"/>
+        <location filename="../UI/UserInterface.py" line="4114"/>
+        <source>Profiles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4129"/>
+        <location filename="../UI/UserInterface.py" line="4115"/>
+        <source>Plugins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4125"/>
+        <source>Unittest</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4298"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors language.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4307"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors encoding.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4316"/>
+        <source>&lt;p&gt;This part of the status bar displays the current editors eol setting.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4325"/>
+        <source>&lt;p&gt;This part of the status bar displays an indication of the current editors files writability.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4334"/>
+        <source>&lt;p&gt;This part of the status bar displays the line number of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4343"/>
+        <source>&lt;p&gt;This part of the status bar displays the cursor position of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4357"/>
+        <source>&lt;p&gt;This part of the status bar allows zooming the current editor or shell.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4428"/>
+        <location filename="../UI/UserInterface.py" line="4387"/>
+        <source>External Tools/{0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4536"/>
+        <source>&lt;h2&gt;Version Numbers&lt;/h2&gt;&lt;table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4585"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;WebEngine (Security)&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4602"/>
+        <source>Desktop</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4606"/>
+        <source>Session Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4609"/>
+        <source>&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4646"/>
+        <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4961"/>
+        <source>Restart application</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4962"/>
+        <source>The application needs to be restarted. Do it now?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4986"/>
+        <source>Upgrade PyQt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="4987"/>
+        <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5037" />
-      <location filename="../UI/UserInterface.py" line="5011" />
-      <source>Upgrade Eric</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5012" />
-      <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5037"/>
+        <location filename="../UI/UserInterface.py" line="5011"/>
+        <source>Upgrade Eric</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5012"/>
+        <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time.
 
 Shall the upgrade be done now?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5038" />
-      <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5038"/>
+        <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time.
 
  Shall the upgrade be done now?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5096" />
-      <source>&amp;Builtin Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5114" />
-      <source>&amp;Plugin Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5117" />
-      <source>&amp;User Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5143" />
-      <source>Configure Tool Groups ...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5147" />
-      <source>Configure current Tool Group ...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5186" />
-      <location filename="../UI/UserInterface.py" line="5166" />
-      <source>No User Tools Configured</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5260" />
-      <source>&amp;Show all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="5262" />
-      <source>&amp;Hide all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6300" />
-      <location filename="../UI/UserInterface.py" line="6289" />
-      <location filename="../UI/UserInterface.py" line="6241" />
-      <location filename="../UI/UserInterface.py" line="6231" />
-      <location filename="../UI/UserInterface.py" line="6065" />
-      <location filename="../UI/UserInterface.py" line="6055" />
-      <location filename="../UI/UserInterface.py" line="5997" />
-      <location filename="../UI/UserInterface.py" line="5987" />
-      <source>Problem</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6301" />
-      <location filename="../UI/UserInterface.py" line="6290" />
-      <location filename="../UI/UserInterface.py" line="6242" />
-      <location filename="../UI/UserInterface.py" line="6232" />
-      <location filename="../UI/UserInterface.py" line="6066" />
-      <location filename="../UI/UserInterface.py" line="6056" />
-      <location filename="../UI/UserInterface.py" line="5998" />
-      <location filename="../UI/UserInterface.py" line="5988" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6530" />
-      <location filename="../UI/UserInterface.py" line="6443" />
-      <location filename="../UI/UserInterface.py" line="6336" />
-      <location filename="../UI/UserInterface.py" line="6313" />
-      <location filename="../UI/UserInterface.py" line="6254" />
-      <location filename="../UI/UserInterface.py" line="6202" />
-      <location filename="../UI/UserInterface.py" line="6181" />
-      <location filename="../UI/UserInterface.py" line="6141" />
-      <location filename="../UI/UserInterface.py" line="6132" />
-      <location filename="../UI/UserInterface.py" line="6097" />
-      <location filename="../UI/UserInterface.py" line="6088" />
-      <location filename="../UI/UserInterface.py" line="6029" />
-      <location filename="../UI/UserInterface.py" line="6020" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6021" />
-      <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6030" />
-      <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="6089" />
-      <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6098" />
-      <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="6133" />
-      <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6142" />
-      <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="6166" />
-      <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6182" />
-      <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6203" />
-      <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6255" />
-      <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6314" />
-      <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6337" />
-      <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6444" />
-      <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="6477" />
-      <location filename="../UI/UserInterface.py" line="6467" />
-      <source>External Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6468" />
-      <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6478" />
-      <source>No toolgroup entry '{0}' found.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6513" />
-      <source>Starting process '{0} {1}'.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5096"/>
+        <source>&amp;Builtin Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5114"/>
+        <source>&amp;Plugin Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5117"/>
+        <source>&amp;User Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5143"/>
+        <source>Configure Tool Groups ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5147"/>
+        <source>Configure current Tool Group ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5186"/>
+        <location filename="../UI/UserInterface.py" line="5166"/>
+        <source>No User Tools Configured</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5260"/>
+        <source>&amp;Show all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="5262"/>
+        <source>&amp;Hide all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6300"/>
+        <location filename="../UI/UserInterface.py" line="6289"/>
+        <location filename="../UI/UserInterface.py" line="6241"/>
+        <location filename="../UI/UserInterface.py" line="6231"/>
+        <location filename="../UI/UserInterface.py" line="6065"/>
+        <location filename="../UI/UserInterface.py" line="6055"/>
+        <location filename="../UI/UserInterface.py" line="5997"/>
+        <location filename="../UI/UserInterface.py" line="5987"/>
+        <source>Problem</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6301"/>
+        <location filename="../UI/UserInterface.py" line="6290"/>
+        <location filename="../UI/UserInterface.py" line="6242"/>
+        <location filename="../UI/UserInterface.py" line="6232"/>
+        <location filename="../UI/UserInterface.py" line="6066"/>
+        <location filename="../UI/UserInterface.py" line="6056"/>
+        <location filename="../UI/UserInterface.py" line="5998"/>
+        <location filename="../UI/UserInterface.py" line="5988"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist or is zero length.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6530"/>
+        <location filename="../UI/UserInterface.py" line="6443"/>
+        <location filename="../UI/UserInterface.py" line="6336"/>
+        <location filename="../UI/UserInterface.py" line="6313"/>
+        <location filename="../UI/UserInterface.py" line="6254"/>
+        <location filename="../UI/UserInterface.py" line="6202"/>
+        <location filename="../UI/UserInterface.py" line="6181"/>
+        <location filename="../UI/UserInterface.py" line="6141"/>
+        <location filename="../UI/UserInterface.py" line="6132"/>
+        <location filename="../UI/UserInterface.py" line="6097"/>
+        <location filename="../UI/UserInterface.py" line="6088"/>
+        <location filename="../UI/UserInterface.py" line="6029"/>
+        <location filename="../UI/UserInterface.py" line="6020"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6021"/>
+        <source>&lt;p&gt;Could not start Qt-Designer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6030"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6089"/>
+        <source>&lt;p&gt;Could not start Qt-Linguist.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6098"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6133"/>
+        <source>&lt;p&gt;Could not start Qt-Assistant.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6142"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6166"/>
+        <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6182"/>
+        <source>&lt;p&gt;Could not start custom viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6203"/>
+        <source>&lt;p&gt;Could not start the help viewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;hh&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6255"/>
+        <source>&lt;p&gt;Could not start UI Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6314"/>
+        <source>&lt;p&gt;Could not start Translation Previewer.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6337"/>
+        <source>&lt;p&gt;Could not start SQL Browser.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6444"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6477"/>
+        <location filename="../UI/UserInterface.py" line="6467"/>
+        <source>External Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6468"/>
+        <source>No tool entry found for external tool &apos;{0}&apos; in tool group &apos;{1}&apos;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6478"/>
+        <source>No toolgroup entry &apos;{0}&apos; found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6513"/>
+        <source>Starting process &apos;{0} {1}&apos;.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6531" />
-      <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6607" />
-      <source>Process '{0}' has exited.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6531"/>
+        <source>&lt;p&gt;Could not start the tool entry &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt;Ensure that it is available as &lt;b&gt;{1}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6607"/>
+        <source>Process &apos;{0}&apos; has exited.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6894" />
-      <location filename="../UI/UserInterface.py" line="6832" />
-      <location filename="../UI/UserInterface.py" line="6788" />
-      <location filename="../UI/UserInterface.py" line="6714" />
-      <location filename="../UI/UserInterface.py" line="6650" />
-      <source>Documentation Missing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6895" />
-      <location filename="../UI/UserInterface.py" line="6833" />
-      <location filename="../UI/UserInterface.py" line="6789" />
-      <location filename="../UI/UserInterface.py" line="6715" />
-      <location filename="../UI/UserInterface.py" line="6651" />
-      <source>&lt;p&gt;The documentation starting point "&lt;b&gt;{0}&lt;/b&gt;" could not be found.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6876" />
-      <location filename="../UI/UserInterface.py" line="6758" />
-      <source>Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6759" />
-      <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="6877" />
-      <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="7055" />
-      <location filename="../UI/UserInterface.py" line="6992" />
-      <source>Start Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="6993" />
-      <source>The eric web browser could not be started.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7056" />
-      <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="7098" />
-      <source>Open Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7098" />
-      <source>Could not start a web browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7352" />
-      <source>Keyboard Shortcuts File (*.ekj)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7370" />
-      <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="7390" />
-      <source>Keyboard Shortcuts File (*.ekj);;XML Keyboard shortcut file (*.e4k)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7573" />
-      <source>Read Tasks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7574" />
-      <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7617" />
-      <source>Read Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7645" />
-      <location filename="../UI/UserInterface.py" line="7618" />
-      <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7644" />
-      <source>Read session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7661" />
-      <source>Save Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7663" />
-      <source>eric Session Files (*.esj)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7686" />
-      <source>eric Session Files (*.esj);;eric XML Session Files (*.e5s)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7732" />
-      <source>Crash Session found!</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="7733" />
-      <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="8103" />
-      <source>Drop Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8104" />
-      <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8282" />
-      <source>Upgrade available</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8283" />
-      <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8336" />
-      <location filename="../UI/UserInterface.py" line="8323" />
-      <source>First time usage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8324" />
-      <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="8337" />
-      <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="8360" />
-      <source>Select Workspace Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8520" />
-      <source>Unsaved Data Detected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/UserInterface.py" line="8521" />
-      <source>Some editors contain unsaved data. Shall these be saved?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6894"/>
+        <location filename="../UI/UserInterface.py" line="6832"/>
+        <location filename="../UI/UserInterface.py" line="6788"/>
+        <location filename="../UI/UserInterface.py" line="6714"/>
+        <location filename="../UI/UserInterface.py" line="6650"/>
+        <source>Documentation Missing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6895"/>
+        <location filename="../UI/UserInterface.py" line="6833"/>
+        <location filename="../UI/UserInterface.py" line="6789"/>
+        <location filename="../UI/UserInterface.py" line="6715"/>
+        <location filename="../UI/UserInterface.py" line="6651"/>
+        <source>&lt;p&gt;The documentation starting point &quot;&lt;b&gt;{0}&lt;/b&gt;&quot; could not be found.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6876"/>
+        <location filename="../UI/UserInterface.py" line="6758"/>
+        <source>Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6759"/>
+        <source>&lt;p&gt;The PyQt{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6877"/>
+        <source>&lt;p&gt;The PySide{0} documentation starting point has not been configured.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7055"/>
+        <location filename="../UI/UserInterface.py" line="6992"/>
+        <source>Start Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="6993"/>
+        <source>The eric web browser could not be started.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7056"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7098"/>
+        <source>Open Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7098"/>
+        <source>Could not start a web browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7352"/>
+        <source>Keyboard Shortcuts File (*.ekj)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7370"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7390"/>
+        <source>Keyboard Shortcuts File (*.ekj);;XML Keyboard shortcut file (*.e4k)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7573"/>
+        <source>Read Tasks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7574"/>
+        <source>&lt;p&gt;The tasks file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7617"/>
+        <source>Read Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7645"/>
+        <location filename="../UI/UserInterface.py" line="7618"/>
+        <source>&lt;p&gt;The session file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7644"/>
+        <source>Read session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7661"/>
+        <source>Save Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7663"/>
+        <source>eric Session Files (*.esj)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7686"/>
+        <source>eric Session Files (*.esj);;eric XML Session Files (*.e5s)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7732"/>
+        <source>Crash Session found!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="7733"/>
+        <source>A session file of a crashed session was found. Shall this session be restored?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="8103"/>
+        <source>Drop Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="8104"/>
+        <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="8285"/>
+        <source>Upgrade available</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="8286"/>
+        <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href=&quot;{0}/eric-ide/&quot;&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="8339"/>
+        <location filename="../UI/UserInterface.py" line="8326"/>
+        <source>First time usage</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="8327"/>
+        <source>eric7 has not been configured yet but an eric6 configuration was found. Shall this be imported?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="8340"/>
+        <source>eric has not been configured yet. The configuration dialog will be started.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="8363"/>
+        <source>Select Workspace Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="8523"/>
+        <source>Unsaved Data Detected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/UserInterface.py" line="8524"/>
+        <source>Some editors contain unsaved data. Shall these be saved?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>UserProjectFile</name>
     <message>
-      <location filename="../Project/UserProjectFile.py" line="71" />
-      <source>Save User Project Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UserProjectFile.py" line="72" />
-      <source>&lt;p&gt;The user specific project properties file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UserProjectFile.py" line="99" />
-      <source>Read User Project Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UserProjectFile.py" line="100" />
-      <source>&lt;p&gt;The user specific project properties 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>
-  </context>
-  <context>
+        <location filename="../Project/UserProjectFile.py" line="71"/>
+        <source>Save User Project Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UserProjectFile.py" line="72"/>
+        <source>&lt;p&gt;The user specific project properties file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UserProjectFile.py" line="99"/>
+        <source>Read User Project Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UserProjectFile.py" line="100"/>
+        <source>&lt;p&gt;The user specific project properties 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"></translation>
+    </message>
+</context>
+<context>
     <name>UserPropertiesDialog</name>
     <message>
-      <location filename="../Project/UserPropertiesDialog.ui" line="0" />
-      <source>User Project Properties</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UserPropertiesDialog.ui" line="0" />
-      <source>&lt;b&gt;User Project Properties&lt;/b&gt;
+        <location filename="../Project/UserPropertiesDialog.ui" line="0"/>
+        <source>User Project Properties</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UserPropertiesDialog.ui" line="0"/>
+        <source>&lt;b&gt;User Project Properties&lt;/b&gt;
 &lt;p&gt;This dialog is used to show and edit the user specific project properties.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UserPropertiesDialog.ui" line="0" />
-      <source>VCS Status Monitor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UserPropertiesDialog.ui" line="0" />
-      <source>Select the interval in seconds for VCS status updates (0 to disable)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UserPropertiesDialog.ui" line="0" />
-      <source> sec</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UserPropertiesDialog.ui" line="0" />
-      <source>VCS Interface</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UserPropertiesDialog.ui" line="0" />
-      <source>Select the vcs interface to be used</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UserPropertiesDialog.ui" line="0" />
-      <source>Select to make the interface selection the default for the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Project/UserPropertiesDialog.ui" line="0" />
-      <source>Make interface selection the default</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UserPropertiesDialog.ui" line="0"/>
+        <source>VCS Status Monitor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UserPropertiesDialog.ui" line="0"/>
+        <source>Select the interval in seconds for VCS status updates (0 to disable)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UserPropertiesDialog.ui" line="0"/>
+        <source> sec</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UserPropertiesDialog.ui" line="0"/>
+        <source>VCS Interface</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UserPropertiesDialog.ui" line="0"/>
+        <source>Select the vcs interface to be used</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UserPropertiesDialog.ui" line="0"/>
+        <source>Select to make the interface selection the default for the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Project/UserPropertiesDialog.ui" line="0"/>
+        <source>Make interface selection the default</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Utilities</name>
     <message>
-      <location filename="../Utilities/__init__.py" line="1061" />
-      <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 type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Utilities/__init__.py" line="1061"/>
+        <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 type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>Variable Types</name>
     <message>
-      <location filename="../Debugger/Config.py" line="14" />
-      <source>Hidden Attributes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="15" />
-      <source>None</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="16" />
-      <source>Boolean</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="17" />
-      <source>Integer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="18" />
-      <source>Float</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="19" />
-      <source>Complex</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="20" />
-      <source>String</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="21" />
-      <source>Tuple</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="22" />
-      <source>List/Array</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="23" />
-      <source>Dictionary/Hash/Map</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="24" />
-      <source>Dictionary Proxy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="25" />
-      <source>Set</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="26" />
-      <source>Frozen Set</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="27" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="28" />
-      <source>Range</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="29" />
-      <source>Slice</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="30" />
-      <source>Buffer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="31" />
-      <source>Class</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="32" />
-      <source>Class Instance</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="33" />
-      <source>Class Method</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="34" />
-      <source>Class Property</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="35" />
-      <source>Generator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="36" />
-      <source>Function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="37" />
-      <source>Builtin Function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="40" />
-      <source>Code</source>
-      <translation>Code</translation>
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="41" />
-      <source>Module</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="42" />
-      <source>Ellipsis</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="43" />
-      <source>Traceback</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="44" />
-      <source>Frame</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="45" />
-      <source>Bytes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="46" />
-      <source>Special Attributes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="47" />
-      <source>Dict. Items View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="48" />
-      <source>Dict. Keys View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="49" />
-      <source>Dict. Values View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="50" />
-      <source>Asynchronous Generator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="51" />
-      <source>Coroutine</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/Config.py" line="52" />
-      <source>Mapping Proxy</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/Config.py" line="14"/>
+        <source>Hidden Attributes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="15"/>
+        <source>None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="16"/>
+        <source>Boolean</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="17"/>
+        <source>Integer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="18"/>
+        <source>Float</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="19"/>
+        <source>Complex</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="20"/>
+        <source>String</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="21"/>
+        <source>Tuple</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="22"/>
+        <source>List/Array</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="23"/>
+        <source>Dictionary/Hash/Map</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="24"/>
+        <source>Dictionary Proxy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="25"/>
+        <source>Set</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="26"/>
+        <source>Frozen Set</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="27"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="28"/>
+        <source>Range</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="29"/>
+        <source>Slice</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="30"/>
+        <source>Buffer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="31"/>
+        <source>Class</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="32"/>
+        <source>Class Instance</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="33"/>
+        <source>Class Method</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="34"/>
+        <source>Class Property</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="35"/>
+        <source>Generator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="36"/>
+        <source>Function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="37"/>
+        <source>Builtin Function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="40"/>
+        <source>Code</source>
+        <translation>Code</translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="41"/>
+        <source>Module</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="42"/>
+        <source>Ellipsis</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="43"/>
+        <source>Traceback</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="44"/>
+        <source>Frame</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="45"/>
+        <source>Bytes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="46"/>
+        <source>Special Attributes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="47"/>
+        <source>Dict. Items View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="48"/>
+        <source>Dict. Keys View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="49"/>
+        <source>Dict. Values View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="50"/>
+        <source>Asynchronous Generator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="51"/>
+        <source>Coroutine</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/Config.py" line="52"/>
+        <source>Mapping Proxy</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VariableDetailDialog</name>
     <message>
-      <location filename="../Debugger/VariableDetailDialog.ui" line="0" />
-      <source>Variable Details</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariableDetailDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariableDetailDialog.ui" line="0" />
-      <source>Type:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariableDetailDialog.ui" line="0" />
-      <source>Value:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/VariableDetailDialog.ui" line="0"/>
+        <source>Variable Details</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariableDetailDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariableDetailDialog.ui" line="0"/>
+        <source>Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariableDetailDialog.ui" line="0"/>
+        <source>Value:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VariableItem</name>
     <message>
-      <location filename="../Debugger/VariablesViewer.py" line="164" />
-      <source>&lt;double click to show value&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/VariablesViewer.py" line="164"/>
+        <source>&lt;double click to show value&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VariablesFilterDialog</name>
     <message>
-      <location filename="../Debugger/VariablesFilterDialog.ui" line="0" />
-      <source>Variables Type Filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesFilterDialog.ui" line="0" />
-      <source>&lt;b&gt;Filter Dialog&lt;/b&gt;
+        <location filename="../Debugger/VariablesFilterDialog.ui" line="0"/>
+        <source>Variables Type Filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesFilterDialog.ui" line="0"/>
+        <source>&lt;b&gt;Filter Dialog&lt;/b&gt;
 &lt;p&gt; This dialog gives the user the possibility to select what kind of variables should &lt;b&gt;not&lt;/b&gt; be shown during a debugging session.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesFilterDialog.ui" line="0" />
-      <source>Select the variable types to be shown in the variables viewers:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesFilterDialog.ui" line="0" />
-      <source>&amp;Locals Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesFilterDialog.ui" line="0" />
-      <source>&amp;Globals Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesFilterDialog.ui" line="0" />
-      <source>Locals Filter List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesFilterDialog.ui" line="0" />
-      <source>&lt;b&gt;Locals Filter List&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesFilterDialog.ui" line="0"/>
+        <source>Select the variable types to be shown in the variables viewers:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesFilterDialog.ui" line="0"/>
+        <source>&amp;Locals Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesFilterDialog.ui" line="0"/>
+        <source>&amp;Globals Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesFilterDialog.ui" line="0"/>
+        <source>Locals Filter List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesFilterDialog.ui" line="0"/>
+        <source>&lt;b&gt;Locals Filter List&lt;/b&gt;
 &lt;p&gt;Select the variable types you want to be shown in the local variables viewer.&lt;/p&lt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesFilterDialog.ui" line="0" />
-      <source>Globals Filter List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesFilterDialog.ui" line="0" />
-      <source>&lt;b&gt;Globals Filter List&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesFilterDialog.ui" line="0"/>
+        <source>Globals Filter List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesFilterDialog.ui" line="0"/>
+        <source>&lt;b&gt;Globals Filter List&lt;/b&gt;
 &lt;p&gt;Select the variable types you want to be shown in the global variables viewer.&lt;/p&lt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesFilterDialog.py" line="49" />
-      <source>Save Default</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesFilterDialog.py" line="49"/>
+        <source>Save Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VariablesModel</name>
     <message>
-      <location filename="../Debugger/VariablesViewer.py" line="226" />
-      <source>Globals</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="226" />
-      <source>Locals</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="228" />
-      <source>Type</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="228" />
-      <source>Value</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/VariablesViewer.py" line="226"/>
+        <source>Globals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesViewer.py" line="226"/>
+        <source>Locals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesViewer.py" line="228"/>
+        <source>Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesViewer.py" line="228"/>
+        <source>Value</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VariablesViewer</name>
     <message>
-      <location filename="../Debugger/VariablesViewer.py" line="41" />
-      <source>{0} items</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="42" />
-      <source>unsized</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="899" />
-      <source>Global Variables</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="901" />
-      <source>&lt;b&gt;The Global Variables Viewer Window&lt;/b&gt;&lt;p&gt;This window displays the global variables of the debugged program.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="908" />
-      <source>Local Variables</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="910" />
-      <source>&lt;b&gt;The Local Variables Viewer Window&lt;/b&gt;&lt;p&gt;This window displays the local variables of the debugged program.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="1034" />
-      <source>Show Details...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="1036" />
-      <source>Expand</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="1037" />
-      <source>Collapse</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="1038" />
-      <source>Collapse All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="1046" />
-      <location filename="../Debugger/VariablesViewer.py" line="1040" />
-      <source>Refresh</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="1048" />
-      <location filename="../Debugger/VariablesViewer.py" line="1042" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/VariablesViewer.py" line="1050" />
-      <location filename="../Debugger/VariablesViewer.py" line="1043" />
-      <source>Variables Type Filter...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/VariablesViewer.py" line="41"/>
+        <source>{0} items</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesViewer.py" line="42"/>
+        <source>unsized</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesViewer.py" line="899"/>
+        <source>Global Variables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesViewer.py" line="901"/>
+        <source>&lt;b&gt;The Global Variables Viewer Window&lt;/b&gt;&lt;p&gt;This window displays the global variables of the debugged program.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesViewer.py" line="908"/>
+        <source>Local Variables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesViewer.py" line="910"/>
+        <source>&lt;b&gt;The Local Variables Viewer Window&lt;/b&gt;&lt;p&gt;This window displays the local variables of the debugged program.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesViewer.py" line="1034"/>
+        <source>Show Details...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesViewer.py" line="1036"/>
+        <source>Expand</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesViewer.py" line="1037"/>
+        <source>Collapse</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesViewer.py" line="1038"/>
+        <source>Collapse All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesViewer.py" line="1046"/>
+        <location filename="../Debugger/VariablesViewer.py" line="1040"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesViewer.py" line="1048"/>
+        <location filename="../Debugger/VariablesViewer.py" line="1042"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/VariablesViewer.py" line="1050"/>
+        <location filename="../Debugger/VariablesViewer.py" line="1043"/>
+        <source>Variables Type Filter...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VcsCommandOptionsDialog</name>
     <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>VCS Command Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;VCS Command Options Dialog&lt;/b&gt;
-&lt;p&gt;Enter the options for the different VCS commands. The "Global Options" entry applies to all VCS commands.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&amp;History Options:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&amp;Add Options:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&amp;Remove Options:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&amp;Tag Options:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>Enter the options for the commit command.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Commit Options&lt;/b&gt;
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>VCS Command Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;VCS Command Options Dialog&lt;/b&gt;
+&lt;p&gt;Enter the options for the different VCS commands. The &quot;Global Options&quot; entry applies to all VCS commands.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&amp;History Options:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&amp;Add Options:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&amp;Remove Options:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&amp;Tag Options:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>Enter the options for the commit command.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Commit Options&lt;/b&gt;
 &lt;p&gt;Enter the options for the commit command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>Enter the options for the history command.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;History Options&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>Enter the options for the history command.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;History Options&lt;/b&gt;
 &lt;p&gt;Enter the options for the history command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>Enter the options for the diff command.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Diff Options&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>Enter the options for the diff command.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Diff Options&lt;/b&gt;
 &lt;p&gt;Enter the options for the diff command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>Enter the options for the update command.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Update Options&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>Enter the options for the update command.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Update Options&lt;/b&gt;
 &lt;p&gt;Enter the options for the update command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>Enter the options for the log command.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Log Options&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>Enter the options for the log command.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Log Options&lt;/b&gt;
 &lt;p&gt;Enter the options for the log command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>Enter the options for the tag command.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Tag Options&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>Enter the options for the tag command.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Tag Options&lt;/b&gt;
 &lt;p&gt;Enter the options for the tag command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>Enter the options for the status command.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Status Options&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>Enter the options for the status command.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Status Options&lt;/b&gt;
 &lt;p&gt;Enter the options for the status command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&amp;Diff Options:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&amp;Global Options:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>Enter the options for the export command.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Export Options&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&amp;Diff Options:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&amp;Global Options:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>Enter the options for the export command.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Export Options&lt;/b&gt;
 &lt;p&gt;Enter the options for the export command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>Enter the options for the add command.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Add Options&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>Enter the options for the add command.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Add Options&lt;/b&gt;
 &lt;p&gt;Enter the options for the add command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&amp;Log Options:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&amp;StatusOptions:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>Enter the options for the remove command.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Remove Options&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&amp;Log Options:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&amp;StatusOptions:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>Enter the options for the remove command.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Remove Options&lt;/b&gt;
 &lt;p&gt;Enter the options for the remove command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>Enter the options for the checkout command.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Checkout Options&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>Enter the options for the checkout command.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Checkout Options&lt;/b&gt;
 &lt;p&gt;Enter the options for the checkout command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>Co&amp;mmit Options:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&amp;Export Options:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>Check&amp;out Options:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&amp;Update Options:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>Enter the global options.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/CommandOptionsDialog.ui" line="0" />
-      <source>&lt;b&gt;Global Options&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>Co&amp;mmit Options:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&amp;Export Options:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>Check&amp;out Options:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&amp;Update Options:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>Enter the global options.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/CommandOptionsDialog.ui" line="0"/>
+        <source>&lt;b&gt;Global Options&lt;/b&gt;
 &lt;p&gt;Enter the global options.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VcsGitPlugin</name>
     <message>
-      <location filename="../Plugins/PluginVcsGit.py" line="53" />
-      <source>Version Control - Git</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginVcsGit.py" line="127" />
-      <location filename="../Plugins/PluginVcsGit.py" line="93" />
-      <source>Git</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginVcsGit.py" line="53"/>
+        <source>Version Control - Git</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginVcsGit.py" line="127"/>
+        <location filename="../Plugins/PluginVcsGit.py" line="93"/>
+        <source>Git</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VcsMercurialPlugin</name>
     <message>
-      <location filename="../Plugins/PluginVcsMercurial.py" line="52" />
-      <source>Version Control - Mercurial</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginVcsMercurial.py" line="126" />
-      <location filename="../Plugins/PluginVcsMercurial.py" line="90" />
-      <source>Mercurial</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginVcsMercurial.py" line="52"/>
+        <source>Version Control - Mercurial</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginVcsMercurial.py" line="126"/>
+        <location filename="../Plugins/PluginVcsMercurial.py" line="90"/>
+        <source>Mercurial</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VcsPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Version Control Systems&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Close VCS dialog automatically, if no error occured</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Select, if files should be saved before a commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Save files upon commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Select, if project should be saved before a commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Save project upon commit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>No. of commit messages to remember:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Enter the number of commit messages to remember</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Select to use one commit messages history per project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Remember commit messages per project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Status Monitor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Select the interval in seconds for VCS status updates (0 to disable)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source> sec</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Select to monitor local status only (if supported by VCS)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Monitor local status only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Select to enable automatic updates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Automatic updates enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Colors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>VCS status "added":</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Select the background color for entries with VCS status "added".</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>VCS status "conflict":</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Select the background color for entries with VCS status "conflict".</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>VCS status "modified":</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Select the background color for entries with VCS status "modified".</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>VCS status "replaced":</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Select the background color for entries with VCS status "replaced".</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>VCS status "needs update":</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Select the background color for entries with VCS status "needs update".</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>VCS status "removed":</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Select the background color for entries with VCS status "removed".</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Toolbars</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Select to show VCS specific toolbars</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0" />
-      <source>Show VCS Toolbar</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Version Control Systems&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Close VCS dialog automatically, if no error occured</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Select, if files should be saved before a commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Save files upon commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Select, if project should be saved before a commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Save project upon commit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>No. of commit messages to remember:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Enter the number of commit messages to remember</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Select to use one commit messages history per project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Remember commit messages per project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Status Monitor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Select the interval in seconds for VCS status updates (0 to disable)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source> sec</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Select to monitor local status only (if supported by VCS)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Monitor local status only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Select to enable automatic updates</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Automatic updates enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Colors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>VCS status &quot;added&quot;:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Select the background color for entries with VCS status &quot;added&quot;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>VCS status &quot;conflict&quot;:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Select the background color for entries with VCS status &quot;conflict&quot;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>VCS status &quot;modified&quot;:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Select the background color for entries with VCS status &quot;modified&quot;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>VCS status &quot;replaced&quot;:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Select the background color for entries with VCS status &quot;replaced&quot;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>VCS status &quot;needs update&quot;:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Select the background color for entries with VCS status &quot;needs update&quot;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>VCS status &quot;removed&quot;:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Select the background color for entries with VCS status &quot;removed&quot;.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Toolbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Select to show VCS specific toolbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/VcsPage.ui" line="0"/>
+        <source>Show VCS Toolbar</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VcsProjectBrowserHelper</name>
     <message>
-      <location filename="../VCS/ProjectBrowserHelper.py" line="308" />
-      <location filename="../VCS/ProjectBrowserHelper.py" line="285" />
-      <source>Remove from repository (and disk)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectBrowserHelper.py" line="288" />
-      <source>Do you really want to remove these translation files from the repository (and disk)?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectBrowserHelper.py" line="311" />
-      <source>Do you really want to remove these files/directories from the repository (and disk)?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../VCS/ProjectBrowserHelper.py" line="308"/>
+        <location filename="../VCS/ProjectBrowserHelper.py" line="285"/>
+        <source>Remove from repository (and disk)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectBrowserHelper.py" line="288"/>
+        <source>Do you really want to remove these translation files from the repository (and disk)?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectBrowserHelper.py" line="311"/>
+        <source>Do you really want to remove these files/directories from the repository (and disk)?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VcsProjectHelper</name>
     <message>
-      <location filename="../VCS/ProjectHelper.py" line="70" />
-      <source>New from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="72" />
-      <source>&amp;New from repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="79" />
-      <source>Create a new project from the VCS repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="84" />
-      <source>&lt;b&gt;New from repository&lt;/b&gt;&lt;p&gt;This creates a new local project from the VCS repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="95" />
-      <source>Export from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="97" />
-      <source>&amp;Export from repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="106" />
-      <source>Export a project from the repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="111" />
-      <source>&lt;b&gt;Export from repository&lt;/b&gt;&lt;p&gt;This exports a project from the repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="121" />
-      <source>Add to repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="123" />
-      <source>&amp;Add to repository...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="130" />
-      <source>Add the local project to the VCS repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="135" />
-      <source>&lt;b&gt;Add to repository&lt;/b&gt;&lt;p&gt;This adds (imports) the local project to the VCS repository.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="181" />
-      <location filename="../VCS/ProjectHelper.py" line="179" />
-      <source>VCS</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="254" />
-      <location filename="../VCS/ProjectHelper.py" line="225" />
-      <source>New Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="456" />
-      <location filename="../VCS/ProjectHelper.py" line="226" />
-      <source>Select version control system for the project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="488" />
-      <location filename="../VCS/ProjectHelper.py" line="255" />
-      <source>Would you like to edit the VCS command options?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="275" />
-      <source>Create project directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="278" />
-      <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="386" />
-      <location filename="../VCS/ProjectHelper.py" line="370" />
-      <location filename="../VCS/ProjectHelper.py" line="328" />
-      <location filename="../VCS/ProjectHelper.py" line="308" />
-      <source>New project from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="311" />
-      <source>Select a project file to open.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="331" />
-      <source>The project retrieved from the repository does not contain an eric project file (*.epj). Create it?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="374" />
-      <source>Shall the project file be added to the repository?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="389" />
-      <source>The project could not be retrieved from the repository.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="485" />
-      <location filename="../VCS/ProjectHelper.py" line="455" />
-      <source>Import Project</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="529" />
-      <source>Update</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="663" />
-      <location filename="../VCS/ProjectHelper.py" line="530" />
-      <source>The project should be reread. Do this now?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="566" />
-      <source>Remove project from repository</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="569" />
-      <source>Dou you really want to remove this project from the repository (and disk)?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/ProjectHelper.py" line="662" />
-      <source>Switch</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../VCS/ProjectHelper.py" line="70"/>
+        <source>New from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="72"/>
+        <source>&amp;New from repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="79"/>
+        <source>Create a new project from the VCS repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="84"/>
+        <source>&lt;b&gt;New from repository&lt;/b&gt;&lt;p&gt;This creates a new local project from the VCS repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="95"/>
+        <source>Export from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="97"/>
+        <source>&amp;Export from repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="106"/>
+        <source>Export a project from the repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="111"/>
+        <source>&lt;b&gt;Export from repository&lt;/b&gt;&lt;p&gt;This exports a project from the repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="121"/>
+        <source>Add to repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="123"/>
+        <source>&amp;Add to repository...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="130"/>
+        <source>Add the local project to the VCS repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="135"/>
+        <source>&lt;b&gt;Add to repository&lt;/b&gt;&lt;p&gt;This adds (imports) the local project to the VCS repository.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="181"/>
+        <location filename="../VCS/ProjectHelper.py" line="179"/>
+        <source>VCS</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="254"/>
+        <location filename="../VCS/ProjectHelper.py" line="225"/>
+        <source>New Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="456"/>
+        <location filename="../VCS/ProjectHelper.py" line="226"/>
+        <source>Select version control system for the project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="488"/>
+        <location filename="../VCS/ProjectHelper.py" line="255"/>
+        <source>Would you like to edit the VCS command options?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="275"/>
+        <source>Create project directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="278"/>
+        <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="386"/>
+        <location filename="../VCS/ProjectHelper.py" line="370"/>
+        <location filename="../VCS/ProjectHelper.py" line="328"/>
+        <location filename="../VCS/ProjectHelper.py" line="308"/>
+        <source>New project from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="311"/>
+        <source>Select a project file to open.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="331"/>
+        <source>The project retrieved from the repository does not contain an eric project file (*.epj). Create it?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="374"/>
+        <source>Shall the project file be added to the repository?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="389"/>
+        <source>The project could not be retrieved from the repository.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="485"/>
+        <location filename="../VCS/ProjectHelper.py" line="455"/>
+        <source>Import Project</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="529"/>
+        <source>Update</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="663"/>
+        <location filename="../VCS/ProjectHelper.py" line="530"/>
+        <source>The project should be reread. Do this now?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="566"/>
+        <source>Remove project from repository</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="569"/>
+        <source>Dou you really want to remove this project from the repository (and disk)?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/ProjectHelper.py" line="662"/>
+        <source>Switch</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VcsPySvnPlugin</name>
     <message>
-      <location filename="../Plugins/PluginVcsPySvn.py" line="59" />
-      <source>Version Control - Subversion (pysvn)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginVcsPySvn.py" line="92" />
-      <source>Subversion (pysvn)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginVcsPySvn.py" line="128" />
-      <source>Subversion</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginVcsPySvn.py" line="59"/>
+        <source>Version Control - Subversion (pysvn)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginVcsPySvn.py" line="92"/>
+        <source>Subversion (pysvn)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginVcsPySvn.py" line="128"/>
+        <source>Subversion</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VcsRepositoryInfoDialog</name>
     <message>
-      <location filename="../VCS/RepositoryInfoDialog.ui" line="0" />
-      <source>Repository Information</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../VCS/RepositoryInfoDialog.ui" line="0"/>
+        <source>Repository Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VcsStatusMonitorThread</name>
     <message>
-      <location filename="../VCS/StatusMonitorThread.py" line="71" />
-      <source>Waiting for lock</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusMonitorThread.py" line="83" />
-      <source>Checking repository status</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusMonitorThread.py" line="97" />
-      <source>Sending data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/StatusMonitorThread.py" line="108" />
-      <source>Timed out waiting for lock</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../VCS/StatusMonitorThread.py" line="71"/>
+        <source>Waiting for lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusMonitorThread.py" line="83"/>
+        <source>Checking repository status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusMonitorThread.py" line="97"/>
+        <source>Sending data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/StatusMonitorThread.py" line="108"/>
+        <source>Timed out waiting for lock</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VcsSubversionPlugin</name>
     <message>
-      <location filename="../Plugins/PluginVcsSubversion.py" line="56" />
-      <source>Version Control - Subversion (svn)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginVcsSubversion.py" line="98" />
-      <source>Subversion (svn)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginVcsSubversion.py" line="133" />
-      <source>Subversion</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginVcsSubversion.py" line="56"/>
+        <source>Version Control - Subversion (svn)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginVcsSubversion.py" line="98"/>
+        <source>Subversion (svn)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginVcsSubversion.py" line="133"/>
+        <source>Subversion</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VersionControl</name>
     <message>
-      <location filename="../VCS/VersionControl.py" line="776" />
-      <source>Process Generation Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/VersionControl.py" line="779" />
-      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VCS/VersionControl.py" line="953" />
-      <source>Repository status checking is switched off</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../VCS/VersionControl.py" line="776"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/VersionControl.py" line="779"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VCS/VersionControl.py" line="953"/>
+        <source>Repository status checking is switched off</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VersionsDialog</name>
     <message>
-      <location filename="../UI/VersionsDialog.py" line="50" />
-      <source>Check for Upgrades...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/VersionsDialog.py" line="70" />
-      <source>Upgrade {0}...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/VersionsDialog.py" line="71" />
-      <source>&lt;p&gt;An upgrade of &lt;b&gt;{0}&lt;/b&gt; is available.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/VersionsDialog.py" line="72" />
-      <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Package&lt;/th&gt;&lt;th&gt;Installed&lt;/th&gt;&lt;th&gt;Available&lt;/th&gt;&lt;/tr&gt;{0}&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/VersionsDialog.py" line="77" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/VersionsDialog.py" line="98" />
-      <source>No upgrades available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/VersionsDialog.py" line="122" />
-      <source>Both</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../UI/VersionsDialog.py" line="132" />
-      <source>Check for Upgrades</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../UI/VersionsDialog.py" line="50"/>
+        <source>Check for Upgrades...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/VersionsDialog.py" line="70"/>
+        <source>Upgrade {0}...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/VersionsDialog.py" line="71"/>
+        <source>&lt;p&gt;An upgrade of &lt;b&gt;{0}&lt;/b&gt; is available.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/VersionsDialog.py" line="72"/>
+        <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Package&lt;/th&gt;&lt;th&gt;Installed&lt;/th&gt;&lt;th&gt;Available&lt;/th&gt;&lt;/tr&gt;{0}&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/VersionsDialog.py" line="77"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/VersionsDialog.py" line="98"/>
+        <source>No upgrades available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/VersionsDialog.py" line="122"/>
+        <source>Both</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../UI/VersionsDialog.py" line="132"/>
+        <source>Check for Upgrades</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ViewManager</name>
     <message>
-      <location filename="../HexEdit/HexEditMainWindow.py" line="597" />
-      <source>Ctrl+G</source>
-      <comment>Search|Goto Offset</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="690" />
-      <location filename="../QScintilla/ShellWindow.py" line="302" />
-      <source>Ctrl+S</source>
-      <comment>File|Save</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1041" />
-      <location filename="../QScintilla/ShellWindow.py" line="329" />
-      <source>Cut</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1043" />
-      <location filename="../QScintilla/ShellWindow.py" line="331" />
-      <source>Cu&amp;t</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1045" />
-      <location filename="../QScintilla/ShellWindow.py" line="333" />
-      <source>Ctrl+X</source>
-      <comment>Edit|Cut</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1048" />
-      <location filename="../QScintilla/ShellWindow.py" line="336" />
-      <source>Shift+Del</source>
-      <comment>Edit|Cut</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1054" />
-      <location filename="../QScintilla/ShellWindow.py" line="342" />
-      <source>Cut the selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1068" />
-      <location filename="../QScintilla/ShellWindow.py" line="351" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1070" />
-      <location filename="../QScintilla/ShellWindow.py" line="353" />
-      <source>&amp;Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1072" />
-      <location filename="../QScintilla/ShellWindow.py" line="355" />
-      <source>Ctrl+C</source>
-      <comment>Edit|Copy</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1075" />
-      <location filename="../QScintilla/ShellWindow.py" line="358" />
-      <source>Ctrl+Ins</source>
-      <comment>Edit|Copy</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1081" />
-      <location filename="../QScintilla/ShellWindow.py" line="364" />
-      <source>Copy the selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1095" />
-      <location filename="../QScintilla/ShellWindow.py" line="373" />
-      <source>Paste</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1097" />
-      <location filename="../QScintilla/ShellWindow.py" line="375" />
-      <source>&amp;Paste</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1099" />
-      <location filename="../QScintilla/ShellWindow.py" line="377" />
-      <source>Ctrl+V</source>
-      <comment>Edit|Paste</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1102" />
-      <location filename="../QScintilla/ShellWindow.py" line="380" />
-      <source>Shift+Ins</source>
-      <comment>Edit|Paste</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1108" />
-      <location filename="../QScintilla/ShellWindow.py" line="386" />
-      <source>Paste the last cut/copied text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1124" />
-      <location filename="../ViewManager/ViewManager.py" line="1122" />
-      <location filename="../QScintilla/ShellWindow.py" line="400" />
-      <location filename="../QScintilla/ShellWindow.py" line="398" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1126" />
-      <location filename="../QScintilla/ShellWindow.py" line="402" />
-      <source>Alt+Shift+C</source>
-      <comment>Edit|Clear</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1133" />
-      <location filename="../QScintilla/ShellWindow.py" line="409" />
-      <source>Clear all text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2528" />
-      <location filename="../ViewManager/ViewManager.py" line="2527" />
-      <location filename="../QScintilla/MiniEditor.py" line="1686" />
-      <location filename="../QScintilla/MiniEditor.py" line="1685" />
-      <location filename="../QScintilla/ShellWindow.py" line="435" />
-      <location filename="../QScintilla/ShellWindow.py" line="434" />
-      <source>Delete current line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2529" />
-      <location filename="../QScintilla/MiniEditor.py" line="1687" />
-      <location filename="../QScintilla/ShellWindow.py" line="436" />
-      <source>Ctrl+Shift+L</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2035" />
-      <location filename="../ViewManager/ViewManager.py" line="2034" />
-      <location filename="../QScintilla/MiniEditor.py" line="1208" />
-      <location filename="../QScintilla/MiniEditor.py" line="1207" />
-      <location filename="../QScintilla/ShellWindow.py" line="447" />
-      <location filename="../QScintilla/ShellWindow.py" line="446" />
-      <source>Indent one level</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2036" />
-      <location filename="../QScintilla/MiniEditor.py" line="1209" />
-      <location filename="../QScintilla/ShellWindow.py" line="448" />
-      <source>Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2501" />
-      <location filename="../ViewManager/ViewManager.py" line="2500" />
-      <location filename="../QScintilla/MiniEditor.py" line="1674" />
-      <location filename="../QScintilla/MiniEditor.py" line="1673" />
-      <location filename="../QScintilla/ShellWindow.py" line="459" />
-      <location filename="../QScintilla/ShellWindow.py" line="458" />
-      <source>Insert new line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2502" />
-      <location filename="../QScintilla/MiniEditor.py" line="1675" />
-      <location filename="../QScintilla/ShellWindow.py" line="460" />
-      <source>Return</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2503" />
-      <location filename="../QScintilla/MiniEditor.py" line="1676" />
-      <location filename="../QScintilla/ShellWindow.py" line="461" />
-      <source>Enter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2387" />
-      <location filename="../ViewManager/ViewManager.py" line="2386" />
-      <location filename="../QScintilla/MiniEditor.py" line="1560" />
-      <location filename="../QScintilla/MiniEditor.py" line="1559" />
-      <location filename="../QScintilla/ShellWindow.py" line="471" />
-      <location filename="../QScintilla/ShellWindow.py" line="470" />
-      <source>Delete previous character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2388" />
-      <location filename="../QScintilla/MiniEditor.py" line="1561" />
-      <location filename="../QScintilla/ShellWindow.py" line="472" />
-      <source>Backspace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2395" />
-      <location filename="../QScintilla/MiniEditor.py" line="1568" />
-      <location filename="../QScintilla/ShellWindow.py" line="479" />
-      <source>Meta+H</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2400" />
-      <location filename="../QScintilla/MiniEditor.py" line="1573" />
-      <location filename="../QScintilla/ShellWindow.py" line="484" />
-      <source>Shift+Backspace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2425" />
-      <location filename="../ViewManager/ViewManager.py" line="2424" />
-      <location filename="../QScintilla/MiniEditor.py" line="1598" />
-      <location filename="../QScintilla/MiniEditor.py" line="1597" />
-      <location filename="../QScintilla/ShellWindow.py" line="493" />
-      <location filename="../QScintilla/ShellWindow.py" line="492" />
-      <source>Delete current character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2426" />
-      <location filename="../QScintilla/MiniEditor.py" line="1599" />
-      <location filename="../QScintilla/ShellWindow.py" line="494" />
-      <source>Del</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2433" />
-      <location filename="../QScintilla/MiniEditor.py" line="1606" />
-      <location filename="../QScintilla/ShellWindow.py" line="501" />
-      <source>Meta+D</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2441" />
-      <location filename="../ViewManager/ViewManager.py" line="2440" />
-      <location filename="../QScintilla/MiniEditor.py" line="1614" />
-      <location filename="../QScintilla/MiniEditor.py" line="1613" />
-      <location filename="../QScintilla/ShellWindow.py" line="509" />
-      <location filename="../QScintilla/ShellWindow.py" line="508" />
-      <source>Delete word to left</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2442" />
-      <location filename="../QScintilla/MiniEditor.py" line="1615" />
-      <location filename="../QScintilla/ShellWindow.py" line="510" />
-      <source>Ctrl+Backspace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2453" />
-      <location filename="../ViewManager/ViewManager.py" line="2452" />
-      <location filename="../QScintilla/MiniEditor.py" line="1626" />
-      <location filename="../QScintilla/MiniEditor.py" line="1625" />
-      <location filename="../QScintilla/ShellWindow.py" line="521" />
-      <location filename="../QScintilla/ShellWindow.py" line="520" />
-      <source>Delete word to right</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2454" />
-      <location filename="../QScintilla/MiniEditor.py" line="1627" />
-      <location filename="../QScintilla/ShellWindow.py" line="522" />
-      <source>Ctrl+Del</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2465" />
-      <location filename="../ViewManager/ViewManager.py" line="2464" />
-      <location filename="../QScintilla/MiniEditor.py" line="1638" />
-      <location filename="../QScintilla/MiniEditor.py" line="1637" />
-      <location filename="../QScintilla/ShellWindow.py" line="533" />
-      <location filename="../QScintilla/ShellWindow.py" line="532" />
-      <source>Delete line to left</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2467" />
-      <location filename="../QScintilla/MiniEditor.py" line="1640" />
-      <location filename="../QScintilla/ShellWindow.py" line="535" />
-      <source>Ctrl+Shift+Backspace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2479" />
-      <location filename="../ViewManager/ViewManager.py" line="2478" />
-      <location filename="../QScintilla/MiniEditor.py" line="1652" />
-      <location filename="../QScintilla/MiniEditor.py" line="1651" />
-      <location filename="../QScintilla/ShellWindow.py" line="547" />
-      <location filename="../QScintilla/ShellWindow.py" line="546" />
-      <source>Delete line to right</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2487" />
-      <location filename="../QScintilla/MiniEditor.py" line="1660" />
-      <location filename="../QScintilla/ShellWindow.py" line="555" />
-      <source>Meta+K</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2492" />
-      <location filename="../QScintilla/MiniEditor.py" line="1665" />
-      <location filename="../QScintilla/ShellWindow.py" line="560" />
-      <source>Ctrl+Shift+Del</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1727" />
-      <location filename="../ViewManager/ViewManager.py" line="1726" />
-      <location filename="../QScintilla/MiniEditor.py" line="896" />
-      <location filename="../QScintilla/MiniEditor.py" line="895" />
-      <location filename="../QScintilla/ShellWindow.py" line="569" />
-      <location filename="../QScintilla/ShellWindow.py" line="568" />
-      <source>Move left one character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1728" />
-      <location filename="../QScintilla/MiniEditor.py" line="897" />
-      <location filename="../QScintilla/ShellWindow.py" line="570" />
-      <source>Left</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1736" />
-      <location filename="../QScintilla/MiniEditor.py" line="905" />
-      <location filename="../QScintilla/ShellWindow.py" line="578" />
-      <source>Meta+B</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1743" />
-      <location filename="../ViewManager/ViewManager.py" line="1742" />
-      <location filename="../QScintilla/MiniEditor.py" line="912" />
-      <location filename="../QScintilla/MiniEditor.py" line="911" />
-      <location filename="../QScintilla/ShellWindow.py" line="585" />
-      <location filename="../QScintilla/ShellWindow.py" line="584" />
-      <source>Move right one character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1744" />
-      <location filename="../QScintilla/MiniEditor.py" line="913" />
-      <location filename="../QScintilla/ShellWindow.py" line="586" />
-      <source>Right</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1751" />
-      <location filename="../QScintilla/MiniEditor.py" line="920" />
-      <location filename="../QScintilla/ShellWindow.py" line="593" />
-      <source>Meta+F</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1823" />
-      <location filename="../ViewManager/ViewManager.py" line="1822" />
-      <location filename="../QScintilla/MiniEditor.py" line="992" />
-      <location filename="../QScintilla/MiniEditor.py" line="991" />
-      <location filename="../QScintilla/ShellWindow.py" line="601" />
-      <location filename="../QScintilla/ShellWindow.py" line="600" />
-      <source>Move left one word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1831" />
-      <location filename="../ViewManager/ViewManager.py" line="1799" />
-      <location filename="../QScintilla/MiniEditor.py" line="1000" />
-      <location filename="../QScintilla/MiniEditor.py" line="968" />
-      <location filename="../QScintilla/ShellWindow.py" line="609" />
-      <source>Alt+Left</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1887" />
-      <location filename="../ViewManager/ViewManager.py" line="1835" />
-      <location filename="../QScintilla/MiniEditor.py" line="1060" />
-      <location filename="../QScintilla/MiniEditor.py" line="1004" />
-      <location filename="../QScintilla/ShellWindow.py" line="613" />
-      <source>Ctrl+Left</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1843" />
-      <location filename="../ViewManager/ViewManager.py" line="1842" />
-      <location filename="../QScintilla/MiniEditor.py" line="1012" />
-      <location filename="../QScintilla/MiniEditor.py" line="1011" />
-      <location filename="../QScintilla/ShellWindow.py" line="621" />
-      <location filename="../QScintilla/ShellWindow.py" line="620" />
-      <source>Move right one word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2624" />
-      <location filename="../ViewManager/ViewManager.py" line="1851" />
-      <location filename="../QScintilla/MiniEditor.py" line="1814" />
-      <location filename="../QScintilla/MiniEditor.py" line="1024" />
-      <location filename="../QScintilla/ShellWindow.py" line="629" />
-      <source>Ctrl+Right</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1861" />
-      <location filename="../ViewManager/ViewManager.py" line="1858" />
-      <location filename="../QScintilla/MiniEditor.py" line="1034" />
-      <location filename="../QScintilla/MiniEditor.py" line="1031" />
-      <location filename="../QScintilla/ShellWindow.py" line="639" />
-      <location filename="../QScintilla/ShellWindow.py" line="636" />
-      <source>Move to first visible character in document line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2885" />
-      <location filename="../ViewManager/ViewManager.py" line="1871" />
-      <location filename="../QScintilla/MiniEditor.py" line="2075" />
-      <location filename="../QScintilla/MiniEditor.py" line="1044" />
-      <location filename="../QScintilla/ShellWindow.py" line="649" />
-      <source>Home</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1899" />
-      <location filename="../ViewManager/ViewManager.py" line="1898" />
-      <location filename="../QScintilla/MiniEditor.py" line="1072" />
-      <location filename="../QScintilla/MiniEditor.py" line="1071" />
-      <location filename="../QScintilla/ShellWindow.py" line="657" />
-      <location filename="../QScintilla/ShellWindow.py" line="656" />
-      <source>Move to end of document line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1907" />
-      <location filename="../QScintilla/MiniEditor.py" line="1080" />
-      <location filename="../QScintilla/ShellWindow.py" line="665" />
-      <source>Meta+E</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2902" />
-      <location filename="../ViewManager/ViewManager.py" line="1911" />
-      <location filename="../QScintilla/MiniEditor.py" line="2092" />
-      <location filename="../QScintilla/MiniEditor.py" line="1084" />
-      <location filename="../QScintilla/ShellWindow.py" line="669" />
-      <source>End</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1759" />
-      <location filename="../ViewManager/ViewManager.py" line="1758" />
-      <location filename="../QScintilla/MiniEditor.py" line="928" />
-      <location filename="../QScintilla/MiniEditor.py" line="927" />
-      <location filename="../QScintilla/ShellWindow.py" line="677" />
-      <location filename="../QScintilla/ShellWindow.py" line="676" />
-      <source>Move up one line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1760" />
-      <location filename="../QScintilla/MiniEditor.py" line="929" />
-      <location filename="../QScintilla/ShellWindow.py" line="678" />
-      <source>Up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1767" />
-      <location filename="../QScintilla/MiniEditor.py" line="936" />
-      <location filename="../QScintilla/ShellWindow.py" line="685" />
-      <source>Meta+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1775" />
-      <location filename="../ViewManager/ViewManager.py" line="1774" />
-      <location filename="../QScintilla/MiniEditor.py" line="944" />
-      <location filename="../QScintilla/MiniEditor.py" line="943" />
-      <location filename="../QScintilla/ShellWindow.py" line="693" />
-      <location filename="../QScintilla/ShellWindow.py" line="692" />
-      <source>Move down one line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1776" />
-      <location filename="../QScintilla/MiniEditor.py" line="945" />
-      <location filename="../QScintilla/ShellWindow.py" line="694" />
-      <source>Down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1783" />
-      <location filename="../QScintilla/MiniEditor.py" line="952" />
-      <location filename="../QScintilla/ShellWindow.py" line="701" />
-      <source>Meta+N</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2023" />
-      <location filename="../ViewManager/ViewManager.py" line="1920" />
-      <location filename="../QScintilla/MiniEditor.py" line="1196" />
-      <location filename="../QScintilla/MiniEditor.py" line="1093" />
-      <location filename="../QScintilla/ShellWindow.py" line="710" />
-      <source>Ctrl+Down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2003" />
-      <location filename="../ViewManager/ViewManager.py" line="1932" />
-      <location filename="../QScintilla/MiniEditor.py" line="1176" />
-      <location filename="../QScintilla/MiniEditor.py" line="1105" />
-      <location filename="../QScintilla/ShellWindow.py" line="722" />
-      <source>Ctrl+Up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1967" />
-      <location filename="../ViewManager/ViewManager.py" line="1966" />
-      <location filename="../QScintilla/MiniEditor.py" line="1140" />
-      <location filename="../QScintilla/MiniEditor.py" line="1139" />
-      <location filename="../QScintilla/ShellWindow.py" line="733" />
-      <location filename="../QScintilla/ShellWindow.py" line="732" />
-      <source>Move up one page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1968" />
-      <location filename="../QScintilla/MiniEditor.py" line="1141" />
-      <location filename="../QScintilla/ShellWindow.py" line="734" />
-      <source>PgUp</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1979" />
-      <location filename="../ViewManager/ViewManager.py" line="1978" />
-      <location filename="../QScintilla/MiniEditor.py" line="1152" />
-      <location filename="../QScintilla/MiniEditor.py" line="1151" />
-      <location filename="../QScintilla/ShellWindow.py" line="745" />
-      <location filename="../QScintilla/ShellWindow.py" line="744" />
-      <source>Move down one page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1980" />
-      <location filename="../QScintilla/MiniEditor.py" line="1153" />
-      <location filename="../QScintilla/ShellWindow.py" line="746" />
-      <source>PgDown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1987" />
-      <location filename="../QScintilla/MiniEditor.py" line="1160" />
-      <location filename="../QScintilla/ShellWindow.py" line="753" />
-      <source>Meta+V</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2670" />
-      <location filename="../ViewManager/ViewManager.py" line="2669" />
-      <location filename="../QScintilla/MiniEditor.py" line="1860" />
-      <location filename="../QScintilla/MiniEditor.py" line="1859" />
-      <location filename="../QScintilla/ShellWindow.py" line="761" />
-      <location filename="../QScintilla/ShellWindow.py" line="760" />
-      <source>Escape</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2671" />
-      <location filename="../QScintilla/MiniEditor.py" line="1861" />
-      <location filename="../QScintilla/ShellWindow.py" line="762" />
-      <source>Esc</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2061" />
-      <location filename="../ViewManager/ViewManager.py" line="2058" />
-      <location filename="../QScintilla/MiniEditor.py" line="1234" />
-      <location filename="../QScintilla/MiniEditor.py" line="1231" />
-      <location filename="../QScintilla/ShellWindow.py" line="775" />
-      <location filename="../QScintilla/ShellWindow.py" line="772" />
-      <source>Extend selection left one character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2064" />
-      <location filename="../QScintilla/MiniEditor.py" line="1237" />
-      <location filename="../QScintilla/ShellWindow.py" line="778" />
-      <source>Shift+Left</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2071" />
-      <location filename="../QScintilla/MiniEditor.py" line="1244" />
-      <location filename="../QScintilla/ShellWindow.py" line="785" />
-      <source>Meta+Shift+B</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2081" />
-      <location filename="../ViewManager/ViewManager.py" line="2078" />
-      <location filename="../QScintilla/MiniEditor.py" line="1254" />
-      <location filename="../QScintilla/MiniEditor.py" line="1251" />
-      <location filename="../QScintilla/ShellWindow.py" line="795" />
-      <location filename="../QScintilla/ShellWindow.py" line="792" />
-      <source>Extend selection right one character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2084" />
-      <location filename="../QScintilla/MiniEditor.py" line="1257" />
-      <location filename="../QScintilla/ShellWindow.py" line="798" />
-      <source>Shift+Right</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2091" />
-      <location filename="../QScintilla/MiniEditor.py" line="1264" />
-      <location filename="../QScintilla/ShellWindow.py" line="805" />
-      <source>Meta+Shift+F</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2175" />
-      <location filename="../ViewManager/ViewManager.py" line="2174" />
-      <location filename="../QScintilla/MiniEditor.py" line="1348" />
-      <location filename="../QScintilla/MiniEditor.py" line="1347" />
-      <location filename="../QScintilla/ShellWindow.py" line="813" />
-      <location filename="../QScintilla/ShellWindow.py" line="812" />
-      <source>Extend selection left one word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2184" />
-      <location filename="../ViewManager/ViewManager.py" line="2144" />
-      <location filename="../QScintilla/MiniEditor.py" line="1357" />
-      <location filename="../QScintilla/MiniEditor.py" line="1317" />
-      <location filename="../QScintilla/ShellWindow.py" line="822" />
-      <source>Alt+Shift+Left</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3088" />
-      <location filename="../ViewManager/ViewManager.py" line="2190" />
-      <location filename="../QScintilla/MiniEditor.py" line="2278" />
-      <location filename="../QScintilla/MiniEditor.py" line="1363" />
-      <location filename="../QScintilla/ShellWindow.py" line="828" />
-      <source>Ctrl+Shift+Left</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2201" />
-      <location filename="../ViewManager/ViewManager.py" line="2198" />
-      <location filename="../QScintilla/MiniEditor.py" line="1374" />
-      <location filename="../QScintilla/MiniEditor.py" line="1371" />
-      <location filename="../QScintilla/ShellWindow.py" line="839" />
-      <location filename="../QScintilla/ShellWindow.py" line="836" />
-      <source>Extend selection right one word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2962" />
-      <location filename="../ViewManager/ViewManager.py" line="2212" />
-      <location filename="../ViewManager/ViewManager.py" line="2166" />
-      <location filename="../QScintilla/MiniEditor.py" line="2152" />
-      <location filename="../QScintilla/MiniEditor.py" line="1385" />
-      <location filename="../QScintilla/MiniEditor.py" line="1339" />
-      <location filename="../QScintilla/ShellWindow.py" line="850" />
-      <source>Alt+Shift+Right</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2649" />
-      <location filename="../ViewManager/ViewManager.py" line="2218" />
-      <location filename="../QScintilla/MiniEditor.py" line="1839" />
-      <location filename="../QScintilla/MiniEditor.py" line="1391" />
-      <location filename="../QScintilla/ShellWindow.py" line="856" />
-      <source>Ctrl+Shift+Right</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2230" />
-      <location filename="../ViewManager/ViewManager.py" line="2226" />
-      <location filename="../QScintilla/MiniEditor.py" line="1403" />
-      <location filename="../QScintilla/MiniEditor.py" line="1399" />
-      <location filename="../QScintilla/ShellWindow.py" line="868" />
-      <location filename="../QScintilla/ShellWindow.py" line="864" />
-      <source>Extend selection to first visible character in document line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2241" />
-      <location filename="../QScintilla/MiniEditor.py" line="1414" />
-      <location filename="../QScintilla/ShellWindow.py" line="879" />
-      <source>Shift+Home</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2251" />
-      <location filename="../ViewManager/ViewManager.py" line="2248" />
-      <location filename="../QScintilla/MiniEditor.py" line="1424" />
-      <location filename="../QScintilla/MiniEditor.py" line="1421" />
-      <location filename="../QScintilla/ShellWindow.py" line="889" />
-      <location filename="../QScintilla/ShellWindow.py" line="886" />
-      <source>Extend selection to end of document line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2261" />
-      <location filename="../QScintilla/MiniEditor.py" line="1434" />
-      <location filename="../QScintilla/ShellWindow.py" line="899" />
-      <source>Meta+Shift+E</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2265" />
-      <location filename="../QScintilla/MiniEditor.py" line="1438" />
-      <location filename="../QScintilla/ShellWindow.py" line="903" />
-      <source>Shift+End</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4031" />
-      <location filename="../ViewManager/ViewManager.py" line="4029" />
-      <location filename="../ViewManager/ViewManager.py" line="3464" />
-      <location filename="../QScintilla/MiniEditor.py" line="2534" />
-      <location filename="../QScintilla/ShellWindow.py" line="917" />
-      <source>Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3466" />
-      <location filename="../QScintilla/MiniEditor.py" line="2536" />
-      <location filename="../QScintilla/ShellWindow.py" line="919" />
-      <source>&amp;Search...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3468" />
-      <location filename="../QScintilla/MiniEditor.py" line="2538" />
-      <location filename="../QScintilla/ShellWindow.py" line="921" />
-      <source>Ctrl+F</source>
-      <comment>Search|Search</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3475" />
-      <location filename="../QScintilla/MiniEditor.py" line="2545" />
-      <location filename="../QScintilla/ShellWindow.py" line="928" />
-      <source>Search for a text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="931" />
-      <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3490" />
-      <location filename="../QScintilla/MiniEditor.py" line="2560" />
-      <location filename="../QScintilla/ShellWindow.py" line="943" />
-      <source>Search next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3492" />
-      <location filename="../QScintilla/MiniEditor.py" line="2562" />
-      <location filename="../QScintilla/ShellWindow.py" line="945" />
-      <source>Search &amp;next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3494" />
-      <location filename="../QScintilla/MiniEditor.py" line="2564" />
-      <location filename="../QScintilla/ShellWindow.py" line="947" />
-      <source>F3</source>
-      <comment>Search|Search next</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3501" />
-      <location filename="../QScintilla/MiniEditor.py" line="2571" />
-      <location filename="../QScintilla/ShellWindow.py" line="954" />
-      <source>Search next occurrence of text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="957" />
-      <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3516" />
-      <location filename="../QScintilla/MiniEditor.py" line="2586" />
-      <location filename="../QScintilla/ShellWindow.py" line="971" />
-      <source>Search previous</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3518" />
-      <location filename="../QScintilla/MiniEditor.py" line="2588" />
-      <location filename="../QScintilla/ShellWindow.py" line="973" />
-      <source>Search &amp;previous</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3520" />
-      <location filename="../QScintilla/MiniEditor.py" line="2590" />
-      <location filename="../QScintilla/ShellWindow.py" line="975" />
-      <source>Shift+F3</source>
-      <comment>Search|Search previous</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3529" />
-      <location filename="../QScintilla/MiniEditor.py" line="2599" />
-      <location filename="../QScintilla/ShellWindow.py" line="984" />
-      <source>Search previous occurrence of text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ShellWindow.py" line="989" />
-      <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4072" />
-      <location filename="../QScintilla/MiniEditor.py" line="2757" />
-      <location filename="../QScintilla/ShellWindow.py" line="1010" />
-      <source>Zoom in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4074" />
-      <location filename="../QScintilla/MiniEditor.py" line="2759" />
-      <location filename="../QScintilla/ShellWindow.py" line="1012" />
-      <source>Zoom &amp;in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4076" />
-      <location filename="../QScintilla/MiniEditor.py" line="2761" />
-      <location filename="../QScintilla/ShellWindow.py" line="1014" />
-      <source>Ctrl++</source>
-      <comment>View|Zoom in</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4079" />
-      <location filename="../QScintilla/MiniEditor.py" line="2764" />
-      <location filename="../QScintilla/ShellWindow.py" line="1017" />
-      <source>Zoom In</source>
-      <comment>View|Zoom in</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4085" />
-      <location filename="../QScintilla/MiniEditor.py" line="2770" />
-      <location filename="../QScintilla/ShellWindow.py" line="1023" />
-      <source>Zoom in on the text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4088" />
-      <location filename="../QScintilla/MiniEditor.py" line="2773" />
-      <location filename="../QScintilla/ShellWindow.py" line="1026" />
-      <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the text. This makes the text bigger.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4098" />
-      <location filename="../QScintilla/MiniEditor.py" line="2783" />
-      <location filename="../QScintilla/ShellWindow.py" line="1036" />
-      <source>Zoom out</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4100" />
-      <location filename="../QScintilla/MiniEditor.py" line="2785" />
-      <location filename="../QScintilla/ShellWindow.py" line="1038" />
-      <source>Zoom &amp;out</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4102" />
-      <location filename="../QScintilla/MiniEditor.py" line="2787" />
-      <location filename="../QScintilla/ShellWindow.py" line="1040" />
-      <source>Ctrl+-</source>
-      <comment>View|Zoom out</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4105" />
-      <location filename="../QScintilla/MiniEditor.py" line="2790" />
-      <location filename="../QScintilla/ShellWindow.py" line="1043" />
-      <source>Zoom Out</source>
-      <comment>View|Zoom out</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4111" />
-      <location filename="../QScintilla/MiniEditor.py" line="2796" />
-      <location filename="../QScintilla/ShellWindow.py" line="1049" />
-      <source>Zoom out on the text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4114" />
-      <location filename="../QScintilla/MiniEditor.py" line="2799" />
-      <location filename="../QScintilla/ShellWindow.py" line="1052" />
-      <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the text. This makes the text smaller.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4124" />
-      <location filename="../QScintilla/MiniEditor.py" line="2809" />
-      <location filename="../QScintilla/ShellWindow.py" line="1062" />
-      <source>Zoom reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4126" />
-      <location filename="../QScintilla/MiniEditor.py" line="2811" />
-      <location filename="../QScintilla/ShellWindow.py" line="1064" />
-      <source>Zoom &amp;reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4128" />
-      <location filename="../QScintilla/MiniEditor.py" line="2813" />
-      <location filename="../QScintilla/ShellWindow.py" line="1066" />
-      <source>Ctrl+0</source>
-      <comment>View|Zoom reset</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4135" />
-      <location filename="../QScintilla/MiniEditor.py" line="2820" />
-      <location filename="../QScintilla/ShellWindow.py" line="1073" />
-      <source>Reset the zoom of the text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4138" />
-      <location filename="../QScintilla/MiniEditor.py" line="2823" />
-      <location filename="../QScintilla/ShellWindow.py" line="1076" />
-      <source>&lt;b&gt;Zoom reset&lt;/b&gt;&lt;p&gt;Reset the zoom of the text. This sets the zoom factor to 100%.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4149" />
-      <location filename="../QScintilla/MiniEditor.py" line="2834" />
-      <location filename="../QScintilla/ShellWindow.py" line="1087" />
-      <source>Zoom</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4151" />
-      <location filename="../QScintilla/MiniEditor.py" line="2836" />
-      <location filename="../QScintilla/ShellWindow.py" line="1089" />
-      <source>&amp;Zoom</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4158" />
-      <location filename="../QScintilla/MiniEditor.py" line="2843" />
-      <location filename="../QScintilla/ShellWindow.py" line="1096" />
-      <source>Zoom the text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4161" />
-      <location filename="../QScintilla/MiniEditor.py" line="2846" />
-      <location filename="../QScintilla/ShellWindow.py" line="1099" />
-      <source>&lt;b&gt;Zoom&lt;/b&gt;&lt;p&gt;Zoom the text. This opens a dialog where the desired size can be entered.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="813" />
-      <location filename="../ViewManager/ViewManager.py" line="811" />
-      <location filename="../QScintilla/MiniEditor.py" line="742" />
-      <source>Print Preview</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1791" />
-      <location filename="../ViewManager/ViewManager.py" line="1790" />
-      <location filename="../QScintilla/MiniEditor.py" line="960" />
-      <location filename="../QScintilla/MiniEditor.py" line="959" />
-      <source>Move left one word part</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1807" />
-      <location filename="../ViewManager/ViewManager.py" line="1806" />
-      <location filename="../QScintilla/MiniEditor.py" line="976" />
-      <location filename="../QScintilla/MiniEditor.py" line="975" />
-      <source>Move right one word part</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2940" />
-      <location filename="../ViewManager/ViewManager.py" line="1815" />
-      <location filename="../QScintilla/MiniEditor.py" line="2130" />
-      <location filename="../QScintilla/MiniEditor.py" line="1020" />
-      <location filename="../QScintilla/MiniEditor.py" line="984" />
-      <source>Alt+Right</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1879" />
-      <location filename="../ViewManager/ViewManager.py" line="1878" />
-      <location filename="../QScintilla/MiniEditor.py" line="1052" />
-      <location filename="../QScintilla/MiniEditor.py" line="1051" />
-      <source>Move to start of display line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1891" />
-      <location filename="../QScintilla/MiniEditor.py" line="1064" />
-      <source>Alt+Home</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1919" />
-      <location filename="../ViewManager/ViewManager.py" line="1918" />
-      <location filename="../QScintilla/MiniEditor.py" line="1092" />
-      <location filename="../QScintilla/MiniEditor.py" line="1091" />
-      <source>Scroll view down one line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1931" />
-      <location filename="../ViewManager/ViewManager.py" line="1930" />
-      <location filename="../QScintilla/MiniEditor.py" line="1104" />
-      <location filename="../QScintilla/MiniEditor.py" line="1103" />
-      <source>Scroll view up one line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1943" />
-      <location filename="../ViewManager/ViewManager.py" line="1942" />
-      <location filename="../QScintilla/MiniEditor.py" line="1116" />
-      <location filename="../QScintilla/MiniEditor.py" line="1115" />
-      <source>Move up one paragraph</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1944" />
-      <location filename="../QScintilla/MiniEditor.py" line="1117" />
-      <source>Alt+Up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1955" />
-      <location filename="../ViewManager/ViewManager.py" line="1954" />
-      <location filename="../QScintilla/MiniEditor.py" line="1128" />
-      <location filename="../QScintilla/MiniEditor.py" line="1127" />
-      <source>Move down one paragraph</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1956" />
-      <location filename="../QScintilla/MiniEditor.py" line="1129" />
-      <source>Alt+Down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1995" />
-      <location filename="../ViewManager/ViewManager.py" line="1994" />
-      <location filename="../QScintilla/MiniEditor.py" line="1168" />
-      <location filename="../QScintilla/MiniEditor.py" line="1167" />
-      <source>Move to start of document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2007" />
-      <location filename="../QScintilla/MiniEditor.py" line="1180" />
-      <source>Ctrl+Home</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2015" />
-      <location filename="../ViewManager/ViewManager.py" line="2014" />
-      <location filename="../QScintilla/MiniEditor.py" line="1188" />
-      <location filename="../QScintilla/MiniEditor.py" line="1187" />
-      <source>Move to end of document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2027" />
-      <location filename="../QScintilla/MiniEditor.py" line="1200" />
-      <source>Ctrl+End</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2047" />
-      <location filename="../ViewManager/ViewManager.py" line="2046" />
-      <location filename="../QScintilla/MiniEditor.py" line="1220" />
-      <location filename="../QScintilla/MiniEditor.py" line="1219" />
-      <source>Unindent one level</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2048" />
-      <location filename="../QScintilla/MiniEditor.py" line="1221" />
-      <source>Shift+Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2099" />
-      <location filename="../ViewManager/ViewManager.py" line="2098" />
-      <location filename="../QScintilla/MiniEditor.py" line="1272" />
-      <location filename="../QScintilla/MiniEditor.py" line="1271" />
-      <source>Extend selection up one line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2100" />
-      <location filename="../QScintilla/MiniEditor.py" line="1273" />
-      <source>Shift+Up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2107" />
-      <location filename="../QScintilla/MiniEditor.py" line="1280" />
-      <source>Meta+Shift+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2115" />
-      <location filename="../ViewManager/ViewManager.py" line="2114" />
-      <location filename="../QScintilla/MiniEditor.py" line="1288" />
-      <location filename="../QScintilla/MiniEditor.py" line="1287" />
-      <source>Extend selection down one line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2116" />
-      <location filename="../QScintilla/MiniEditor.py" line="1289" />
-      <source>Shift+Down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2123" />
-      <location filename="../QScintilla/MiniEditor.py" line="1296" />
-      <source>Meta+Shift+N</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2133" />
-      <location filename="../ViewManager/ViewManager.py" line="2130" />
-      <location filename="../QScintilla/MiniEditor.py" line="1306" />
-      <location filename="../QScintilla/MiniEditor.py" line="1303" />
-      <source>Extend selection left one word part</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2155" />
-      <location filename="../ViewManager/ViewManager.py" line="2152" />
-      <location filename="../QScintilla/MiniEditor.py" line="1328" />
-      <location filename="../QScintilla/MiniEditor.py" line="1325" />
-      <source>Extend selection right one word part</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2275" />
-      <location filename="../ViewManager/ViewManager.py" line="2272" />
-      <location filename="../QScintilla/MiniEditor.py" line="1448" />
-      <location filename="../QScintilla/MiniEditor.py" line="1445" />
-      <source>Extend selection up one paragraph</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2278" />
-      <location filename="../QScintilla/MiniEditor.py" line="1451" />
-      <source>Alt+Shift+Up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2291" />
-      <location filename="../ViewManager/ViewManager.py" line="2288" />
-      <location filename="../QScintilla/MiniEditor.py" line="1464" />
-      <location filename="../QScintilla/MiniEditor.py" line="1461" />
-      <source>Extend selection down one paragraph</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2294" />
-      <location filename="../QScintilla/MiniEditor.py" line="1467" />
-      <source>Alt+Shift+Down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2305" />
-      <location filename="../ViewManager/ViewManager.py" line="2304" />
-      <location filename="../QScintilla/MiniEditor.py" line="1478" />
-      <location filename="../QScintilla/MiniEditor.py" line="1477" />
-      <source>Extend selection up one page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2306" />
-      <location filename="../QScintilla/MiniEditor.py" line="1479" />
-      <source>Shift+PgUp</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2317" />
-      <location filename="../ViewManager/ViewManager.py" line="2316" />
-      <location filename="../QScintilla/MiniEditor.py" line="1490" />
-      <location filename="../QScintilla/MiniEditor.py" line="1489" />
-      <source>Extend selection down one page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2318" />
-      <location filename="../QScintilla/MiniEditor.py" line="1491" />
-      <source>Shift+PgDown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2325" />
-      <location filename="../QScintilla/MiniEditor.py" line="1498" />
-      <source>Meta+Shift+V</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2335" />
-      <location filename="../ViewManager/ViewManager.py" line="2332" />
-      <location filename="../QScintilla/MiniEditor.py" line="1508" />
-      <location filename="../QScintilla/MiniEditor.py" line="1505" />
-      <source>Extend selection to start of document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2345" />
-      <location filename="../QScintilla/MiniEditor.py" line="1518" />
-      <source>Ctrl+Shift+Up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2350" />
-      <location filename="../QScintilla/MiniEditor.py" line="1523" />
-      <source>Ctrl+Shift+Home</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2361" />
-      <location filename="../ViewManager/ViewManager.py" line="2358" />
-      <location filename="../QScintilla/MiniEditor.py" line="1534" />
-      <location filename="../QScintilla/MiniEditor.py" line="1531" />
-      <source>Extend selection to end of document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2372" />
-      <location filename="../QScintilla/MiniEditor.py" line="1545" />
-      <source>Ctrl+Shift+Down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2378" />
-      <location filename="../QScintilla/MiniEditor.py" line="1551" />
-      <source>Ctrl+Shift+End</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2411" />
-      <location filename="../ViewManager/ViewManager.py" line="2408" />
-      <location filename="../QScintilla/MiniEditor.py" line="1584" />
-      <location filename="../QScintilla/MiniEditor.py" line="1581" />
-      <source>Delete previous character if not at start of line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2540" />
-      <location filename="../ViewManager/ViewManager.py" line="2539" />
-      <location filename="../QScintilla/MiniEditor.py" line="1698" />
-      <location filename="../QScintilla/MiniEditor.py" line="1697" />
-      <source>Duplicate current line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2541" />
-      <location filename="../QScintilla/MiniEditor.py" line="1699" />
-      <source>Ctrl+D</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2554" />
-      <location filename="../ViewManager/ViewManager.py" line="2551" />
-      <location filename="../QScintilla/MiniEditor.py" line="1712" />
-      <location filename="../QScintilla/MiniEditor.py" line="1709" />
-      <source>Swap current and previous lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2557" />
-      <location filename="../QScintilla/MiniEditor.py" line="1715" />
-      <source>Ctrl+T</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2568" />
-      <location filename="../ViewManager/ViewManager.py" line="2567" />
-      <location filename="../QScintilla/MiniEditor.py" line="1726" />
-      <location filename="../QScintilla/MiniEditor.py" line="1725" />
-      <source>Reverse selected lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2569" />
-      <location filename="../QScintilla/MiniEditor.py" line="1727" />
-      <source>Meta+Alt+R</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2580" />
-      <location filename="../ViewManager/ViewManager.py" line="2579" />
-      <location filename="../QScintilla/MiniEditor.py" line="1738" />
-      <location filename="../QScintilla/MiniEditor.py" line="1737" />
-      <source>Cut current line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2581" />
-      <location filename="../QScintilla/MiniEditor.py" line="1739" />
-      <source>Alt+Shift+L</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2592" />
-      <location filename="../ViewManager/ViewManager.py" line="2591" />
-      <location filename="../QScintilla/MiniEditor.py" line="1750" />
-      <location filename="../QScintilla/MiniEditor.py" line="1749" />
-      <source>Copy current line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2593" />
-      <location filename="../QScintilla/MiniEditor.py" line="1751" />
-      <source>Ctrl+Shift+T</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2604" />
-      <location filename="../ViewManager/ViewManager.py" line="2603" />
-      <location filename="../QScintilla/MiniEditor.py" line="1762" />
-      <location filename="../QScintilla/MiniEditor.py" line="1761" />
-      <source>Toggle insert/overtype</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2605" />
-      <location filename="../QScintilla/MiniEditor.py" line="1763" />
-      <source>Ins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3330" />
-      <location filename="../ViewManager/ViewManager.py" line="3327" />
-      <location filename="../QScintilla/MiniEditor.py" line="1776" />
-      <location filename="../QScintilla/MiniEditor.py" line="1773" />
-      <source>Convert selection to lower case</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3333" />
-      <location filename="../QScintilla/MiniEditor.py" line="1779" />
-      <source>Alt+Shift+U</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3346" />
-      <location filename="../ViewManager/ViewManager.py" line="3343" />
-      <location filename="../QScintilla/MiniEditor.py" line="1792" />
-      <location filename="../QScintilla/MiniEditor.py" line="1789" />
-      <source>Convert selection to upper case</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3349" />
-      <location filename="../QScintilla/MiniEditor.py" line="1795" />
-      <source>Ctrl+Shift+U</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2616" />
-      <location filename="../ViewManager/ViewManager.py" line="2615" />
-      <location filename="../QScintilla/MiniEditor.py" line="1806" />
-      <location filename="../QScintilla/MiniEditor.py" line="1805" />
-      <source>Move to end of display line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2628" />
-      <location filename="../QScintilla/MiniEditor.py" line="1818" />
-      <source>Alt+End</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2638" />
-      <location filename="../ViewManager/ViewManager.py" line="2635" />
-      <location filename="../QScintilla/MiniEditor.py" line="1828" />
-      <location filename="../QScintilla/MiniEditor.py" line="1825" />
-      <source>Extend selection to end of display line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2658" />
-      <location filename="../ViewManager/ViewManager.py" line="2657" />
-      <location filename="../QScintilla/MiniEditor.py" line="1848" />
-      <location filename="../QScintilla/MiniEditor.py" line="1847" />
-      <source>Formfeed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2684" />
-      <location filename="../ViewManager/ViewManager.py" line="2681" />
-      <location filename="../QScintilla/MiniEditor.py" line="1874" />
-      <location filename="../QScintilla/MiniEditor.py" line="1871" />
-      <source>Extend rectangular selection down one line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2687" />
-      <location filename="../QScintilla/MiniEditor.py" line="1877" />
-      <source>Alt+Ctrl+Down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2695" />
-      <location filename="../QScintilla/MiniEditor.py" line="1885" />
-      <source>Meta+Alt+Shift+N</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2706" />
-      <location filename="../ViewManager/ViewManager.py" line="2703" />
-      <location filename="../QScintilla/MiniEditor.py" line="1896" />
-      <location filename="../QScintilla/MiniEditor.py" line="1893" />
-      <source>Extend rectangular selection up one line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2709" />
-      <location filename="../QScintilla/MiniEditor.py" line="1899" />
-      <source>Alt+Ctrl+Up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2717" />
-      <location filename="../QScintilla/MiniEditor.py" line="1907" />
-      <source>Meta+Alt+Shift+P</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2728" />
-      <location filename="../ViewManager/ViewManager.py" line="2725" />
-      <location filename="../QScintilla/MiniEditor.py" line="1918" />
-      <location filename="../QScintilla/MiniEditor.py" line="1915" />
-      <source>Extend rectangular selection left one character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2731" />
-      <location filename="../QScintilla/MiniEditor.py" line="1921" />
-      <source>Alt+Ctrl+Left</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2739" />
-      <location filename="../QScintilla/MiniEditor.py" line="1929" />
-      <source>Meta+Alt+Shift+B</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2750" />
-      <location filename="../ViewManager/ViewManager.py" line="2747" />
-      <location filename="../QScintilla/MiniEditor.py" line="1940" />
-      <location filename="../QScintilla/MiniEditor.py" line="1937" />
-      <source>Extend rectangular selection right one character</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2753" />
-      <location filename="../QScintilla/MiniEditor.py" line="1943" />
-      <source>Alt+Ctrl+Right</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2761" />
-      <location filename="../QScintilla/MiniEditor.py" line="1951" />
-      <source>Meta+Alt+Shift+F</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2774" />
-      <location filename="../ViewManager/ViewManager.py" line="2769" />
-      <location filename="../QScintilla/MiniEditor.py" line="1964" />
-      <location filename="../QScintilla/MiniEditor.py" line="1959" />
-      <source>Extend rectangular selection to first visible character in document line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2787" />
-      <location filename="../QScintilla/MiniEditor.py" line="1977" />
-      <source>Alt+Shift+Home</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2798" />
-      <location filename="../ViewManager/ViewManager.py" line="2795" />
-      <location filename="../QScintilla/MiniEditor.py" line="1988" />
-      <location filename="../QScintilla/MiniEditor.py" line="1985" />
-      <source>Extend rectangular selection to end of document line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2809" />
-      <location filename="../QScintilla/MiniEditor.py" line="1999" />
-      <source>Meta+Alt+Shift+E</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2814" />
-      <location filename="../QScintilla/MiniEditor.py" line="2004" />
-      <source>Alt+Shift+End</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2824" />
-      <location filename="../ViewManager/ViewManager.py" line="2821" />
-      <location filename="../QScintilla/MiniEditor.py" line="2014" />
-      <location filename="../QScintilla/MiniEditor.py" line="2011" />
-      <source>Extend rectangular selection up one page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2827" />
-      <location filename="../QScintilla/MiniEditor.py" line="2017" />
-      <source>Alt+Shift+PgUp</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2840" />
-      <location filename="../ViewManager/ViewManager.py" line="2837" />
-      <location filename="../QScintilla/MiniEditor.py" line="2030" />
-      <location filename="../QScintilla/MiniEditor.py" line="2027" />
-      <source>Extend rectangular selection down one page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2843" />
-      <location filename="../QScintilla/MiniEditor.py" line="2033" />
-      <source>Alt+Shift+PgDown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2851" />
-      <location filename="../QScintilla/MiniEditor.py" line="2041" />
-      <source>Meta+Alt+Shift+V</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2860" />
-      <location filename="../ViewManager/ViewManager.py" line="2859" />
-      <location filename="../QScintilla/MiniEditor.py" line="2516" />
-      <location filename="../QScintilla/MiniEditor.py" line="2515" />
-      <location filename="../QScintilla/MiniEditor.py" line="2050" />
-      <location filename="../QScintilla/MiniEditor.py" line="2049" />
-      <source>Duplicate current selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2861" />
-      <location filename="../QScintilla/MiniEditor.py" line="2517" />
-      <location filename="../QScintilla/MiniEditor.py" line="2051" />
-      <source>Ctrl+Shift+D</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2875" />
-      <location filename="../ViewManager/ViewManager.py" line="2872" />
-      <location filename="../QScintilla/MiniEditor.py" line="2065" />
-      <location filename="../QScintilla/MiniEditor.py" line="2062" />
-      <source>Scroll to start of document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2894" />
-      <location filename="../ViewManager/ViewManager.py" line="2893" />
-      <location filename="../QScintilla/MiniEditor.py" line="2084" />
-      <location filename="../QScintilla/MiniEditor.py" line="2083" />
-      <source>Scroll to end of document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2913" />
-      <location filename="../ViewManager/ViewManager.py" line="2910" />
-      <location filename="../QScintilla/MiniEditor.py" line="2103" />
-      <location filename="../QScintilla/MiniEditor.py" line="2100" />
-      <source>Scroll vertically to center current line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2923" />
-      <location filename="../QScintilla/MiniEditor.py" line="2113" />
-      <source>Meta+L</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2932" />
-      <location filename="../ViewManager/ViewManager.py" line="2931" />
-      <location filename="../QScintilla/MiniEditor.py" line="2122" />
-      <location filename="../QScintilla/MiniEditor.py" line="2121" />
-      <source>Move to end of next word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2951" />
-      <location filename="../ViewManager/ViewManager.py" line="2948" />
-      <location filename="../QScintilla/MiniEditor.py" line="2141" />
-      <location filename="../QScintilla/MiniEditor.py" line="2138" />
-      <source>Extend selection to end of next word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2974" />
-      <location filename="../ViewManager/ViewManager.py" line="2971" />
-      <location filename="../QScintilla/MiniEditor.py" line="2164" />
-      <location filename="../QScintilla/MiniEditor.py" line="2161" />
-      <source>Move to end of previous word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2991" />
-      <location filename="../ViewManager/ViewManager.py" line="2988" />
-      <location filename="../QScintilla/MiniEditor.py" line="2181" />
-      <location filename="../QScintilla/MiniEditor.py" line="2178" />
-      <source>Extend selection to end of previous word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3008" />
-      <location filename="../ViewManager/ViewManager.py" line="3005" />
-      <location filename="../QScintilla/MiniEditor.py" line="2198" />
-      <location filename="../QScintilla/MiniEditor.py" line="2195" />
-      <source>Move to start of document line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3018" />
-      <location filename="../QScintilla/MiniEditor.py" line="2208" />
-      <source>Meta+A</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3029" />
-      <location filename="../ViewManager/ViewManager.py" line="3026" />
-      <location filename="../QScintilla/MiniEditor.py" line="2219" />
-      <location filename="../QScintilla/MiniEditor.py" line="2216" />
-      <source>Extend selection to start of document line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3040" />
-      <location filename="../QScintilla/MiniEditor.py" line="2230" />
-      <source>Meta+Shift+A</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3053" />
-      <location filename="../ViewManager/ViewManager.py" line="3049" />
-      <location filename="../QScintilla/MiniEditor.py" line="2243" />
-      <location filename="../QScintilla/MiniEditor.py" line="2239" />
-      <source>Extend rectangular selection to start of document line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3065" />
-      <location filename="../QScintilla/MiniEditor.py" line="2255" />
-      <source>Meta+Alt+Shift+A</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3077" />
-      <location filename="../ViewManager/ViewManager.py" line="3074" />
-      <location filename="../QScintilla/MiniEditor.py" line="2267" />
-      <location filename="../QScintilla/MiniEditor.py" line="2264" />
-      <source>Extend selection to start of display line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3100" />
-      <location filename="../ViewManager/ViewManager.py" line="3097" />
-      <location filename="../QScintilla/MiniEditor.py" line="2290" />
-      <location filename="../QScintilla/MiniEditor.py" line="2287" />
-      <source>Move to start of display or document line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3118" />
-      <location filename="../ViewManager/ViewManager.py" line="3114" />
-      <location filename="../QScintilla/MiniEditor.py" line="2308" />
-      <location filename="../QScintilla/MiniEditor.py" line="2304" />
-      <source>Extend selection to start of display or document line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3137" />
-      <location filename="../ViewManager/ViewManager.py" line="3133" />
-      <location filename="../QScintilla/MiniEditor.py" line="2327" />
-      <location filename="../QScintilla/MiniEditor.py" line="2323" />
-      <source>Move to first visible character in display or document line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3157" />
-      <location filename="../ViewManager/ViewManager.py" line="3152" />
-      <location filename="../QScintilla/MiniEditor.py" line="2347" />
-      <location filename="../QScintilla/MiniEditor.py" line="2342" />
-      <source>Extend selection to first visible character in display or document line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3176" />
-      <location filename="../ViewManager/ViewManager.py" line="3173" />
-      <location filename="../QScintilla/MiniEditor.py" line="2366" />
-      <location filename="../QScintilla/MiniEditor.py" line="2363" />
-      <source>Move to end of display or document line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3193" />
-      <location filename="../ViewManager/ViewManager.py" line="3190" />
-      <location filename="../QScintilla/MiniEditor.py" line="2383" />
-      <location filename="../QScintilla/MiniEditor.py" line="2380" />
-      <source>Extend selection to end of display or document line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3208" />
-      <location filename="../ViewManager/ViewManager.py" line="3207" />
-      <location filename="../QScintilla/MiniEditor.py" line="2398" />
-      <location filename="../QScintilla/MiniEditor.py" line="2397" />
-      <source>Stuttered move up one page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3223" />
-      <location filename="../ViewManager/ViewManager.py" line="3220" />
-      <location filename="../QScintilla/MiniEditor.py" line="2413" />
-      <location filename="../QScintilla/MiniEditor.py" line="2410" />
-      <source>Stuttered extend selection up one page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3240" />
-      <location filename="../ViewManager/ViewManager.py" line="3237" />
-      <location filename="../QScintilla/MiniEditor.py" line="2430" />
-      <location filename="../QScintilla/MiniEditor.py" line="2427" />
-      <source>Stuttered move down one page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3257" />
-      <location filename="../ViewManager/ViewManager.py" line="3254" />
-      <location filename="../QScintilla/MiniEditor.py" line="2447" />
-      <location filename="../QScintilla/MiniEditor.py" line="2444" />
-      <source>Stuttered extend selection down one page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3274" />
-      <location filename="../ViewManager/ViewManager.py" line="3271" />
-      <location filename="../QScintilla/MiniEditor.py" line="2464" />
-      <location filename="../QScintilla/MiniEditor.py" line="2461" />
-      <source>Delete right to end of next word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3284" />
-      <location filename="../QScintilla/MiniEditor.py" line="2474" />
-      <source>Alt+Del</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3295" />
-      <location filename="../ViewManager/ViewManager.py" line="3292" />
-      <location filename="../QScintilla/MiniEditor.py" line="2485" />
-      <location filename="../QScintilla/MiniEditor.py" line="2482" />
-      <source>Move selected lines up one line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3312" />
-      <location filename="../ViewManager/ViewManager.py" line="3309" />
-      <location filename="../QScintilla/MiniEditor.py" line="2502" />
-      <location filename="../QScintilla/MiniEditor.py" line="2499" />
-      <source>Move selected lines down one line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3478" />
-      <location filename="../QScintilla/MiniEditor.py" line="2548" />
-      <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the current editor. A dialog is shown to enter the searchtext and options for the search.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3504" />
-      <location filename="../QScintilla/MiniEditor.py" line="2574" />
-      <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the current editor. The previously entered searchtext and options are reused.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3534" />
-      <location filename="../QScintilla/MiniEditor.py" line="2604" />
-      <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the current editor. The previously entered searchtext and options are reused.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3548" />
-      <location filename="../ViewManager/ViewManager.py" line="3546" />
-      <location filename="../QScintilla/MiniEditor.py" line="2618" />
-      <location filename="../QScintilla/MiniEditor.py" line="2616" />
-      <source>Clear search markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3550" />
-      <location filename="../QScintilla/MiniEditor.py" line="2620" />
-      <source>Ctrl+3</source>
-      <comment>Search|Clear search markers</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3559" />
-      <location filename="../QScintilla/MiniEditor.py" line="2629" />
-      <source>Clear all displayed search markers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3564" />
-      <location filename="../QScintilla/MiniEditor.py" line="2634" />
-      <source>&lt;b&gt;Clear search markers&lt;/b&gt;&lt;p&gt;Clear all displayed search markers.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3632" />
-      <location filename="../QScintilla/MiniEditor.py" line="2644" />
-      <source>Replace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3633" />
-      <location filename="../QScintilla/MiniEditor.py" line="2645" />
-      <source>&amp;Replace...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3635" />
-      <location filename="../QScintilla/MiniEditor.py" line="2647" />
-      <source>Ctrl+R</source>
-      <comment>Search|Replace</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3642" />
-      <location filename="../QScintilla/MiniEditor.py" line="2654" />
-      <source>Replace some text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3645" />
-      <location filename="../QScintilla/MiniEditor.py" line="2657" />
-      <source>&lt;b&gt;Replace&lt;/b&gt;&lt;p&gt;Search for some text in the current editor and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and replace.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3659" />
-      <location filename="../ViewManager/ViewManager.py" line="3657" />
-      <location filename="../QScintilla/MiniEditor.py" line="2671" />
-      <location filename="../QScintilla/MiniEditor.py" line="2669" />
-      <source>Replace and Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3661" />
-      <location filename="../QScintilla/MiniEditor.py" line="2673" />
-      <source>Meta+R</source>
-      <comment>Search|Replace and Search</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3670" />
-      <location filename="../QScintilla/MiniEditor.py" line="2682" />
-      <source>Replace the found text and search the next occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3675" />
-      <location filename="../QScintilla/MiniEditor.py" line="2687" />
-      <source>&lt;b&gt;Replace and Search&lt;/b&gt;&lt;p&gt;Replace the found occurrence of text in the current editor and search for the next one. The previously entered search text and options are reused.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3689" />
-      <location filename="../ViewManager/ViewManager.py" line="3687" />
-      <location filename="../QScintilla/MiniEditor.py" line="2701" />
-      <location filename="../QScintilla/MiniEditor.py" line="2699" />
-      <source>Replace Occurrence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3691" />
-      <location filename="../QScintilla/MiniEditor.py" line="2703" />
-      <source>Ctrl+Meta+R</source>
-      <comment>Search|Replace Occurrence</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3700" />
-      <location filename="../QScintilla/MiniEditor.py" line="2712" />
-      <source>Replace the found text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3703" />
-      <location filename="../QScintilla/MiniEditor.py" line="2715" />
-      <source>&lt;b&gt;Replace Occurrence&lt;/b&gt;&lt;p&gt;Replace the found occurrence of the search text in the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3716" />
-      <location filename="../ViewManager/ViewManager.py" line="3714" />
-      <location filename="../QScintilla/MiniEditor.py" line="2728" />
-      <location filename="../QScintilla/MiniEditor.py" line="2726" />
-      <source>Replace All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3718" />
-      <location filename="../QScintilla/MiniEditor.py" line="2730" />
-      <source>Shift+Meta+R</source>
-      <comment>Search|Replace All</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3727" />
-      <location filename="../QScintilla/MiniEditor.py" line="2739" />
-      <source>Replace search text occurrences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3730" />
-      <location filename="../QScintilla/MiniEditor.py" line="2742" />
-      <source>&lt;b&gt;Replace All&lt;/b&gt;&lt;p&gt;Replace all occurrences of the search text in the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="589" />
-      <source>New</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="591" />
-      <source>&amp;New</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="593" />
-      <source>Ctrl+N</source>
-      <comment>File|New</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="600" />
-      <source>Open an empty editor window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="603" />
-      <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;An empty editor window will be created.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="612" />
-      <source>Open</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="614" />
-      <source>&amp;Open...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="616" />
-      <source>Ctrl+O</source>
-      <comment>File|Open</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="623" />
-      <source>Open a file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="626" />
-      <source>&lt;b&gt;Open a file&lt;/b&gt;&lt;p&gt;You will be asked for the name of a file to be opened in an editor window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="639" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="641" />
-      <source>&amp;Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="643" />
-      <source>Ctrl+W</source>
-      <comment>File|Close</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="650" />
-      <source>Close the current window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="653" />
-      <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="662" />
-      <source>Close All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="663" />
-      <source>Clos&amp;e All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="670" />
-      <source>Close all editor windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="673" />
-      <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all editor windows.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="686" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="688" />
-      <source>&amp;Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="697" />
-      <source>Save the current file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="700" />
-      <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="710" />
-      <source>Save as</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="712" />
-      <source>Save &amp;as...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="714" />
-      <source>Shift+Ctrl+S</source>
-      <comment>File|Save As</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="723" />
-      <source>Save the current file to a new one</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="728" />
-      <source>&lt;b&gt;Save File as&lt;/b&gt;&lt;p&gt;Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="739" />
-      <source>Save Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="741" />
-      <source>Save &amp;Copy...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="748" />
-      <source>Save a copy of the current file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="751" />
-      <source>&lt;b&gt;Save Copy&lt;/b&gt;&lt;p&gt;Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="762" />
-      <source>Save all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="764" />
-      <source>Save a&amp;ll</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="771" />
-      <source>Save all files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="774" />
-      <source>&lt;b&gt;Save All Files&lt;/b&gt;&lt;p&gt;Save the contents of all editor windows.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="786" />
-      <source>Print</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="788" />
-      <source>&amp;Print</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="790" />
-      <source>Ctrl+P</source>
-      <comment>File|Print</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="797" />
-      <source>Print the current file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="800" />
-      <source>&lt;b&gt;Print File&lt;/b&gt;&lt;p&gt;Print the contents of current editor window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="820" />
-      <source>Print preview of the current file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="825" />
-      <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the current editor window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="836" />
-      <source>Find File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="838" />
-      <source>Find &amp;File...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="840" />
-      <source>Alt+Ctrl+F</source>
-      <comment>File|Find File</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="849" />
-      <source>Search for a file by entering a search pattern</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="854" />
-      <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This searches for a file by entering a search pattern.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="869" />
-      <source>&amp;File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="871" />
-      <source>Open &amp;Recent Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="874" />
-      <source>Open &amp;Bookmarked Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="918" />
-      <location filename="../ViewManager/ViewManager.py" line="916" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="941" />
-      <source>Export as</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="965" />
-      <source>Undo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="967" />
-      <source>&amp;Undo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="969" />
-      <source>Ctrl+Z</source>
-      <comment>Edit|Undo</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="972" />
-      <source>Alt+Backspace</source>
-      <comment>Edit|Undo</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="978" />
-      <source>Undo the last change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="981" />
-      <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done in the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="991" />
-      <source>Redo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="993" />
-      <source>&amp;Redo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="995" />
-      <source>Ctrl+Shift+Z</source>
-      <comment>Edit|Redo</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1002" />
-      <source>Redo the last change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1005" />
-      <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done in the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1025" />
-      <location filename="../ViewManager/ViewManager.py" line="1015" />
-      <source>Revert to last saved state</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1016" />
-      <source>Re&amp;vert to last saved state</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1018" />
-      <source>Ctrl+Y</source>
-      <comment>Edit|Revert</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1028" />
-      <source>&lt;b&gt;Revert to last saved state&lt;/b&gt;&lt;p&gt;Undo all changes up to the last saved state of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1057" />
-      <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1084" />
-      <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1111" />
-      <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard to the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1136" />
-      <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1155" />
-      <location filename="../ViewManager/ViewManager.py" line="1146" />
-      <location filename="../ViewManager/ViewManager.py" line="1145" />
-      <source>Join Lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1148" />
-      <source>Ctrl+J</source>
-      <comment>Edit|Join Lines</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1158" />
-      <source>&lt;b&gt;Join Lines&lt;/b&gt;&lt;p&gt;Join the current and the next lines.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1168" />
-      <source>Indent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1170" />
-      <source>&amp;Indent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1172" />
-      <source>Ctrl+I</source>
-      <comment>Edit|Indent</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1179" />
-      <source>Indent line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1182" />
-      <source>&lt;b&gt;Indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1193" />
-      <source>Unindent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1195" />
-      <source>U&amp;nindent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1197" />
-      <source>Ctrl+Shift+I</source>
-      <comment>Edit|Unindent</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1206" />
-      <source>Unindent line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1209" />
-      <source>&lt;b&gt;Unindent&lt;/b&gt;&lt;p&gt;Unindents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1222" />
-      <location filename="../ViewManager/ViewManager.py" line="1220" />
-      <source>Smart indent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1229" />
-      <source>Smart indent Line or Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1232" />
-      <source>&lt;b&gt;Smart indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the current selection smartly.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1243" />
-      <source>Comment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1245" />
-      <source>C&amp;omment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1247" />
-      <source>Ctrl+M</source>
-      <comment>Edit|Comment</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1254" />
-      <source>Comment Line or Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1257" />
-      <source>&lt;b&gt;Comment&lt;/b&gt;&lt;p&gt;Comments the current line or the lines of the current selection.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1268" />
-      <source>Uncomment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1270" />
-      <source>Unco&amp;mment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1272" />
-      <source>Ctrl+Shift+M</source>
-      <comment>Edit|Uncomment</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1281" />
-      <source>Uncomment Line or Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1284" />
-      <source>&lt;b&gt;Uncomment&lt;/b&gt;&lt;p&gt;Uncomments the current line or the lines of the current selection.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1297" />
-      <location filename="../ViewManager/ViewManager.py" line="1295" />
-      <source>Toggle Comment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1299" />
-      <source>Ctrl+#</source>
-      <comment>Edit|Toggle Comment</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1308" />
-      <source>Toggle the comment of the current line, selection or comment block</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1314" />
-      <source>&lt;b&gt;Toggle Comment&lt;/b&gt;&lt;p&gt;If the current line does not start with a block comment, the current line or selection is commented. If it is already commented, this comment block is uncommented. &lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1327" />
-      <location filename="../ViewManager/ViewManager.py" line="1326" />
-      <source>Stream Comment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1334" />
-      <source>Stream Comment Line or Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1339" />
-      <source>&lt;b&gt;Stream Comment&lt;/b&gt;&lt;p&gt;Stream comments the current line or the current selection.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1351" />
-      <location filename="../ViewManager/ViewManager.py" line="1350" />
-      <source>Box Comment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1358" />
-      <source>Box Comment Line or Selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1361" />
-      <source>&lt;b&gt;Box Comment&lt;/b&gt;&lt;p&gt;Box comments the current line or the lines of the current selection.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1372" />
-      <source>Select to brace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1373" />
-      <source>Select to &amp;brace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1375" />
-      <source>Ctrl+E</source>
-      <comment>Edit|Select to brace</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1384" />
-      <source>Select text to the matching brace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1389" />
-      <source>&lt;b&gt;Select to brace&lt;/b&gt;&lt;p&gt;Select text of the current editor to the matching brace.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1400" />
-      <source>Select all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1402" />
-      <source>&amp;Select all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1404" />
-      <source>Ctrl+A</source>
-      <comment>Edit|Select all</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1411" />
-      <source>Select all text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1414" />
-      <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1424" />
-      <source>Deselect all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1425" />
-      <source>&amp;Deselect all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1427" />
-      <source>Alt+Ctrl+A</source>
-      <comment>Edit|Deselect all</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1436" />
-      <source>Deselect all text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1439" />
-      <source>&lt;b&gt;Deselect All&lt;/b&gt;&lt;p&gt;Deselect all text of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1457" />
-      <location filename="../ViewManager/ViewManager.py" line="1449" />
-      <source>Convert Line End Characters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1450" />
-      <source>Convert &amp;Line End Characters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1460" />
-      <source>&lt;b&gt;Convert Line End Characters&lt;/b&gt;&lt;p&gt;Convert the line end characters to the currently set type.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1479" />
-      <location filename="../ViewManager/ViewManager.py" line="1472" />
-      <location filename="../ViewManager/ViewManager.py" line="1471" />
-      <source>Shorten empty lines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1482" />
-      <source>&lt;b&gt;Shorten empty lines&lt;/b&gt;&lt;p&gt;Shorten lines consisting solely of whitespace characters.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3365" />
-      <location filename="../ViewManager/ViewManager.py" line="1493" />
-      <source>Complete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1494" />
-      <source>&amp;Complete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1496" />
-      <source>Ctrl+Space</source>
-      <comment>Edit|Complete</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1503" />
-      <source>Complete current word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1506" />
-      <source>&lt;b&gt;Complete&lt;/b&gt;&lt;p&gt;Performs a completion of the word containing the cursor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1518" />
-      <location filename="../ViewManager/ViewManager.py" line="1517" />
-      <source>Complete from Document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1520" />
-      <source>Ctrl+Shift+Space</source>
-      <comment>Edit|Complete from Document</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1529" />
-      <source>Complete current word from Document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1534" />
-      <source>&lt;b&gt;Complete from Document&lt;/b&gt;&lt;p&gt;Performs a completion from document of the word containing the cursor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1546" />
-      <location filename="../ViewManager/ViewManager.py" line="1545" />
-      <source>Complete from APIs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1548" />
-      <source>Ctrl+Alt+Space</source>
-      <comment>Edit|Complete from APIs</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1557" />
-      <source>Complete current word from APIs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1560" />
-      <source>&lt;b&gt;Complete from APIs&lt;/b&gt;&lt;p&gt;Performs a completion from APIs of the word containing the cursor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1574" />
-      <location filename="../ViewManager/ViewManager.py" line="1571" />
-      <source>Complete from Document and APIs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1578" />
-      <source>Alt+Shift+Space</source>
-      <comment>Edit|Complete from Document and APIs</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1589" />
-      <source>Complete current word from Document and APIs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1594" />
-      <source>&lt;b&gt;Complete from Document and APIs&lt;/b&gt;&lt;p&gt;Performs a completion from document and APIs of the word containing the cursor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1605" />
-      <source>Calltip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1606" />
-      <source>&amp;Calltip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1608" />
-      <source>Meta+Alt+Space</source>
-      <comment>Edit|Calltip</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1617" />
-      <source>Show Calltips</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1620" />
-      <source>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Show calltips based on the characters immediately to the left of the cursor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1633" />
-      <location filename="../ViewManager/ViewManager.py" line="1631" />
-      <source>Code Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1635" />
-      <source>Ctrl+Alt+I</source>
-      <comment>Edit|Code Info</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1644" />
-      <source>Show Code Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1647" />
-      <source>&lt;b&gt;Code Info&lt;/b&gt;&lt;p&gt;Show code information based on the cursor position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1658" />
-      <location filename="../ViewManager/ViewManager.py" line="1657" />
-      <source>Sort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1660" />
-      <source>Ctrl+Alt+S</source>
-      <comment>Edit|Sort</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1667" />
-      <source>Sort the lines containing the rectangular selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1672" />
-      <source>&lt;b&gt;Sort&lt;/b&gt;&lt;p&gt;Sort the lines spanned by a rectangular selection based on the selection ignoring leading and trailing whitespace.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1684" />
-      <location filename="../ViewManager/ViewManager.py" line="1683" />
-      <source>Generate Docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1686" />
-      <source>Ctrl+Alt+D</source>
-      <comment>Edit|Generate Docstring</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1695" />
-      <source>Generate a docstring for the current function/method</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="1700" />
-      <source>&lt;b&gt;Generate Docstring&lt;/b&gt;&lt;p&gt;Generate a docstring for the current function/method if the cursor is placed on the line starting the function definition or on the line thereafter. The docstring is inserted at the appropriate position and the cursor is placed at the end of the description line.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2515" />
-      <location filename="../ViewManager/ViewManager.py" line="2512" />
-      <source>Insert new line below current line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2518" />
-      <source>Shift+Return</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="2519" />
-      <source>Shift+Enter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3374" />
-      <source>&amp;Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3430" />
-      <location filename="../ViewManager/ViewManager.py" line="3428" />
-      <source>Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3576" />
-      <location filename="../ViewManager/ViewManager.py" line="3574" />
-      <source>Search current word forward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3578" />
-      <source>Ctrl+.</source>
-      <comment>Search|Search current word forward</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3587" />
-      <source>Search next occurrence of the current word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3592" />
-      <source>&lt;b&gt;Search current word forward&lt;/b&gt;&lt;p&gt;Search the next occurrence of the current word of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3605" />
-      <location filename="../ViewManager/ViewManager.py" line="3603" />
-      <source>Search current word backward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3607" />
-      <source>Ctrl+,</source>
-      <comment>Search|Search current word backward</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3616" />
-      <source>Search previous occurrence of the current word</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3621" />
-      <source>&lt;b&gt;Search current word backward&lt;/b&gt;&lt;p&gt;Search the previous occurrence of the current word of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3752" />
-      <location filename="../ViewManager/ViewManager.py" line="3741" />
-      <source>Goto Line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3743" />
-      <source>&amp;Goto Line...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3745" />
-      <source>Ctrl+G</source>
-      <comment>Search|Goto Line</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3755" />
-      <source>&lt;b&gt;Goto Line&lt;/b&gt;&lt;p&gt;Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3777" />
-      <location filename="../ViewManager/ViewManager.py" line="3766" />
-      <source>Goto Brace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3768" />
-      <source>Goto &amp;Brace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3770" />
-      <source>Ctrl+L</source>
-      <comment>Search|Goto Brace</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3780" />
-      <source>&lt;b&gt;Goto Brace&lt;/b&gt;&lt;p&gt;Go to the matching brace in the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3803" />
-      <location filename="../ViewManager/ViewManager.py" line="3790" />
-      <source>Goto Last Edit Location</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3792" />
-      <source>Goto Last &amp;Edit Location</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3794" />
-      <source>Ctrl+Shift+G</source>
-      <comment>Search|Goto Last Edit Location</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3806" />
-      <source>&lt;b&gt;Goto Last Edit Location&lt;/b&gt;&lt;p&gt;Go to the location of the last edit in the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3818" />
-      <location filename="../ViewManager/ViewManager.py" line="3817" />
-      <source>Goto Previous Method or Class</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3820" />
-      <source>Ctrl+Shift+Up</source>
-      <comment>Search|Goto Previous Method or Class</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3831" />
-      <source>Go to the previous method or class definition</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3836" />
-      <source>&lt;b&gt;Goto Previous Method or Class&lt;/b&gt;&lt;p&gt;Goes to the line of the previous method or class definition and highlights the name.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3848" />
-      <location filename="../ViewManager/ViewManager.py" line="3847" />
-      <source>Goto Next Method or Class</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3850" />
-      <source>Ctrl+Shift+Down</source>
-      <comment>Search|Goto Next Method or Class</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3859" />
-      <source>Go to the next method or class definition</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3864" />
-      <source>&lt;b&gt;Goto Next Method or Class&lt;/b&gt;&lt;p&gt;Goes to the line of the next method or class definition and highlights the name.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3877" />
-      <source>Search in Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3879" />
-      <source>Search in &amp;Files...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3881" />
-      <source>Shift+Ctrl+F</source>
-      <comment>Search|Search Files</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3890" />
-      <source>Search for a text in files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3893" />
-      <source>&lt;b&gt;Search in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project. A window is shown to enter the searchtext and options for the search and to display the result.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3905" />
-      <source>Replace in Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3906" />
-      <source>Replace in F&amp;iles...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3908" />
-      <source>Shift+Ctrl+R</source>
-      <comment>Search|Replace in Files</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3917" />
-      <source>Search for a text in files and replace it</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3922" />
-      <source>&lt;b&gt;Replace in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project and replace it. A window is shown to enter the searchtext, the replacement text and options for the search and to display the result.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3935" />
-      <source>Search in Open Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3937" />
-      <source>Search in Open Files...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3939" />
-      <source>Meta+Ctrl+Alt+F</source>
-      <comment>Search|Search Open Files</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3948" />
-      <source>Search for a text in open files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3951" />
-      <source>&lt;b&gt;Search in Open Files&lt;/b&gt;&lt;p&gt;Search for some text in the currently opened files. A window is shown to enter the search text and options for the search and to display the result.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3963" />
-      <source>Replace in Open Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3964" />
-      <source>Replace in Open Files...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3966" />
-      <source>Meta+Ctrl+Alt+R</source>
-      <comment>Search|Replace in Open Files</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3975" />
-      <source>Search for a text in open files and replace it</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="3980" />
-      <source>&lt;b&gt;Replace in Open Files&lt;/b&gt;&lt;p&gt;Search for some text in the currently opened files and replace it. A window is shown to enter the search text, the replacement text and options for the search and to display the result.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4001" />
-      <source>&amp;Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4180" />
-      <location filename="../ViewManager/ViewManager.py" line="4172" />
-      <source>Toggle all folds</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4173" />
-      <source>&amp;Toggle all folds</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4183" />
-      <source>&lt;b&gt;Toggle all folds&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4205" />
-      <location filename="../ViewManager/ViewManager.py" line="4193" />
-      <source>Toggle all folds (including children)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4196" />
-      <source>Toggle all &amp;folds (including children)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4210" />
-      <source>&lt;b&gt;Toggle all folds (including children)&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor including all children.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4229" />
-      <location filename="../ViewManager/ViewManager.py" line="4221" />
-      <source>Toggle current fold</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4222" />
-      <source>Toggle &amp;current fold</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4232" />
-      <source>&lt;b&gt;Toggle current fold&lt;/b&gt;&lt;p&gt;Toggle the folds of the current line of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4251" />
-      <location filename="../ViewManager/ViewManager.py" line="4243" />
-      <source>Clear all folds</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4244" />
-      <source>Clear &amp;all folds</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4254" />
-      <source>&lt;b&gt;Clear all folds&lt;/b&gt;&lt;p&gt;Clear all folds of the current editor, i.e. ensure that all lines are displayed unfolded.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4274" />
-      <location filename="../ViewManager/ViewManager.py" line="4267" />
-      <location filename="../ViewManager/ViewManager.py" line="4265" />
-      <source>Remove all highlights</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4277" />
-      <source>&lt;b&gt;Remove all highlights&lt;/b&gt;&lt;p&gt;Remove the highlights of all editors.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4287" />
-      <source>New Document View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4289" />
-      <source>New &amp;Document View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4296" />
-      <source>Open a new view of the current document</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4301" />
-      <source>&lt;b&gt;New Document View&lt;/b&gt;&lt;p&gt;Opens a new view of the current document. Both views show the same document. However, the cursors may be positioned independently.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4317" />
-      <location filename="../ViewManager/ViewManager.py" line="4313" />
-      <source>New Document View (with new split)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4326" />
-      <source>Open a new view of the current document in a new split</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4331" />
-      <source>&lt;b&gt;New Document View&lt;/b&gt;&lt;p&gt;Opens a new view of the current document in a new split. Both views show the same document. However, the cursors may be positioned independently.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4343" />
-      <source>Split view</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4345" />
-      <source>&amp;Split view</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4352" />
-      <source>Add a split to the view</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4355" />
-      <source>&lt;b&gt;Split view&lt;/b&gt;&lt;p&gt;Add a split to the view.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4364" />
-      <source>Arrange horizontally</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4365" />
-      <source>Arrange &amp;horizontally</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4373" />
-      <source>Arrange the splitted views horizontally</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4378" />
-      <source>&lt;b&gt;Arrange horizontally&lt;/b&gt;&lt;p&gt;Arrange the splitted views horizontally.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4389" />
-      <source>Remove split</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4391" />
-      <source>&amp;Remove split</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4398" />
-      <source>Remove the current split</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4401" />
-      <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4410" />
-      <source>Next split</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4411" />
-      <source>&amp;Next split</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4413" />
-      <source>Ctrl+Alt+N</source>
-      <comment>View|Next split</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4422" />
-      <source>Move to the next split</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4425" />
-      <source>&lt;b&gt;Next split&lt;/b&gt;&lt;p&gt;Move to the next split.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4434" />
-      <source>Previous split</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4435" />
-      <source>&amp;Previous split</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4437" />
-      <source>Ctrl+Alt+P</source>
-      <comment>View|Previous split</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4446" />
-      <source>Move to the previous split</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4449" />
-      <source>&lt;b&gt;Previous split&lt;/b&gt;&lt;p&gt;Move to the previous split.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4460" />
-      <location filename="../ViewManager/ViewManager.py" line="4458" />
-      <source>Preview</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4468" />
-      <source>Preview the current file in the web browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4473" />
-      <source>&lt;b&gt;Preview&lt;/b&gt;&lt;p&gt;This opens the web browser with a preview of the current file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4487" />
-      <location filename="../ViewManager/ViewManager.py" line="4485" />
-      <source>Python AST Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4495" />
-      <source>Show the AST for the current Python file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4500" />
-      <source>&lt;b&gt;Python AST Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the AST of the current Python source file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4514" />
-      <location filename="../ViewManager/ViewManager.py" line="4512" />
-      <source>Python Disassembly Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4522" />
-      <source>Show the Disassembly for the current Python file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4527" />
-      <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4562" />
-      <source>&amp;View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4596" />
-      <location filename="../ViewManager/ViewManager.py" line="4594" />
-      <source>View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4635" />
-      <location filename="../ViewManager/ViewManager.py" line="4627" />
-      <source>Start Macro Recording</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4628" />
-      <source>S&amp;tart Macro Recording</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4638" />
-      <source>&lt;b&gt;Start Macro Recording&lt;/b&gt;&lt;p&gt;Start recording editor commands into a new macro.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4656" />
-      <location filename="../ViewManager/ViewManager.py" line="4648" />
-      <source>Stop Macro Recording</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4649" />
-      <source>Sto&amp;p Macro Recording</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4659" />
-      <source>&lt;b&gt;Stop Macro Recording&lt;/b&gt;&lt;p&gt;Stop recording editor commands into a new macro.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4677" />
-      <location filename="../ViewManager/ViewManager.py" line="4669" />
-      <source>Run Macro</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4670" />
-      <source>&amp;Run Macro</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4680" />
-      <source>&lt;b&gt;Run Macro&lt;/b&gt;&lt;p&gt;Run a previously recorded editor macro.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4698" />
-      <location filename="../ViewManager/ViewManager.py" line="4690" />
-      <source>Delete Macro</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4691" />
-      <source>&amp;Delete Macro</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4701" />
-      <source>&lt;b&gt;Delete Macro&lt;/b&gt;&lt;p&gt;Delete a previously recorded editor macro.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4719" />
-      <location filename="../ViewManager/ViewManager.py" line="4711" />
-      <source>Load Macro</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4712" />
-      <source>&amp;Load Macro</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4722" />
-      <source>&lt;b&gt;Load Macro&lt;/b&gt;&lt;p&gt;Load an editor macro from a file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4739" />
-      <location filename="../ViewManager/ViewManager.py" line="4731" />
-      <source>Save Macro</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4732" />
-      <source>&amp;Save Macro</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4742" />
-      <source>&lt;b&gt;Save Macro&lt;/b&gt;&lt;p&gt;Save a previously recorded editor macro to a file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4759" />
-      <source>&amp;Macros</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4790" />
-      <location filename="../ViewManager/ViewManager.py" line="4777" />
-      <source>Toggle Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4779" />
-      <source>&amp;Toggle Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4781" />
-      <source>Alt+Ctrl+T</source>
-      <comment>Bookmark|Toggle</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4793" />
-      <source>&lt;b&gt;Toggle Bookmark&lt;/b&gt;&lt;p&gt;Toggle a bookmark at the current line of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4817" />
-      <location filename="../ViewManager/ViewManager.py" line="4804" />
-      <source>Next Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4806" />
-      <source>&amp;Next Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4808" />
-      <source>Ctrl+PgDown</source>
-      <comment>Bookmark|Next</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4820" />
-      <source>&lt;b&gt;Next Bookmark&lt;/b&gt;&lt;p&gt;Go to next bookmark of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4843" />
-      <location filename="../ViewManager/ViewManager.py" line="4830" />
-      <source>Previous Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4832" />
-      <source>&amp;Previous Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4834" />
-      <source>Ctrl+PgUp</source>
-      <comment>Bookmark|Previous</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4846" />
-      <source>&lt;b&gt;Previous Bookmark&lt;/b&gt;&lt;p&gt;Go to previous bookmark of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4868" />
-      <location filename="../ViewManager/ViewManager.py" line="4856" />
-      <source>Clear Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4857" />
-      <source>&amp;Clear Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4859" />
-      <source>Alt+Ctrl+C</source>
-      <comment>Bookmark|Clear</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4871" />
-      <source>&lt;b&gt;Clear Bookmarks&lt;/b&gt;&lt;p&gt;Clear bookmarks of all editors.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4890" />
-      <location filename="../ViewManager/ViewManager.py" line="4881" />
-      <source>Goto Syntax Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4883" />
-      <source>&amp;Goto Syntax Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4893" />
-      <source>&lt;b&gt;Goto Syntax Error&lt;/b&gt;&lt;p&gt;Go to next syntax error of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4911" />
-      <location filename="../ViewManager/ViewManager.py" line="4903" />
-      <source>Clear Syntax Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4904" />
-      <source>Clear &amp;Syntax Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4914" />
-      <source>&lt;b&gt;Clear Syntax Errors&lt;/b&gt;&lt;p&gt;Clear syntax errors of all editors.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4933" />
-      <location filename="../ViewManager/ViewManager.py" line="4924" />
-      <source>Next warning message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4926" />
-      <source>&amp;Next warning message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4936" />
-      <source>&lt;b&gt;Next warning message&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a pyflakes warning.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4956" />
-      <location filename="../ViewManager/ViewManager.py" line="4947" />
-      <source>Previous warning message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4949" />
-      <source>&amp;Previous warning message</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4959" />
-      <source>&lt;b&gt;Previous warning message&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a pyflakes warning.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4978" />
-      <location filename="../ViewManager/ViewManager.py" line="4970" />
-      <source>Clear Warning Messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4971" />
-      <source>Clear &amp;Warning Messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4981" />
-      <source>&lt;b&gt;Clear Warning Messages&lt;/b&gt;&lt;p&gt;Clear pyflakes warning messages of all editors.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5000" />
-      <location filename="../ViewManager/ViewManager.py" line="4991" />
-      <source>Next uncovered line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="4993" />
-      <source>&amp;Next uncovered line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5003" />
-      <source>&lt;b&gt;Next uncovered line&lt;/b&gt;&lt;p&gt;Go to next line of the current editor marked as not covered.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5023" />
-      <location filename="../ViewManager/ViewManager.py" line="5014" />
-      <source>Previous uncovered line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5016" />
-      <source>&amp;Previous uncovered line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5026" />
-      <source>&lt;b&gt;Previous uncovered line&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor marked as not covered.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5046" />
-      <location filename="../ViewManager/ViewManager.py" line="5037" />
-      <source>Next Task</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5039" />
-      <source>&amp;Next Task</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5049" />
-      <source>&lt;b&gt;Next Task&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a task.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5068" />
-      <location filename="../ViewManager/ViewManager.py" line="5059" />
-      <source>Previous Task</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5061" />
-      <source>&amp;Previous Task</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5071" />
-      <source>&lt;b&gt;Previous Task&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a task.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5091" />
-      <location filename="../ViewManager/ViewManager.py" line="5082" />
-      <source>Next Change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5084" />
-      <source>&amp;Next Change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5094" />
-      <source>&lt;b&gt;Next Change&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a change marker.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5114" />
-      <location filename="../ViewManager/ViewManager.py" line="5105" />
-      <source>Previous Change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5107" />
-      <source>&amp;Previous Change</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5117" />
-      <source>&lt;b&gt;Previous Change&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a change marker.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5137" />
-      <location filename="../ViewManager/ViewManager.py" line="5135" />
-      <source>&amp;Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5180" />
-      <location filename="../ViewManager/ViewManager.py" line="5178" />
-      <source>Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5214" />
-      <source>Check spelling</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5216" />
-      <source>Check &amp;spelling...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5218" />
-      <source>Shift+F7</source>
-      <comment>Spelling|Spell Check</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5227" />
-      <source>Perform spell check of current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5232" />
-      <source>&lt;b&gt;Check spelling&lt;/b&gt;&lt;p&gt;Perform a spell check of the current editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5242" />
-      <source>Automatic spell checking</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5244" />
-      <source>&amp;Automatic spell checking</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5252" />
-      <source>(De-)Activate automatic spell checking</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5257" />
-      <source>&lt;b&gt;Automatic spell checking&lt;/b&gt;&lt;p&gt;Activate or deactivate the automatic spell checking function of all editors.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5290" />
-      <source>Edit Dictionary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5293" />
-      <source>Project Word List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5297" />
-      <source>Project Exception List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5302" />
-      <source>User Word List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5306" />
-      <source>User Exception List</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5326" />
-      <location filename="../ViewManager/ViewManager.py" line="5324" />
-      <source>Spelling</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5352" />
-      <source>Open files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5400" />
-      <source>File Modified</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5401" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5826" />
-      <source>Line: {0:5}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5832" />
-      <source>Pos: {0:5}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5852" />
-      <source>Language: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="5861" />
-      <source>EOL Mode: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="6318" />
-      <location filename="../ViewManager/ViewManager.py" line="6276" />
-      <source>&amp;Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="6312" />
-      <source>&amp;Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="6315" />
-      <source>&amp;Edit...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="7361" />
-      <location filename="../ViewManager/ViewManager.py" line="7347" />
-      <location filename="../ViewManager/ViewManager.py" line="7315" />
-      <source>Edit Spelling Dictionary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="7318" />
-      <source>&lt;p&gt;The spelling dictionary 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="../ViewManager/ViewManager.py" line="7334" />
-      <source>Editing {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="7350" />
-      <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../ViewManager/ViewManager.py" line="7364" />
-      <source>The spelling dictionary was saved successfully.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../HexEdit/HexEditMainWindow.py" line="597"/>
+        <source>Ctrl+G</source>
+        <comment>Search|Goto Offset</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="690"/>
+        <location filename="../QScintilla/ShellWindow.py" line="302"/>
+        <source>Ctrl+S</source>
+        <comment>File|Save</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1041"/>
+        <location filename="../QScintilla/ShellWindow.py" line="329"/>
+        <source>Cut</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1043"/>
+        <location filename="../QScintilla/ShellWindow.py" line="331"/>
+        <source>Cu&amp;t</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1045"/>
+        <location filename="../QScintilla/ShellWindow.py" line="333"/>
+        <source>Ctrl+X</source>
+        <comment>Edit|Cut</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1048"/>
+        <location filename="../QScintilla/ShellWindow.py" line="336"/>
+        <source>Shift+Del</source>
+        <comment>Edit|Cut</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1054"/>
+        <location filename="../QScintilla/ShellWindow.py" line="342"/>
+        <source>Cut the selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1068"/>
+        <location filename="../QScintilla/ShellWindow.py" line="351"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1070"/>
+        <location filename="../QScintilla/ShellWindow.py" line="353"/>
+        <source>&amp;Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1072"/>
+        <location filename="../QScintilla/ShellWindow.py" line="355"/>
+        <source>Ctrl+C</source>
+        <comment>Edit|Copy</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1075"/>
+        <location filename="../QScintilla/ShellWindow.py" line="358"/>
+        <source>Ctrl+Ins</source>
+        <comment>Edit|Copy</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1081"/>
+        <location filename="../QScintilla/ShellWindow.py" line="364"/>
+        <source>Copy the selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1095"/>
+        <location filename="../QScintilla/ShellWindow.py" line="373"/>
+        <source>Paste</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1097"/>
+        <location filename="../QScintilla/ShellWindow.py" line="375"/>
+        <source>&amp;Paste</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1099"/>
+        <location filename="../QScintilla/ShellWindow.py" line="377"/>
+        <source>Ctrl+V</source>
+        <comment>Edit|Paste</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1102"/>
+        <location filename="../QScintilla/ShellWindow.py" line="380"/>
+        <source>Shift+Ins</source>
+        <comment>Edit|Paste</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1108"/>
+        <location filename="../QScintilla/ShellWindow.py" line="386"/>
+        <source>Paste the last cut/copied text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1124"/>
+        <location filename="../ViewManager/ViewManager.py" line="1122"/>
+        <location filename="../QScintilla/ShellWindow.py" line="400"/>
+        <location filename="../QScintilla/ShellWindow.py" line="398"/>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1126"/>
+        <location filename="../QScintilla/ShellWindow.py" line="402"/>
+        <source>Alt+Shift+C</source>
+        <comment>Edit|Clear</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1133"/>
+        <location filename="../QScintilla/ShellWindow.py" line="409"/>
+        <source>Clear all text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2528"/>
+        <location filename="../ViewManager/ViewManager.py" line="2527"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1686"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1685"/>
+        <location filename="../QScintilla/ShellWindow.py" line="435"/>
+        <location filename="../QScintilla/ShellWindow.py" line="434"/>
+        <source>Delete current line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2529"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1687"/>
+        <location filename="../QScintilla/ShellWindow.py" line="436"/>
+        <source>Ctrl+Shift+L</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2035"/>
+        <location filename="../ViewManager/ViewManager.py" line="2034"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1208"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1207"/>
+        <location filename="../QScintilla/ShellWindow.py" line="447"/>
+        <location filename="../QScintilla/ShellWindow.py" line="446"/>
+        <source>Indent one level</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2036"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1209"/>
+        <location filename="../QScintilla/ShellWindow.py" line="448"/>
+        <source>Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2501"/>
+        <location filename="../ViewManager/ViewManager.py" line="2500"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1674"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1673"/>
+        <location filename="../QScintilla/ShellWindow.py" line="459"/>
+        <location filename="../QScintilla/ShellWindow.py" line="458"/>
+        <source>Insert new line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2502"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1675"/>
+        <location filename="../QScintilla/ShellWindow.py" line="460"/>
+        <source>Return</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2503"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1676"/>
+        <location filename="../QScintilla/ShellWindow.py" line="461"/>
+        <source>Enter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2387"/>
+        <location filename="../ViewManager/ViewManager.py" line="2386"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1560"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1559"/>
+        <location filename="../QScintilla/ShellWindow.py" line="471"/>
+        <location filename="../QScintilla/ShellWindow.py" line="470"/>
+        <source>Delete previous character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2388"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1561"/>
+        <location filename="../QScintilla/ShellWindow.py" line="472"/>
+        <source>Backspace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2395"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1568"/>
+        <location filename="../QScintilla/ShellWindow.py" line="479"/>
+        <source>Meta+H</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2400"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1573"/>
+        <location filename="../QScintilla/ShellWindow.py" line="484"/>
+        <source>Shift+Backspace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2425"/>
+        <location filename="../ViewManager/ViewManager.py" line="2424"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1598"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1597"/>
+        <location filename="../QScintilla/ShellWindow.py" line="493"/>
+        <location filename="../QScintilla/ShellWindow.py" line="492"/>
+        <source>Delete current character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2426"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1599"/>
+        <location filename="../QScintilla/ShellWindow.py" line="494"/>
+        <source>Del</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2433"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1606"/>
+        <location filename="../QScintilla/ShellWindow.py" line="501"/>
+        <source>Meta+D</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2441"/>
+        <location filename="../ViewManager/ViewManager.py" line="2440"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1614"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1613"/>
+        <location filename="../QScintilla/ShellWindow.py" line="509"/>
+        <location filename="../QScintilla/ShellWindow.py" line="508"/>
+        <source>Delete word to left</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2442"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1615"/>
+        <location filename="../QScintilla/ShellWindow.py" line="510"/>
+        <source>Ctrl+Backspace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2453"/>
+        <location filename="../ViewManager/ViewManager.py" line="2452"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1626"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1625"/>
+        <location filename="../QScintilla/ShellWindow.py" line="521"/>
+        <location filename="../QScintilla/ShellWindow.py" line="520"/>
+        <source>Delete word to right</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2454"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1627"/>
+        <location filename="../QScintilla/ShellWindow.py" line="522"/>
+        <source>Ctrl+Del</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2465"/>
+        <location filename="../ViewManager/ViewManager.py" line="2464"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1638"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1637"/>
+        <location filename="../QScintilla/ShellWindow.py" line="533"/>
+        <location filename="../QScintilla/ShellWindow.py" line="532"/>
+        <source>Delete line to left</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2467"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1640"/>
+        <location filename="../QScintilla/ShellWindow.py" line="535"/>
+        <source>Ctrl+Shift+Backspace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2479"/>
+        <location filename="../ViewManager/ViewManager.py" line="2478"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1652"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1651"/>
+        <location filename="../QScintilla/ShellWindow.py" line="547"/>
+        <location filename="../QScintilla/ShellWindow.py" line="546"/>
+        <source>Delete line to right</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2487"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1660"/>
+        <location filename="../QScintilla/ShellWindow.py" line="555"/>
+        <source>Meta+K</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2492"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1665"/>
+        <location filename="../QScintilla/ShellWindow.py" line="560"/>
+        <source>Ctrl+Shift+Del</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1727"/>
+        <location filename="../ViewManager/ViewManager.py" line="1726"/>
+        <location filename="../QScintilla/MiniEditor.py" line="896"/>
+        <location filename="../QScintilla/MiniEditor.py" line="895"/>
+        <location filename="../QScintilla/ShellWindow.py" line="569"/>
+        <location filename="../QScintilla/ShellWindow.py" line="568"/>
+        <source>Move left one character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1728"/>
+        <location filename="../QScintilla/MiniEditor.py" line="897"/>
+        <location filename="../QScintilla/ShellWindow.py" line="570"/>
+        <source>Left</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1736"/>
+        <location filename="../QScintilla/MiniEditor.py" line="905"/>
+        <location filename="../QScintilla/ShellWindow.py" line="578"/>
+        <source>Meta+B</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1743"/>
+        <location filename="../ViewManager/ViewManager.py" line="1742"/>
+        <location filename="../QScintilla/MiniEditor.py" line="912"/>
+        <location filename="../QScintilla/MiniEditor.py" line="911"/>
+        <location filename="../QScintilla/ShellWindow.py" line="585"/>
+        <location filename="../QScintilla/ShellWindow.py" line="584"/>
+        <source>Move right one character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1744"/>
+        <location filename="../QScintilla/MiniEditor.py" line="913"/>
+        <location filename="../QScintilla/ShellWindow.py" line="586"/>
+        <source>Right</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1751"/>
+        <location filename="../QScintilla/MiniEditor.py" line="920"/>
+        <location filename="../QScintilla/ShellWindow.py" line="593"/>
+        <source>Meta+F</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1823"/>
+        <location filename="../ViewManager/ViewManager.py" line="1822"/>
+        <location filename="../QScintilla/MiniEditor.py" line="992"/>
+        <location filename="../QScintilla/MiniEditor.py" line="991"/>
+        <location filename="../QScintilla/ShellWindow.py" line="601"/>
+        <location filename="../QScintilla/ShellWindow.py" line="600"/>
+        <source>Move left one word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1831"/>
+        <location filename="../ViewManager/ViewManager.py" line="1799"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1000"/>
+        <location filename="../QScintilla/MiniEditor.py" line="968"/>
+        <location filename="../QScintilla/ShellWindow.py" line="609"/>
+        <source>Alt+Left</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1887"/>
+        <location filename="../ViewManager/ViewManager.py" line="1835"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1060"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1004"/>
+        <location filename="../QScintilla/ShellWindow.py" line="613"/>
+        <source>Ctrl+Left</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1843"/>
+        <location filename="../ViewManager/ViewManager.py" line="1842"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1012"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1011"/>
+        <location filename="../QScintilla/ShellWindow.py" line="621"/>
+        <location filename="../QScintilla/ShellWindow.py" line="620"/>
+        <source>Move right one word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2624"/>
+        <location filename="../ViewManager/ViewManager.py" line="1851"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1814"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1024"/>
+        <location filename="../QScintilla/ShellWindow.py" line="629"/>
+        <source>Ctrl+Right</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1861"/>
+        <location filename="../ViewManager/ViewManager.py" line="1858"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1034"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1031"/>
+        <location filename="../QScintilla/ShellWindow.py" line="639"/>
+        <location filename="../QScintilla/ShellWindow.py" line="636"/>
+        <source>Move to first visible character in document line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2885"/>
+        <location filename="../ViewManager/ViewManager.py" line="1871"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2075"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1044"/>
+        <location filename="../QScintilla/ShellWindow.py" line="649"/>
+        <source>Home</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1899"/>
+        <location filename="../ViewManager/ViewManager.py" line="1898"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1072"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1071"/>
+        <location filename="../QScintilla/ShellWindow.py" line="657"/>
+        <location filename="../QScintilla/ShellWindow.py" line="656"/>
+        <source>Move to end of document line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1907"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1080"/>
+        <location filename="../QScintilla/ShellWindow.py" line="665"/>
+        <source>Meta+E</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2902"/>
+        <location filename="../ViewManager/ViewManager.py" line="1911"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2092"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1084"/>
+        <location filename="../QScintilla/ShellWindow.py" line="669"/>
+        <source>End</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1759"/>
+        <location filename="../ViewManager/ViewManager.py" line="1758"/>
+        <location filename="../QScintilla/MiniEditor.py" line="928"/>
+        <location filename="../QScintilla/MiniEditor.py" line="927"/>
+        <location filename="../QScintilla/ShellWindow.py" line="677"/>
+        <location filename="../QScintilla/ShellWindow.py" line="676"/>
+        <source>Move up one line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1760"/>
+        <location filename="../QScintilla/MiniEditor.py" line="929"/>
+        <location filename="../QScintilla/ShellWindow.py" line="678"/>
+        <source>Up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1767"/>
+        <location filename="../QScintilla/MiniEditor.py" line="936"/>
+        <location filename="../QScintilla/ShellWindow.py" line="685"/>
+        <source>Meta+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1775"/>
+        <location filename="../ViewManager/ViewManager.py" line="1774"/>
+        <location filename="../QScintilla/MiniEditor.py" line="944"/>
+        <location filename="../QScintilla/MiniEditor.py" line="943"/>
+        <location filename="../QScintilla/ShellWindow.py" line="693"/>
+        <location filename="../QScintilla/ShellWindow.py" line="692"/>
+        <source>Move down one line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1776"/>
+        <location filename="../QScintilla/MiniEditor.py" line="945"/>
+        <location filename="../QScintilla/ShellWindow.py" line="694"/>
+        <source>Down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1783"/>
+        <location filename="../QScintilla/MiniEditor.py" line="952"/>
+        <location filename="../QScintilla/ShellWindow.py" line="701"/>
+        <source>Meta+N</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2023"/>
+        <location filename="../ViewManager/ViewManager.py" line="1920"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1196"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1093"/>
+        <location filename="../QScintilla/ShellWindow.py" line="710"/>
+        <source>Ctrl+Down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2003"/>
+        <location filename="../ViewManager/ViewManager.py" line="1932"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1176"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1105"/>
+        <location filename="../QScintilla/ShellWindow.py" line="722"/>
+        <source>Ctrl+Up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1967"/>
+        <location filename="../ViewManager/ViewManager.py" line="1966"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1140"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1139"/>
+        <location filename="../QScintilla/ShellWindow.py" line="733"/>
+        <location filename="../QScintilla/ShellWindow.py" line="732"/>
+        <source>Move up one page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1968"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1141"/>
+        <location filename="../QScintilla/ShellWindow.py" line="734"/>
+        <source>PgUp</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1979"/>
+        <location filename="../ViewManager/ViewManager.py" line="1978"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1152"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1151"/>
+        <location filename="../QScintilla/ShellWindow.py" line="745"/>
+        <location filename="../QScintilla/ShellWindow.py" line="744"/>
+        <source>Move down one page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1980"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1153"/>
+        <location filename="../QScintilla/ShellWindow.py" line="746"/>
+        <source>PgDown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1987"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1160"/>
+        <location filename="../QScintilla/ShellWindow.py" line="753"/>
+        <source>Meta+V</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2670"/>
+        <location filename="../ViewManager/ViewManager.py" line="2669"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1860"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1859"/>
+        <location filename="../QScintilla/ShellWindow.py" line="761"/>
+        <location filename="../QScintilla/ShellWindow.py" line="760"/>
+        <source>Escape</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2671"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1861"/>
+        <location filename="../QScintilla/ShellWindow.py" line="762"/>
+        <source>Esc</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2061"/>
+        <location filename="../ViewManager/ViewManager.py" line="2058"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1234"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1231"/>
+        <location filename="../QScintilla/ShellWindow.py" line="775"/>
+        <location filename="../QScintilla/ShellWindow.py" line="772"/>
+        <source>Extend selection left one character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2064"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1237"/>
+        <location filename="../QScintilla/ShellWindow.py" line="778"/>
+        <source>Shift+Left</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2071"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1244"/>
+        <location filename="../QScintilla/ShellWindow.py" line="785"/>
+        <source>Meta+Shift+B</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2081"/>
+        <location filename="../ViewManager/ViewManager.py" line="2078"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1254"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1251"/>
+        <location filename="../QScintilla/ShellWindow.py" line="795"/>
+        <location filename="../QScintilla/ShellWindow.py" line="792"/>
+        <source>Extend selection right one character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2084"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1257"/>
+        <location filename="../QScintilla/ShellWindow.py" line="798"/>
+        <source>Shift+Right</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2091"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1264"/>
+        <location filename="../QScintilla/ShellWindow.py" line="805"/>
+        <source>Meta+Shift+F</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2175"/>
+        <location filename="../ViewManager/ViewManager.py" line="2174"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1348"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1347"/>
+        <location filename="../QScintilla/ShellWindow.py" line="813"/>
+        <location filename="../QScintilla/ShellWindow.py" line="812"/>
+        <source>Extend selection left one word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2184"/>
+        <location filename="../ViewManager/ViewManager.py" line="2144"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1357"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1317"/>
+        <location filename="../QScintilla/ShellWindow.py" line="822"/>
+        <source>Alt+Shift+Left</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3088"/>
+        <location filename="../ViewManager/ViewManager.py" line="2190"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2278"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1363"/>
+        <location filename="../QScintilla/ShellWindow.py" line="828"/>
+        <source>Ctrl+Shift+Left</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2201"/>
+        <location filename="../ViewManager/ViewManager.py" line="2198"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1374"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1371"/>
+        <location filename="../QScintilla/ShellWindow.py" line="839"/>
+        <location filename="../QScintilla/ShellWindow.py" line="836"/>
+        <source>Extend selection right one word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2962"/>
+        <location filename="../ViewManager/ViewManager.py" line="2212"/>
+        <location filename="../ViewManager/ViewManager.py" line="2166"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2152"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1385"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1339"/>
+        <location filename="../QScintilla/ShellWindow.py" line="850"/>
+        <source>Alt+Shift+Right</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2649"/>
+        <location filename="../ViewManager/ViewManager.py" line="2218"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1839"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1391"/>
+        <location filename="../QScintilla/ShellWindow.py" line="856"/>
+        <source>Ctrl+Shift+Right</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2230"/>
+        <location filename="../ViewManager/ViewManager.py" line="2226"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1403"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1399"/>
+        <location filename="../QScintilla/ShellWindow.py" line="868"/>
+        <location filename="../QScintilla/ShellWindow.py" line="864"/>
+        <source>Extend selection to first visible character in document line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2241"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1414"/>
+        <location filename="../QScintilla/ShellWindow.py" line="879"/>
+        <source>Shift+Home</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2251"/>
+        <location filename="../ViewManager/ViewManager.py" line="2248"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1424"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1421"/>
+        <location filename="../QScintilla/ShellWindow.py" line="889"/>
+        <location filename="../QScintilla/ShellWindow.py" line="886"/>
+        <source>Extend selection to end of document line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2261"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1434"/>
+        <location filename="../QScintilla/ShellWindow.py" line="899"/>
+        <source>Meta+Shift+E</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2265"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1438"/>
+        <location filename="../QScintilla/ShellWindow.py" line="903"/>
+        <source>Shift+End</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4031"/>
+        <location filename="../ViewManager/ViewManager.py" line="4029"/>
+        <location filename="../ViewManager/ViewManager.py" line="3464"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2534"/>
+        <location filename="../QScintilla/ShellWindow.py" line="917"/>
+        <source>Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3466"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2536"/>
+        <location filename="../QScintilla/ShellWindow.py" line="919"/>
+        <source>&amp;Search...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3468"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2538"/>
+        <location filename="../QScintilla/ShellWindow.py" line="921"/>
+        <source>Ctrl+F</source>
+        <comment>Search|Search</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3475"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2545"/>
+        <location filename="../QScintilla/ShellWindow.py" line="928"/>
+        <source>Search for a text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="931"/>
+        <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3490"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2560"/>
+        <location filename="../QScintilla/ShellWindow.py" line="943"/>
+        <source>Search next</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3492"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2562"/>
+        <location filename="../QScintilla/ShellWindow.py" line="945"/>
+        <source>Search &amp;next</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3494"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2564"/>
+        <location filename="../QScintilla/ShellWindow.py" line="947"/>
+        <source>F3</source>
+        <comment>Search|Search next</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3501"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2571"/>
+        <location filename="../QScintilla/ShellWindow.py" line="954"/>
+        <source>Search next occurrence of text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="957"/>
+        <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3516"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2586"/>
+        <location filename="../QScintilla/ShellWindow.py" line="971"/>
+        <source>Search previous</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3518"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2588"/>
+        <location filename="../QScintilla/ShellWindow.py" line="973"/>
+        <source>Search &amp;previous</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3520"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2590"/>
+        <location filename="../QScintilla/ShellWindow.py" line="975"/>
+        <source>Shift+F3</source>
+        <comment>Search|Search previous</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3529"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2599"/>
+        <location filename="../QScintilla/ShellWindow.py" line="984"/>
+        <source>Search previous occurrence of text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ShellWindow.py" line="989"/>
+        <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4072"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2757"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1010"/>
+        <source>Zoom in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4074"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2759"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1012"/>
+        <source>Zoom &amp;in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4076"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2761"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1014"/>
+        <source>Ctrl++</source>
+        <comment>View|Zoom in</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4079"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2764"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1017"/>
+        <source>Zoom In</source>
+        <comment>View|Zoom in</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4085"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2770"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1023"/>
+        <source>Zoom in on the text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4088"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2773"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1026"/>
+        <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the text. This makes the text bigger.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4098"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2783"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1036"/>
+        <source>Zoom out</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4100"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2785"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1038"/>
+        <source>Zoom &amp;out</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4102"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2787"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1040"/>
+        <source>Ctrl+-</source>
+        <comment>View|Zoom out</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4105"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2790"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1043"/>
+        <source>Zoom Out</source>
+        <comment>View|Zoom out</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4111"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2796"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1049"/>
+        <source>Zoom out on the text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4114"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2799"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1052"/>
+        <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the text. This makes the text smaller.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4124"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2809"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1062"/>
+        <source>Zoom reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4126"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2811"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1064"/>
+        <source>Zoom &amp;reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4128"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2813"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1066"/>
+        <source>Ctrl+0</source>
+        <comment>View|Zoom reset</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4135"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2820"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1073"/>
+        <source>Reset the zoom of the text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4138"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2823"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1076"/>
+        <source>&lt;b&gt;Zoom reset&lt;/b&gt;&lt;p&gt;Reset the zoom of the text. This sets the zoom factor to 100%.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4149"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2834"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1087"/>
+        <source>Zoom</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4151"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2836"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1089"/>
+        <source>&amp;Zoom</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4158"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2843"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1096"/>
+        <source>Zoom the text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4161"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2846"/>
+        <location filename="../QScintilla/ShellWindow.py" line="1099"/>
+        <source>&lt;b&gt;Zoom&lt;/b&gt;&lt;p&gt;Zoom the text. This opens a dialog where the desired size can be entered.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="813"/>
+        <location filename="../ViewManager/ViewManager.py" line="811"/>
+        <location filename="../QScintilla/MiniEditor.py" line="742"/>
+        <source>Print Preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1791"/>
+        <location filename="../ViewManager/ViewManager.py" line="1790"/>
+        <location filename="../QScintilla/MiniEditor.py" line="960"/>
+        <location filename="../QScintilla/MiniEditor.py" line="959"/>
+        <source>Move left one word part</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1807"/>
+        <location filename="../ViewManager/ViewManager.py" line="1806"/>
+        <location filename="../QScintilla/MiniEditor.py" line="976"/>
+        <location filename="../QScintilla/MiniEditor.py" line="975"/>
+        <source>Move right one word part</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2940"/>
+        <location filename="../ViewManager/ViewManager.py" line="1815"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2130"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1020"/>
+        <location filename="../QScintilla/MiniEditor.py" line="984"/>
+        <source>Alt+Right</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1879"/>
+        <location filename="../ViewManager/ViewManager.py" line="1878"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1052"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1051"/>
+        <source>Move to start of display line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1891"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1064"/>
+        <source>Alt+Home</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1919"/>
+        <location filename="../ViewManager/ViewManager.py" line="1918"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1092"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1091"/>
+        <source>Scroll view down one line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1931"/>
+        <location filename="../ViewManager/ViewManager.py" line="1930"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1104"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1103"/>
+        <source>Scroll view up one line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1943"/>
+        <location filename="../ViewManager/ViewManager.py" line="1942"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1116"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1115"/>
+        <source>Move up one paragraph</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1944"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1117"/>
+        <source>Alt+Up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1955"/>
+        <location filename="../ViewManager/ViewManager.py" line="1954"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1128"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1127"/>
+        <source>Move down one paragraph</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1956"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1129"/>
+        <source>Alt+Down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1995"/>
+        <location filename="../ViewManager/ViewManager.py" line="1994"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1168"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1167"/>
+        <source>Move to start of document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2007"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1180"/>
+        <source>Ctrl+Home</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2015"/>
+        <location filename="../ViewManager/ViewManager.py" line="2014"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1188"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1187"/>
+        <source>Move to end of document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2027"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1200"/>
+        <source>Ctrl+End</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2047"/>
+        <location filename="../ViewManager/ViewManager.py" line="2046"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1220"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1219"/>
+        <source>Unindent one level</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2048"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1221"/>
+        <source>Shift+Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2099"/>
+        <location filename="../ViewManager/ViewManager.py" line="2098"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1272"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1271"/>
+        <source>Extend selection up one line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2100"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1273"/>
+        <source>Shift+Up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2107"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1280"/>
+        <source>Meta+Shift+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2115"/>
+        <location filename="../ViewManager/ViewManager.py" line="2114"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1288"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1287"/>
+        <source>Extend selection down one line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2116"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1289"/>
+        <source>Shift+Down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2123"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1296"/>
+        <source>Meta+Shift+N</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2133"/>
+        <location filename="../ViewManager/ViewManager.py" line="2130"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1306"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1303"/>
+        <source>Extend selection left one word part</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2155"/>
+        <location filename="../ViewManager/ViewManager.py" line="2152"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1328"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1325"/>
+        <source>Extend selection right one word part</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2275"/>
+        <location filename="../ViewManager/ViewManager.py" line="2272"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1448"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1445"/>
+        <source>Extend selection up one paragraph</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2278"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1451"/>
+        <source>Alt+Shift+Up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2291"/>
+        <location filename="../ViewManager/ViewManager.py" line="2288"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1464"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1461"/>
+        <source>Extend selection down one paragraph</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2294"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1467"/>
+        <source>Alt+Shift+Down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2305"/>
+        <location filename="../ViewManager/ViewManager.py" line="2304"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1478"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1477"/>
+        <source>Extend selection up one page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2306"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1479"/>
+        <source>Shift+PgUp</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2317"/>
+        <location filename="../ViewManager/ViewManager.py" line="2316"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1490"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1489"/>
+        <source>Extend selection down one page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2318"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1491"/>
+        <source>Shift+PgDown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2325"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1498"/>
+        <source>Meta+Shift+V</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2335"/>
+        <location filename="../ViewManager/ViewManager.py" line="2332"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1508"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1505"/>
+        <source>Extend selection to start of document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2345"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1518"/>
+        <source>Ctrl+Shift+Up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2350"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1523"/>
+        <source>Ctrl+Shift+Home</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2361"/>
+        <location filename="../ViewManager/ViewManager.py" line="2358"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1534"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1531"/>
+        <source>Extend selection to end of document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2372"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1545"/>
+        <source>Ctrl+Shift+Down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2378"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1551"/>
+        <source>Ctrl+Shift+End</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2411"/>
+        <location filename="../ViewManager/ViewManager.py" line="2408"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1584"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1581"/>
+        <source>Delete previous character if not at start of line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2540"/>
+        <location filename="../ViewManager/ViewManager.py" line="2539"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1698"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1697"/>
+        <source>Duplicate current line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2541"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1699"/>
+        <source>Ctrl+D</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2554"/>
+        <location filename="../ViewManager/ViewManager.py" line="2551"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1712"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1709"/>
+        <source>Swap current and previous lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2557"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1715"/>
+        <source>Ctrl+T</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2568"/>
+        <location filename="../ViewManager/ViewManager.py" line="2567"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1726"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1725"/>
+        <source>Reverse selected lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2569"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1727"/>
+        <source>Meta+Alt+R</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2580"/>
+        <location filename="../ViewManager/ViewManager.py" line="2579"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1738"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1737"/>
+        <source>Cut current line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2581"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1739"/>
+        <source>Alt+Shift+L</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2592"/>
+        <location filename="../ViewManager/ViewManager.py" line="2591"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1750"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1749"/>
+        <source>Copy current line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2593"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1751"/>
+        <source>Ctrl+Shift+T</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2604"/>
+        <location filename="../ViewManager/ViewManager.py" line="2603"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1762"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1761"/>
+        <source>Toggle insert/overtype</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2605"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1763"/>
+        <source>Ins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3330"/>
+        <location filename="../ViewManager/ViewManager.py" line="3327"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1776"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1773"/>
+        <source>Convert selection to lower case</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3333"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1779"/>
+        <source>Alt+Shift+U</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3346"/>
+        <location filename="../ViewManager/ViewManager.py" line="3343"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1792"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1789"/>
+        <source>Convert selection to upper case</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3349"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1795"/>
+        <source>Ctrl+Shift+U</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2616"/>
+        <location filename="../ViewManager/ViewManager.py" line="2615"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1806"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1805"/>
+        <source>Move to end of display line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2628"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1818"/>
+        <source>Alt+End</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2638"/>
+        <location filename="../ViewManager/ViewManager.py" line="2635"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1828"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1825"/>
+        <source>Extend selection to end of display line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2658"/>
+        <location filename="../ViewManager/ViewManager.py" line="2657"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1848"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1847"/>
+        <source>Formfeed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2684"/>
+        <location filename="../ViewManager/ViewManager.py" line="2681"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1874"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1871"/>
+        <source>Extend rectangular selection down one line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2687"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1877"/>
+        <source>Alt+Ctrl+Down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2695"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1885"/>
+        <source>Meta+Alt+Shift+N</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2706"/>
+        <location filename="../ViewManager/ViewManager.py" line="2703"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1896"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1893"/>
+        <source>Extend rectangular selection up one line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2709"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1899"/>
+        <source>Alt+Ctrl+Up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2717"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1907"/>
+        <source>Meta+Alt+Shift+P</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2728"/>
+        <location filename="../ViewManager/ViewManager.py" line="2725"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1918"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1915"/>
+        <source>Extend rectangular selection left one character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2731"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1921"/>
+        <source>Alt+Ctrl+Left</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2739"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1929"/>
+        <source>Meta+Alt+Shift+B</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2750"/>
+        <location filename="../ViewManager/ViewManager.py" line="2747"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1940"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1937"/>
+        <source>Extend rectangular selection right one character</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2753"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1943"/>
+        <source>Alt+Ctrl+Right</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2761"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1951"/>
+        <source>Meta+Alt+Shift+F</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2774"/>
+        <location filename="../ViewManager/ViewManager.py" line="2769"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1964"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1959"/>
+        <source>Extend rectangular selection to first visible character in document line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2787"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1977"/>
+        <source>Alt+Shift+Home</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2798"/>
+        <location filename="../ViewManager/ViewManager.py" line="2795"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1988"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1985"/>
+        <source>Extend rectangular selection to end of document line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2809"/>
+        <location filename="../QScintilla/MiniEditor.py" line="1999"/>
+        <source>Meta+Alt+Shift+E</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2814"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2004"/>
+        <source>Alt+Shift+End</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2824"/>
+        <location filename="../ViewManager/ViewManager.py" line="2821"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2014"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2011"/>
+        <source>Extend rectangular selection up one page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2827"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2017"/>
+        <source>Alt+Shift+PgUp</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2840"/>
+        <location filename="../ViewManager/ViewManager.py" line="2837"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2030"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2027"/>
+        <source>Extend rectangular selection down one page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2843"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2033"/>
+        <source>Alt+Shift+PgDown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2851"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2041"/>
+        <source>Meta+Alt+Shift+V</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2860"/>
+        <location filename="../ViewManager/ViewManager.py" line="2859"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2516"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2515"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2050"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2049"/>
+        <source>Duplicate current selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2861"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2517"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2051"/>
+        <source>Ctrl+Shift+D</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2875"/>
+        <location filename="../ViewManager/ViewManager.py" line="2872"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2065"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2062"/>
+        <source>Scroll to start of document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2894"/>
+        <location filename="../ViewManager/ViewManager.py" line="2893"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2084"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2083"/>
+        <source>Scroll to end of document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2913"/>
+        <location filename="../ViewManager/ViewManager.py" line="2910"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2103"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2100"/>
+        <source>Scroll vertically to center current line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2923"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2113"/>
+        <source>Meta+L</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2932"/>
+        <location filename="../ViewManager/ViewManager.py" line="2931"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2122"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2121"/>
+        <source>Move to end of next word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2951"/>
+        <location filename="../ViewManager/ViewManager.py" line="2948"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2141"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2138"/>
+        <source>Extend selection to end of next word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2974"/>
+        <location filename="../ViewManager/ViewManager.py" line="2971"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2164"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2161"/>
+        <source>Move to end of previous word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2991"/>
+        <location filename="../ViewManager/ViewManager.py" line="2988"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2181"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2178"/>
+        <source>Extend selection to end of previous word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3008"/>
+        <location filename="../ViewManager/ViewManager.py" line="3005"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2198"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2195"/>
+        <source>Move to start of document line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3018"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2208"/>
+        <source>Meta+A</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3029"/>
+        <location filename="../ViewManager/ViewManager.py" line="3026"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2219"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2216"/>
+        <source>Extend selection to start of document line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3040"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2230"/>
+        <source>Meta+Shift+A</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3053"/>
+        <location filename="../ViewManager/ViewManager.py" line="3049"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2243"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2239"/>
+        <source>Extend rectangular selection to start of document line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3065"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2255"/>
+        <source>Meta+Alt+Shift+A</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3077"/>
+        <location filename="../ViewManager/ViewManager.py" line="3074"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2267"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2264"/>
+        <source>Extend selection to start of display line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3100"/>
+        <location filename="../ViewManager/ViewManager.py" line="3097"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2290"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2287"/>
+        <source>Move to start of display or document line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3118"/>
+        <location filename="../ViewManager/ViewManager.py" line="3114"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2308"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2304"/>
+        <source>Extend selection to start of display or document line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3137"/>
+        <location filename="../ViewManager/ViewManager.py" line="3133"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2327"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2323"/>
+        <source>Move to first visible character in display or document line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3157"/>
+        <location filename="../ViewManager/ViewManager.py" line="3152"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2347"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2342"/>
+        <source>Extend selection to first visible character in display or document line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3176"/>
+        <location filename="../ViewManager/ViewManager.py" line="3173"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2366"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2363"/>
+        <source>Move to end of display or document line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3193"/>
+        <location filename="../ViewManager/ViewManager.py" line="3190"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2383"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2380"/>
+        <source>Extend selection to end of display or document line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3208"/>
+        <location filename="../ViewManager/ViewManager.py" line="3207"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2398"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2397"/>
+        <source>Stuttered move up one page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3223"/>
+        <location filename="../ViewManager/ViewManager.py" line="3220"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2413"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2410"/>
+        <source>Stuttered extend selection up one page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3240"/>
+        <location filename="../ViewManager/ViewManager.py" line="3237"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2430"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2427"/>
+        <source>Stuttered move down one page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3257"/>
+        <location filename="../ViewManager/ViewManager.py" line="3254"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2447"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2444"/>
+        <source>Stuttered extend selection down one page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3274"/>
+        <location filename="../ViewManager/ViewManager.py" line="3271"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2464"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2461"/>
+        <source>Delete right to end of next word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3284"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2474"/>
+        <source>Alt+Del</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3295"/>
+        <location filename="../ViewManager/ViewManager.py" line="3292"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2485"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2482"/>
+        <source>Move selected lines up one line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3312"/>
+        <location filename="../ViewManager/ViewManager.py" line="3309"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2502"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2499"/>
+        <source>Move selected lines down one line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3478"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2548"/>
+        <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Search for some text in the current editor. A dialog is shown to enter the searchtext and options for the search.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3504"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2574"/>
+        <source>&lt;b&gt;Search next&lt;/b&gt;&lt;p&gt;Search the next occurrence of some text in the current editor. The previously entered searchtext and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3534"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2604"/>
+        <source>&lt;b&gt;Search previous&lt;/b&gt;&lt;p&gt;Search the previous occurrence of some text in the current editor. The previously entered searchtext and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3548"/>
+        <location filename="../ViewManager/ViewManager.py" line="3546"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2618"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2616"/>
+        <source>Clear search markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3550"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2620"/>
+        <source>Ctrl+3</source>
+        <comment>Search|Clear search markers</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3559"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2629"/>
+        <source>Clear all displayed search markers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3564"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2634"/>
+        <source>&lt;b&gt;Clear search markers&lt;/b&gt;&lt;p&gt;Clear all displayed search markers.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3632"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2644"/>
+        <source>Replace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3633"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2645"/>
+        <source>&amp;Replace...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3635"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2647"/>
+        <source>Ctrl+R</source>
+        <comment>Search|Replace</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3642"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2654"/>
+        <source>Replace some text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3645"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2657"/>
+        <source>&lt;b&gt;Replace&lt;/b&gt;&lt;p&gt;Search for some text in the current editor and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and replace.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3659"/>
+        <location filename="../ViewManager/ViewManager.py" line="3657"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2671"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2669"/>
+        <source>Replace and Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3661"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2673"/>
+        <source>Meta+R</source>
+        <comment>Search|Replace and Search</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3670"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2682"/>
+        <source>Replace the found text and search the next occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3675"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2687"/>
+        <source>&lt;b&gt;Replace and Search&lt;/b&gt;&lt;p&gt;Replace the found occurrence of text in the current editor and search for the next one. The previously entered search text and options are reused.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3689"/>
+        <location filename="../ViewManager/ViewManager.py" line="3687"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2701"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2699"/>
+        <source>Replace Occurrence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3691"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2703"/>
+        <source>Ctrl+Meta+R</source>
+        <comment>Search|Replace Occurrence</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3700"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2712"/>
+        <source>Replace the found text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3703"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2715"/>
+        <source>&lt;b&gt;Replace Occurrence&lt;/b&gt;&lt;p&gt;Replace the found occurrence of the search text in the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3716"/>
+        <location filename="../ViewManager/ViewManager.py" line="3714"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2728"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2726"/>
+        <source>Replace All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3718"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2730"/>
+        <source>Shift+Meta+R</source>
+        <comment>Search|Replace All</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3727"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2739"/>
+        <source>Replace search text occurrences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3730"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2742"/>
+        <source>&lt;b&gt;Replace All&lt;/b&gt;&lt;p&gt;Replace all occurrences of the search text in the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="589"/>
+        <source>New</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="591"/>
+        <source>&amp;New</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="593"/>
+        <source>Ctrl+N</source>
+        <comment>File|New</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="600"/>
+        <source>Open an empty editor window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="603"/>
+        <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;An empty editor window will be created.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="612"/>
+        <source>Open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="614"/>
+        <source>&amp;Open...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="616"/>
+        <source>Ctrl+O</source>
+        <comment>File|Open</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="623"/>
+        <source>Open a file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="626"/>
+        <source>&lt;b&gt;Open a file&lt;/b&gt;&lt;p&gt;You will be asked for the name of a file to be opened in an editor window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="639"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="641"/>
+        <source>&amp;Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="643"/>
+        <source>Ctrl+W</source>
+        <comment>File|Close</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="650"/>
+        <source>Close the current window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="653"/>
+        <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="662"/>
+        <source>Close All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="663"/>
+        <source>Clos&amp;e All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="670"/>
+        <source>Close all editor windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="673"/>
+        <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all editor windows.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="686"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="688"/>
+        <source>&amp;Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="697"/>
+        <source>Save the current file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="700"/>
+        <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="710"/>
+        <source>Save as</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="712"/>
+        <source>Save &amp;as...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="714"/>
+        <source>Shift+Ctrl+S</source>
+        <comment>File|Save As</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="723"/>
+        <source>Save the current file to a new one</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="728"/>
+        <source>&lt;b&gt;Save File as&lt;/b&gt;&lt;p&gt;Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="739"/>
+        <source>Save Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="741"/>
+        <source>Save &amp;Copy...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="748"/>
+        <source>Save a copy of the current file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="751"/>
+        <source>&lt;b&gt;Save Copy&lt;/b&gt;&lt;p&gt;Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="762"/>
+        <source>Save all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="764"/>
+        <source>Save a&amp;ll</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="771"/>
+        <source>Save all files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="774"/>
+        <source>&lt;b&gt;Save All Files&lt;/b&gt;&lt;p&gt;Save the contents of all editor windows.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="786"/>
+        <source>Print</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="788"/>
+        <source>&amp;Print</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="790"/>
+        <source>Ctrl+P</source>
+        <comment>File|Print</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="797"/>
+        <source>Print the current file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="800"/>
+        <source>&lt;b&gt;Print File&lt;/b&gt;&lt;p&gt;Print the contents of current editor window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="820"/>
+        <source>Print preview of the current file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="825"/>
+        <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the current editor window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="836"/>
+        <source>Find File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="838"/>
+        <source>Find &amp;File...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="840"/>
+        <source>Alt+Ctrl+F</source>
+        <comment>File|Find File</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="849"/>
+        <source>Search for a file by entering a search pattern</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="854"/>
+        <source>&lt;b&gt;Find File&lt;/b&gt;&lt;p&gt;This searches for a file by entering a search pattern.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="869"/>
+        <source>&amp;File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="871"/>
+        <source>Open &amp;Recent Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="874"/>
+        <source>Open &amp;Bookmarked Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="918"/>
+        <location filename="../ViewManager/ViewManager.py" line="916"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="941"/>
+        <source>Export as</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="965"/>
+        <source>Undo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="967"/>
+        <source>&amp;Undo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="969"/>
+        <source>Ctrl+Z</source>
+        <comment>Edit|Undo</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="972"/>
+        <source>Alt+Backspace</source>
+        <comment>Edit|Undo</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="978"/>
+        <source>Undo the last change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="981"/>
+        <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last change done in the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="991"/>
+        <source>Redo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="993"/>
+        <source>&amp;Redo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="995"/>
+        <source>Ctrl+Shift+Z</source>
+        <comment>Edit|Redo</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1002"/>
+        <source>Redo the last change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1005"/>
+        <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last change done in the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1025"/>
+        <location filename="../ViewManager/ViewManager.py" line="1015"/>
+        <source>Revert to last saved state</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1016"/>
+        <source>Re&amp;vert to last saved state</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1018"/>
+        <source>Ctrl+Y</source>
+        <comment>Edit|Revert</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1028"/>
+        <source>&lt;b&gt;Revert to last saved state&lt;/b&gt;&lt;p&gt;Undo all changes up to the last saved state of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1057"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1084"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text of the current editor to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1111"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste the last cut/copied text from the clipboard to the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1136"/>
+        <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1155"/>
+        <location filename="../ViewManager/ViewManager.py" line="1146"/>
+        <location filename="../ViewManager/ViewManager.py" line="1145"/>
+        <source>Join Lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1148"/>
+        <source>Ctrl+J</source>
+        <comment>Edit|Join Lines</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1158"/>
+        <source>&lt;b&gt;Join Lines&lt;/b&gt;&lt;p&gt;Join the current and the next lines.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1168"/>
+        <source>Indent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1170"/>
+        <source>&amp;Indent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1172"/>
+        <source>Ctrl+I</source>
+        <comment>Edit|Indent</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1179"/>
+        <source>Indent line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1182"/>
+        <source>&lt;b&gt;Indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1193"/>
+        <source>Unindent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1195"/>
+        <source>U&amp;nindent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1197"/>
+        <source>Ctrl+Shift+I</source>
+        <comment>Edit|Unindent</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1206"/>
+        <source>Unindent line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1209"/>
+        <source>&lt;b&gt;Unindent&lt;/b&gt;&lt;p&gt;Unindents the current line or the lines of the selection by one level.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1222"/>
+        <location filename="../ViewManager/ViewManager.py" line="1220"/>
+        <source>Smart indent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1229"/>
+        <source>Smart indent Line or Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1232"/>
+        <source>&lt;b&gt;Smart indent&lt;/b&gt;&lt;p&gt;Indents the current line or the lines of the current selection smartly.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1243"/>
+        <source>Comment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1245"/>
+        <source>C&amp;omment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1247"/>
+        <source>Ctrl+M</source>
+        <comment>Edit|Comment</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1254"/>
+        <source>Comment Line or Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1257"/>
+        <source>&lt;b&gt;Comment&lt;/b&gt;&lt;p&gt;Comments the current line or the lines of the current selection.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1268"/>
+        <source>Uncomment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1270"/>
+        <source>Unco&amp;mment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1272"/>
+        <source>Ctrl+Shift+M</source>
+        <comment>Edit|Uncomment</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1281"/>
+        <source>Uncomment Line or Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1284"/>
+        <source>&lt;b&gt;Uncomment&lt;/b&gt;&lt;p&gt;Uncomments the current line or the lines of the current selection.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1297"/>
+        <location filename="../ViewManager/ViewManager.py" line="1295"/>
+        <source>Toggle Comment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1299"/>
+        <source>Ctrl+#</source>
+        <comment>Edit|Toggle Comment</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1308"/>
+        <source>Toggle the comment of the current line, selection or comment block</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1314"/>
+        <source>&lt;b&gt;Toggle Comment&lt;/b&gt;&lt;p&gt;If the current line does not start with a block comment, the current line or selection is commented. If it is already commented, this comment block is uncommented. &lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1327"/>
+        <location filename="../ViewManager/ViewManager.py" line="1326"/>
+        <source>Stream Comment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1334"/>
+        <source>Stream Comment Line or Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1339"/>
+        <source>&lt;b&gt;Stream Comment&lt;/b&gt;&lt;p&gt;Stream comments the current line or the current selection.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1351"/>
+        <location filename="../ViewManager/ViewManager.py" line="1350"/>
+        <source>Box Comment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1358"/>
+        <source>Box Comment Line or Selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1361"/>
+        <source>&lt;b&gt;Box Comment&lt;/b&gt;&lt;p&gt;Box comments the current line or the lines of the current selection.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1372"/>
+        <source>Select to brace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1373"/>
+        <source>Select to &amp;brace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1375"/>
+        <source>Ctrl+E</source>
+        <comment>Edit|Select to brace</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1384"/>
+        <source>Select text to the matching brace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1389"/>
+        <source>&lt;b&gt;Select to brace&lt;/b&gt;&lt;p&gt;Select text of the current editor to the matching brace.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1400"/>
+        <source>Select all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1402"/>
+        <source>&amp;Select all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1404"/>
+        <source>Ctrl+A</source>
+        <comment>Edit|Select all</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1411"/>
+        <source>Select all text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1414"/>
+        <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1424"/>
+        <source>Deselect all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1425"/>
+        <source>&amp;Deselect all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1427"/>
+        <source>Alt+Ctrl+A</source>
+        <comment>Edit|Deselect all</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1436"/>
+        <source>Deselect all text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1439"/>
+        <source>&lt;b&gt;Deselect All&lt;/b&gt;&lt;p&gt;Deselect all text of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1457"/>
+        <location filename="../ViewManager/ViewManager.py" line="1449"/>
+        <source>Convert Line End Characters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1450"/>
+        <source>Convert &amp;Line End Characters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1460"/>
+        <source>&lt;b&gt;Convert Line End Characters&lt;/b&gt;&lt;p&gt;Convert the line end characters to the currently set type.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1479"/>
+        <location filename="../ViewManager/ViewManager.py" line="1472"/>
+        <location filename="../ViewManager/ViewManager.py" line="1471"/>
+        <source>Shorten empty lines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1482"/>
+        <source>&lt;b&gt;Shorten empty lines&lt;/b&gt;&lt;p&gt;Shorten lines consisting solely of whitespace characters.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3365"/>
+        <location filename="../ViewManager/ViewManager.py" line="1493"/>
+        <source>Complete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1494"/>
+        <source>&amp;Complete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1496"/>
+        <source>Ctrl+Space</source>
+        <comment>Edit|Complete</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1503"/>
+        <source>Complete current word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1506"/>
+        <source>&lt;b&gt;Complete&lt;/b&gt;&lt;p&gt;Performs a completion of the word containing the cursor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1518"/>
+        <location filename="../ViewManager/ViewManager.py" line="1517"/>
+        <source>Complete from Document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1520"/>
+        <source>Ctrl+Shift+Space</source>
+        <comment>Edit|Complete from Document</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1529"/>
+        <source>Complete current word from Document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1534"/>
+        <source>&lt;b&gt;Complete from Document&lt;/b&gt;&lt;p&gt;Performs a completion from document of the word containing the cursor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1546"/>
+        <location filename="../ViewManager/ViewManager.py" line="1545"/>
+        <source>Complete from APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1548"/>
+        <source>Ctrl+Alt+Space</source>
+        <comment>Edit|Complete from APIs</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1557"/>
+        <source>Complete current word from APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1560"/>
+        <source>&lt;b&gt;Complete from APIs&lt;/b&gt;&lt;p&gt;Performs a completion from APIs of the word containing the cursor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1574"/>
+        <location filename="../ViewManager/ViewManager.py" line="1571"/>
+        <source>Complete from Document and APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1578"/>
+        <source>Alt+Shift+Space</source>
+        <comment>Edit|Complete from Document and APIs</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1589"/>
+        <source>Complete current word from Document and APIs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1594"/>
+        <source>&lt;b&gt;Complete from Document and APIs&lt;/b&gt;&lt;p&gt;Performs a completion from document and APIs of the word containing the cursor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1605"/>
+        <source>Calltip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1606"/>
+        <source>&amp;Calltip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1608"/>
+        <source>Meta+Alt+Space</source>
+        <comment>Edit|Calltip</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1617"/>
+        <source>Show Calltips</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1620"/>
+        <source>&lt;b&gt;Calltip&lt;/b&gt;&lt;p&gt;Show calltips based on the characters immediately to the left of the cursor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1633"/>
+        <location filename="../ViewManager/ViewManager.py" line="1631"/>
+        <source>Code Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1635"/>
+        <source>Ctrl+Alt+I</source>
+        <comment>Edit|Code Info</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1644"/>
+        <source>Show Code Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1647"/>
+        <source>&lt;b&gt;Code Info&lt;/b&gt;&lt;p&gt;Show code information based on the cursor position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1658"/>
+        <location filename="../ViewManager/ViewManager.py" line="1657"/>
+        <source>Sort</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1660"/>
+        <source>Ctrl+Alt+S</source>
+        <comment>Edit|Sort</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1667"/>
+        <source>Sort the lines containing the rectangular selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1672"/>
+        <source>&lt;b&gt;Sort&lt;/b&gt;&lt;p&gt;Sort the lines spanned by a rectangular selection based on the selection ignoring leading and trailing whitespace.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1684"/>
+        <location filename="../ViewManager/ViewManager.py" line="1683"/>
+        <source>Generate Docstring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1686"/>
+        <source>Ctrl+Alt+D</source>
+        <comment>Edit|Generate Docstring</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1695"/>
+        <source>Generate a docstring for the current function/method</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1700"/>
+        <source>&lt;b&gt;Generate Docstring&lt;/b&gt;&lt;p&gt;Generate a docstring for the current function/method if the cursor is placed on the line starting the function definition or on the line thereafter. The docstring is inserted at the appropriate position and the cursor is placed at the end of the description line.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2515"/>
+        <location filename="../ViewManager/ViewManager.py" line="2512"/>
+        <source>Insert new line below current line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2518"/>
+        <source>Shift+Return</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2519"/>
+        <source>Shift+Enter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3374"/>
+        <source>&amp;Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3430"/>
+        <location filename="../ViewManager/ViewManager.py" line="3428"/>
+        <source>Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3576"/>
+        <location filename="../ViewManager/ViewManager.py" line="3574"/>
+        <source>Search current word forward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3578"/>
+        <source>Ctrl+.</source>
+        <comment>Search|Search current word forward</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3587"/>
+        <source>Search next occurrence of the current word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3592"/>
+        <source>&lt;b&gt;Search current word forward&lt;/b&gt;&lt;p&gt;Search the next occurrence of the current word of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3605"/>
+        <location filename="../ViewManager/ViewManager.py" line="3603"/>
+        <source>Search current word backward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3607"/>
+        <source>Ctrl+,</source>
+        <comment>Search|Search current word backward</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3616"/>
+        <source>Search previous occurrence of the current word</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3621"/>
+        <source>&lt;b&gt;Search current word backward&lt;/b&gt;&lt;p&gt;Search the previous occurrence of the current word of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3752"/>
+        <location filename="../ViewManager/ViewManager.py" line="3741"/>
+        <source>Goto Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3743"/>
+        <source>&amp;Goto Line...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3745"/>
+        <source>Ctrl+G</source>
+        <comment>Search|Goto Line</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3755"/>
+        <source>&lt;b&gt;Goto Line&lt;/b&gt;&lt;p&gt;Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3777"/>
+        <location filename="../ViewManager/ViewManager.py" line="3766"/>
+        <source>Goto Brace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3768"/>
+        <source>Goto &amp;Brace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3770"/>
+        <source>Ctrl+L</source>
+        <comment>Search|Goto Brace</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3780"/>
+        <source>&lt;b&gt;Goto Brace&lt;/b&gt;&lt;p&gt;Go to the matching brace in the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3803"/>
+        <location filename="../ViewManager/ViewManager.py" line="3790"/>
+        <source>Goto Last Edit Location</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3792"/>
+        <source>Goto Last &amp;Edit Location</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3794"/>
+        <source>Ctrl+Shift+G</source>
+        <comment>Search|Goto Last Edit Location</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3806"/>
+        <source>&lt;b&gt;Goto Last Edit Location&lt;/b&gt;&lt;p&gt;Go to the location of the last edit in the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3818"/>
+        <location filename="../ViewManager/ViewManager.py" line="3817"/>
+        <source>Goto Previous Method or Class</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3820"/>
+        <source>Ctrl+Shift+Up</source>
+        <comment>Search|Goto Previous Method or Class</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3831"/>
+        <source>Go to the previous method or class definition</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3836"/>
+        <source>&lt;b&gt;Goto Previous Method or Class&lt;/b&gt;&lt;p&gt;Goes to the line of the previous method or class definition and highlights the name.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3848"/>
+        <location filename="../ViewManager/ViewManager.py" line="3847"/>
+        <source>Goto Next Method or Class</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3850"/>
+        <source>Ctrl+Shift+Down</source>
+        <comment>Search|Goto Next Method or Class</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3859"/>
+        <source>Go to the next method or class definition</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3864"/>
+        <source>&lt;b&gt;Goto Next Method or Class&lt;/b&gt;&lt;p&gt;Goes to the line of the next method or class definition and highlights the name.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3877"/>
+        <source>Search in Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3879"/>
+        <source>Search in &amp;Files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3881"/>
+        <source>Shift+Ctrl+F</source>
+        <comment>Search|Search Files</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3890"/>
+        <source>Search for a text in files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3893"/>
+        <source>&lt;b&gt;Search in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project. A window is shown to enter the searchtext and options for the search and to display the result.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3905"/>
+        <source>Replace in Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3906"/>
+        <source>Replace in F&amp;iles...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3908"/>
+        <source>Shift+Ctrl+R</source>
+        <comment>Search|Replace in Files</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3917"/>
+        <source>Search for a text in files and replace it</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3922"/>
+        <source>&lt;b&gt;Replace in Files&lt;/b&gt;&lt;p&gt;Search for some text in the files of a directory tree or the project and replace it. A window is shown to enter the searchtext, the replacement text and options for the search and to display the result.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3935"/>
+        <source>Search in Open Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3937"/>
+        <source>Search in Open Files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3939"/>
+        <source>Meta+Ctrl+Alt+F</source>
+        <comment>Search|Search Open Files</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3948"/>
+        <source>Search for a text in open files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3951"/>
+        <source>&lt;b&gt;Search in Open Files&lt;/b&gt;&lt;p&gt;Search for some text in the currently opened files. A window is shown to enter the search text and options for the search and to display the result.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3963"/>
+        <source>Replace in Open Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3964"/>
+        <source>Replace in Open Files...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3966"/>
+        <source>Meta+Ctrl+Alt+R</source>
+        <comment>Search|Replace in Open Files</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3975"/>
+        <source>Search for a text in open files and replace it</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3980"/>
+        <source>&lt;b&gt;Replace in Open Files&lt;/b&gt;&lt;p&gt;Search for some text in the currently opened files and replace it. A window is shown to enter the search text, the replacement text and options for the search and to display the result.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4001"/>
+        <source>&amp;Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4180"/>
+        <location filename="../ViewManager/ViewManager.py" line="4172"/>
+        <source>Toggle all folds</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4173"/>
+        <source>&amp;Toggle all folds</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4183"/>
+        <source>&lt;b&gt;Toggle all folds&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4205"/>
+        <location filename="../ViewManager/ViewManager.py" line="4193"/>
+        <source>Toggle all folds (including children)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4196"/>
+        <source>Toggle all &amp;folds (including children)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4210"/>
+        <source>&lt;b&gt;Toggle all folds (including children)&lt;/b&gt;&lt;p&gt;Toggle all folds of the current editor including all children.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4229"/>
+        <location filename="../ViewManager/ViewManager.py" line="4221"/>
+        <source>Toggle current fold</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4222"/>
+        <source>Toggle &amp;current fold</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4232"/>
+        <source>&lt;b&gt;Toggle current fold&lt;/b&gt;&lt;p&gt;Toggle the folds of the current line of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4251"/>
+        <location filename="../ViewManager/ViewManager.py" line="4243"/>
+        <source>Clear all folds</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4244"/>
+        <source>Clear &amp;all folds</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4254"/>
+        <source>&lt;b&gt;Clear all folds&lt;/b&gt;&lt;p&gt;Clear all folds of the current editor, i.e. ensure that all lines are displayed unfolded.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4274"/>
+        <location filename="../ViewManager/ViewManager.py" line="4267"/>
+        <location filename="../ViewManager/ViewManager.py" line="4265"/>
+        <source>Remove all highlights</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4277"/>
+        <source>&lt;b&gt;Remove all highlights&lt;/b&gt;&lt;p&gt;Remove the highlights of all editors.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4287"/>
+        <source>New Document View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4289"/>
+        <source>New &amp;Document View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4296"/>
+        <source>Open a new view of the current document</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4301"/>
+        <source>&lt;b&gt;New Document View&lt;/b&gt;&lt;p&gt;Opens a new view of the current document. Both views show the same document. However, the cursors may be positioned independently.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4317"/>
+        <location filename="../ViewManager/ViewManager.py" line="4313"/>
+        <source>New Document View (with new split)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4326"/>
+        <source>Open a new view of the current document in a new split</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4331"/>
+        <source>&lt;b&gt;New Document View&lt;/b&gt;&lt;p&gt;Opens a new view of the current document in a new split. Both views show the same document. However, the cursors may be positioned independently.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4343"/>
+        <source>Split view</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4345"/>
+        <source>&amp;Split view</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4352"/>
+        <source>Add a split to the view</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4355"/>
+        <source>&lt;b&gt;Split view&lt;/b&gt;&lt;p&gt;Add a split to the view.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4364"/>
+        <source>Arrange horizontally</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4365"/>
+        <source>Arrange &amp;horizontally</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4373"/>
+        <source>Arrange the splitted views horizontally</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4378"/>
+        <source>&lt;b&gt;Arrange horizontally&lt;/b&gt;&lt;p&gt;Arrange the splitted views horizontally.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4389"/>
+        <source>Remove split</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4391"/>
+        <source>&amp;Remove split</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4398"/>
+        <source>Remove the current split</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4401"/>
+        <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4410"/>
+        <source>Next split</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4411"/>
+        <source>&amp;Next split</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4413"/>
+        <source>Ctrl+Alt+N</source>
+        <comment>View|Next split</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4422"/>
+        <source>Move to the next split</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4425"/>
+        <source>&lt;b&gt;Next split&lt;/b&gt;&lt;p&gt;Move to the next split.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4434"/>
+        <source>Previous split</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4435"/>
+        <source>&amp;Previous split</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4437"/>
+        <source>Ctrl+Alt+P</source>
+        <comment>View|Previous split</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4446"/>
+        <source>Move to the previous split</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4449"/>
+        <source>&lt;b&gt;Previous split&lt;/b&gt;&lt;p&gt;Move to the previous split.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4460"/>
+        <location filename="../ViewManager/ViewManager.py" line="4458"/>
+        <source>Preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4468"/>
+        <source>Preview the current file in the web browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4473"/>
+        <source>&lt;b&gt;Preview&lt;/b&gt;&lt;p&gt;This opens the web browser with a preview of the current file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4487"/>
+        <location filename="../ViewManager/ViewManager.py" line="4485"/>
+        <source>Python AST Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4495"/>
+        <source>Show the AST for the current Python file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4500"/>
+        <source>&lt;b&gt;Python AST Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the AST of the current Python source file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4514"/>
+        <location filename="../ViewManager/ViewManager.py" line="4512"/>
+        <source>Python Disassembly Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4522"/>
+        <source>Show the Disassembly for the current Python file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4527"/>
+        <source>&lt;b&gt;Python Disassembly Viewer&lt;/b&gt;&lt;p&gt;This opens the a tree view of the Disassembly of the current Python source file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4562"/>
+        <source>&amp;View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4596"/>
+        <location filename="../ViewManager/ViewManager.py" line="4594"/>
+        <source>View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4635"/>
+        <location filename="../ViewManager/ViewManager.py" line="4627"/>
+        <source>Start Macro Recording</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4628"/>
+        <source>S&amp;tart Macro Recording</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4638"/>
+        <source>&lt;b&gt;Start Macro Recording&lt;/b&gt;&lt;p&gt;Start recording editor commands into a new macro.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4656"/>
+        <location filename="../ViewManager/ViewManager.py" line="4648"/>
+        <source>Stop Macro Recording</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4649"/>
+        <source>Sto&amp;p Macro Recording</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4659"/>
+        <source>&lt;b&gt;Stop Macro Recording&lt;/b&gt;&lt;p&gt;Stop recording editor commands into a new macro.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4677"/>
+        <location filename="../ViewManager/ViewManager.py" line="4669"/>
+        <source>Run Macro</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4670"/>
+        <source>&amp;Run Macro</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4680"/>
+        <source>&lt;b&gt;Run Macro&lt;/b&gt;&lt;p&gt;Run a previously recorded editor macro.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4698"/>
+        <location filename="../ViewManager/ViewManager.py" line="4690"/>
+        <source>Delete Macro</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4691"/>
+        <source>&amp;Delete Macro</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4701"/>
+        <source>&lt;b&gt;Delete Macro&lt;/b&gt;&lt;p&gt;Delete a previously recorded editor macro.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4719"/>
+        <location filename="../ViewManager/ViewManager.py" line="4711"/>
+        <source>Load Macro</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4712"/>
+        <source>&amp;Load Macro</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4722"/>
+        <source>&lt;b&gt;Load Macro&lt;/b&gt;&lt;p&gt;Load an editor macro from a file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4739"/>
+        <location filename="../ViewManager/ViewManager.py" line="4731"/>
+        <source>Save Macro</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4732"/>
+        <source>&amp;Save Macro</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4742"/>
+        <source>&lt;b&gt;Save Macro&lt;/b&gt;&lt;p&gt;Save a previously recorded editor macro to a file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4759"/>
+        <source>&amp;Macros</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4790"/>
+        <location filename="../ViewManager/ViewManager.py" line="4777"/>
+        <source>Toggle Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4779"/>
+        <source>&amp;Toggle Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4781"/>
+        <source>Alt+Ctrl+T</source>
+        <comment>Bookmark|Toggle</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4793"/>
+        <source>&lt;b&gt;Toggle Bookmark&lt;/b&gt;&lt;p&gt;Toggle a bookmark at the current line of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4817"/>
+        <location filename="../ViewManager/ViewManager.py" line="4804"/>
+        <source>Next Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4806"/>
+        <source>&amp;Next Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4808"/>
+        <source>Ctrl+PgDown</source>
+        <comment>Bookmark|Next</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4820"/>
+        <source>&lt;b&gt;Next Bookmark&lt;/b&gt;&lt;p&gt;Go to next bookmark of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4843"/>
+        <location filename="../ViewManager/ViewManager.py" line="4830"/>
+        <source>Previous Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4832"/>
+        <source>&amp;Previous Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4834"/>
+        <source>Ctrl+PgUp</source>
+        <comment>Bookmark|Previous</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4846"/>
+        <source>&lt;b&gt;Previous Bookmark&lt;/b&gt;&lt;p&gt;Go to previous bookmark of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4868"/>
+        <location filename="../ViewManager/ViewManager.py" line="4856"/>
+        <source>Clear Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4857"/>
+        <source>&amp;Clear Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4859"/>
+        <source>Alt+Ctrl+C</source>
+        <comment>Bookmark|Clear</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4871"/>
+        <source>&lt;b&gt;Clear Bookmarks&lt;/b&gt;&lt;p&gt;Clear bookmarks of all editors.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4890"/>
+        <location filename="../ViewManager/ViewManager.py" line="4881"/>
+        <source>Goto Syntax Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4883"/>
+        <source>&amp;Goto Syntax Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4893"/>
+        <source>&lt;b&gt;Goto Syntax Error&lt;/b&gt;&lt;p&gt;Go to next syntax error of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4911"/>
+        <location filename="../ViewManager/ViewManager.py" line="4903"/>
+        <source>Clear Syntax Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4904"/>
+        <source>Clear &amp;Syntax Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4914"/>
+        <source>&lt;b&gt;Clear Syntax Errors&lt;/b&gt;&lt;p&gt;Clear syntax errors of all editors.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4933"/>
+        <location filename="../ViewManager/ViewManager.py" line="4924"/>
+        <source>Next warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4926"/>
+        <source>&amp;Next warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4936"/>
+        <source>&lt;b&gt;Next warning message&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a pyflakes warning.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4956"/>
+        <location filename="../ViewManager/ViewManager.py" line="4947"/>
+        <source>Previous warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4949"/>
+        <source>&amp;Previous warning message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4959"/>
+        <source>&lt;b&gt;Previous warning message&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a pyflakes warning.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4978"/>
+        <location filename="../ViewManager/ViewManager.py" line="4970"/>
+        <source>Clear Warning Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4971"/>
+        <source>Clear &amp;Warning Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4981"/>
+        <source>&lt;b&gt;Clear Warning Messages&lt;/b&gt;&lt;p&gt;Clear pyflakes warning messages of all editors.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5000"/>
+        <location filename="../ViewManager/ViewManager.py" line="4991"/>
+        <source>Next uncovered line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4993"/>
+        <source>&amp;Next uncovered line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5003"/>
+        <source>&lt;b&gt;Next uncovered line&lt;/b&gt;&lt;p&gt;Go to next line of the current editor marked as not covered.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5023"/>
+        <location filename="../ViewManager/ViewManager.py" line="5014"/>
+        <source>Previous uncovered line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5016"/>
+        <source>&amp;Previous uncovered line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5026"/>
+        <source>&lt;b&gt;Previous uncovered line&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor marked as not covered.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5046"/>
+        <location filename="../ViewManager/ViewManager.py" line="5037"/>
+        <source>Next Task</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5039"/>
+        <source>&amp;Next Task</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5049"/>
+        <source>&lt;b&gt;Next Task&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a task.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5068"/>
+        <location filename="../ViewManager/ViewManager.py" line="5059"/>
+        <source>Previous Task</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5061"/>
+        <source>&amp;Previous Task</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5071"/>
+        <source>&lt;b&gt;Previous Task&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a task.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5091"/>
+        <location filename="../ViewManager/ViewManager.py" line="5082"/>
+        <source>Next Change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5084"/>
+        <source>&amp;Next Change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5094"/>
+        <source>&lt;b&gt;Next Change&lt;/b&gt;&lt;p&gt;Go to next line of the current editor having a change marker.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5114"/>
+        <location filename="../ViewManager/ViewManager.py" line="5105"/>
+        <source>Previous Change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5107"/>
+        <source>&amp;Previous Change</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5117"/>
+        <source>&lt;b&gt;Previous Change&lt;/b&gt;&lt;p&gt;Go to previous line of the current editor having a change marker.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5137"/>
+        <location filename="../ViewManager/ViewManager.py" line="5135"/>
+        <source>&amp;Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5180"/>
+        <location filename="../ViewManager/ViewManager.py" line="5178"/>
+        <source>Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5214"/>
+        <source>Check spelling</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5216"/>
+        <source>Check &amp;spelling...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5218"/>
+        <source>Shift+F7</source>
+        <comment>Spelling|Spell Check</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5227"/>
+        <source>Perform spell check of current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5232"/>
+        <source>&lt;b&gt;Check spelling&lt;/b&gt;&lt;p&gt;Perform a spell check of the current editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5242"/>
+        <source>Automatic spell checking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5244"/>
+        <source>&amp;Automatic spell checking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5252"/>
+        <source>(De-)Activate automatic spell checking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5257"/>
+        <source>&lt;b&gt;Automatic spell checking&lt;/b&gt;&lt;p&gt;Activate or deactivate the automatic spell checking function of all editors.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5290"/>
+        <source>Edit Dictionary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5293"/>
+        <source>Project Word List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5297"/>
+        <source>Project Exception List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5302"/>
+        <source>User Word List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5306"/>
+        <source>User Exception List</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5326"/>
+        <location filename="../ViewManager/ViewManager.py" line="5324"/>
+        <source>Spelling</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5352"/>
+        <source>Open files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5400"/>
+        <source>File Modified</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5401"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5830"/>
+        <source>Line: {0:5}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5836"/>
+        <source>Pos: {0:5}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5856"/>
+        <source>Language: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5865"/>
+        <source>EOL Mode: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="6326"/>
+        <location filename="../ViewManager/ViewManager.py" line="6284"/>
+        <source>&amp;Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="6320"/>
+        <source>&amp;Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="6323"/>
+        <source>&amp;Edit...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="7369"/>
+        <location filename="../ViewManager/ViewManager.py" line="7355"/>
+        <location filename="../ViewManager/ViewManager.py" line="7323"/>
+        <source>Edit Spelling Dictionary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="7326"/>
+        <source>&lt;p&gt;The spelling dictionary 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"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="7342"/>
+        <source>Editing {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="7358"/>
+        <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="7372"/>
+        <source>The spelling dictionary was saved successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ViewProfileSidebarsDialog</name>
     <message>
-      <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0" />
-      <source>Configure View Profiles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0" />
-      <source>Select the windows, that should be visible, when the different profiles are active.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0" />
-      <source>&amp;Edit Profile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0" />
-      <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0" />
-      <source>Left Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0" />
-      <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0" />
-      <source>Right Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0" />
-      <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0" />
-      <source>Bottom Sidebar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0" />
-      <source>&amp;Debug Profile</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0"/>
+        <source>Configure View Profiles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0"/>
+        <source>Select the windows, that should be visible, when the different profiles are active.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0"/>
+        <source>&amp;Edit Profile</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0"/>
+        <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0"/>
+        <source>Left Sidebar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0"/>
+        <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0"/>
+        <source>Right Sidebar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0"/>
+        <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0"/>
+        <source>Bottom Sidebar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ViewProfileSidebarsDialog.ui" line="0"/>
+        <source>&amp;Debug Profile</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ViewProfileToolboxesDialog</name>
     <message>
-      <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0" />
-      <source>Configure View Profiles</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0" />
-      <source>Select the windows, that should be visible, when the different profiles are active.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0" />
-      <source>&amp;Edit Profile</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0" />
-      <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0" />
-      <source>Left Toolbox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0" />
-      <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0" />
-      <source>Right Toolbox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0" />
-      <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0" />
-      <source>Horizontal Toolbox</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0" />
-      <source>&amp;Debug Profile</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0"/>
+        <source>Configure View Profiles</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0"/>
+        <source>Select the windows, that should be visible, when the different profiles are active.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0"/>
+        <source>&amp;Edit Profile</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0"/>
+        <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0"/>
+        <source>Left Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0"/>
+        <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0"/>
+        <source>Right Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0"/>
+        <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0"/>
+        <source>Horizontal Toolbox</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ViewProfileToolboxesDialog.ui" line="0"/>
+        <source>&amp;Debug Profile</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ViewmanagerPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0" />
-      <source>&lt;b&gt;Configure viewmanager&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0" />
-      <source>&lt;font color="#FF0000"&gt;&lt;b&gt;Note:&lt;/b&gt; This setting is activated at the next startup of the application.&lt;/font&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0" />
-      <source>Window view:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0" />
-      <source>Select the window view type.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0" />
-      <source>The kind of window view can be selected from this list. The picture below gives an example of the selected view type.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0" />
-      <source>Preview of selected window view</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0" />
-      <source>This displays a small preview of the selected window view. This is the way the source windows are displayed in the application.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0" />
-      <source>Tabbed View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0" />
-      <source>Filename Length of Tab:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0" />
-      <source>Enter the number of characters to be shown in the tab.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0" />
-      <source>Select to display the filename only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0" />
-      <source>Show filename only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0" />
-      <source>Recent Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0" />
-      <source>Number of recent files:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0" />
-      <source>Enter the number of recent files to remember</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure viewmanager&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0"/>
+        <source>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; This setting is activated at the next startup of the application.&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0"/>
+        <source>Window view:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0"/>
+        <source>Select the window view type.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0"/>
+        <source>The kind of window view can be selected from this list. The picture below gives an example of the selected view type.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0"/>
+        <source>Preview of selected window view</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0"/>
+        <source>This displays a small preview of the selected window view. This is the way the source windows are displayed in the application.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0"/>
+        <source>Tabbed View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0"/>
+        <source>Filename Length of Tab:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0"/>
+        <source>Enter the number of characters to be shown in the tab.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0"/>
+        <source>Select to display the filename only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0"/>
+        <source>Show filename only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0"/>
+        <source>Recent Files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0"/>
+        <source>Number of recent files:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/ViewmanagerPage.ui" line="0"/>
+        <source>Enter the number of recent files to remember</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VirtualenvAddEditDialog</name>
     <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="75" />
-      <source>Edit Virtual Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="77" />
-      <source>Add Virtual Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="85" />
-      <source>Virtualenv Target Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="90" />
-      <source>Python Interpreter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="94" />
-      <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" />
-      <source>Logical Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" />
-      <source>Enter a unique name for the virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" />
-      <source>Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" />
-      <source>Enter the directory of the virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" />
-      <source>Python Interpreter:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" />
-      <source>Enter the Python interpreter of the virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" />
-      <source>Select,if this is a global environment (i.e. no virtual environment directory to be given)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" />
-      <source>&lt;b&gt;Global Environment&lt;/b&gt;
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="75"/>
+        <source>Edit Virtual Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="77"/>
+        <source>Add Virtual Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="85"/>
+        <source>Virtualenv Target Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="90"/>
+        <source>Python Interpreter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="94"/>
+        <source>Enter the executable search path to be prepended to the PATH environment variable. Use &apos;{0}&apos; as the separator.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0"/>
+        <source>Logical Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0"/>
+        <source>Enter a unique name for the virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0"/>
+        <source>Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0"/>
+        <source>Enter the directory of the virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0"/>
+        <source>Python Interpreter:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0"/>
+        <source>Enter the Python interpreter of the virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0"/>
+        <source>Select,if this is a global environment (i.e. no virtual environment directory to be given)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0"/>
+        <source>&lt;b&gt;Global Environment&lt;/b&gt;
 &lt;p&gt;Setting this indicates, that the environment is defined globally, i.e. not user specific. Usually such environments cannot be deleted by a standard user. The respective button of the Virtual Environment Manager dialog will be disabled for these entries.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" />
-      <source>Global Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" />
-      <source>Select, if this is a Conda environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" />
-      <source>Conda Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" />
-      <source>Select, if this is a remotely accessed environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" />
-      <source>Remote Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" />
-      <source>PATH Prefix:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" />
-      <source>Description:</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0"/>
+        <source>Global Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0"/>
+        <source>Select, if this is a Conda environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0"/>
+        <source>Conda Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0"/>
+        <source>Select, if this is a remotely accessed environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0"/>
+        <source>Remote Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0"/>
+        <source>PATH Prefix:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0"/>
+        <source>Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VirtualenvConfigurationDialog</name>
     <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Virtual Environment Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Environment Creator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select to use 'virtualenv'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select to use 'python -m venv'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select to use 'conda'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Logical Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Enter a unique name for the virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Name for the virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Paths</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Target Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Enter the target directory for the virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Extra Search Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Enter the extra search path to look for setuptools/pip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Prompt Prefix:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Enter the prompt prefix for the virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Prompt prefix for the virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Python Executable:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Enter the Python interpreter for the virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Verbosity:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select the verbosity (-1: quiet, 0: normal, 1: verbose)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Python Version:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select the Python version (empty for current)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select to give the virtualenv access to the global site-packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>System-wide Python Packages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select to unzip setuptools when installing it</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Unzip Setuptool to virtualenv</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select to not install setuptools (or pip) in the new virtualenv</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Don't install 'setuptool' (or pip) in the virtualenv</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select to not install pip in the new virtualenv</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Don't install 'pip' in the virtualenv</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select to clear the target first</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Clear out the target directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select to always copy files rather than symlinking</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Always copy files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select to use symlinks instead of copies</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Use Symbolic Links</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select to upgrade a virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Upgrade</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select to generate a log file in the target directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Save a log file in the target directory after creation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select to write a shell script/batch file to regenerate the virtualenv</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Save virtualenv generation script</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Open the newly created virtualenv in a file manager window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Open target directory after creation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Target Environment Specification</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Enter the name for the environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Path:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Enter the target directory for the conda environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>&lt;b&gt;Note:&lt;/b&gt; Only one of the above entries is mandatory.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Special Operations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select to clone an environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Clone Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select to create the environment from a requirements file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>from Requirements</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Enter the name of the environment to be cloned</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Enter the directory of the environment to be cloned</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Package Specs:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Enter the package specifications for the environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Enter the Python version for the environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Allow insecure SSL connections</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Select to perform just a dry-run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" />
-      <source>Perform dry-run</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="49" />
-      <source>Virtualenv Target Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="56" />
-      <source>Extra Search Path for setuptools/pip</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="61" />
-      <source>Python Interpreter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="72" />
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="66" />
-      <source>Conda Environment Location</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="78" />
-      <source>Conda Requirements File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="82" />
-      <source>Text Files (*.txt);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="347" />
-      <source>&lt;virtualenv did not finish within 5s.&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="367" />
-      <source>&lt;No suitable virtualenv found.&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="404" />
-      <source>&lt;pyvenv did not finish within 5s.&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="426" />
-      <source>&lt;No suitable pyvenv found.&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Virtual Environment Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Environment Creator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select to use &apos;virtualenv&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select to use &apos;python -m venv&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select to use &apos;conda&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Logical Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Enter a unique name for the virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Name for the virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Paths</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Target Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Enter the target directory for the virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Extra Search Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Enter the extra search path to look for setuptools/pip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Prompt Prefix:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Enter the prompt prefix for the virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Prompt prefix for the virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Python Executable:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Enter the Python interpreter for the virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Verbosity:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select the verbosity (-1: quiet, 0: normal, 1: verbose)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Python Version:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select the Python version (empty for current)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select to give the virtualenv access to the global site-packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>System-wide Python Packages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select to unzip setuptools when installing it</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Unzip Setuptool to virtualenv</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select to not install setuptools (or pip) in the new virtualenv</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Don&apos;t install &apos;setuptool&apos; (or pip) in the virtualenv</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select to not install pip in the new virtualenv</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Don&apos;t install &apos;pip&apos; in the virtualenv</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select to clear the target first</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Clear out the target directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select to always copy files rather than symlinking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Always copy files</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select to use symlinks instead of copies</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Use Symbolic Links</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select to upgrade a virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Upgrade</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select to generate a log file in the target directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Save a log file in the target directory after creation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select to write a shell script/batch file to regenerate the virtualenv</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Save virtualenv generation script</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Open the newly created virtualenv in a file manager window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Open target directory after creation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Target Environment Specification</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Enter the name for the environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Enter the target directory for the conda environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; Only one of the above entries is mandatory.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Special Operations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select to clone an environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Clone Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select to create the environment from a requirements file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>from Requirements</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Enter the name of the environment to be cloned</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Enter the directory of the environment to be cloned</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Package Specs:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Enter the package specifications for the environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Enter the Python version for the environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Allow insecure SSL connections</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Select to perform just a dry-run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0"/>
+        <source>Perform dry-run</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="49"/>
+        <source>Virtualenv Target Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="56"/>
+        <source>Extra Search Path for setuptools/pip</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="61"/>
+        <source>Python Interpreter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="72"/>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="66"/>
+        <source>Conda Environment Location</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="78"/>
+        <source>Conda Requirements File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="82"/>
+        <source>Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="347"/>
+        <source>&lt;virtualenv did not finish within 5s.&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="367"/>
+        <source>&lt;No suitable virtualenv found.&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="404"/>
+        <source>&lt;pyvenv did not finish within 5s.&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="426"/>
+        <source>&lt;No suitable pyvenv found.&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VirtualenvExecDialog</name>
     <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.ui" line="0" />
-      <source>Virtualenv Creation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.ui" line="0" />
-      <source>Messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.ui" line="0" />
-      <source>&lt;b&gt;virtualenv Execution&lt;/b&gt;
+        <location filename="../VirtualEnv/VirtualenvExecDialog.ui" line="0"/>
+        <source>Virtualenv Creation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.ui" line="0"/>
+        <source>Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.ui" line="0"/>
+        <source>&lt;b&gt;virtualenv Execution&lt;/b&gt;
 &lt;p&gt;This shows the output of the virtualenv command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.ui" line="0" />
-      <source>Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.ui" line="0" />
-      <source>&lt;b&gt;virtualenv Execution&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.ui" line="0"/>
+        <source>&lt;b&gt;virtualenv Execution&lt;/b&gt;
 &lt;p&gt;This shows the errors of the virtualenv command.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="108" />
-      <source>Executing: {0}
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="108"/>
+        <source>Executing: {0}
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="151" />
-      <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="112" />
-      <source>Failed
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="151"/>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="112"/>
+        <source>Failed
 
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="161" />
-      <source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="161"/>
+        <source>
 pyvenv finished.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="163" />
-      <source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="163"/>
+        <source>
 virtualenv finished.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="188" />
-      <source>No suitable pyvenv program could be started.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="188"/>
+        <source>No suitable pyvenv program could be started.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="192" />
-      <source>No suitable virtualenv program could be started.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="192"/>
+        <source>No suitable virtualenv program could be started.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="260" />
-      <source>
-Writing log file '{0}'.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="260"/>
+        <source>
+Writing log file &apos;{0}&apos;.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="264" />
-      <source>Output:
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="264"/>
+        <source>Output:
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="269" />
-      <source>Errors:
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="269"/>
+        <source>Errors:
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="273" />
-      <source>The logfile '{0}' could not be written.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="273"/>
+        <source>The logfile &apos;{0}&apos; could not be written.
 Reason: {1}
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="303" />
-      <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="277" />
-      <source>Done.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="303"/>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="277"/>
+        <source>Done.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="291" />
-      <source>
-Writing script file '{0}'.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="291"/>
+        <source>
+Writing script file &apos;{0}&apos;.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="298" />
-      <source>The script file '{0}' could not be written.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvExecDialog.py" line="298"/>
+        <source>The script file &apos;{0}&apos; could not be written.
 Reason: {1}
 </source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VirtualenvInterpreterSelectionDialog</name>
     <message>
-      <location filename="../VirtualEnv/VirtualenvInterpreterSelectionDialog.py" line="48" />
-      <source>Python Interpreter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvInterpreterSelectionDialog.ui" line="0" />
-      <source>Add Virtual Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvInterpreterSelectionDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvInterpreterSelectionDialog.ui" line="0" />
-      <source>Enter interpreter for virtual environment:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvInterpreterSelectionDialog.ui" line="0" />
-      <source>Enter the Python interpreter of the virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../VirtualEnv/VirtualenvInterpreterSelectionDialog.py" line="48"/>
+        <source>Python Interpreter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvInterpreterSelectionDialog.ui" line="0"/>
+        <source>Add Virtual Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvInterpreterSelectionDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvInterpreterSelectionDialog.ui" line="0"/>
+        <source>Enter interpreter for virtual environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvInterpreterSelectionDialog.ui" line="0"/>
+        <source>Enter the Python interpreter of the virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VirtualenvManager</name>
     <message>
-      <location filename="../VirtualEnv/VirtualenvManager.py" line="305" />
-      <source>Add Virtual Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManager.py" line="306" />
-      <source>A virtual environment named &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManager.py" line="378" />
-      <source>Change Virtual Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManager.py" line="443" />
-      <location filename="../VirtualEnv/VirtualenvManager.py" line="379" />
-      <source>A virtual environment named &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting!</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManager.py" line="442" />
-      <source>Rename Virtual Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManager.py" line="541" />
-      <location filename="../VirtualEnv/VirtualenvManager.py" line="476" />
-      <source>{0} - {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManager.py" line="483" />
-      <source>Delete Virtual Environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManager.py" line="484" />
-      <source>Do you really want to delete these virtual environments?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManager.py" line="548" />
-      <source>Remove Virtual Environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManager.py" line="549" />
-      <source>Do you really want to remove these virtual environments?</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../VirtualEnv/VirtualenvManager.py" line="305"/>
+        <source>Add Virtual Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManager.py" line="306"/>
+        <source>A virtual environment named &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManager.py" line="378"/>
+        <source>Change Virtual Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManager.py" line="443"/>
+        <location filename="../VirtualEnv/VirtualenvManager.py" line="379"/>
+        <source>A virtual environment named &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting!</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManager.py" line="442"/>
+        <source>Rename Virtual Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManager.py" line="541"/>
+        <location filename="../VirtualEnv/VirtualenvManager.py" line="476"/>
+        <source>{0} - {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManager.py" line="483"/>
+        <source>Delete Virtual Environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManager.py" line="484"/>
+        <source>Do you really want to delete these virtual environments?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManager.py" line="548"/>
+        <source>Remove Virtual Environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManager.py" line="549"/>
+        <source>Do you really want to remove these virtual environments?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VirtualenvManagerDialog</name>
     <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidgets.py" line="450" />
-      <source>Manage Virtual Environments</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../VirtualEnv/VirtualenvManagerWidgets.py" line="450"/>
+        <source>Manage Virtual Environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VirtualenvManagerWidget</name>
     <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0" />
-      <source>Press to refresh the list of virtual environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0" />
-      <source>Press to add an existing virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0" />
-      <source>Press to create a new virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0" />
-      <source>Press to edit the selected virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0" />
-      <source>Press to upgrade the selected virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0" />
-      <source>Press to remove the selected virtual environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0" />
-      <source>Press to remove all virtual environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0" />
-      <source>Press to remove the selected virtual environments and delete them</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0" />
-      <source>Press to remove all virtual environments and delete them</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0" />
-      <source>Name</source>
-      <translation>Name</translation>
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0" />
-      <source>Directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0" />
-      <source>Interpreter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0" />
-      <source>Description</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0" />
-      <source>Base Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0" />
-      <source>Enter the base directory of the virtual environments</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0" />
-      <source>Press to save the base directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidgets.py" line="75" />
-      <source>Virtualenv Base Directory</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0"/>
+        <source>Press to refresh the list of virtual environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0"/>
+        <source>Press to add an existing virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0"/>
+        <source>Press to create a new virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0"/>
+        <source>Press to edit the selected virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0"/>
+        <source>Press to upgrade the selected virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0"/>
+        <source>Press to remove the selected virtual environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0"/>
+        <source>Press to remove all virtual environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0"/>
+        <source>Press to remove the selected virtual environments and delete them</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0"/>
+        <source>Press to remove all virtual environments and delete them</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0"/>
+        <source>Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0"/>
+        <source>Interpreter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0"/>
+        <source>Description</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0"/>
+        <source>Base Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0"/>
+        <source>Enter the base directory of the virtual environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManagerWidget.ui" line="0"/>
+        <source>Press to save the base directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvManagerWidgets.py" line="75"/>
+        <source>Virtualenv Base Directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VirtualenvManagerWindow</name>
     <message>
-      <location filename="../VirtualEnv/VirtualenvManagerWidgets.py" line="489" />
-      <source>Manage Virtual Environments</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../VirtualEnv/VirtualenvManagerWidgets.py" line="489"/>
+        <source>Manage Virtual Environments</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VirtualenvNameDialog</name>
     <message>
-      <location filename="../VirtualEnv/VirtualenvNameDialog.ui" line="0" />
-      <source>Virtualenv Name</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvNameDialog.ui" line="0" />
-      <source>Enter a logical name for the virtual environment:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvNameDialog.ui" line="0" />
-      <source>Enter a unique name for the virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvNameDialog.ui" line="0" />
-      <source>Name for the virtual environment</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../VirtualEnv/VirtualenvNameDialog.ui" line="0"/>
+        <source>Virtualenv Name</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvNameDialog.ui" line="0"/>
+        <source>Enter a logical name for the virtual environment:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvNameDialog.ui" line="0"/>
+        <source>Enter a unique name for the virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvNameDialog.ui" line="0"/>
+        <source>Name for the virtual environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VirtualenvUpgradeConfigurationDialog</name>
     <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.py" line="48" />
-      <source>Python Interpreter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0" />
-      <source>Virtual Environment Upgrade Configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0" />
-      <source>Environment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0" />
-      <source>Name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0" />
-      <source>Directory:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0" />
-      <source>Paths</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0" />
-      <source>Python Executable:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0" />
-      <source>Enter the Python interpreter for the virtual environment upgrade</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0" />
-      <source>Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0" />
-      <source>Select to generate a log file in the environment directory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0" />
-      <source>Save a log file in the environment directory after upgrade</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0" />
-      <source>Select to upgrade the environment directory to use this version of Python.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0" />
-      <source>Upgrade Python</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0" />
-      <source>Select to upgrade the core dependencies</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0" />
-      <source>Upgrade Dependencies</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.py" line="48"/>
+        <source>Python Interpreter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0"/>
+        <source>Virtual Environment Upgrade Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0"/>
+        <source>Environment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0"/>
+        <source>Directory:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0"/>
+        <source>Paths</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0"/>
+        <source>Python Executable:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0"/>
+        <source>Enter the Python interpreter for the virtual environment upgrade</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0"/>
+        <source>Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0"/>
+        <source>Select to generate a log file in the environment directory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0"/>
+        <source>Save a log file in the environment directory after upgrade</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0"/>
+        <source>Select to upgrade the environment directory to use this version of Python.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0"/>
+        <source>Upgrade Python</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0"/>
+        <source>Select to upgrade the core dependencies</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0"/>
+        <source>Upgrade Dependencies</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VirtualenvUpgradeExecDialog</name>
     <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="92" />
-      <source>Executing: {0}
+        <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="92"/>
+        <source>Executing: {0}
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="135" />
-      <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="96" />
-      <source>Failed
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="135"/>
+        <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="96"/>
+        <source>Failed
 
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="144" />
-      <source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="144"/>
+        <source>
 pyvenv finished.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="159" />
-      <source>No suitable pyvenv program could be started.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="159"/>
+        <source>No suitable pyvenv program could be started.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="222" />
-      <source>
-Writing log file '{0}'.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="222"/>
+        <source>
+Writing log file &apos;{0}&apos;.
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="226" />
-      <source>Output:
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="226"/>
+        <source>Output:
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="231" />
-      <source>Errors:
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="231"/>
+        <source>Errors:
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="235" />
-      <source>The logfile '{0}' could not be written.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="235"/>
+        <source>The logfile &apos;{0}&apos; could not be written.
 Reason: {1}
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="239" />
-      <source>Done.
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../VirtualEnv/VirtualenvUpgradeExecDialog.py" line="239"/>
+        <source>Done.
 </source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VirusTotalAPI</name>
     <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="90" />
-      <source>Request limit has been reached.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="91" />
-      <source>Requested item is not present.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="92" />
-      <source>Requested item is still queued.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="318" />
-      <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="309" />
-      <source>VirusTotal IP Address Report</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="310" />
-      <source>VirusTotal does not have any information for the given IP address.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="319" />
-      <source>The submitted IP address is invalid.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="383" />
-      <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="374" />
-      <source>VirusTotal Domain Report</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="375" />
-      <source>VirusTotal does not have any information for the given domain.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="384" />
-      <source>The submitted domain address is invalid.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="90"/>
+        <source>Request limit has been reached.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="91"/>
+        <source>Requested item is not present.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="92"/>
+        <source>Requested item is still queued.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="318"/>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="309"/>
+        <source>VirusTotal IP Address Report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="310"/>
+        <source>VirusTotal does not have any information for the given IP address.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="319"/>
+        <source>The submitted IP address is invalid.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="383"/>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="374"/>
+        <source>VirusTotal Domain Report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="375"/>
+        <source>VirusTotal does not have any information for the given domain.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalApi.py" line="384"/>
+        <source>The submitted domain address is invalid.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VirusTotalDomainReportDialog</name>
     <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0" />
-      <source>Domain Report</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0" />
-      <source>Categorizations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0" />
-      <source>Valkyrie Verdict:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0" />
-      <source>alphaMountain:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0" />
-      <source>Adult Content:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0" />
-      <source>Safety Score:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0" />
-      <source>Verdict:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0" />
-      <source>Resolutions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0" />
-      <source>IP-Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0" />
-      <source>Resolved Date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0" />
-      <source>Subdomains</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0" />
-      <source>Detected URLs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0" />
-      <source>URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0" />
-      <source>Scan Result</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0" />
-      <source>Scan Date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.py" line="59" />
-      <source>&lt;b&gt;Report for domain {0}&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.py" line="76" />
-      <source>{0}/{1}</source>
-      <comment>positives / total</comment>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0"/>
+        <source>Domain Report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0"/>
+        <source>Categorizations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0"/>
+        <source>Valkyrie Verdict:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0"/>
+        <source>alphaMountain:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0"/>
+        <source>Adult Content:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0"/>
+        <source>Safety Score:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0"/>
+        <source>Verdict:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0"/>
+        <source>Resolutions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0"/>
+        <source>IP-Address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0"/>
+        <source>Resolved Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0"/>
+        <source>Subdomains</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0"/>
+        <source>Detected URLs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0"/>
+        <source>URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0"/>
+        <source>Scan Result</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.ui" line="0"/>
+        <source>Scan Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.py" line="59"/>
+        <source>&lt;b&gt;Report for domain {0}&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalDomainReportDialog.py" line="76"/>
+        <source>{0}/{1}</source>
+        <comment>positives / total</comment>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VirusTotalIpReportDialog</name>
     <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.py" line="42" />
-      <source>&lt;b&gt;Report for IP {0}&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.py" line="62" />
-      <source>{0}/{1}</source>
-      <comment>positives / total</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0" />
-      <source>IP Address Report</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0" />
-      <source>Owner:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0" />
-      <source>Resolutions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0" />
-      <source>Hostname</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0" />
-      <source>Resolved Date</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0" />
-      <source>Detected URLs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0" />
-      <source>URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0" />
-      <source>Scan Result</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0" />
-      <source>Scan Date</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.py" line="42"/>
+        <source>&lt;b&gt;Report for IP {0}&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.py" line="62"/>
+        <source>{0}/{1}</source>
+        <comment>positives / total</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0"/>
+        <source>IP Address Report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0"/>
+        <source>Owner:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0"/>
+        <source>Resolutions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0"/>
+        <source>Hostname</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0"/>
+        <source>Resolved Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0"/>
+        <source>Detected URLs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0"/>
+        <source>URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0"/>
+        <source>Scan Result</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalIpReportDialog.ui" line="0"/>
+        <source>Scan Date</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VirusTotalWhoisDialog</name>
     <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalWhoisDialog.ui" line="0" />
-      <source>Whois Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/VirusTotal/VirusTotalWhoisDialog.py" line="37" />
-      <source>&lt;b&gt;Whois information for domain {0}&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalWhoisDialog.ui" line="0"/>
+        <source>Whois Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/VirusTotal/VirusTotalWhoisDialog.py" line="37"/>
+        <source>&lt;b&gt;Whois information for domain {0}&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VmListspacePlugin</name>
     <message>
-      <location filename="../Plugins/PluginVmListspace.py" line="25" />
-      <source>Listspace</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginVmListspace.py" line="25"/>
+        <source>Listspace</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>VmTabviewPlugin</name>
     <message>
-      <location filename="../Plugins/PluginVmTabview.py" line="25" />
-      <source>Tabbed View</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginVmTabview.py" line="25"/>
+        <source>Tabbed View</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WatchPointModel</name>
     <message>
-      <location filename="../Debugger/WatchPointModel.py" line="38" />
-      <source>Condition</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointModel.py" line="39" />
-      <source>Special</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointModel.py" line="40" />
-      <source>Temporary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointModel.py" line="41" />
-      <source>Enabled</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointModel.py" line="42" />
-      <source>Ignore Count</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/WatchPointModel.py" line="38"/>
+        <source>Condition</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointModel.py" line="39"/>
+        <source>Special</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointModel.py" line="40"/>
+        <source>Temporary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointModel.py" line="41"/>
+        <source>Enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointModel.py" line="42"/>
+        <source>Ignore Count</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WatchPointViewer</name>
     <message>
-      <location filename="../Debugger/WatchPointViewer.py" line="43" />
-      <source>Watchpoints</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointViewer.py" line="173" />
-      <location filename="../Debugger/WatchPointViewer.py" line="158" />
-      <location filename="../Debugger/WatchPointViewer.py" line="142" />
-      <source>Add</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointViewer.py" line="143" />
-      <source>Edit...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointViewer.py" line="145" />
-      <source>Enable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointViewer.py" line="178" />
-      <location filename="../Debugger/WatchPointViewer.py" line="160" />
-      <location filename="../Debugger/WatchPointViewer.py" line="146" />
-      <source>Enable all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointViewer.py" line="148" />
-      <source>Disable</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointViewer.py" line="183" />
-      <location filename="../Debugger/WatchPointViewer.py" line="163" />
-      <location filename="../Debugger/WatchPointViewer.py" line="149" />
-      <source>Disable all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointViewer.py" line="151" />
-      <source>Delete</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointViewer.py" line="188" />
-      <location filename="../Debugger/WatchPointViewer.py" line="166" />
-      <location filename="../Debugger/WatchPointViewer.py" line="152" />
-      <source>Delete all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointViewer.py" line="190" />
-      <location filename="../Debugger/WatchPointViewer.py" line="169" />
-      <location filename="../Debugger/WatchPointViewer.py" line="154" />
-      <source>Configure...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointViewer.py" line="176" />
-      <source>Enable selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointViewer.py" line="181" />
-      <source>Disable selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointViewer.py" line="186" />
-      <source>Delete selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointViewer.py" line="237" />
-      <source>&lt;p&gt;A watch expression '&lt;b&gt;{0}&lt;/b&gt;' already exists.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointViewer.py" line="241" />
-      <source>&lt;p&gt;A watch expression '&lt;b&gt;{0}&lt;/b&gt;' for the variable &lt;b&gt;{1}&lt;/b&gt; already exists.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Debugger/WatchPointViewer.py" line="246" />
-      <source>Watch expression already exists</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Debugger/WatchPointViewer.py" line="43"/>
+        <source>Watchpoints</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointViewer.py" line="173"/>
+        <location filename="../Debugger/WatchPointViewer.py" line="158"/>
+        <location filename="../Debugger/WatchPointViewer.py" line="142"/>
+        <source>Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointViewer.py" line="143"/>
+        <source>Edit...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointViewer.py" line="145"/>
+        <source>Enable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointViewer.py" line="178"/>
+        <location filename="../Debugger/WatchPointViewer.py" line="160"/>
+        <location filename="../Debugger/WatchPointViewer.py" line="146"/>
+        <source>Enable all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointViewer.py" line="148"/>
+        <source>Disable</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointViewer.py" line="183"/>
+        <location filename="../Debugger/WatchPointViewer.py" line="163"/>
+        <location filename="../Debugger/WatchPointViewer.py" line="149"/>
+        <source>Disable all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointViewer.py" line="151"/>
+        <source>Delete</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointViewer.py" line="188"/>
+        <location filename="../Debugger/WatchPointViewer.py" line="166"/>
+        <location filename="../Debugger/WatchPointViewer.py" line="152"/>
+        <source>Delete all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointViewer.py" line="190"/>
+        <location filename="../Debugger/WatchPointViewer.py" line="169"/>
+        <location filename="../Debugger/WatchPointViewer.py" line="154"/>
+        <source>Configure...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointViewer.py" line="176"/>
+        <source>Enable selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointViewer.py" line="181"/>
+        <source>Disable selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointViewer.py" line="186"/>
+        <source>Delete selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointViewer.py" line="237"/>
+        <source>&lt;p&gt;A watch expression &apos;&lt;b&gt;{0}&lt;/b&gt;&apos; already exists.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointViewer.py" line="241"/>
+        <source>&lt;p&gt;A watch expression &apos;&lt;b&gt;{0}&lt;/b&gt;&apos; for the variable &lt;b&gt;{1}&lt;/b&gt; already exists.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Debugger/WatchPointViewer.py" line="246"/>
+        <source>Watch expression already exists</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WebBrowserAppearancePage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>&lt;b&gt;Configure Web Browser appearance&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Fonts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Standard Font:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Select the standard font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Fixed Width Font:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Select the fixed width font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Serif Font:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Select the serif font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Sans Serif Font:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Select the sans serif font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Cursive Font:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Select the cursive font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Fantasy Font:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Select the fantasy font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Pictograph Font:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Select the pictograph font</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Font Sizes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Default Font Size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Fixed Font Size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Minimum Font Size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Minimum Logical Font Size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Colors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>URL Entry Background</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Secure URLs:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Select the background color for secure URLs.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Insecure URLs:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Select the background color for insecure URLs.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Malicious URLs:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Select the background color for malicious URLs.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Private Mode:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Select the background color for URLs in private mode.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Images</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Select to load images</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Load images</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Style Sheet</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>User Style Sheet:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Enter the file name of a user style sheet</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Select to issue a warning, if multiple tabs are about to be closed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Warn, if multiple tabs are about to be closed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Scrollbars</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Select to show scrollbars. Note: Scrolling is possible even without them.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Show Scrollbars</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>&lt;font color="#FF0000"&gt;&lt;b&gt;Note:&lt;/b&gt; All settings below are activated at the next startup of the application.&lt;/font&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Toolbars</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Select to show toolbars</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" />
-      <source>Show Toolbars</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.py" line="34" />
-      <source>Cascading Style Sheets (*.css);;All files (*)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Web Browser appearance&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Fonts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Standard Font:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Select the standard font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Fixed Width Font:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Select the fixed width font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Serif Font:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Select the serif font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Sans Serif Font:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Select the sans serif font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Cursive Font:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Select the cursive font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Fantasy Font:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Select the fantasy font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Pictograph Font:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Select the pictograph font</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Font Sizes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Default Font Size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Fixed Font Size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Minimum Font Size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Minimum Logical Font Size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Colors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>URL Entry Background</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Secure URLs:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Select the background color for secure URLs.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Insecure URLs:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Select the background color for insecure URLs.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Malicious URLs:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Select the background color for malicious URLs.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Private Mode:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Select the background color for URLs in private mode.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Images</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Select to load images</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Load images</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Style Sheet</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>User Style Sheet:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Enter the file name of a user style sheet</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Select to issue a warning, if multiple tabs are about to be closed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Warn, if multiple tabs are about to be closed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Scrollbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Select to show scrollbars. Note: Scrolling is possible even without them.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Show Scrollbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; All settings below are activated at the next startup of the application.&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Toolbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Select to show toolbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0"/>
+        <source>Show Toolbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.py" line="34"/>
+        <source>Cascading Style Sheets (*.css);;All files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WebBrowserClearPrivateDataDialog</name>
     <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Clear Private Data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Select to clear the browsing history</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>&amp;Browsing History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Select the history period to be deleted</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Last Hour</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Last Day</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Last Week</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Last 4 Weeks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Whole Period</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Select to clear the search history</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>&amp;Search History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Select to clear the download history</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Download &amp;History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Select to clear the cookies</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>&amp;Cookies</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Select to clear the disk cache</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Cached &amp;Web Pages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Select to clear the website icons</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Website &amp;Icons</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Select to clear the saved passwords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Saved &amp;Passwords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Select to delete all web databases</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Web &amp;Databases</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>Select to delete all remembered zoom settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>&amp;Zoom Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0" />
-      <source>SSL Certificate Error Exceptions</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Clear Private Data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to clear the browsing history</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>&amp;Browsing History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Select the history period to be deleted</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Last Hour</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Last Day</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Last Week</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Last 4 Weeks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Whole Period</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to clear the search history</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>&amp;Search History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to clear the download history</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Download &amp;History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to clear the cookies</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>&amp;Cookies</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to clear the disk cache</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Cached &amp;Web Pages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to clear the website icons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Website &amp;Icons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to clear the saved passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Saved &amp;Passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to delete all web databases</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Web &amp;Databases</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>Select to delete all remembered zoom settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>&amp;Zoom Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserClearPrivateDataDialog.ui" line="0"/>
+        <source>SSL Certificate Error Exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WebBrowserJavaScriptConsole</name>
     <message>
-      <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="34" />
-      <source>Clear</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="35" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="37" />
-      <source>Select All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="43" />
-      <source>Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="46" />
-      <source>Warning</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="49" />
-      <source>Error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="104" />
-      <source>[{0}] {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="108" />
-      <source> at line {0}
+        <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="34"/>
+        <source>Clear</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="35"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="37"/>
+        <source>Select All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="43"/>
+        <source>Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="46"/>
+        <source>Warning</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="49"/>
+        <source>Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="104"/>
+        <source>[{0}] {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="108"/>
+        <source> at line {0}
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="113" />
-      <source>URL: {0}
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserJavaScriptConsole.py" line="113"/>
+        <source>URL: {0}
 </source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WebBrowserLanguagesDialog</name>
     <message>
-      <location filename="../WebBrowser/WebBrowserLanguagesDialog.ui" line="0" />
-      <source>Languages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserLanguagesDialog.ui" line="0" />
-      <source>Languages in order of preference:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserLanguagesDialog.ui" line="0" />
-      <source>&amp;Up</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserLanguagesDialog.ui" line="0" />
-      <source>&amp;Down</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserLanguagesDialog.ui" line="0" />
-      <source>&amp;Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserLanguagesDialog.ui" line="0" />
-      <source>&amp;Add</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/WebBrowserLanguagesDialog.ui" line="0"/>
+        <source>Languages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserLanguagesDialog.ui" line="0"/>
+        <source>Languages in order of preference:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserLanguagesDialog.ui" line="0"/>
+        <source>&amp;Up</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserLanguagesDialog.ui" line="0"/>
+        <source>&amp;Down</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserLanguagesDialog.ui" line="0"/>
+        <source>&amp;Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserLanguagesDialog.ui" line="0"/>
+        <source>&amp;Add</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WebBrowserPage</name>
     <message>
-      <location filename="../WebBrowser/WebBrowserPage.py" line="194" />
-      <source>Suspicuous URL detected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserPage.py" line="195" />
-      <source>&lt;p&gt;The URL &lt;b&gt;{0}&lt;/b&gt; was found in the Safe Browsing database.&lt;/p&gt;{1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserPage.py" line="561" />
-      <source>Register Protocol Handler</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserPage.py" line="562" />
-      <source>&lt;p&gt;Allow the Web Site &lt;b&gt;{0}&lt;/b&gt; to handle all &lt;b&gt;{1}&lt;/b&gt; links?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserPage.py" line="651" />
-      <source>SSL Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserPage.py" line="652" />
-      <source>This site does not contain SSL information.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Web Browser&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>General</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to use a single web browser window only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Use single web browser window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to enable suggestions for web searches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Show suggestions for web searches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to save the window size and position</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Save size and position upon exit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to show a page preview when the mouse hovers over the tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Show preview when hovering tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to enable displaying the built-in Chromium error pages.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Use built-in Chromium error page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to activate animated scrolling</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enable animated scrolling</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to enable fullscreen support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enable Fullscreen Support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to enable screen capture support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enable Screen Capture Support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to enable support for WebGL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enable WebGL support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to enable support for accelerated 2D canvas using OpenGL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enable Accelerated 2D Canvas</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to load web site icons automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Load Icons automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select, to inhibit playback of media content until the user interacts with the page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Don't auto-play media content</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to limit WebRTC to public IP addresses only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Only public IP-Addresses for WebRTC</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to try to pre-fetch DNS entries to speed up browsing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enable DNS Prefetch</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Startup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>On startup:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select the startup behavior</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Show Empty Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Show Home Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Show Speed Dial</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Restore Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>On new tab:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select the behavior of new tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Home Page:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enter the desired home page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Press to set the current page as the home page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Set to current page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Press to set the default home page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Set to default home page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Press to set the speed dial as the home page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Set to speed dial page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to load restored tabs when they are activated</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Load tabs when activated</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Sessions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to save sessions automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Save sessions automatically</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Session Timer:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enter the time to save sessions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source> s</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Scheme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Default Scheme:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select the default scheme</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>&lt;b&gt;Default Scheme&lt;/b&gt;&lt;p&gt;Select the default scheme. This scheme is prepended to URLs, that don't contain one.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Protocol Handler</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Allow websites to register protocol handlers:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select how to allow websites to register protocol handlers via "navigator.registerProtocolHandler"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>yes</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>no</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>ask</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Privacy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to enable JavaScript support</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enable JavaScript</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to allow JavaScript to open windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Allow to open windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to allow JavaScript to activate windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Allow to activate windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to allow JavaScript to access the clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Allow to access the clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to allow JavaScript to paste from the clipboard (this needs access to the clipboard)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Allow to paste from the clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to enable plugins in web pages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enable Plug-ins</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to enable the built-in PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enable internal PDF Viewer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to enabled the "Do Not Track" feature</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Tell web sites I do not want to be tracked</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Referer Headers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Send Referer:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select when to send a referer header (independent of origin)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>&lt;b&gt;Send Referer&lt;/b&gt;
+        <location filename="../WebBrowser/WebBrowserPage.py" line="194"/>
+        <source>Suspicuous URL detected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserPage.py" line="195"/>
+        <source>&lt;p&gt;The URL &lt;b&gt;{0}&lt;/b&gt; was found in the Safe Browsing database.&lt;/p&gt;{1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserPage.py" line="561"/>
+        <source>Register Protocol Handler</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserPage.py" line="562"/>
+        <source>&lt;p&gt;Allow the Web Site &lt;b&gt;{0}&lt;/b&gt; to handle all &lt;b&gt;{1}&lt;/b&gt; links?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserPage.py" line="651"/>
+        <source>SSL Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserPage.py" line="652"/>
+        <source>This site does not contain SSL information.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Web Browser&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>General</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to use a single web browser window only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Use single web browser window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to enable suggestions for web searches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Show suggestions for web searches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to save the window size and position</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Save size and position upon exit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to show a page preview when the mouse hovers over the tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Show preview when hovering tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to enable displaying the built-in Chromium error pages.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Use built-in Chromium error page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to activate animated scrolling</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enable animated scrolling</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to enable fullscreen support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enable Fullscreen Support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to enable screen capture support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enable Screen Capture Support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to enable support for WebGL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enable WebGL support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to enable support for accelerated 2D canvas using OpenGL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enable Accelerated 2D Canvas</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to load web site icons automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Load Icons automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select, to inhibit playback of media content until the user interacts with the page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Don&apos;t auto-play media content</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to limit WebRTC to public IP addresses only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Only public IP-Addresses for WebRTC</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to try to pre-fetch DNS entries to speed up browsing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enable DNS Prefetch</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Startup</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>On startup:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select the startup behavior</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Show Empty Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Show Home Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Show Speed Dial</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Restore Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select Session</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>On new tab:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select the behavior of new tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Home Page:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enter the desired home page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Press to set the current page as the home page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Set to current page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Press to set the default home page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Set to default home page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Press to set the speed dial as the home page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Set to speed dial page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to load restored tabs when they are activated</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Load tabs when activated</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Sessions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to save sessions automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Save sessions automatically</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Session Timer:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enter the time to save sessions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source> s</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Scheme</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Default Scheme:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select the default scheme</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>&lt;b&gt;Default Scheme&lt;/b&gt;&lt;p&gt;Select the default scheme. This scheme is prepended to URLs, that don&apos;t contain one.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Protocol Handler</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Allow websites to register protocol handlers:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select how to allow websites to register protocol handlers via &quot;navigator.registerProtocolHandler&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>yes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>no</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>ask</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Privacy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to enable JavaScript support</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enable JavaScript</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to allow JavaScript to open windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Allow to open windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to allow JavaScript to activate windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Allow to activate windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to allow JavaScript to access the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Allow to access the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to allow JavaScript to paste from the clipboard (this needs access to the clipboard)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Allow to paste from the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to enable plugins in web pages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enable Plug-ins</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to enable the built-in PDF Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enable internal PDF Viewer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to enabled the &quot;Do Not Track&quot; feature</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Tell web sites I do not want to be tracked</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Referer Headers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Send Referer:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select when to send a referer header (independent of origin)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>&lt;b&gt;Send Referer&lt;/b&gt;
 &lt;p&gt;Select, when to send a referer header. This is independent of the requested URL. If a referer header is to be sent, further rules will be applied.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>never</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>on click only</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>always</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Default Policy:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select when to send a referer header depending on origin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>&lt;b&gt;Default Policy&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>never</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>on click only</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>always</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Default Policy:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select when to send a referer header depending on origin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>&lt;b&gt;Default Policy&lt;/b&gt;
 &lt;p&gt;Select when to send a referer header depending on origin.&lt;/p&gt;
 &lt;ul&gt;
-&lt;li&gt;no referer - don't send a referer header&lt;/li&gt;
-&lt;li&gt;only when same origin - don't send a referer header if the origin of the target is different&lt;/li&gt;
+&lt;li&gt;no referer - don&apos;t send a referer header&lt;/li&gt;
+&lt;li&gt;only when same origin - don&apos;t send a referer header if the origin of the target is different&lt;/li&gt;
 &lt;li&gt;only origin when cross origin - send trimmed referer header only when same origin, the referer origin when the target is potentially trustworthy and no header otherwise&lt;/li&gt;
-&lt;li&gt;no referer when downgrading - don't send a referer header when the target is not potentially trustworthy&lt;/li&gt;
+&lt;li&gt;no referer when downgrading - don&apos;t send a referer header when the target is not potentially trustworthy&lt;/li&gt;
 &lt;/ul&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>no referer</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>only when same origin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>only origin when cross origin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>no referer when downgrading</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Trimming Policy:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select how the referer URL shall be trimmed</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>&lt;b&gt;Trimming Policy&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>no referer</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>only when same origin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>only origin when cross origin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>no referer when downgrading</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Trimming Policy:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select how the referer URL shall be trimmed</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>&lt;b&gt;Trimming Policy&lt;/b&gt;
 &lt;p&gt;Select how the referer URL shall be trimmed. The selected rule is applied, when sending a complete referer URL.&lt;/p&gt;
 &lt;ul&gt;
 &lt;li&gt;send full URL (no trimming) - this does not perform any trimming beyond removing the user information and any fragment&lt;/li&gt;
 &lt;li&gt;send the URL without its query string - this removes the user information and the query string&lt;/li&gt;
 &lt;li&gt;only send the origin - this shortens the referer URL to the origin, i.e. scheme, host and port only&lt;/li&gt;
 &lt;/ul&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>send full URL (no trimming)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>send the URL without its query string</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>only send the origin</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Press to edit the list of whitelisted hosts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Edit Referer Whitelist ...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Security</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to enable XSS auditing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>&lt;b&gt;Enable XSS Auditing&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>send full URL (no trimming)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>send the URL without its query string</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>only send the origin</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Press to edit the list of whitelisted hosts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Edit Referer Whitelist ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Security</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to enable XSS auditing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>&lt;b&gt;Enable XSS Auditing&lt;/b&gt;
 &lt;p&gt;This selects whether load requests should be monitored for cross-site scripting attempts. Suspicious scripts will be blocked. These will be reported in the JavaScript console. Enabling this feature might have an impact on performance.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enable XSS Auditing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to allow HTTPS pages to run JavaScript, CSS, plugins or web-sockets from HTTP URLs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Allow to run insecure contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to allow insecure origins (i.e. those not having an https:// URL) to request Geolocation features.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Allow insecure origins to access Geolocation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>History</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Remove history items:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select the period for expiration of history entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>After one day</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>After one week</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>After two weeks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>After one month</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>After one year</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Manually</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>On application exit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Browser Cache</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enable disk cache</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Cache size:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enter the maximum size of the disk cache</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source> MB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Local Storage</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Allow websites to request persistent storage quota:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select how to allow websites to request persistent storage quota via "navigator.webkitPersistentStorage.requestQuota"</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>File System Access</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Allow websites to request file system access:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select how to allow websites to request file system access</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Web Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Language:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select the language to be used for web searches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Image Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Default Search Engine:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select the default search engine for image searches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Printing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to print the background of page elements as well</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Print Element Backgrounds</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Navigation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to enable the spatial navigation feature</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>&lt;b&gt;Enable Spatial Navigation&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enable XSS Auditing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to allow HTTPS pages to run JavaScript, CSS, plugins or web-sockets from HTTP URLs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Allow to run insecure contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to allow insecure origins (i.e. those not having an https:// URL) to request Geolocation features.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Allow insecure origins to access Geolocation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>History</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Remove history items:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select the period for expiration of history entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>After one day</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>After one week</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>After two weeks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>After one month</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>After one year</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Manually</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>On application exit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Browser Cache</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enable disk cache</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Cache size:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enter the maximum size of the disk cache</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source> MB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Local Storage</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Allow websites to request persistent storage quota:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select how to allow websites to request persistent storage quota via &quot;navigator.webkitPersistentStorage.requestQuota&quot;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>File System Access</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Allow websites to request file system access:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select how to allow websites to request file system access</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Web Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Language:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select the language to be used for web searches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Image Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Default Search Engine:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select the default search engine for image searches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Printing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to print the background of page elements as well</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Print Element Backgrounds</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Navigation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to enable the spatial navigation feature</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>&lt;b&gt;Enable Spatial Navigation&lt;/b&gt;
 &lt;p&gt;This enables or disables the Spatial Navigation feature, which consists in the ability to navigate between focusable elements in a Web page, such as hyperlinks and form controls, by using Left, Right, Up and Down arrow keys. For example, if a user presses the Right key, heuristics determine whether there is an element he might be trying to reach towards the right and which element he probably wants.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enable Spatial Navigation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to include links in focus chain</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>&lt;b&gt;Include Links in Focus Chain&lt;/b&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enable Spatial Navigation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to include links in focus chain</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>&lt;b&gt;Include Links in Focus Chain&lt;/b&gt;
 &lt;p&gt;This selects whether hyperlinks should be included in the keyboard focus chain.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Include Links in Focus Chain</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to give the focus to the view whenever a navigation event occurs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enable Focus on Navigation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Select to enable the auto-scroller</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Automatic Scrolling</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>This function is activated by a Mouse Middle Click.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Scroll Divider:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>Enter the auto-scroll divider value</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0" />
-      <source>&lt;b&gt;Note:&lt;/b&gt; Setting higher divider will slow down scrolling.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Include Links in Focus Chain</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to give the focus to the view whenever a navigation event occurs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enable Focus on Navigation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Select to enable the auto-scroller</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Automatic Scrolling</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>This function is activated by a Mouse Middle Click.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Scroll Divider:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>Enter the auto-scroll divider value</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="0"/>
+        <source>&lt;b&gt;Note:&lt;/b&gt; Setting higher divider will slow down scrolling.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WebBrowserSpellCheckingPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui" line="0" />
-      <source>&lt;b&gt;Configure Web Browser Spell Checking&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui" line="0" />
-      <source>Spell Check Options</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui" line="0" />
-      <source>Select to enable spell checking for editable parts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui" line="0" />
-      <source>Enable Spell Checking</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui" line="0" />
-      <source>No languages found</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui" line="0" />
-      <source>Dictionary Directories</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui" line="0" />
-      <source>Press to open a dialog to manage spell checking dictionaries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui" line="0" />
-      <source>Manage Dictionaries...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure Web Browser Spell Checking&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui" line="0"/>
+        <source>Spell Check Options</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui" line="0"/>
+        <source>Select to enable spell checking for editable parts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui" line="0"/>
+        <source>Enable Spell Checking</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui" line="0"/>
+        <source>No languages found</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui" line="0"/>
+        <source>Dictionary Directories</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui" line="0"/>
+        <source>Press to open a dialog to manage spell checking dictionaries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserSpellCheckingPage.ui" line="0"/>
+        <source>Manage Dictionaries...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WebBrowserTabWidget</name>
     <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="122" />
-      <source>Show a navigation menu</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="136" />
-      <source>Show a navigation menu for closed tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="152" />
-      <source>Open a new web browser tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="166" />
-      <source>New Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="171" />
-      <source>Move Left</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="176" />
-      <source>Move Right</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="181" />
-      <source>Duplicate Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="186" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="191" />
-      <source>Close Others</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="232" />
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="194" />
-      <source>Close All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="198" />
-      <source>Print Preview</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="203" />
-      <source>Print</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="208" />
-      <source>Print as PDF</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="235" />
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="221" />
-      <source>Reload All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="240" />
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="227" />
-      <source>Bookmark All Tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="245" />
-      <source>Restore Closed Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="272" />
-      <source>Unmute Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="275" />
-      <source>Mute Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="462" />
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="460" />
-      <source>...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="769" />
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="718" />
-      <source>Print to PDF</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="719" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be overwritten?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="770" />
-      <source>&lt;p&gt;The PDF could not be written to file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Error:&lt;/b&gt; {1}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="934" />
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="902" />
-      <source>Finished loading</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="904" />
-      <source>Failed to load</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="928" />
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="927" />
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="926" />
-      <source>Loading...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="971" />
-      <source>Are you sure you want to close the window?</source>
-      <translation type="unfinished" />
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="122"/>
+        <source>Show a navigation menu</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="136"/>
+        <source>Show a navigation menu for closed tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="152"/>
+        <source>Open a new web browser tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="166"/>
+        <source>New Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="171"/>
+        <source>Move Left</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="176"/>
+        <source>Move Right</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="181"/>
+        <source>Duplicate Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="186"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="191"/>
+        <source>Close Others</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="232"/>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="194"/>
+        <source>Close All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="198"/>
+        <source>Print Preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="203"/>
+        <source>Print</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="208"/>
+        <source>Print as PDF</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="235"/>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="221"/>
+        <source>Reload All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="240"/>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="227"/>
+        <source>Bookmark All Tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="245"/>
+        <source>Restore Closed Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="272"/>
+        <source>Unmute Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="275"/>
+        <source>Mute Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="462"/>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="460"/>
+        <source>...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="769"/>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="718"/>
+        <source>Print to PDF</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="719"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be overwritten?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="770"/>
+        <source>&lt;p&gt;The PDF could not be written to file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Error:&lt;/b&gt; {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="934"/>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="902"/>
+        <source>Finished loading</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="904"/>
+        <source>Failed to load</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="928"/>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="927"/>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="926"/>
+        <source>Loading...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="971"/>
+        <source>Are you sure you want to close the window?</source>
+        <translation type="unfinished"></translation>
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="972" />
-      <source>Are you sure you want to close the window?
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="972"/>
+        <source>Are you sure you want to close the window?
 You have %n tab(s) open.</source>
-      <translation>
-        <numerusform>Are you sure you want to close the window?
+        <translation>
+            <numerusform>Are you sure you want to close the window?
 You have one tab open.</numerusform>
-        <numerusform>Are you sure you want to close the window?
+            <numerusform>Are you sure you want to close the window?
 You have %n tabs open.</numerusform>
-      </translation>
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="981" />
-      <source>&amp;Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="984" />
-      <source>C&amp;lose Current Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="1156" />
-      <source>Restore All Closed Tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserTabWidget.py" line="1158" />
-      <source>Clear List</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        </translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="981"/>
+        <source>&amp;Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="984"/>
+        <source>C&amp;lose Current Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="1156"/>
+        <source>Restore All Closed Tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserTabWidget.py" line="1158"/>
+        <source>Clear List</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WebBrowserTools</name>
     <message>
-      <location filename="../WebBrowser/Tools/WebBrowserTools.py" line="247" />
-      <location filename="../WebBrowser/Tools/WebBrowserTools.py" line="241" />
-      <source>&lt;unknown&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Tools/WebBrowserTools.py" line="247"/>
+        <location filename="../WebBrowser/Tools/WebBrowserTools.py" line="241"/>
+        <source>&lt;unknown&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WebBrowserView</name>
     <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="323" />
-      <location filename="../WebBrowser/WebBrowserView.py" line="310" />
-      <location filename="../WebBrowser/WebBrowserView.py" line="298" />
-      <location filename="../WebBrowser/WebBrowserView.py" line="286" />
-      <source>eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="287" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="324" />
-      <location filename="../WebBrowser/WebBrowserView.py" line="299" />
-      <source>&lt;p&gt;Could not start a viewer for file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="311" />
-      <source>&lt;p&gt;Could not start an application for URL &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="553" />
-      <source>Match {0} of {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="579" />
-      <source>Inspect Element...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="611" />
-      <source>No suggestions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="668" />
-      <source>Open Link in New Tab	Ctrl+LMB</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="673" />
-      <source>Open Link in New Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="679" />
-      <source>Open Link in New Private Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="686" />
-      <source>Save Lin&amp;k</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="690" />
-      <source>Bookmark this Link</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="696" />
-      <source>Copy URL to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="700" />
-      <source>Send URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="709" />
-      <source>Scan Link with VirusTotal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="727" />
-      <source>Open Image in New Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="734" />
-      <source>Save Image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="737" />
-      <source>Copy Image to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="739" />
-      <source>Copy Image URL to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="744" />
-      <source>Send Image URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="763" />
-      <location filename="../WebBrowser/WebBrowserView.py" line="755" />
-      <source>Search image in {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="759" />
-      <source>Search image with...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="770" />
-      <source>Block Image</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="780" />
-      <source>Scan Image with VirusTotal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="800" />
-      <source>Play</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="806" />
-      <source>Pause</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="812" />
-      <source>Unmute</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="818" />
-      <source>Mute</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="823" />
-      <source>Copy Media URL to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="828" />
-      <source>Send Media URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="834" />
-      <source>Save Media</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="855" />
-      <source>Send Text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="862" />
-      <source>Search with '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="866" />
-      <source>Search with...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="1023" />
-      <location filename="../WebBrowser/WebBrowserView.py" line="892" />
-      <source>Google Translate</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="902" />
-      <source>Dictionary</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="910" />
-      <source>Go to web address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="939" />
-      <source>Add New Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="944" />
-      <source>Configure Speed Dial</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="950" />
-      <source>Reload All Dials</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="954" />
-      <source>Reset to Default Dials</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="959" />
-      <source>Bookmark this Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="963" />
-      <source>Copy Page URL to Clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="968" />
-      <source>Send Page URL</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="974" />
-      <source>User Agent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="1002" />
-      <source>Validate Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="1065" />
-      <source>Add to web search toolbar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="1734" />
-      <source>Empty Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="1797" />
-      <location filename="../WebBrowser/WebBrowserView.py" line="1796" />
-      <source>Render Process terminated abnormally</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="1802" />
-      <source>The render process crashed while loading this page.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="1807" />
-      <source>The render process was killed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="1809" />
-      <source>The render process terminated while loading this page.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="1813" />
-      <source>Try reloading the page or closing some tabs to make more memory available.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="1937" />
-      <source>Web Archive (*.mhtml *.mht)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="1938" />
-      <source>HTML File (*.html *.htm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="1939" />
-      <source>HTML File with all resources (*.html *.htm)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="1961" />
-      <source>Save Web Page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="2312" />
-      <source>Quota Request</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="2313" />
-      <source>&lt;p&gt; Allow the website at &lt;b&gt;{0}&lt;/b&gt; to use &lt;b&gt;{1}&lt;/b&gt; of persistent storage?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="2389" />
-      <source>&lt;p&gt;Grant the website at &lt;b&gt;{0}&lt;/b&gt; &lt;b&gt;Read&lt;/b&gt; access to '{1}'?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="2397" />
-      <source>&lt;p&gt;Grant the website at &lt;b&gt;{0}&lt;/b&gt; &lt;b&gt;Write&lt;/b&gt; access to '{1}'?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="2402" />
-      <source>&lt;p&gt;Grant the website at &lt;b&gt;{0}&lt;/b&gt; &lt;b&gt;Read and Write&lt;/b&gt; access to '{1}'?&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserView.py" line="2409" />
-      <source>File System Access Request</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/WebBrowserView.py" line="323"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="310"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="298"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="286"/>
+        <source>eric Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="287"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; does not exist.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="324"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="299"/>
+        <source>&lt;p&gt;Could not start a viewer for file &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="311"/>
+        <source>&lt;p&gt;Could not start an application for URL &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="553"/>
+        <source>Match {0} of {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="579"/>
+        <source>Inspect Element...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="611"/>
+        <source>No suggestions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="668"/>
+        <source>Open Link in New Tab	Ctrl+LMB</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="673"/>
+        <source>Open Link in New Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="679"/>
+        <source>Open Link in New Private Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="686"/>
+        <source>Save Lin&amp;k</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="690"/>
+        <source>Bookmark this Link</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="696"/>
+        <source>Copy URL to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="700"/>
+        <source>Send URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="709"/>
+        <source>Scan Link with VirusTotal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="727"/>
+        <source>Open Image in New Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="734"/>
+        <source>Save Image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="737"/>
+        <source>Copy Image to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="739"/>
+        <source>Copy Image URL to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="744"/>
+        <source>Send Image URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="763"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="755"/>
+        <source>Search image in {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="759"/>
+        <source>Search image with...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="770"/>
+        <source>Block Image</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="780"/>
+        <source>Scan Image with VirusTotal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="800"/>
+        <source>Play</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="806"/>
+        <source>Pause</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="812"/>
+        <source>Unmute</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="818"/>
+        <source>Mute</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="823"/>
+        <source>Copy Media URL to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="828"/>
+        <source>Send Media URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="834"/>
+        <source>Save Media</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="855"/>
+        <source>Send Text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="862"/>
+        <source>Search with &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="866"/>
+        <source>Search with...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1023"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="892"/>
+        <source>Google Translate</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="902"/>
+        <source>Dictionary</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="910"/>
+        <source>Go to web address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="939"/>
+        <source>Add New Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="944"/>
+        <source>Configure Speed Dial</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="950"/>
+        <source>Reload All Dials</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="954"/>
+        <source>Reset to Default Dials</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="959"/>
+        <source>Bookmark this Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="963"/>
+        <source>Copy Page URL to Clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="968"/>
+        <source>Send Page URL</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="974"/>
+        <source>User Agent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1002"/>
+        <source>Validate Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1065"/>
+        <source>Add to web search toolbar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1734"/>
+        <source>Empty Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1797"/>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1796"/>
+        <source>Render Process terminated abnormally</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1802"/>
+        <source>The render process crashed while loading this page.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1807"/>
+        <source>The render process was killed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1809"/>
+        <source>The render process terminated while loading this page.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1813"/>
+        <source>Try reloading the page or closing some tabs to make more memory available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1937"/>
+        <source>Web Archive (*.mhtml *.mht)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1938"/>
+        <source>HTML File (*.html *.htm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1939"/>
+        <source>HTML File with all resources (*.html *.htm)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="1961"/>
+        <source>Save Web Page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="2312"/>
+        <source>Quota Request</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="2313"/>
+        <source>&lt;p&gt; Allow the website at &lt;b&gt;{0}&lt;/b&gt; to use &lt;b&gt;{1}&lt;/b&gt; of persistent storage?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="2389"/>
+        <source>&lt;p&gt;Grant the website at &lt;b&gt;{0}&lt;/b&gt; &lt;b&gt;Read&lt;/b&gt; access to &apos;{1}&apos;?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="2397"/>
+        <source>&lt;p&gt;Grant the website at &lt;b&gt;{0}&lt;/b&gt; &lt;b&gt;Write&lt;/b&gt; access to &apos;{1}&apos;?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="2402"/>
+        <source>&lt;p&gt;Grant the website at &lt;b&gt;{0}&lt;/b&gt; &lt;b&gt;Read and Write&lt;/b&gt; access to &apos;{1}&apos;?&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserView.py" line="2409"/>
+        <source>File System Access Request</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WebBrowserVirusTotalPage</name>
     <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0" />
-      <source>&lt;b&gt;Configure VirusTotal Interface&lt;/b&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0" />
-      <source>Select to enable the VirusTotal interface</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0" />
-      <source>Enable VirusTotal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0" />
-      <source>Service Key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0" />
-      <source>Enter your personal VirusTotal service key (s. &lt;a href="http://virustotal.com"&gt;VirusTotal &amp;copy;&lt;/a&gt; for details):</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0" />
-      <source>Enter the VirusTotal service key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0" />
-      <source>Press to test the validity of the service key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0" />
-      <source>Test Service Key</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0" />
-      <source>Select to use a secure (https) connection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0" />
-      <source>Use secure (https) connections</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py" line="70" />
-      <source>Checking validity of the service key...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py" line="83" />
-      <source>The service key is valid.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py" line="87" />
-      <source>&lt;font color="#FF0000"&gt;The service key is not valid.&lt;/font&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py" line="93" />
-      <source>&lt;font color="#FF0000"&gt;&lt;b&gt;Error:&lt;/b&gt; {0}&lt;/font&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0"/>
+        <source>&lt;b&gt;Configure VirusTotal Interface&lt;/b&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0"/>
+        <source>Select to enable the VirusTotal interface</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0"/>
+        <source>Enable VirusTotal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0"/>
+        <source>Service Key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0"/>
+        <source>Enter your personal VirusTotal service key (s. &lt;a href=&quot;http://virustotal.com&quot;&gt;VirusTotal &amp;copy;&lt;/a&gt; for details):</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0"/>
+        <source>Enter the VirusTotal service key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0"/>
+        <source>Press to test the validity of the service key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0"/>
+        <source>Test Service Key</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0"/>
+        <source>Select to use a secure (https) connection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0"/>
+        <source>Use secure (https) connections</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py" line="70"/>
+        <source>Checking validity of the service key...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py" line="83"/>
+        <source>The service key is valid.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py" line="87"/>
+        <source>&lt;font color=&quot;#FF0000&quot;&gt;The service key is not valid.&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py" line="93"/>
+        <source>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Error:&lt;/b&gt; {0}&lt;/font&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WebBrowserWebSearchWidget</name>
     <message>
-      <location filename="../WebBrowser/WebBrowserWebSearchWidget.py" line="136" />
-      <source>Suggestions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWebSearchWidget.py" line="144" />
-      <source>No Recent Searches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWebSearchWidget.py" line="148" />
-      <source>Recent Searches</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWebSearchWidget.py" line="286" />
-      <source>Add '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWebSearchWidget.py" line="295" />
-      <source>Clear Recent Searches</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/WebBrowserWebSearchWidget.py" line="136"/>
+        <source>Suggestions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWebSearchWidget.py" line="144"/>
+        <source>No Recent Searches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWebSearchWidget.py" line="148"/>
+        <source>Recent Searches</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWebSearchWidget.py" line="286"/>
+        <source>Add &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWebSearchWidget.py" line="295"/>
+        <source>Clear Recent Searches</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WebBrowserWindow</name>
     <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="193" />
-      <source>eric Web Browser (Private Mode)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="4060" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2980" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2964" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2949" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="195" />
-      <source>eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="287" />
-      <source>Contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1733" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1733" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="294" />
-      <source>Index</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1744" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1743" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="306" />
-      <source>Search</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2090" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2089" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="313" />
-      <source>JavaScript Console</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="712" />
-      <source>New Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="714" />
-      <source>&amp;New Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="715" />
-      <source>Ctrl+T</source>
-      <comment>File|New Tab</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="720" />
-      <source>Open a new web browser tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="722" />
-      <source>&lt;b&gt;New Tab&lt;/b&gt;&lt;p&gt;This opens a new web browser tab.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="728" />
-      <source>New Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="730" />
-      <source>New &amp;Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="731" />
-      <source>Ctrl+N</source>
-      <comment>File|New Window</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="736" />
-      <source>Open a new web browser window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="738" />
-      <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new web browser window in the current privacy mode.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2862" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="748" />
-      <source>New Private Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="750" />
-      <source>New &amp;Private Window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="751" />
-      <source>Ctrl+Shift+P</source>
-      <comment>File|New Private Window</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="757" />
-      <source>Open a new private web browser window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="760" />
-      <source>&lt;b&gt;New Private Window&lt;/b&gt;&lt;p&gt;This opens a new private web browser window by starting a new web browser instance in private mode.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2900" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2877" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="770" />
-      <source>Open File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="772" />
-      <source>&amp;Open File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="773" />
-      <source>Ctrl+O</source>
-      <comment>File|Open</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="778" />
-      <source>Open a file for display</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="780" />
-      <source>&lt;b&gt;Open File&lt;/b&gt;&lt;p&gt;This opens a new file for display. It pops up a file selection dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="790" />
-      <source>Open File in New Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="792" />
-      <source>Open File in New &amp;Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="793" />
-      <source>Shift+Ctrl+O</source>
-      <comment>File|Open in new tab</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="798" />
-      <source>Open a file for display in a new tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="800" />
-      <source>&lt;b&gt;Open File in New Tab&lt;/b&gt;&lt;p&gt;This opens a new file for display in a new tab. It pops up a file selection dialog.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="811" />
-      <source>Save As</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="813" />
-      <source>&amp;Save As...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="814" />
-      <source>Shift+Ctrl+S</source>
-      <comment>File|Save As</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="819" />
-      <source>Save the current page to disk</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="821" />
-      <source>&lt;b&gt;Save As...&lt;/b&gt;&lt;p&gt;Saves the current page to disk.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="829" />
-      <source>Save Page Screen</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="831" />
-      <source>Save Page Screen...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="838" />
-      <source>Save the visible part of the current page as a screen shot</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="841" />
-      <source>&lt;b&gt;Save Page Screen...&lt;/b&gt;&lt;p&gt;Saves the visible part of the current page as a screen shot.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="852" />
-      <source>Import Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="853" />
-      <source>&amp;Import Bookmarks...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="860" />
-      <source>Import bookmarks from other browsers</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="863" />
-      <source>&lt;b&gt;Import Bookmarks&lt;/b&gt;&lt;p&gt;Import bookmarks from other browsers.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="872" />
-      <source>Export Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="873" />
-      <source>&amp;Export Bookmarks...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="880" />
-      <source>Export the bookmarks into a file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="883" />
-      <source>&lt;b&gt;Export Bookmarks&lt;/b&gt;&lt;p&gt;Export the bookmarks into a file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2511" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="892" />
-      <source>Print</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="894" />
-      <source>&amp;Print</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="895" />
-      <source>Ctrl+P</source>
-      <comment>File|Print</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="900" />
-      <source>Print the displayed help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="902" />
-      <source>&lt;b&gt;Print&lt;/b&gt;&lt;p&gt;Print the displayed help text.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="910" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="908" />
-      <source>Print as PDF</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="916" />
-      <source>Print the displayed help as PDF</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="918" />
-      <source>&lt;b&gt;Print as PDF&lt;/b&gt;&lt;p&gt;Print the displayed help text as a PDF file.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="929" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="927" />
-      <source>Print Preview</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="936" />
-      <source>Print preview of the displayed help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="939" />
-      <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the displayed help text.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="950" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="948" />
-      <source>Send Page Link</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="957" />
-      <source>Send the link of the current page via email</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="960" />
-      <source>&lt;b&gt;Send Page Link&lt;/b&gt;&lt;p&gt;Send the link of the current page via email.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="969" />
-      <source>Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="971" />
-      <source>&amp;Close</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="972" />
-      <source>Ctrl+W</source>
-      <comment>File|Close</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="977" />
-      <source>Close the current help window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="979" />
-      <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;Closes the current web browser window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="985" />
-      <source>Close All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="986" />
-      <source>Close &amp;All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="992" />
-      <source>Close all help windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="994" />
-      <source>&lt;b&gt;Close All&lt;/b&gt;&lt;p&gt;Closes all web browser windows except the first one.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1003" />
-      <source>Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="3290" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1005" />
-      <source>&amp;Quit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1006" />
-      <source>Ctrl+Q</source>
-      <comment>File|Quit</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1011" />
-      <source>Quit the eric Web Browser</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1013" />
-      <source>&lt;b&gt;Quit&lt;/b&gt;&lt;p&gt;Quit the eric Web Browser.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1019" />
-      <source>Backward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1021" />
-      <source>&amp;Backward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1022" />
-      <source>Alt+Left</source>
-      <comment>Go|Backward</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1027" />
-      <source>Move one screen backward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1029" />
-      <source>&lt;b&gt;Backward&lt;/b&gt;&lt;p&gt;Moves one screen backward. If none is available, this action is disabled.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1039" />
-      <source>Forward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1041" />
-      <source>&amp;Forward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1042" />
-      <source>Alt+Right</source>
-      <comment>Go|Forward</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1047" />
-      <source>Move one screen forward</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1049" />
-      <source>&lt;b&gt;Forward&lt;/b&gt;&lt;p&gt;Moves one screen forward. If none is available, this action is disabled.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1059" />
-      <source>Home</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1061" />
-      <source>&amp;Home</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1062" />
-      <source>Ctrl+Home</source>
-      <comment>Go|Home</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1067" />
-      <source>Move to the initial screen</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1069" />
-      <source>&lt;b&gt;Home&lt;/b&gt;&lt;p&gt;Moves to the initial screen.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1075" />
-      <source>Reload</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1077" />
-      <source>&amp;Reload</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1078" />
-      <source>Ctrl+R</source>
-      <comment>Go|Reload</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1079" />
-      <source>F5</source>
-      <comment>Go|Reload</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1083" />
-      <source>Reload the current screen</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1085" />
-      <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;Reloads the current screen.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1091" />
-      <source>Stop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1093" />
-      <source>&amp;Stop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1094" />
-      <source>Ctrl+.</source>
-      <comment>Go|Stop</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1095" />
-      <source>Esc</source>
-      <comment>Go|Stop</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1099" />
-      <source>Stop loading</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1101" />
-      <source>&lt;b&gt;Stop&lt;/b&gt;&lt;p&gt;Stops loading of the current tab.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1107" />
-      <source>Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1109" />
-      <source>&amp;Copy</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1110" />
-      <source>Ctrl+C</source>
-      <comment>Edit|Copy</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1115" />
-      <source>Copy the selected text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1117" />
-      <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1123" />
-      <source>Cut</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1125" />
-      <source>Cu&amp;t</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1126" />
-      <source>Ctrl+X</source>
-      <comment>Edit|Cut</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1131" />
-      <source>Cut the selected text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1133" />
-      <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1139" />
-      <source>Paste</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1141" />
-      <source>&amp;Paste</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1142" />
-      <source>Ctrl+V</source>
-      <comment>Edit|Paste</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1147" />
-      <source>Paste text from the clipboard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1149" />
-      <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste some text from the clipboard.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1155" />
-      <source>Undo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1157" />
-      <source>&amp;Undo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1158" />
-      <source>Ctrl+Z</source>
-      <comment>Edit|Undo</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1163" />
-      <source>Undo the last edit action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1165" />
-      <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last edit action.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1171" />
-      <source>Redo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1173" />
-      <source>&amp;Redo</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1174" />
-      <source>Ctrl+Shift+Z</source>
-      <comment>Edit|Redo</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1179" />
-      <source>Redo the last edit action</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1181" />
-      <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last edit action.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1187" />
-      <source>Select All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1189" />
-      <source>&amp;Select All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1190" />
-      <source>Ctrl+A</source>
-      <comment>Edit|Select All</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1195" />
-      <source>Select all text</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1197" />
-      <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current browser.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1207" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1206" />
-      <source>Unselect</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1208" />
-      <source>Alt+Ctrl+A</source>
-      <comment>Edit|Unselect</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1213" />
-      <source>Clear current selection</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1215" />
-      <source>&lt;b&gt;Unselect&lt;/b&gt;&lt;p&gt;Clear the selection of the current browser.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1224" />
-      <source>Find...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1226" />
-      <source>&amp;Find...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1227" />
-      <source>Ctrl+F</source>
-      <comment>Edit|Find</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1232" />
-      <source>Find text in page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1234" />
-      <source>&lt;b&gt;Find&lt;/b&gt;&lt;p&gt;Find text in the current page.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1240" />
-      <source>Find next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1242" />
-      <source>Find &amp;next</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1243" />
-      <source>F3</source>
-      <comment>Edit|Find next</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1248" />
-      <source>Find next occurrence of text in page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1250" />
-      <source>&lt;b&gt;Find next&lt;/b&gt;&lt;p&gt;Find the next occurrence of text in the current page.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1259" />
-      <source>Find previous</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1261" />
-      <source>Find &amp;previous</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1262" />
-      <source>Shift+F3</source>
-      <comment>Edit|Find previous</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1268" />
-      <source>Find previous occurrence of text in page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1271" />
-      <source>&lt;b&gt;Find previous&lt;/b&gt;&lt;p&gt;Find the previous occurrence of text in the current page.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1281" />
-      <source>Manage Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1282" />
-      <source>&amp;Manage Bookmarks...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1283" />
-      <source>Ctrl+Shift+B</source>
-      <comment>Help|Manage bookmarks</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1289" />
-      <source>Open a dialog to manage the bookmarks.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1292" />
-      <source>&lt;b&gt;Manage Bookmarks...&lt;/b&gt;&lt;p&gt;Open a dialog to manage the bookmarks.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1301" />
-      <source>Add Bookmark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1303" />
-      <source>Add &amp;Bookmark...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1304" />
-      <source>Ctrl+D</source>
-      <comment>Help|Add bookmark</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1310" />
-      <source>Open a dialog to add a bookmark.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1312" />
-      <source>&lt;b&gt;Add Bookmark&lt;/b&gt;&lt;p&gt;Open a dialog to add the current URL as a bookmark.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1321" />
-      <source>Add Folder</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1322" />
-      <source>Add &amp;Folder...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1329" />
-      <source>Open a dialog to add a new bookmarks folder.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1332" />
-      <source>&lt;b&gt;Add Folder...&lt;/b&gt;&lt;p&gt;Open a dialog to add a new bookmarks folder.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1341" />
-      <source>Bookmark All Tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1342" />
-      <source>Bookmark All Tabs...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1348" />
-      <source>Bookmark all open tabs.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1350" />
-      <source>&lt;b&gt;Bookmark All Tabs...&lt;/b&gt;&lt;p&gt;Open a dialog to add a new bookmarks folder for all open tabs.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1360" />
-      <source>What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1362" />
-      <source>&amp;What's This?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1363" />
-      <source>Shift+F1</source>
-      <comment>Help|What's This?'</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1368" />
-      <source>Context sensitive help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1370" />
-      <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1383" />
-      <source>About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1383" />
-      <source>&amp;About</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1385" />
-      <source>Display information about this software</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1387" />
-      <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1396" />
-      <source>About Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1397" />
-      <source>About &amp;Qt</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1404" />
-      <source>Display information about the Qt toolkit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1407" />
-      <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1416" />
-      <source>Zoom in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1418" />
-      <source>Zoom &amp;in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1419" />
-      <source>Ctrl++</source>
-      <comment>View|Zoom in</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1420" />
-      <source>Zoom In</source>
-      <comment>View|Zoom in</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1424" />
-      <source>Zoom in on the web page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1426" />
-      <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the web page. This makes the web page bigger.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1436" />
-      <source>Zoom out</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1438" />
-      <source>Zoom &amp;out</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1439" />
-      <source>Ctrl+-</source>
-      <comment>View|Zoom out</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1440" />
-      <source>Zoom Out</source>
-      <comment>View|Zoom out</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1444" />
-      <source>Zoom out on the web page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1446" />
-      <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the web page. This makes the web page smaller.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1456" />
-      <source>Zoom reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1458" />
-      <source>Zoom &amp;reset</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1459" />
-      <source>Ctrl+0</source>
-      <comment>View|Zoom reset</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1464" />
-      <source>Reset the zoom of the web page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1466" />
-      <source>&lt;b&gt;Zoom reset&lt;/b&gt;&lt;p&gt;Reset the zoom of the web page. This sets the zoom factor to 100%.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1477" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1476" />
-      <source>Show page source</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1478" />
-      <source>Ctrl+U</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1483" />
-      <source>Show the page source in an editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1485" />
-      <source>&lt;b&gt;Show page source&lt;/b&gt;&lt;p&gt;Show the page source in an editor.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1495" />
-      <source>Full Screen</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1497" />
-      <source>&amp;Full Screen</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1504" />
-      <source>Meta+Ctrl+F</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1506" />
-      <source>F11</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1513" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1512" />
-      <source>Show next tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1514" />
-      <source>Ctrl+Alt+Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1525" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1524" />
-      <source>Show previous tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1526" />
-      <source>Shift+Ctrl+Alt+Tab</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1537" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1536" />
-      <source>Switch between tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1538" />
-      <source>Ctrl+1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1548" />
-      <source>Preferences</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1550" />
-      <source>&amp;Preferences...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1556" />
-      <source>Set the prefered configuration</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1558" />
-      <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1568" />
-      <source>Languages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1570" />
-      <source>&amp;Languages...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1577" />
-      <source>Configure the accepted languages for web pages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1580" />
-      <source>&lt;b&gt;Languages&lt;/b&gt;&lt;p&gt;Configure the accepted languages for web pages.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1589" />
-      <source>Cookies</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1591" />
-      <source>C&amp;ookies...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1597" />
-      <source>Configure cookies handling</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1599" />
-      <source>&lt;b&gt;Cookies&lt;/b&gt;&lt;p&gt;Configure cookies handling.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1605" />
-      <source>Personal Information</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1607" />
-      <source>Personal Information...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1614" />
-      <source>Configure personal information for completing form fields</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1617" />
-      <source>&lt;b&gt;Personal Information...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the personal information used for completing form fields.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1627" />
-      <source>GreaseMonkey Scripts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1629" />
-      <source>GreaseMonkey Scripts...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1635" />
-      <source>Configure the GreaseMonkey Scripts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1637" />
-      <source>&lt;b&gt;GreaseMonkey Scripts...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the available GreaseMonkey Scripts.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1647" />
-      <source>Edit Message Filters</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1649" />
-      <source>Edit Message Filters...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1656" />
-      <source>Edit the message filters used to suppress unwanted messages</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1659" />
-      <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="../WebBrowser/WebBrowserWindow.py" line="1670" />
-      <source>Edit HTML5 Feature Permissions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1672" />
-      <source>Edit HTML5 Feature Permissions...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1679" />
-      <source>Edit the remembered HTML5 feature permissions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1682" />
-      <source>&lt;b&gt;Edit HTML5 Feature Permissions&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the remembered HTML5 feature permissions.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1695" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1693" />
-      <source>Sync with Table of Contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1702" />
-      <source>Synchronizes the table of contents with current page</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1705" />
-      <source>&lt;b&gt;Sync with Table of Contents&lt;/b&gt;&lt;p&gt;Synchronizes the table of contents with current page.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1716" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1715" />
-      <source>Table of Contents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1722" />
-      <source>Shows the table of contents window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1724" />
-      <source>&lt;b&gt;Table of Contents&lt;/b&gt;&lt;p&gt;Shows the table of contents window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1735" />
-      <source>Shows the index window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1737" />
-      <source>&lt;b&gt;Index&lt;/b&gt;&lt;p&gt;Shows the index window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1750" />
-      <source>Shows the search window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1752" />
-      <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Shows the search window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1758" />
-      <source>Manage QtHelp Documents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1759" />
-      <source>Manage QtHelp &amp;Documents</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1766" />
-      <source>Shows a dialog to manage the QtHelp documentation set</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1769" />
-      <source>&lt;b&gt;Manage QtHelp Documents&lt;/b&gt;&lt;p&gt;Shows a dialog to manage the QtHelp documentation set.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1779" />
-      <source>Reindex Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1780" />
-      <source>&amp;Reindex Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1787" />
-      <source>Reindexes the documentation set</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1790" />
-      <source>&lt;b&gt;Reindex Documentation&lt;/b&gt;&lt;p&gt;Reindexes the documentation set.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1809" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1803" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1801" />
-      <source>Clear private data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1811" />
-      <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like browsing history, search history or the favicons database.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1821" />
-      <source>Clear icons database</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1822" />
-      <source>Clear &amp;icons database</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1828" />
-      <source>Clear the database of favicons</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1830" />
-      <source>&lt;b&gt;Clear icons database&lt;/b&gt;&lt;p&gt;Clears the database of favicons of previously visited URLs.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1842" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1840" />
-      <source>Manage Saved Favicons</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1849" />
-      <source>Show a dialog to manage the saved favicons</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1852" />
-      <source>&lt;b&gt;Manage Saved Favicons&lt;/b&gt;&lt;p&gt;This shows a dialog to manage the saved favicons of previously visited URLs.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1862" />
-      <source>Configure Search Engines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1863" />
-      <source>Configure Search &amp;Engines...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1870" />
-      <source>Configure the available search engines</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1873" />
-      <source>&lt;b&gt;Configure Search Engines...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the available search engines.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1883" />
-      <source>Manage Saved Passwords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1885" />
-      <source>Manage Saved Passwords...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1891" />
-      <source>Manage the saved passwords</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1893" />
-      <source>&lt;b&gt;Manage Saved Passwords...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved passwords.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1902" />
-      <source>Ad Block</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1904" />
-      <source>&amp;Ad Block...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1911" />
-      <source>Configure AdBlock subscriptions and rules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1914" />
-      <source>&lt;b&gt;Ad Block...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure AdBlock subscriptions and rules.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1924" />
-      <source>Manage SSL Certificate Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1926" />
-      <source>Manage SSL Certificate Errors...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1933" />
-      <source>Manage the accepted SSL certificate Errors</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1936" />
-      <source>&lt;b&gt;Manage SSL Certificate Errors...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the accepted SSL certificate errors.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1946" />
-      <source>Manage Safe Browsing</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1948" />
-      <source>Manage Safe Browsing...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1955" />
-      <source>Configure Safe Browsing and manage local cache</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1958" />
-      <source>&lt;b&gt;Manage Safe Browsing&lt;/b&gt;&lt;p&gt;This opens a dialog to configure Safe Browsing and to manage the local cache.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1969" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1968" />
-      <source>Downloads</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1975" />
-      <source>Shows the downloads window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1977" />
-      <source>&lt;b&gt;Downloads&lt;/b&gt;&lt;p&gt;Shows the downloads window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1983" />
-      <source>RSS Feeds Dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1985" />
-      <source>&amp;RSS Feeds Dialog...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1986" />
-      <source>Ctrl+Shift+F</source>
-      <comment>Help|RSS Feeds Dialog</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1992" />
-      <source>Open a dialog showing the configured RSS feeds.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="1995" />
-      <source>&lt;b&gt;RSS Feeds Dialog...&lt;/b&gt;&lt;p&gt;Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2006" />
-      <source>Siteinfo Dialog</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2008" />
-      <source>&amp;Siteinfo Dialog...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2009" />
-      <source>Ctrl+Shift+I</source>
-      <comment>Help|Siteinfo Dialog</comment>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2015" />
-      <source>Open a dialog showing some information about the current site.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2018" />
-      <source>&lt;b&gt;Siteinfo Dialog...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the current site.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2028" />
-      <source>Manage User Agent Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2029" />
-      <source>Manage &amp;User Agent Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2036" />
-      <source>Shows a dialog to manage the User Agent settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2039" />
-      <source>&lt;b&gt;Manage User Agent Settings&lt;/b&gt;&lt;p&gt;Shows a dialog to manage the User Agent settings.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2048" />
-      <source>Synchronize data</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2050" />
-      <source>&amp;Synchronize Data...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2057" />
-      <source>Shows a dialog to synchronize data via the network</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2060" />
-      <source>&lt;b&gt;Synchronize Data...&lt;/b&gt;&lt;p&gt;This shows a dialog to synchronize data via the network.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2070" />
-      <source>Manage Saved Zoom Values</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2072" />
-      <source>Manage Saved Zoom Values...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2078" />
-      <source>Manage the saved zoom values</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2080" />
-      <source>&lt;b&gt;Manage Saved Zoom Values...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved zoom values.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2097" />
-      <source>Toggle the JavaScript console window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2100" />
-      <source>&lt;b&gt;JavaScript Console&lt;/b&gt;&lt;p&gt;This toggles the JavaScript console window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2110" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2109" />
-      <source>Tab Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2116" />
-      <source>Shows the tab manager window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2118" />
-      <source>&lt;b&gt;Tab Manager&lt;/b&gt;&lt;p&gt;Shows the tab manager window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2126" />
-      <source>Session Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2127" />
-      <source>Session Manager...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2134" />
-      <source>Shows the session manager window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2137" />
-      <source>&lt;b&gt;Session Manager&lt;/b&gt;&lt;p&gt;Shows the session manager window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2148" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2146" />
-      <source>Scan current site</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="5122" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="5112" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2162" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2160" />
-      <source>IP Address Report</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="5136" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2174" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2172" />
-      <source>Domain Report</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2192" />
-      <source>Keyboard Shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2194" />
-      <source>Keyboard &amp;Shortcuts...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2200" />
-      <source>Set the keyboard shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2202" />
-      <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="5517" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="5498" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2212" />
-      <source>Export Keyboard Shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2214" />
-      <source>&amp;Export Keyboard Shortcuts...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2220" />
-      <source>Export the keyboard shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2222" />
-      <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="5537" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2231" />
-      <source>Import Keyboard Shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2233" />
-      <source>&amp;Import Keyboard Shortcuts...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2239" />
-      <source>Import the keyboard shortcuts</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2241" />
-      <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2250" />
-      <source>Protocol Handler Manager</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2251" />
-      <source>Protocol Handler Manager...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2258" />
-      <source>Shows the protocol handler manager window</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2261" />
-      <source>&lt;b&gt;Protocol Handler Manager&lt;/b&gt;&lt;p&gt;Shows the protocol handler manager window.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2304" />
-      <source>&amp;File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2498" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2312" />
-      <source>Sessions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2336" />
-      <source>&amp;Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2570" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2352" />
-      <source>&amp;View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2363" />
-      <source>Text Encoding</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2372" />
-      <source>H&amp;istory</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2388" />
-      <source>&amp;Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2404" />
-      <source>&amp;Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2434" />
-      <source>Global User Agent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2601" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2446" />
-      <source>&amp;Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2608" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2453" />
-      <source>&amp;VirusTotal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2572" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2459" />
-      <source>&amp;Windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2578" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2465" />
-      <source>QtHelp</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2470" />
-      <source>&amp;Toolbars</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2476" />
-      <source>&amp;Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2505" />
-      <source>Save</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2525" />
-      <source>Show All History...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2695" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2532" />
-      <source>Settings</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2626" />
-      <source>File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2650" />
-      <source>Edit</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2662" />
-      <source>View</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2671" />
-      <source>Find</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2679" />
-      <source>Filter</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2686" />
-      <source>Filtered by: </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2706" />
-      <source>Tools</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2714" />
-      <source>Help</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2720" />
-      <source>VirusTotal</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2863" />
-      <source>&lt;p&gt;Could not start the process.&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="../WebBrowser/WebBrowserWindow.py" line="2867" />
-      <source>OK</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2902" />
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2879" />
-      <source>HTML Files (*.html *.htm *.mhtml *.mht);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2950" />
-      <source>&lt;b&gt;eric Web Browser - {0}&lt;/b&gt;&lt;p&gt;The eric Web Browser is a combined help file and HTML browser. It is part of the eric development toolset.&lt;/p&gt;&lt;p&gt;It is based on QtWebEngine {1} and Chromium {2} with Security Patches {3}.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="2965" />
-      <source>&lt;b&gt;eric Web Browser - {0}&lt;/b&gt;&lt;p&gt;The eric Web Browser is a combined help file and HTML browser. It is part of the eric development toolset.&lt;/p&gt;&lt;p&gt;It is based on QtWebEngine {1} and Chromium {2}.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="3100" />
-      <source>Saved Tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="3281" />
-      <source>Are you sure you want to close the web browser?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="3282" />
-      <source>Are you sure you want to close the web browser?
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="193"/>
+        <source>eric Web Browser (Private Mode)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4060"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2980"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2964"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2949"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="195"/>
+        <source>eric Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="287"/>
+        <source>Contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1733"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1733"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="294"/>
+        <source>Index</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1744"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1743"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="306"/>
+        <source>Search</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2090"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2089"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="313"/>
+        <source>JavaScript Console</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="712"/>
+        <source>New Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="714"/>
+        <source>&amp;New Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="715"/>
+        <source>Ctrl+T</source>
+        <comment>File|New Tab</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="720"/>
+        <source>Open a new web browser tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="722"/>
+        <source>&lt;b&gt;New Tab&lt;/b&gt;&lt;p&gt;This opens a new web browser tab.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="728"/>
+        <source>New Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="730"/>
+        <source>New &amp;Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="731"/>
+        <source>Ctrl+N</source>
+        <comment>File|New Window</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="736"/>
+        <source>Open a new web browser window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="738"/>
+        <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new web browser window in the current privacy mode.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2862"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="748"/>
+        <source>New Private Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="750"/>
+        <source>New &amp;Private Window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="751"/>
+        <source>Ctrl+Shift+P</source>
+        <comment>File|New Private Window</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="757"/>
+        <source>Open a new private web browser window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="760"/>
+        <source>&lt;b&gt;New Private Window&lt;/b&gt;&lt;p&gt;This opens a new private web browser window by starting a new web browser instance in private mode.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2900"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2877"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="770"/>
+        <source>Open File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="772"/>
+        <source>&amp;Open File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="773"/>
+        <source>Ctrl+O</source>
+        <comment>File|Open</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="778"/>
+        <source>Open a file for display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="780"/>
+        <source>&lt;b&gt;Open File&lt;/b&gt;&lt;p&gt;This opens a new file for display. It pops up a file selection dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="790"/>
+        <source>Open File in New Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="792"/>
+        <source>Open File in New &amp;Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="793"/>
+        <source>Shift+Ctrl+O</source>
+        <comment>File|Open in new tab</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="798"/>
+        <source>Open a file for display in a new tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="800"/>
+        <source>&lt;b&gt;Open File in New Tab&lt;/b&gt;&lt;p&gt;This opens a new file for display in a new tab. It pops up a file selection dialog.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="811"/>
+        <source>Save As</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="813"/>
+        <source>&amp;Save As...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="814"/>
+        <source>Shift+Ctrl+S</source>
+        <comment>File|Save As</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="819"/>
+        <source>Save the current page to disk</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="821"/>
+        <source>&lt;b&gt;Save As...&lt;/b&gt;&lt;p&gt;Saves the current page to disk.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="829"/>
+        <source>Save Page Screen</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="831"/>
+        <source>Save Page Screen...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="838"/>
+        <source>Save the visible part of the current page as a screen shot</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="841"/>
+        <source>&lt;b&gt;Save Page Screen...&lt;/b&gt;&lt;p&gt;Saves the visible part of the current page as a screen shot.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="852"/>
+        <source>Import Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="853"/>
+        <source>&amp;Import Bookmarks...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="860"/>
+        <source>Import bookmarks from other browsers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="863"/>
+        <source>&lt;b&gt;Import Bookmarks&lt;/b&gt;&lt;p&gt;Import bookmarks from other browsers.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="872"/>
+        <source>Export Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="873"/>
+        <source>&amp;Export Bookmarks...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="880"/>
+        <source>Export the bookmarks into a file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="883"/>
+        <source>&lt;b&gt;Export Bookmarks&lt;/b&gt;&lt;p&gt;Export the bookmarks into a file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2511"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="892"/>
+        <source>Print</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="894"/>
+        <source>&amp;Print</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="895"/>
+        <source>Ctrl+P</source>
+        <comment>File|Print</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="900"/>
+        <source>Print the displayed help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="902"/>
+        <source>&lt;b&gt;Print&lt;/b&gt;&lt;p&gt;Print the displayed help text.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="910"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="908"/>
+        <source>Print as PDF</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="916"/>
+        <source>Print the displayed help as PDF</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="918"/>
+        <source>&lt;b&gt;Print as PDF&lt;/b&gt;&lt;p&gt;Print the displayed help text as a PDF file.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="929"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="927"/>
+        <source>Print Preview</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="936"/>
+        <source>Print preview of the displayed help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="939"/>
+        <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the displayed help text.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="950"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="948"/>
+        <source>Send Page Link</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="957"/>
+        <source>Send the link of the current page via email</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="960"/>
+        <source>&lt;b&gt;Send Page Link&lt;/b&gt;&lt;p&gt;Send the link of the current page via email.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="969"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="971"/>
+        <source>&amp;Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="972"/>
+        <source>Ctrl+W</source>
+        <comment>File|Close</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="977"/>
+        <source>Close the current help window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="979"/>
+        <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;Closes the current web browser window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="985"/>
+        <source>Close All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="986"/>
+        <source>Close &amp;All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="992"/>
+        <source>Close all help windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="994"/>
+        <source>&lt;b&gt;Close All&lt;/b&gt;&lt;p&gt;Closes all web browser windows except the first one.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1003"/>
+        <source>Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3290"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1005"/>
+        <source>&amp;Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1006"/>
+        <source>Ctrl+Q</source>
+        <comment>File|Quit</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1011"/>
+        <source>Quit the eric Web Browser</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1013"/>
+        <source>&lt;b&gt;Quit&lt;/b&gt;&lt;p&gt;Quit the eric Web Browser.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1019"/>
+        <source>Backward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1021"/>
+        <source>&amp;Backward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1022"/>
+        <source>Alt+Left</source>
+        <comment>Go|Backward</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1027"/>
+        <source>Move one screen backward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1029"/>
+        <source>&lt;b&gt;Backward&lt;/b&gt;&lt;p&gt;Moves one screen backward. If none is available, this action is disabled.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1039"/>
+        <source>Forward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1041"/>
+        <source>&amp;Forward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1042"/>
+        <source>Alt+Right</source>
+        <comment>Go|Forward</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1047"/>
+        <source>Move one screen forward</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1049"/>
+        <source>&lt;b&gt;Forward&lt;/b&gt;&lt;p&gt;Moves one screen forward. If none is available, this action is disabled.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1059"/>
+        <source>Home</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1061"/>
+        <source>&amp;Home</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1062"/>
+        <source>Ctrl+Home</source>
+        <comment>Go|Home</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1067"/>
+        <source>Move to the initial screen</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1069"/>
+        <source>&lt;b&gt;Home&lt;/b&gt;&lt;p&gt;Moves to the initial screen.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1075"/>
+        <source>Reload</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1077"/>
+        <source>&amp;Reload</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1078"/>
+        <source>Ctrl+R</source>
+        <comment>Go|Reload</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1079"/>
+        <source>F5</source>
+        <comment>Go|Reload</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1083"/>
+        <source>Reload the current screen</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1085"/>
+        <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;Reloads the current screen.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1091"/>
+        <source>Stop</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1093"/>
+        <source>&amp;Stop</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1094"/>
+        <source>Ctrl+.</source>
+        <comment>Go|Stop</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1095"/>
+        <source>Esc</source>
+        <comment>Go|Stop</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1099"/>
+        <source>Stop loading</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1101"/>
+        <source>&lt;b&gt;Stop&lt;/b&gt;&lt;p&gt;Stops loading of the current tab.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1107"/>
+        <source>Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1109"/>
+        <source>&amp;Copy</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1110"/>
+        <source>Ctrl+C</source>
+        <comment>Edit|Copy</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1115"/>
+        <source>Copy the selected text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1117"/>
+        <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1123"/>
+        <source>Cut</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1125"/>
+        <source>Cu&amp;t</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1126"/>
+        <source>Ctrl+X</source>
+        <comment>Edit|Cut</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1131"/>
+        <source>Cut the selected text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1133"/>
+        <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1139"/>
+        <source>Paste</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1141"/>
+        <source>&amp;Paste</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1142"/>
+        <source>Ctrl+V</source>
+        <comment>Edit|Paste</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1147"/>
+        <source>Paste text from the clipboard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1149"/>
+        <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste some text from the clipboard.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1155"/>
+        <source>Undo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1157"/>
+        <source>&amp;Undo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1158"/>
+        <source>Ctrl+Z</source>
+        <comment>Edit|Undo</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1163"/>
+        <source>Undo the last edit action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1165"/>
+        <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last edit action.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1171"/>
+        <source>Redo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1173"/>
+        <source>&amp;Redo</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1174"/>
+        <source>Ctrl+Shift+Z</source>
+        <comment>Edit|Redo</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1179"/>
+        <source>Redo the last edit action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1181"/>
+        <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last edit action.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1187"/>
+        <source>Select All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1189"/>
+        <source>&amp;Select All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1190"/>
+        <source>Ctrl+A</source>
+        <comment>Edit|Select All</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1195"/>
+        <source>Select all text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1197"/>
+        <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current browser.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1207"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1206"/>
+        <source>Unselect</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1208"/>
+        <source>Alt+Ctrl+A</source>
+        <comment>Edit|Unselect</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1213"/>
+        <source>Clear current selection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1215"/>
+        <source>&lt;b&gt;Unselect&lt;/b&gt;&lt;p&gt;Clear the selection of the current browser.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1224"/>
+        <source>Find...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1226"/>
+        <source>&amp;Find...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1227"/>
+        <source>Ctrl+F</source>
+        <comment>Edit|Find</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1232"/>
+        <source>Find text in page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1234"/>
+        <source>&lt;b&gt;Find&lt;/b&gt;&lt;p&gt;Find text in the current page.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1240"/>
+        <source>Find next</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1242"/>
+        <source>Find &amp;next</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1243"/>
+        <source>F3</source>
+        <comment>Edit|Find next</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1248"/>
+        <source>Find next occurrence of text in page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1250"/>
+        <source>&lt;b&gt;Find next&lt;/b&gt;&lt;p&gt;Find the next occurrence of text in the current page.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1259"/>
+        <source>Find previous</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1261"/>
+        <source>Find &amp;previous</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1262"/>
+        <source>Shift+F3</source>
+        <comment>Edit|Find previous</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1268"/>
+        <source>Find previous occurrence of text in page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1271"/>
+        <source>&lt;b&gt;Find previous&lt;/b&gt;&lt;p&gt;Find the previous occurrence of text in the current page.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1281"/>
+        <source>Manage Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1282"/>
+        <source>&amp;Manage Bookmarks...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1283"/>
+        <source>Ctrl+Shift+B</source>
+        <comment>Help|Manage bookmarks</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1289"/>
+        <source>Open a dialog to manage the bookmarks.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1292"/>
+        <source>&lt;b&gt;Manage Bookmarks...&lt;/b&gt;&lt;p&gt;Open a dialog to manage the bookmarks.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1301"/>
+        <source>Add Bookmark</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1303"/>
+        <source>Add &amp;Bookmark...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1304"/>
+        <source>Ctrl+D</source>
+        <comment>Help|Add bookmark</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1310"/>
+        <source>Open a dialog to add a bookmark.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1312"/>
+        <source>&lt;b&gt;Add Bookmark&lt;/b&gt;&lt;p&gt;Open a dialog to add the current URL as a bookmark.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1321"/>
+        <source>Add Folder</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1322"/>
+        <source>Add &amp;Folder...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1329"/>
+        <source>Open a dialog to add a new bookmarks folder.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1332"/>
+        <source>&lt;b&gt;Add Folder...&lt;/b&gt;&lt;p&gt;Open a dialog to add a new bookmarks folder.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1341"/>
+        <source>Bookmark All Tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1342"/>
+        <source>Bookmark All Tabs...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1348"/>
+        <source>Bookmark all open tabs.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1350"/>
+        <source>&lt;b&gt;Bookmark All Tabs...&lt;/b&gt;&lt;p&gt;Open a dialog to add a new bookmarks folder for all open tabs.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1360"/>
+        <source>What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1362"/>
+        <source>&amp;What&apos;s This?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1363"/>
+        <source>Shift+F1</source>
+        <comment>Help|What&apos;s This?&apos;</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1368"/>
+        <source>Context sensitive help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1370"/>
+        <source>&lt;b&gt;Display context sensitive help&lt;/b&gt;&lt;p&gt;In What&apos;s This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1383"/>
+        <source>About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1383"/>
+        <source>&amp;About</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1385"/>
+        <source>Display information about this software</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1387"/>
+        <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1396"/>
+        <source>About Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1397"/>
+        <source>About &amp;Qt</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1404"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1407"/>
+        <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1416"/>
+        <source>Zoom in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1418"/>
+        <source>Zoom &amp;in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1419"/>
+        <source>Ctrl++</source>
+        <comment>View|Zoom in</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1420"/>
+        <source>Zoom In</source>
+        <comment>View|Zoom in</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1424"/>
+        <source>Zoom in on the web page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1426"/>
+        <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the web page. This makes the web page bigger.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1436"/>
+        <source>Zoom out</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1438"/>
+        <source>Zoom &amp;out</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1439"/>
+        <source>Ctrl+-</source>
+        <comment>View|Zoom out</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1440"/>
+        <source>Zoom Out</source>
+        <comment>View|Zoom out</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1444"/>
+        <source>Zoom out on the web page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1446"/>
+        <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the web page. This makes the web page smaller.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1456"/>
+        <source>Zoom reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1458"/>
+        <source>Zoom &amp;reset</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1459"/>
+        <source>Ctrl+0</source>
+        <comment>View|Zoom reset</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1464"/>
+        <source>Reset the zoom of the web page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1466"/>
+        <source>&lt;b&gt;Zoom reset&lt;/b&gt;&lt;p&gt;Reset the zoom of the web page. This sets the zoom factor to 100%.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1477"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1476"/>
+        <source>Show page source</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1478"/>
+        <source>Ctrl+U</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1483"/>
+        <source>Show the page source in an editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1485"/>
+        <source>&lt;b&gt;Show page source&lt;/b&gt;&lt;p&gt;Show the page source in an editor.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1495"/>
+        <source>Full Screen</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1497"/>
+        <source>&amp;Full Screen</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1504"/>
+        <source>Meta+Ctrl+F</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1506"/>
+        <source>F11</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1513"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1512"/>
+        <source>Show next tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1514"/>
+        <source>Ctrl+Alt+Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1525"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1524"/>
+        <source>Show previous tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1526"/>
+        <source>Shift+Ctrl+Alt+Tab</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1537"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1536"/>
+        <source>Switch between tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1538"/>
+        <source>Ctrl+1</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1548"/>
+        <source>Preferences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1550"/>
+        <source>&amp;Preferences...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1556"/>
+        <source>Set the prefered configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1558"/>
+        <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1568"/>
+        <source>Languages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1570"/>
+        <source>&amp;Languages...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1577"/>
+        <source>Configure the accepted languages for web pages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1580"/>
+        <source>&lt;b&gt;Languages&lt;/b&gt;&lt;p&gt;Configure the accepted languages for web pages.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1589"/>
+        <source>Cookies</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1591"/>
+        <source>C&amp;ookies...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1597"/>
+        <source>Configure cookies handling</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1599"/>
+        <source>&lt;b&gt;Cookies&lt;/b&gt;&lt;p&gt;Configure cookies handling.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1605"/>
+        <source>Personal Information</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1607"/>
+        <source>Personal Information...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1614"/>
+        <source>Configure personal information for completing form fields</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1617"/>
+        <source>&lt;b&gt;Personal Information...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the personal information used for completing form fields.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1627"/>
+        <source>GreaseMonkey Scripts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1629"/>
+        <source>GreaseMonkey Scripts...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1635"/>
+        <source>Configure the GreaseMonkey Scripts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1637"/>
+        <source>&lt;b&gt;GreaseMonkey Scripts...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the available GreaseMonkey Scripts.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1647"/>
+        <source>Edit Message Filters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1649"/>
+        <source>Edit Message Filters...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1656"/>
+        <source>Edit the message filters used to suppress unwanted messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1659"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1670"/>
+        <source>Edit HTML5 Feature Permissions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1672"/>
+        <source>Edit HTML5 Feature Permissions...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1679"/>
+        <source>Edit the remembered HTML5 feature permissions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1682"/>
+        <source>&lt;b&gt;Edit HTML5 Feature Permissions&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the remembered HTML5 feature permissions.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1695"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1693"/>
+        <source>Sync with Table of Contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1702"/>
+        <source>Synchronizes the table of contents with current page</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1705"/>
+        <source>&lt;b&gt;Sync with Table of Contents&lt;/b&gt;&lt;p&gt;Synchronizes the table of contents with current page.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1716"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1715"/>
+        <source>Table of Contents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1722"/>
+        <source>Shows the table of contents window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1724"/>
+        <source>&lt;b&gt;Table of Contents&lt;/b&gt;&lt;p&gt;Shows the table of contents window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1735"/>
+        <source>Shows the index window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1737"/>
+        <source>&lt;b&gt;Index&lt;/b&gt;&lt;p&gt;Shows the index window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1750"/>
+        <source>Shows the search window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1752"/>
+        <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Shows the search window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1758"/>
+        <source>Manage QtHelp Documents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1759"/>
+        <source>Manage QtHelp &amp;Documents</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1766"/>
+        <source>Shows a dialog to manage the QtHelp documentation set</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1769"/>
+        <source>&lt;b&gt;Manage QtHelp Documents&lt;/b&gt;&lt;p&gt;Shows a dialog to manage the QtHelp documentation set.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1779"/>
+        <source>Reindex Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1780"/>
+        <source>&amp;Reindex Documentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1787"/>
+        <source>Reindexes the documentation set</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1790"/>
+        <source>&lt;b&gt;Reindex Documentation&lt;/b&gt;&lt;p&gt;Reindexes the documentation set.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1809"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1803"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1801"/>
+        <source>Clear private data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1811"/>
+        <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like browsing history, search history or the favicons database.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1821"/>
+        <source>Clear icons database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1822"/>
+        <source>Clear &amp;icons database</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1828"/>
+        <source>Clear the database of favicons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1830"/>
+        <source>&lt;b&gt;Clear icons database&lt;/b&gt;&lt;p&gt;Clears the database of favicons of previously visited URLs.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1842"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1840"/>
+        <source>Manage Saved Favicons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1849"/>
+        <source>Show a dialog to manage the saved favicons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1852"/>
+        <source>&lt;b&gt;Manage Saved Favicons&lt;/b&gt;&lt;p&gt;This shows a dialog to manage the saved favicons of previously visited URLs.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1862"/>
+        <source>Configure Search Engines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1863"/>
+        <source>Configure Search &amp;Engines...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1870"/>
+        <source>Configure the available search engines</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1873"/>
+        <source>&lt;b&gt;Configure Search Engines...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the available search engines.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1883"/>
+        <source>Manage Saved Passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1885"/>
+        <source>Manage Saved Passwords...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1891"/>
+        <source>Manage the saved passwords</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1893"/>
+        <source>&lt;b&gt;Manage Saved Passwords...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved passwords.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1902"/>
+        <source>Ad Block</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1904"/>
+        <source>&amp;Ad Block...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1911"/>
+        <source>Configure AdBlock subscriptions and rules</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1914"/>
+        <source>&lt;b&gt;Ad Block...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure AdBlock subscriptions and rules.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1924"/>
+        <source>Manage SSL Certificate Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1926"/>
+        <source>Manage SSL Certificate Errors...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1933"/>
+        <source>Manage the accepted SSL certificate Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1936"/>
+        <source>&lt;b&gt;Manage SSL Certificate Errors...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the accepted SSL certificate errors.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1946"/>
+        <source>Manage Safe Browsing</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1948"/>
+        <source>Manage Safe Browsing...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1955"/>
+        <source>Configure Safe Browsing and manage local cache</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1958"/>
+        <source>&lt;b&gt;Manage Safe Browsing&lt;/b&gt;&lt;p&gt;This opens a dialog to configure Safe Browsing and to manage the local cache.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1969"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1968"/>
+        <source>Downloads</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1975"/>
+        <source>Shows the downloads window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1977"/>
+        <source>&lt;b&gt;Downloads&lt;/b&gt;&lt;p&gt;Shows the downloads window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1983"/>
+        <source>RSS Feeds Dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1985"/>
+        <source>&amp;RSS Feeds Dialog...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1986"/>
+        <source>Ctrl+Shift+F</source>
+        <comment>Help|RSS Feeds Dialog</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1992"/>
+        <source>Open a dialog showing the configured RSS feeds.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1995"/>
+        <source>&lt;b&gt;RSS Feeds Dialog...&lt;/b&gt;&lt;p&gt;Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2006"/>
+        <source>Siteinfo Dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2008"/>
+        <source>&amp;Siteinfo Dialog...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2009"/>
+        <source>Ctrl+Shift+I</source>
+        <comment>Help|Siteinfo Dialog</comment>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2015"/>
+        <source>Open a dialog showing some information about the current site.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2018"/>
+        <source>&lt;b&gt;Siteinfo Dialog...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the current site.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2028"/>
+        <source>Manage User Agent Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2029"/>
+        <source>Manage &amp;User Agent Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2036"/>
+        <source>Shows a dialog to manage the User Agent settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2039"/>
+        <source>&lt;b&gt;Manage User Agent Settings&lt;/b&gt;&lt;p&gt;Shows a dialog to manage the User Agent settings.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2048"/>
+        <source>Synchronize data</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2050"/>
+        <source>&amp;Synchronize Data...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2057"/>
+        <source>Shows a dialog to synchronize data via the network</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2060"/>
+        <source>&lt;b&gt;Synchronize Data...&lt;/b&gt;&lt;p&gt;This shows a dialog to synchronize data via the network.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2070"/>
+        <source>Manage Saved Zoom Values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2072"/>
+        <source>Manage Saved Zoom Values...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2078"/>
+        <source>Manage the saved zoom values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2080"/>
+        <source>&lt;b&gt;Manage Saved Zoom Values...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved zoom values.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2097"/>
+        <source>Toggle the JavaScript console window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2100"/>
+        <source>&lt;b&gt;JavaScript Console&lt;/b&gt;&lt;p&gt;This toggles the JavaScript console window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2110"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2109"/>
+        <source>Tab Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2116"/>
+        <source>Shows the tab manager window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2118"/>
+        <source>&lt;b&gt;Tab Manager&lt;/b&gt;&lt;p&gt;Shows the tab manager window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2126"/>
+        <source>Session Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2127"/>
+        <source>Session Manager...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2134"/>
+        <source>Shows the session manager window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2137"/>
+        <source>&lt;b&gt;Session Manager&lt;/b&gt;&lt;p&gt;Shows the session manager window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2148"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2146"/>
+        <source>Scan current site</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5122"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5112"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2162"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2160"/>
+        <source>IP Address Report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5136"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2174"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2172"/>
+        <source>Domain Report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2192"/>
+        <source>Keyboard Shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2194"/>
+        <source>Keyboard &amp;Shortcuts...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2200"/>
+        <source>Set the keyboard shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2202"/>
+        <source>&lt;b&gt;Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Set the keyboard shortcuts of the application with your prefered values.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5517"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5498"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2212"/>
+        <source>Export Keyboard Shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2214"/>
+        <source>&amp;Export Keyboard Shortcuts...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2220"/>
+        <source>Export the keyboard shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2222"/>
+        <source>&lt;b&gt;Export Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Export the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5537"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2231"/>
+        <source>Import Keyboard Shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2233"/>
+        <source>&amp;Import Keyboard Shortcuts...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2239"/>
+        <source>Import the keyboard shortcuts</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2241"/>
+        <source>&lt;b&gt;Import Keyboard Shortcuts&lt;/b&gt;&lt;p&gt;Import the keyboard shortcuts of the application.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2250"/>
+        <source>Protocol Handler Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2251"/>
+        <source>Protocol Handler Manager...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2258"/>
+        <source>Shows the protocol handler manager window</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2261"/>
+        <source>&lt;b&gt;Protocol Handler Manager&lt;/b&gt;&lt;p&gt;Shows the protocol handler manager window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2304"/>
+        <source>&amp;File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2498"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2312"/>
+        <source>Sessions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2336"/>
+        <source>&amp;Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2570"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2352"/>
+        <source>&amp;View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2363"/>
+        <source>Text Encoding</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2372"/>
+        <source>H&amp;istory</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2388"/>
+        <source>&amp;Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2404"/>
+        <source>&amp;Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2434"/>
+        <source>Global User Agent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2601"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2446"/>
+        <source>&amp;Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2608"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2453"/>
+        <source>&amp;VirusTotal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2572"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2459"/>
+        <source>&amp;Windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2578"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2465"/>
+        <source>QtHelp</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2470"/>
+        <source>&amp;Toolbars</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2476"/>
+        <source>&amp;Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2505"/>
+        <source>Save</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2525"/>
+        <source>Show All History...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2695"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2532"/>
+        <source>Settings</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2626"/>
+        <source>File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2650"/>
+        <source>Edit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2662"/>
+        <source>View</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2671"/>
+        <source>Find</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2679"/>
+        <source>Filter</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2686"/>
+        <source>Filtered by: </source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2706"/>
+        <source>Tools</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2714"/>
+        <source>Help</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2720"/>
+        <source>VirusTotal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2863"/>
+        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2867"/>
+        <source>OK</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2902"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2879"/>
+        <source>HTML Files (*.html *.htm *.mhtml *.mht);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2950"/>
+        <source>&lt;b&gt;eric Web Browser - {0}&lt;/b&gt;&lt;p&gt;The eric Web Browser is a combined help file and HTML browser. It is part of the eric development toolset.&lt;/p&gt;&lt;p&gt;It is based on QtWebEngine {1} and Chromium {2} with Security Patches {3}.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2965"/>
+        <source>&lt;b&gt;eric Web Browser - {0}&lt;/b&gt;&lt;p&gt;The eric Web Browser is a combined help file and HTML browser. It is part of the eric development toolset.&lt;/p&gt;&lt;p&gt;It is based on QtWebEngine {1} and Chromium {2}.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3100"/>
+        <source>Saved Tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3281"/>
+        <source>Are you sure you want to close the web browser?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3282"/>
+        <source>Are you sure you want to close the web browser?
 You have {0} windows with {1} tabs open.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="3873" />
-      <source>Could not find any associated content.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="3918" />
-      <source>Unfiltered</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="3973" />
-      <source>Updating search index</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="4049" />
-      <source>Looking for Documentation...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="4082" />
-      <source>Help Engine</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="4665" />
-      <source>System</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="4669" />
-      <source>ISO</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="4672" />
-      <source>Unicode</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="4675" />
-      <source>Windows</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="4678" />
-      <source>IBM</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="4681" />
-      <source>Apple</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="4684" />
-      <source>Other</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="4711" />
-      <source>Menu Bar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="4716" />
-      <source>Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="4721" />
-      <source>Status Bar</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="4736" />
-      <source>&amp;Show all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="4738" />
-      <source>&amp;Hide all</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="5078" />
-      <source>VirusTotal Scan</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="5079" />
-      <source>&lt;p&gt;The VirusTotal scan could not be scheduled.&lt;p&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3873"/>
+        <source>Could not find any associated content.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3918"/>
+        <source>Unfiltered</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3973"/>
+        <source>Updating search index</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4049"/>
+        <source>Looking for Documentation...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4082"/>
+        <source>Help Engine</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4665"/>
+        <source>System</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4669"/>
+        <source>ISO</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4672"/>
+        <source>Unicode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4675"/>
+        <source>Windows</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4678"/>
+        <source>IBM</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4681"/>
+        <source>Apple</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4684"/>
+        <source>Other</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4711"/>
+        <source>Menu Bar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4716"/>
+        <source>Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4721"/>
+        <source>Status Bar</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4736"/>
+        <source>&amp;Show all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4738"/>
+        <source>&amp;Hide all</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5078"/>
+        <source>VirusTotal Scan</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5079"/>
+        <source>&lt;p&gt;The VirusTotal scan could not be scheduled.&lt;p&gt;
 &lt;p&gt;Reason: {0}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="5113" />
-      <source>Enter a valid IPv4 address in dotted quad notation:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="5123" />
-      <source>The given IP address is not in dotted quad notation.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="5137" />
-      <source>Enter a valid domain name:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="5500" />
-      <source>Keyboard Shortcuts File (*.ekj)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/WebBrowserWindow.py" line="5518" />
-      <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="../WebBrowser/WebBrowserWindow.py" line="5539" />
-      <source>Keyboard Shortcuts File (*.ekj);;XML Keyboard shortcut file (*.e4k)</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5113"/>
+        <source>Enter a valid IPv4 address in dotted quad notation:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5123"/>
+        <source>The given IP address is not in dotted quad notation.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5137"/>
+        <source>Enter a valid domain name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5500"/>
+        <source>Keyboard Shortcuts File (*.ekj)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5518"/>
+        <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"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="5539"/>
+        <source>Keyboard Shortcuts File (*.ekj);;XML Keyboard shortcut file (*.e4k)</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WebIconDialog</name>
     <message>
-      <location filename="../WebBrowser/Tools/WebIconDialog.py" line="56" />
-      <source>Remove Selected</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Tools/WebIconDialog.py" line="59" />
-      <source>Remove All</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Tools/WebIconDialog.ui" line="0" />
-      <source>Favicons</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Tools/WebIconDialog.ui" line="0" />
-      <source>Press to remove the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Tools/WebIconDialog.ui" line="0" />
-      <source>&amp;Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Tools/WebIconDialog.ui" line="0" />
-      <source>Press to remove all entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Tools/WebIconDialog.ui" line="0" />
-      <source>Remove &amp;All</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Tools/WebIconDialog.py" line="56"/>
+        <source>Remove Selected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Tools/WebIconDialog.py" line="59"/>
+        <source>Remove All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Tools/WebIconDialog.ui" line="0"/>
+        <source>Favicons</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Tools/WebIconDialog.ui" line="0"/>
+        <source>Press to remove the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Tools/WebIconDialog.ui" line="0"/>
+        <source>&amp;Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Tools/WebIconDialog.ui" line="0"/>
+        <source>Press to remove all entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Tools/WebIconDialog.ui" line="0"/>
+        <source>Remove &amp;All</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WidgetArea</name>
     <message>
-      <location filename="../Tools/TRPreviewer.py" line="820" />
-      <source>Load UI File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="821" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Tools/TRPreviewer.py" line="820"/>
+        <source>Load UI File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="821"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WidgetView</name>
     <message>
-      <location filename="../Tools/TRPreviewer.py" line="761" />
-      <source>Load UI File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Tools/TRPreviewer.py" line="762" />
-      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Tools/TRPreviewer.py" line="761"/>
+        <source>Load UI File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Tools/TRPreviewer.py" line="762"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be loaded.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>WifiApConfigDialog</name>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="39"/>
+        <source>open</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="116"/>
+        <source>Press to hide the password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0"/>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="120"/>
+        <source>Press to show the password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0"/>
+        <source>Access Point Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0"/>
+        <source>Enter the network name (SSID) to publish</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0"/>
+        <source>Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0"/>
+        <source>Enter the network password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0"/>
+        <source>Security:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0"/>
+        <source>Select the security mode</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0"/>
+        <source>IPv4 Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0"/>
+        <source>Address:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0"/>
+        <source>Netmask:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0"/>
+        <source>Gateway:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0"/>
+        <source>DNS:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0"/>
+        <source>Select to remember the entered connection parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0"/>
+        <source>Remember Parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>WifiApStationsDialog</name>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0"/>
+        <source>Connected WiFi Clients</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0"/>
+        <source>RSSI [dBm]</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>WifiConnectionDialog</name>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0"/>
+        <source>WiFi Connection Parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0"/>
+        <source>Name:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0"/>
+        <source>Enter the network name (SSID) to connect to</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0"/>
+        <source>Password:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0"/>
+        <source>Enter the network password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="72"/>
+        <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0"/>
+        <source>Press to show the password</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0"/>
+        <source>Select to remember the entered connection parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0"/>
+        <source>Remember Parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="68"/>
+        <source>Press to hide the password</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>WifiController</name>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="45"/>
+        <source>WiFi Functions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="47"/>
+        <source>Show WiFi Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="122"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="114"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="49"/>
+        <source>Connect WiFi</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="170"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="164"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="50"/>
+        <source>Check Internet Connection</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="144"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="138"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="51"/>
+        <source>Disconnect WiFi</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="53"/>
+        <source>Scan Networks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="216"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="207"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="55"/>
+        <source>Write WiFi Credentials</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="254"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="244"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="233"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="56"/>
+        <source>Remove WiFi Credentials</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="305"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="294"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="58"/>
+        <source>Start WiFi Access Point</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="60"/>
+        <source>Start WiFi Access Point with IP</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="359"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="63"/>
+        <source>Show Connected Clients</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="335"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="326"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="65"/>
+        <source>Stop WiFi Access Point</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="68"/>
+        <source>Deactivate Client Interface</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="72"/>
+        <source>Deactivate Access Point Interface</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="115"/>
+        <source>&lt;p&gt;The device was connected to &lt;b&gt;{0}&lt;/b&gt; successfully.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="123"/>
+        <source>&lt;p&gt;The device could not connect to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="258"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="220"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="173"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="147"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="126"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="139"/>
+        <source>&lt;p&gt;The device was disconnected from the WiFi network.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="145"/>
+        <source>&lt;p&gt;The device could not be disconnected.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="158"/>
+        <source>&lt;p&gt;The internet connection is &lt;b&gt;available&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="160"/>
+        <source>&lt;p&gt;The internet connection is &lt;b&gt;not available&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="171"/>
+        <source>&lt;p&gt;The internet is not available.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="208"/>
+        <source>&lt;p&gt;The WiFi credentials were saved on the device. The device will connect to the WiFi network at boot time.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="217"/>
+        <source>&lt;p&gt;The WiFi credentials could not be saved on the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="234"/>
+        <source>Shall the saved WiFi credentials really be removed from the connected device?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="245"/>
+        <source>&lt;p&gt;The WiFi credentials were removed from the device. The device will not connect to the WiFi network at boot time anymore.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="255"/>
+        <source>&lt;p&gt;The WiFi credentials could not be removed from the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="295"/>
+        <source>The WiFi Access Point interface was started successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="300"/>
+        <source>&lt;p&gt;The WiFi Access Point could not be started.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="381"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="332"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="302"/>
+        <source>&lt;p&gt;Reason: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="327"/>
+        <source>The WiFi Access Point interface was stopped successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="330"/>
+        <source>&lt;p&gt;The WiFi Access Point could not be stopped.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="360"/>
+        <source>No clients are connected to the access point.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="384"/>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="375"/>
+        <source>Deactivate WiFi Interface</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="376"/>
+        <source>The WiFi interface was deactivated successfully.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiController.py" line="379"/>
+        <source>&lt;p&gt;The WiFi interface could not be deactivated.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>WifiCountryDialog</name>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0"/>
+        <source>WiFi Country Code</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0"/>
+        <source>Country:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0"/>
+        <source>Enter the country code for the WiFi interface</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0"/>
+        <source>Select to remember the entered connection parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0"/>
+        <source>Remember Parameters</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>WifiNetworksWindow</name>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0"/>
+        <source>WiFi Networks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0"/>
+        <source>Channel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0"/>
+        <source>MAC-Address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0"/>
+        <source>RSSI [dBm]</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0"/>
+        <source>Security</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0"/>
+        <source>Press to scan for available WiFi networks.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0"/>
+        <source>Scan</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0"/>
+        <source>Scan Interval:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0"/>
+        <source> s</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0"/>
+        <source>Periodic Scan</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="67"/>
+        <source>Scan WiFi Networks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="68"/>
+        <source>&lt;p&gt;The scan for available WiFi networks failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message numerus="yes">
+        <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="78"/>
+        <source>&lt;p&gt;Detected &lt;b&gt;%n&lt;/b&gt; network(s).&lt;/p&gt;</source>
+        <translation>
+            <numerusform>&lt;p&gt;Detected &lt;b&gt;%n&lt;/b&gt; network.&lt;/p&gt;</numerusform>
+            <numerusform>&lt;p&gt;Detected &lt;b&gt;%n&lt;/b&gt; networks.&lt;/p&gt;</numerusform>
+        </translation>
+    </message>
+</context>
+<context>
+    <name>WifiStatusDialog</name>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0"/>
+        <source>WiFi Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="135"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="57"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="46"/>
+        <source>Active</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47"/>
+        <source>Yes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47"/>
+        <source>No</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="53"/>
+        <source>Client</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="143"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="65"/>
+        <source>Connected</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="148"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="70"/>
+        <source>Status</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="150"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="73"/>
+        <source>Hostname</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="153"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="76"/>
+        <source>IPv4 Address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="156"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="79"/>
+        <source>Netmask</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="159"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="82"/>
+        <source>Gateway</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="161"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="84"/>
+        <source>DNS</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="164"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="116"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="85"/>
+        <source>MAC-Address</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="167"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="113"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="88"/>
+        <source>Channel</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="170"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="126"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="92"/>
+        <source>Country</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="175"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="98"/>
+        <source>Tx-Power</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="176"/>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="99"/>
+        <source>{0} dBm</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="105"/>
+        <source>Connected Access Point</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="108"/>
+        <source>Name</source>
+        <translation>Name</translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="119"/>
+        <source>RSSI [dBm]</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="122"/>
+        <source>Security</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="131"/>
+        <source>Access Point</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="163"/>
+        <source>SSID</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>WizardEricPluginWizard</name>
     <message>
-      <location filename="../Plugins/PluginWizardEricPlugin.py" line="93" />
-      <location filename="../Plugins/PluginWizardEricPlugin.py" line="86" />
-      <source>eric Plug-in Wizard</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardEricPlugin.py" line="87" />
-      <source>eric Plug-in Wizard...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardEricPlugin.py" line="95" />
-      <source>&lt;b&gt;eric Plug-in Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create the basic contents of an eric plug-in file. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardEricPlugin.py" line="142" />
-      <source>No current editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardEricPlugin.py" line="143" />
-      <source>Please open or create a file first.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardEricPlugin.py" line="181" />
-      <location filename="../Plugins/PluginWizardEricPlugin.py" line="165" />
-      <source>Create Package</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardEricPlugin.py" line="166" />
-      <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 type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/PluginWizardEricPlugin.py" line="182" />
-      <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 type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/PluginWizardEricPlugin.py" line="93"/>
+        <location filename="../Plugins/PluginWizardEricPlugin.py" line="86"/>
+        <source>eric Plug-in Wizard</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardEricPlugin.py" line="87"/>
+        <source>eric Plug-in Wizard...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardEricPlugin.py" line="95"/>
+        <source>&lt;b&gt;eric Plug-in Wizard&lt;/b&gt;&lt;p&gt;This wizard opens a dialog for entering all the parameters needed to create the basic contents of an eric plug-in file. The generated code is inserted at the current cursor position.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardEricPlugin.py" line="142"/>
+        <source>No current editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardEricPlugin.py" line="143"/>
+        <source>Please open or create a file first.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardEricPlugin.py" line="181"/>
+        <location filename="../Plugins/PluginWizardEricPlugin.py" line="165"/>
+        <source>Create Package</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardEricPlugin.py" line="166"/>
+        <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 type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/PluginWizardEricPlugin.py" line="182"/>
+        <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 type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>XMLStreamReaderBase</name>
     <message>
-      <location filename="../EricXML/XMLStreamReaderBase.py" line="53" />
-      <source>&lt;p&gt;XML parse error in file &lt;b&gt;{0}&lt;/b&gt;, line {1}, column {2}&lt;/p&gt;&lt;p&gt;Error: {3}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricXML/XMLStreamReaderBase.py" line="64" />
-      <source>&lt;p&gt;XML parse error (line {0}, column {1})&lt;/p&gt;&lt;p&gt;Error: {2}&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricXML/XMLStreamReaderBase.py" line="70" />
-      <source>XML parse error</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricXML/XMLStreamReaderBase.py" line="93" />
-      <source>File format version '{0}' is not supported.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricXML/XMLStreamReaderBase.py" line="105" />
-      <source>Bad value: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../EricXML/XMLStreamReaderBase.py" line="211" />
-      <source>Pickle data encoding '{0}' is not supported.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../EricXML/XMLStreamReaderBase.py" line="53"/>
+        <source>&lt;p&gt;XML parse error in file &lt;b&gt;{0}&lt;/b&gt;, line {1}, column {2}&lt;/p&gt;&lt;p&gt;Error: {3}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricXML/XMLStreamReaderBase.py" line="64"/>
+        <source>&lt;p&gt;XML parse error (line {0}, column {1})&lt;/p&gt;&lt;p&gt;Error: {2}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricXML/XMLStreamReaderBase.py" line="70"/>
+        <source>XML parse error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricXML/XMLStreamReaderBase.py" line="93"/>
+        <source>File format version &apos;{0}&apos; is not supported.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricXML/XMLStreamReaderBase.py" line="105"/>
+        <source>Bad value: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../EricXML/XMLStreamReaderBase.py" line="211"/>
+        <source>Pickle data encoding &apos;{0}&apos; is not supported.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>XbelImporter</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="40" />
-      <source>eric Web Browser stores its bookmarks in the &lt;b&gt;{0}&lt;/b&gt; XML file. This file is usually located in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="86" />
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="68" />
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="45" />
-      <source>Please choose the file to begin importing bookmarks.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="62" />
-      <source>Konqueror stores its bookmarks in the &lt;b&gt;bookmarks.xml&lt;/b&gt; XML file. This file is usually located in</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="78" />
-      <source>XBEL Bookmarks</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="80" />
-      <source>You can import bookmarks from any browser that supports XBEL exporting. This file has usually the extension .xbel or .xml.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="128" />
-      <source>File '{0}' does not exist.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="148" />
-      <source>Error when importing bookmarks on line {0}, column {1}:
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="40"/>
+        <source>eric Web Browser stores its bookmarks in the &lt;b&gt;{0}&lt;/b&gt; XML file. This file is usually located in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="86"/>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="68"/>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="45"/>
+        <source>Please choose the file to begin importing bookmarks.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="62"/>
+        <source>Konqueror stores its bookmarks in the &lt;b&gt;bookmarks.xml&lt;/b&gt; XML file. This file is usually located in</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="78"/>
+        <source>XBEL Bookmarks</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="80"/>
+        <source>You can import bookmarks from any browser that supports XBEL exporting. This file has usually the extension .xbel or .xml.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="128"/>
+        <source>File &apos;{0}&apos; does not exist.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="148"/>
+        <source>Error when importing bookmarks on line {0}, column {1}:
 {2}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="156" />
-      <source>eric Web Browser Import</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="158" />
-      <source>Konqueror Import</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="160" />
-      <source>XBEL Import</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="162" />
-      <source>Imported {0}</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="156"/>
+        <source>eric Web Browser Import</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="158"/>
+        <source>Konqueror Import</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="160"/>
+        <source>XBEL Import</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py" line="162"/>
+        <source>Imported {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>XbelReader</name>
     <message>
-      <location filename="../WebBrowser/Bookmarks/XbelReader.py" line="81" />
-      <source>The file is not an XBEL version 1.0 file.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Bookmarks/XbelReader.py" line="237" />
-      <source>Unknown title</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/Bookmarks/XbelReader.py" line="81"/>
+        <source>The file is not an XBEL version 1.0 file.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Bookmarks/XbelReader.py" line="237"/>
+        <source>Unknown title</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>YandexEngine</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="40" />
-      <source>Yandex: Invalid API key.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="41" />
-      <source>Yandex: API key has been blocked.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="42" />
-      <source>Yandex: Daily limit for requests has been reached.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="43" />
-      <source>Yandex: Daily limit for the volume of translated text reached.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="46" />
-      <source>Yandex: Text size exceeds the maximum.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="47" />
-      <source>Yandex: Text could not be translated.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="48" />
-      <source>Yandex: The specified translation direction is not supported.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="141" />
-      <source>Yandex: Only texts up to {0} characters are allowed.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="149" />
-      <source>Yandex: A valid key is required.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="165" />
-      <source>Yandex: Invalid response received</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="171" />
-      <source>Yandex: Unknown error code ({0}) received.</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="40"/>
+        <source>Yandex: Invalid API key.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="41"/>
+        <source>Yandex: API key has been blocked.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="42"/>
+        <source>Yandex: Daily limit for requests has been reached.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="43"/>
+        <source>Yandex: Daily limit for the volume of translated text reached.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="46"/>
+        <source>Yandex: Text size exceeds the maximum.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="47"/>
+        <source>Yandex: Text could not be translated.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="48"/>
+        <source>Yandex: The specified translation direction is not supported.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="141"/>
+        <source>Yandex: Only texts up to {0} characters are allowed.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="149"/>
+        <source>Yandex: A valid key is required.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="165"/>
+        <source>Yandex: Invalid response received</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="171"/>
+        <source>Yandex: Unknown error code ({0}) received.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ZoomDialog</name>
     <message>
-      <location filename="../QScintilla/ZoomDialog.ui" line="0" />
-      <source>Zoom</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ZoomDialog.ui" line="0" />
-      <source>Zoom &amp;Factor:</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ZoomDialog.ui" line="0" />
-      <source>Enter zoom factor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/ZoomDialog.ui" line="0" />
-      <source>&lt;b&gt;Zoom Factor&lt;/b&gt;
+        <location filename="../QScintilla/ZoomDialog.ui" line="0"/>
+        <source>Zoom</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ZoomDialog.ui" line="0"/>
+        <source>Zoom &amp;Factor:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ZoomDialog.ui" line="0"/>
+        <source>Enter zoom factor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/ZoomDialog.ui" line="0"/>
+        <source>&lt;b&gt;Zoom Factor&lt;/b&gt;
 &lt;p&gt;Enter the desired zoom factor here. The zoom factor
 may be between -10 and +20 and is the increment that is 
 added to the size of the fonts used in the editor windows.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ZoomValuesDialog</name>
     <message>
-      <location filename="../WebBrowser/ZoomManager/ZoomValuesDialog.ui" line="0" />
-      <source>Saved Zoom Values</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/ZoomManager/ZoomValuesDialog.ui" line="0" />
-      <source>Enter search term</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/ZoomManager/ZoomValuesDialog.ui" line="0" />
-      <source>Press to remove the selected entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/ZoomManager/ZoomValuesDialog.ui" line="0" />
-      <source>&amp;Remove</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/ZoomManager/ZoomValuesDialog.ui" line="0" />
-      <source>Press to remove all entries</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/ZoomManager/ZoomValuesDialog.ui" line="0" />
-      <source>Remove &amp;All</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/ZoomManager/ZoomValuesDialog.ui" line="0"/>
+        <source>Saved Zoom Values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/ZoomManager/ZoomValuesDialog.ui" line="0"/>
+        <source>Enter search term</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/ZoomManager/ZoomValuesDialog.ui" line="0"/>
+        <source>Press to remove the selected entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/ZoomManager/ZoomValuesDialog.ui" line="0"/>
+        <source>&amp;Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/ZoomManager/ZoomValuesDialog.ui" line="0"/>
+        <source>Press to remove all entries</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/ZoomManager/ZoomValuesDialog.ui" line="0"/>
+        <source>Remove &amp;All</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>ZoomValuesModel</name>
     <message>
-      <location filename="../WebBrowser/ZoomManager/ZoomValuesModel.py" line="33" />
-      <source>Website</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/ZoomManager/ZoomValuesModel.py" line="34" />
-      <source>Zoom Value [%]</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../WebBrowser/ZoomManager/ZoomValuesModel.py" line="33"/>
+        <source>Website</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/ZoomManager/ZoomValuesModel.py" line="34"/>
+        <source>Zoom Value [%]</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>eric7_ide</name>
     <message>
-      <location filename="../eric7_ide.py" line="387" />
-      <source>Starting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../eric7_ide.py" line="393" />
-      <source>Generating Main Window...</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../eric7_ide.py" line="387"/>
+        <source>Starting...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../eric7_ide.py" line="393"/>
+        <source>Generating Main Window...</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>mercurial</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1270" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parent #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1270"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parent #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Changeset&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1801" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1278" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tags&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1807" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1284" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Bookmarks&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1814" />
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1291" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Branches&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1297" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1801"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1278"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tags&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1807"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1284"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Bookmarks&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1814"/>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1291"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Branches&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1297"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1316" />
-      <source>&lt;h3&gt;Repository information&lt;/h3&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1316"/>
+        <source>&lt;h3&gt;Repository information&lt;/h3&gt;
 &lt;p&gt;&lt;table&gt;
 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Mercurial V.&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;b&gt;URL&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;
 {2}&lt;/table&gt;&lt;/p&gt;
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1775" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Head #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1775"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Head #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1782" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parent #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1782"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parent #{0}&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1789" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tip&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1789"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tip&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
 </source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1794" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Changeset&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1821" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parents&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1827" />
-      <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1794"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Changeset&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1821"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parents&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsMercurial/hg.py" line="1827"/>
+        <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;
 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;
 &lt;/table&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>pyFlakes</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="16" />
-      <source>{0!r} imported but unused.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="17" />
-      <source>Redefinition of unused {0!r} from line {1!r}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="20" />
-      <source>Import {0!r} from line {1!r} shadowed by loop variable.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="23" />
-      <source>'from {0} import *' used; unable to detect undefined names.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="26" />
-      <source>Undefined name {0!r}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="27" />
-      <source>Undefined name {0!r} in __all__.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="28" />
-      <source>Local variable {0!r} (defined in enclosing scope on line {1!r}) referenced before assignment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="33" />
-      <source>Local variable {0!r} (defined as a builtin) referenced before assignment.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="37" />
-      <source>Duplicate argument {0!r} in function definition.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="40" />
-      <source>Redefinition of {0!r} from line {1!r}.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="43" />
-      <source>from __future__ imports must occur at the beginning of the file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="46" />
-      <source>Local variable {0!r} is assigned to but never used.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="49" />
-      <source>Local variable {0!r} is annotated but never used.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="52" />
-      <source>Syntax error detected in doctest.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="53" />
-      <source>'return' outside function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="54" />
-      <source>'from {0} import *' only allowed at module level</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="57" />
-      <source>{0!r} may be undefined, or defined from star imports: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="60" />
-      <source>Dictionary key {0!r} repeated with different values</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="63" />
-      <source>Dictionary key variable {0} repeated with different values</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="66" />
-      <source>Future feature {0} is not defined</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="67" />
-      <source>'yield' outside function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="68" />
-      <source>'continue' not properly in loop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="69" />
-      <source>'break' outside loop</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="70" />
-      <source>'continue' not supported inside 'finally' clause</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="73" />
-      <source>Default 'except:' must be last</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="74" />
-      <source>Two starred expressions in assignment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="77" />
-      <source>Too many expressions in star-unpacking assignment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="80" />
-      <source>Assertion is always true, perhaps remove parentheses?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="83" />
-      <source>syntax error in forward annotation {0!r}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="86" />
-      <source>'raise NotImplemented' should be 'raise NotImplementedError'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="89" />
-      <source>use of &gt;&gt; is invalid with print function</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="92" />
-      <source>use ==/!= to compare str, bytes, and int literals</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="95" />
-      <source>f-string is missing placeholders</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="96" />
-      <source>'...'.format(...) has unused arguments at position(s): {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="99" />
-      <source>'...'.format(...) has unused named argument(s): {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="102" />
-      <source>'...'.format(...) is missing argument(s) for placeholder(s): {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="105" />
-      <source>'...'.format(...) mixes automatic and manual numbering</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="108" />
-      <source>'...'.format(...) has invalid format string: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="111" />
-      <source>'...' % ... has invalid format string: {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="114" />
-      <source>'...' % ... has mixed positional and named placeholders</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="117" />
-      <source>'...' % ... has unsupported format character {0!r}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="120" />
-      <source>'...' % ... has {0:d} placeholder(s) but {1:d} substitution(s)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="123" />
-      <source>'...' % ... has unused named argument(s): {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="126" />
-      <source>'...' % ... is missing argument(s) for placeholder(s): {0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="129" />
-      <source>'...' % ... expected mapping but got sequence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="132" />
-      <source>'...' % ... expected sequence but got mapping</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="135" />
-      <source>'...' % ... `*` specifier requires sequence</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="138" />
-      <source>'if tuple literal' is always true, perhaps remove accidental comma?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="159" />
-      <source>no message defined for code '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="16"/>
+        <source>{0!r} imported but unused.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="17"/>
+        <source>Redefinition of unused {0!r} from line {1!r}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="20"/>
+        <source>Import {0!r} from line {1!r} shadowed by loop variable.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="23"/>
+        <source>&apos;from {0} import *&apos; used; unable to detect undefined names.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="26"/>
+        <source>Undefined name {0!r}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="27"/>
+        <source>Undefined name {0!r} in __all__.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="28"/>
+        <source>Local variable {0!r} (defined in enclosing scope on line {1!r}) referenced before assignment.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="33"/>
+        <source>Local variable {0!r} (defined as a builtin) referenced before assignment.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="37"/>
+        <source>Duplicate argument {0!r} in function definition.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="40"/>
+        <source>Redefinition of {0!r} from line {1!r}.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="43"/>
+        <source>from __future__ imports must occur at the beginning of the file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="46"/>
+        <source>Local variable {0!r} is assigned to but never used.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="49"/>
+        <source>Local variable {0!r} is annotated but never used.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="52"/>
+        <source>Syntax error detected in doctest.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="53"/>
+        <source>&apos;return&apos; outside function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="54"/>
+        <source>&apos;from {0} import *&apos; only allowed at module level</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="57"/>
+        <source>{0!r} may be undefined, or defined from star imports: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="60"/>
+        <source>Dictionary key {0!r} repeated with different values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="63"/>
+        <source>Dictionary key variable {0} repeated with different values</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="66"/>
+        <source>Future feature {0} is not defined</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="67"/>
+        <source>&apos;yield&apos; outside function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="68"/>
+        <source>&apos;continue&apos; not properly in loop</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="69"/>
+        <source>&apos;break&apos; outside loop</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="70"/>
+        <source>&apos;continue&apos; not supported inside &apos;finally&apos; clause</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="73"/>
+        <source>Default &apos;except:&apos; must be last</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="74"/>
+        <source>Two starred expressions in assignment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="77"/>
+        <source>Too many expressions in star-unpacking assignment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="80"/>
+        <source>Assertion is always true, perhaps remove parentheses?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="83"/>
+        <source>syntax error in forward annotation {0!r}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="86"/>
+        <source>&apos;raise NotImplemented&apos; should be &apos;raise NotImplementedError&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="89"/>
+        <source>use of &gt;&gt; is invalid with print function</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="92"/>
+        <source>use ==/!= to compare str, bytes, and int literals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="95"/>
+        <source>f-string is missing placeholders</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="96"/>
+        <source>&apos;...&apos;.format(...) has unused arguments at position(s): {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="99"/>
+        <source>&apos;...&apos;.format(...) has unused named argument(s): {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="102"/>
+        <source>&apos;...&apos;.format(...) is missing argument(s) for placeholder(s): {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="105"/>
+        <source>&apos;...&apos;.format(...) mixes automatic and manual numbering</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="108"/>
+        <source>&apos;...&apos;.format(...) has invalid format string: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="111"/>
+        <source>&apos;...&apos; % ... has invalid format string: {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="114"/>
+        <source>&apos;...&apos; % ... has mixed positional and named placeholders</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="117"/>
+        <source>&apos;...&apos; % ... has unsupported format character {0!r}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="120"/>
+        <source>&apos;...&apos; % ... has {0:d} placeholder(s) but {1:d} substitution(s)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="123"/>
+        <source>&apos;...&apos; % ... has unused named argument(s): {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="126"/>
+        <source>&apos;...&apos; % ... is missing argument(s) for placeholder(s): {0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="129"/>
+        <source>&apos;...&apos; % ... expected mapping but got sequence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="132"/>
+        <source>&apos;...&apos; % ... expected sequence but got mapping</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="135"/>
+        <source>&apos;...&apos; % ... `*` specifier requires sequence</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="138"/>
+        <source>&apos;if tuple literal&apos; is always true, perhaps remove accidental comma?</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="159"/>
+        <source>no message defined for code &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>pycodestyle</name>
     <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="36" />
-      <source>indentation contains mixed spaces and tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="39" />
-      <source>indentation is not a multiple of four</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="42" />
-      <source>expected an indented block</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="43" />
-      <source>unexpected indentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="44" />
-      <source>indentation is not a multiple of four (comment)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="47" />
-      <source>expected an indented block (comment)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="50" />
-      <source>unexpected indentation (comment)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="53" />
-      <source>over-indented</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="54" />
-      <source>continuation line indentation is not a multiple of four</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="57" />
-      <source>continuation line missing indentation or outdented</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="60" />
-      <source>closing bracket does not match indentation of opening bracket's line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="64" />
-      <source>closing bracket does not match visual indentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="67" />
-      <source>continuation line with same indent as next logical line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="70" />
-      <source>continuation line over-indented for hanging indent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="73" />
-      <source>continuation line over-indented for visual indent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="76" />
-      <source>continuation line under-indented for visual indent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="79" />
-      <source>visually indented line with same indent as next logical line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="82" />
-      <source>continuation line unaligned for hanging indent</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="85" />
-      <source>closing bracket is missing indentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="88" />
-      <source>whitespace after '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="91" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="90" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="89" />
-      <source>whitespace before '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="92" />
-      <source>multiple spaces before operator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="95" />
-      <source>multiple spaces after operator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="96" />
-      <source>tab before operator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="97" />
-      <source>tab after operator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="98" />
-      <source>missing whitespace around operator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="101" />
-      <source>missing whitespace around arithmetic operator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="104" />
-      <source>missing whitespace around bitwise or shift operator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="107" />
-      <source>missing whitespace around modulo operator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="110" />
-      <source>missing whitespace after '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="111" />
-      <source>multiple spaces after '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="112" />
-      <source>tab after '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="113" />
-      <source>unexpected spaces around keyword / parameter equals</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="116" />
-      <source>missing whitespace around parameter equals</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="119" />
-      <source>at least two spaces before inline comment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="122" />
-      <source>inline comment should start with '# '</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="125" />
-      <source>block comment should start with '# '</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="128" />
-      <source>too many leading '#' for block comment</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="131" />
-      <source>multiple spaces after keyword</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="132" />
-      <source>multiple spaces before keyword</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="133" />
-      <source>tab after keyword</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="134" />
-      <source>tab before keyword</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="135" />
-      <source>missing whitespace after keyword</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="141" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="138" />
-      <source>expected {0} blank lines, found {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="144" />
-      <source>too many blank lines ({0}), expected {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="147" />
-      <source>blank lines found after function decorator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="150" />
-      <source>expected {0} blank lines after class or function definition, found {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="154" />
-      <source>expected {0} blank lines before a nested definition, found {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="157" />
-      <source>too many blank lines ({0}) before a nested definition, expected {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="161" />
-      <source>too many blank lines ({0})</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="162" />
-      <source>multiple imports on one line</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="163" />
-      <source>module level import not at top of file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="166" />
-      <source>line too long ({0} &gt; {1} characters)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="169" />
-      <source>the backslash is redundant between brackets</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="172" />
-      <source>multiple statements on one line (colon)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="175" />
-      <source>multiple statements on one line (semicolon)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="178" />
-      <source>statement ends with a semicolon</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="181" />
-      <source>multiple statements on one line (def)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="187" />
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="184" />
-      <source>comparison to {0} should be {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="190" />
-      <source>test for membership should be 'not in'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="193" />
-      <source>test for object identity should be 'is not'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="196" />
-      <source>do not compare types, use 'isinstance()'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="199" />
-      <source>do not use bare except</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="200" />
-      <source>do not assign a lambda expression, use a def</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="203" />
-      <source>ambiguous variable name '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="204" />
-      <source>ambiguous class definition '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="207" />
-      <source>ambiguous function definition '{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="210" />
-      <source>{0}: {1}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="211" />
-      <source>{0}</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="219" />
-      <source>indentation contains tabs</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="220" />
-      <source>trailing whitespace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="221" />
-      <source>no newline at end of file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="222" />
-      <source>blank line contains whitespace</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="223" />
-      <source>blank line at end of file</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="224" />
-      <source>line break before binary operator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="227" />
-      <source>line break after binary operator</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="230" />
-      <source>doc line too long ({0} &gt; {1} characters)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="233" />
-      <source>.has_key() is deprecated, use 'in'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="236" />
-      <source>deprecated form of raising exception</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="239" />
-      <source>'&lt;&gt;' is deprecated, use '!='</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="240" />
-      <source>backticks are deprecated, use 'repr()'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="243" />
-      <source>invalid escape sequence '\{0}'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="246" />
-      <source>'async' and 'await' are reserved keywords starting with Python 3.7</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
-  <context>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="36"/>
+        <source>indentation contains mixed spaces and tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="39"/>
+        <source>indentation is not a multiple of four</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="42"/>
+        <source>expected an indented block</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="43"/>
+        <source>unexpected indentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="44"/>
+        <source>indentation is not a multiple of four (comment)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="47"/>
+        <source>expected an indented block (comment)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="50"/>
+        <source>unexpected indentation (comment)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="53"/>
+        <source>over-indented</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="54"/>
+        <source>continuation line indentation is not a multiple of four</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="57"/>
+        <source>continuation line missing indentation or outdented</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="60"/>
+        <source>closing bracket does not match indentation of opening bracket&apos;s line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="64"/>
+        <source>closing bracket does not match visual indentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="67"/>
+        <source>continuation line with same indent as next logical line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="70"/>
+        <source>continuation line over-indented for hanging indent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="73"/>
+        <source>continuation line over-indented for visual indent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="76"/>
+        <source>continuation line under-indented for visual indent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="79"/>
+        <source>visually indented line with same indent as next logical line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="82"/>
+        <source>continuation line unaligned for hanging indent</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="85"/>
+        <source>closing bracket is missing indentation</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="88"/>
+        <source>whitespace after &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="91"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="90"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="89"/>
+        <source>whitespace before &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="92"/>
+        <source>multiple spaces before operator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="95"/>
+        <source>multiple spaces after operator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="96"/>
+        <source>tab before operator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="97"/>
+        <source>tab after operator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="98"/>
+        <source>missing whitespace around operator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="101"/>
+        <source>missing whitespace around arithmetic operator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="104"/>
+        <source>missing whitespace around bitwise or shift operator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="107"/>
+        <source>missing whitespace around modulo operator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="110"/>
+        <source>missing whitespace after &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="111"/>
+        <source>multiple spaces after &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="112"/>
+        <source>tab after &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="113"/>
+        <source>unexpected spaces around keyword / parameter equals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="116"/>
+        <source>missing whitespace around parameter equals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="119"/>
+        <source>at least two spaces before inline comment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="122"/>
+        <source>inline comment should start with &apos;# &apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="125"/>
+        <source>block comment should start with &apos;# &apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="128"/>
+        <source>too many leading &apos;#&apos; for block comment</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="131"/>
+        <source>multiple spaces after keyword</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="132"/>
+        <source>multiple spaces before keyword</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="133"/>
+        <source>tab after keyword</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="134"/>
+        <source>tab before keyword</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="135"/>
+        <source>missing whitespace after keyword</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="141"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="138"/>
+        <source>expected {0} blank lines, found {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="144"/>
+        <source>too many blank lines ({0}), expected {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="147"/>
+        <source>blank lines found after function decorator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="150"/>
+        <source>expected {0} blank lines after class or function definition, found {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="154"/>
+        <source>expected {0} blank lines before a nested definition, found {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="157"/>
+        <source>too many blank lines ({0}) before a nested definition, expected {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="161"/>
+        <source>too many blank lines ({0})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="162"/>
+        <source>multiple imports on one line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="163"/>
+        <source>module level import not at top of file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="166"/>
+        <source>line too long ({0} &gt; {1} characters)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="169"/>
+        <source>the backslash is redundant between brackets</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="172"/>
+        <source>multiple statements on one line (colon)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="175"/>
+        <source>multiple statements on one line (semicolon)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="178"/>
+        <source>statement ends with a semicolon</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="181"/>
+        <source>multiple statements on one line (def)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="187"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="184"/>
+        <source>comparison to {0} should be {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="190"/>
+        <source>test for membership should be &apos;not in&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="193"/>
+        <source>test for object identity should be &apos;is not&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="196"/>
+        <source>do not compare types, use &apos;isinstance()&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="199"/>
+        <source>do not use bare except</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="200"/>
+        <source>do not assign a lambda expression, use a def</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="203"/>
+        <source>ambiguous variable name &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="204"/>
+        <source>ambiguous class definition &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="207"/>
+        <source>ambiguous function definition &apos;{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="210"/>
+        <source>{0}: {1}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="211"/>
+        <source>{0}</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="219"/>
+        <source>indentation contains tabs</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="220"/>
+        <source>trailing whitespace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="221"/>
+        <source>no newline at end of file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="222"/>
+        <source>blank line contains whitespace</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="223"/>
+        <source>blank line at end of file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="224"/>
+        <source>line break before binary operator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="227"/>
+        <source>line break after binary operator</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="230"/>
+        <source>doc line too long ({0} &gt; {1} characters)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="233"/>
+        <source>.has_key() is deprecated, use &apos;in&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="236"/>
+        <source>deprecated form of raising exception</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="239"/>
+        <source>&apos;&lt;&gt;&apos; is deprecated, use &apos;!=&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="240"/>
+        <source>backticks are deprecated, use &apos;repr()&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="243"/>
+        <source>invalid escape sequence &apos;\{0}&apos;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="246"/>
+        <source>&apos;async&apos; and &apos;await&apos; are reserved keywords starting with Python 3.7</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
     <name>subversion</name>
     <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1814" />
-      <source>unknown</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1818" />
-      <source>&lt;h3&gt;Repository information&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;PySvn V.&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Subversion V.&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Subversion API V.&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;URL&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Current revision&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{4}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed revision&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{5}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{6}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Comitted time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{7}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{8}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1667" />
-      <source>&lt;h3&gt;Repository information&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Subversion V.&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;URL&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Current revision&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed revision&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{4}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Comitted time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{5}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{6}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-  </context>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1814"/>
+        <source>unknown</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1818"/>
+        <source>&lt;h3&gt;Repository information&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;PySvn V.&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Subversion V.&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Subversion API V.&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;URL&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Current revision&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{4}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed revision&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{5}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{6}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Comitted time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{7}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{8}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1667"/>
+        <source>&lt;h3&gt;Repository information&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Subversion V.&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;URL&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Current revision&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed revision&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{4}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Comitted time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{5}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Last author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{6}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
 </TS>
--- a/src/eric7/i18n/eric7_es.ts	Fri Mar 03 11:34:59 2023 +0100
+++ b/src/eric7/i18n/eric7_es.ts	Fri Mar 03 13:44:34 2023 +0100
@@ -1730,55 +1730,64 @@
   <context>
     <name>BaseDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="128" />
-      <source>Show MicroPython Versions</source>
-      <translation>Mostrar Versiones de MicroPython</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="129" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="162" />
+      <source>Device Data Not Available</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="163" />
       <source>&lt;p&gt;The device data is not available. Try to connect to the device again. Aborting...&lt;/p&gt;</source>
       <translation>&lt;p&gt;Los datos del dispositivo no están dispoibles. Trate de conectar el dispositivo de nuevo. Abortando...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="173" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="216" />
       <source>Unsupported Device</source>
       <translation>Dispositivo no soportado</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="183" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="226" />
       <source>REPL is not supported by this device.</source>
       <translation>REPL no soportado por este dispositivo.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="202" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="245" />
       <source>Plotter is not supported by this device.</source>
       <translation>Plotter no soportado por este dispositivo.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="221" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="264" />
       <source>Running scripts is not supported by this device.</source>
       <translation>La ejecución de scripts no está soportada por este dispositivo.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="240" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="283" />
       <source>File Manager is not supported by this device.</source>
       <translation>El Gestor de Archivos no está soportado por este dispositivo.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="285" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="328" />
       <source>Select Device Directory</source>
       <translation>Seleccionar Directorio para Dispositivo</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="286" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="329" />
       <source>Select the directory for the connected device:</source>
       <translation>Seleccionar el directorio para el dispositivo conectado:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="432" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="475" />
       <source>Detected an error without indications.</source>
       <translation>Detectado un error sin indicaciones.</translation>
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1245" />
+      <source>Operation not supported.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <source>Show MicroPython Versions</source>
+      <translation type="vanished">Mostrar Versiones de MicroPython</translation>
+    </message>
   </context>
   <context>
     <name>BlackConfigurationDialog</name>
@@ -3767,124 +3776,201 @@
   <context>
     <name>CircuitPythonDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="87" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="67" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="129" />
       <source>CircuitPython</source>
       <translation>CircuitPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="216" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="258" />
       <source>Workspace Directory</source>
       <translation>Directorio del espacio de trabajo</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="217" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="259" />
       <source>Python files for CircuitPython can be edited in place, if the device volume is locally available. Such a volume was not found. In place editing will not be available.</source>
       <translation>Los archivos Python para CircuitPython se pueden editar in situ, si el volumen de dispositivo está disponible localmente. No se ha encontrado un volumen de tales características. La edición in situ no estará disponible.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="247" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="289" />
       <source>Library Management</source>
       <translation>Gestión de Bibliotecas</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="251" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="295" />
       <source>CircuitPython Functions</source>
       <translation>Funciones de CircuitPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="254" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="297" />
       <source>Show CircuitPython Versions</source>
       <translation>Mostrar Versiones de CircuitPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="263" />
-      <source>CircuitPython Flash Instructions</source>
-      <translation>Instrucciones de Flash de CircuitPython</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="345" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="276" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="267" />
-      <source>Flash CircuitPython Firmware</source>
-      <translation>Flashear Firmware de CircuitPython</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="270" />
-      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
-      <translation>Iniciar la aplicación 'Teensy Loader' para flashear el dispositivo Teensy.</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="443" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="305" />
-      <source>Install Library Files</source>
-      <translation>Instalar Archivos de Biblioteca</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="441" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="309" />
-      <source>Install Library Package</source>
-      <translation>Instalar Package de Biblioteca</translation>
+      <source>Reset Device</source>
+      <translation type="unfinished">Resetear Dispositivo</translation>
     </message>
     <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="315" />
+      <source>Flash CircuitPython Firmware</source>
+      <translation>Flashear Firmware de CircuitPython</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="319" />
+      <source>UF2 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="323" />
+      <source>ESP32 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="324" />
+      <source>Erase Flash</source>
+      <translation type="unfinished">Borrar Flash</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="326" />
+      <source>Flash MicroPython Firmware</source>
+      <translation type="unfinished">Flash MicroPython Firmware</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="330" />
+      <source>Flash Additional Firmware</source>
+      <translation type="unfinished">Flash Additional Firmware</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="335" />
+      <source>Teensy Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="337" />
+      <source>CircuitPython Flash Instructions</source>
+      <translation>Instrucciones de Flash de CircuitPython</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="341" />
+      <source>Start 'Teensy Loader'</source>
+      <translation>Iniciar 'Teensy Loader'</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="344" />
+      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
+      <translation>Iniciar la aplicación 'Teensy Loader' para flashear el dispositivo Teensy.</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="539" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="376" />
+      <source>Install Library Files</source>
+      <translation>Instalar Archivos de Biblioteca</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="537" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="380" />
+      <source>Install Library Package</source>
+      <translation>Instalar Package de Biblioteca</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="386" />
       <source>Install 'circup' Package</source>
       <translation>Instalar Package 'circup'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="346" />
-      <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 do not support the UF2 bootloader. Please use the 'Teensy Loader' application to flash CircuitPython. Make sure you downloaded the CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Teensy 4.0 y Teensy 4.1 no soportan un bootloader UF2. Utilizar por favor la aplicación  'Teensy Loader' para flashear CircuitPython. Asegurarse de que se ha descargado el fichero hexadecimal de CircuitPython.&lt;/p&gt;&lt;p&gt;Ver &lt;a href="{0}"&gt;el website de PJRC Teensy&lt;/a&gt; para más detalles.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="366" />
-      <source>Start 'Teensy Loader'</source>
-      <translation>Iniciar 'Teensy Loader'</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="367" />
-      <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;La aplicación 'Teensy Loader' &lt;b&gt;teensy&lt;/b&gt; no se ha podido iniciar. Asegurar que está en la ruta de búsqueda de aplicaciones o iniciarla manualmente.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="396" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="492" />
       <source>unknown</source>
       <translation>desconocido</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="415" />
-      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation>&lt;h4&gt;Información de Versión de CircuitPython&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Instalado:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Disponible:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="423" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation>&lt;p&gt;&lt;b&gt;¡Actualización disponible!&lt;/b&gt;&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="427" />
-      <source>CircuitPython Version</source>
-      <translation>Versión de CircuitPython</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="449" />
-      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
-      <translation>El volumen de dispositivo "&lt;b&gt;{0}&lt;/b&gt;" no está disponible. Asegúrese de que está montado correctamente e inténtelo de nuevo.</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="477" />
-      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
-      <translation>Archivos Compilados de Python (*.mpy);;Archivos de Python (*.py);;Todos los Archivos (*)</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="507" />
-      <source>CircuitPython Firmware</source>
-      <translation>Firmware de CircuitPython</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="511" />
+      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation>&lt;h4&gt;Información de Versión de CircuitPython&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Instalado:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Disponible:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="519" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation>&lt;p&gt;&lt;b&gt;¡Actualización disponible!&lt;/b&gt;&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="523" />
+      <source>CircuitPython Version</source>
+      <translation>Versión de CircuitPython</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="545" />
+      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
+      <translation>El volumen de dispositivo "&lt;b&gt;{0}&lt;/b&gt;" no está disponible. Asegúrese de que está montado correctamente e inténtelo de nuevo.</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="573" />
+      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
+      <translation>Archivos Compilados de Python (*.mpy);;Archivos de Python (*.py);;Todos los Archivos (*)</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="603" />
+      <source>CircuitPython Firmware</source>
+      <translation>Firmware de CircuitPython</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="607" />
       <source>CircuitPython Libraries</source>
       <translation>Bibliotecas de CircuitPython</translation>
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="999" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="737" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="911" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="833" />
+      <source>The device volume is not available.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="876" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="848" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="877" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="849" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="884" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="856" />
+      <source>Aborted</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
+      <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1137" />
+      <source>CircuitPython does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 do not support the UF2 bootloader. Please use the 'Teensy Loader' application to flash CircuitPython. Make sure you downloaded the CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
+      <translation type="vanished">&lt;p&gt;Teensy 4.0 y Teensy 4.1 no soportan un bootloader UF2. Utilizar por favor la aplicación  'Teensy Loader' para flashear CircuitPython. Asegurarse de que se ha descargado el fichero hexadecimal de CircuitPython.&lt;/p&gt;&lt;p&gt;Ver &lt;a href="{0}"&gt;el website de PJRC Teensy&lt;/a&gt; para más detalles.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
+      <translation type="vanished">&lt;p&gt;La aplicación 'Teensy Loader' &lt;b&gt;teensy&lt;/b&gt; no se ha podido iniciar. Asegurar que está en la ruta de búsqueda de aplicaciones o iniciarla manualmente.&lt;/p&gt;</translation>
+    </message>
   </context>
   <context>
     <name>CircuitPythonUpdaterInterface</name>
@@ -11327,24 +11413,24 @@
       <translation>&lt;p&gt;La URL &lt;b&gt;{0}&lt;/b&gt; se ha encontrado en la base de datos de Navegación Segura.&lt;/p&gt;{1}</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="500" />
       <source>Downloads finished</source>
       <translation>Descargas finalizadas</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="502" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
       <source>All files have been downloaded.</source>
       <translation>Todos los archivos se han descargado.</translation>
     </message>
     <message>
       <location filename="../WebBrowser/Download/DownloadManager.ui" line="0" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="587" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="510" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="586" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="509" />
       <source>Download Manager</source>
       <translation>Gestor de Descargas</translation>
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="620" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="619" />
       <source>{0}% of %n file(s) ({1}) {2}</source>
       <translation>
         <numerusform>{0}% de %n archivo ({1}) {2}</numerusform>
@@ -11352,7 +11438,7 @@
       </translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="628" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="627" />
       <source>{0}% - Download Manager</source>
       <translation>{0}% - Gestor de Descargas</translation>
     </message>
@@ -11596,7 +11682,7 @@
   <context>
     <name>Editor</name>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3297" />
+      <location filename="../QScintilla/Editor.py" line="3315" />
       <location filename="../QScintilla/Editor.py" line="427" />
       <location filename="../QScintilla/Editor.py" line="412" />
       <source>Open File</source>
@@ -11618,952 +11704,952 @@
       <translation>&lt;b&gt;Una Ventana de Edición de Códigos Fuente&lt;/b&gt;&lt;p&gt;Esta ventana se utiliza para mostrar y editar un archivo de código fuente.  Puede abrir tantas como desee. El nombre del archivo se muestra en la barra de título de la ventana.&lt;/p&gt;&lt;p&gt;Para insertar puntos de interrupción basta con hacer un click en el espacio entre los números de línea y los marcadores de plegado.  Pueden editarse con el menú de contexto de los márgenes.&lt;/p&gt;&lt;p&gt;Para insertar marcadores solo hay que hacer Shift-click en el espacio entre los números de línea y los marcadores de plegado.&lt;/p&gt;&lt;p&gt;Estas acciones se pueden revertir utilizando el menú de contexto.&lt;/p&gt;&lt;p&gt;Haciendo Ctrl-click en un marcador de error sintáctico se muestra información sobre el dicho error.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="866" />
+      <location filename="../QScintilla/Editor.py" line="884" />
       <source>Undo</source>
       <translation>Deshacer</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="869" />
+      <location filename="../QScintilla/Editor.py" line="887" />
       <source>Redo</source>
       <translation>Rehacer</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="872" />
+      <location filename="../QScintilla/Editor.py" line="890" />
       <source>Revert to last saved state</source>
       <translation>Volver al último estado guardado</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="876" />
+      <location filename="../QScintilla/Editor.py" line="894" />
       <source>Cut</source>
       <translation>Cortar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="879" />
+      <location filename="../QScintilla/Editor.py" line="897" />
       <source>Copy</source>
       <translation>Copiar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="882" />
+      <location filename="../QScintilla/Editor.py" line="900" />
       <source>Paste</source>
       <translation>Pegar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="888" />
+      <location filename="../QScintilla/Editor.py" line="906" />
       <source>Indent</source>
       <translation>Indentar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="893" />
-      <source>Unindent</source>
-      <translation>Desindentar</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="898" />
-      <source>Comment</source>
-      <translation>Pasar a comentario</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="903" />
-      <source>Uncomment</source>
-      <translation>Sacar de comentario</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="9017" />
-      <location filename="../QScintilla/Editor.py" line="908" />
-      <source>Generate Docstring</source>
-      <translation>Generar Docstring</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="911" />
+      <source>Unindent</source>
+      <translation>Desindentar</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="916" />
+      <source>Comment</source>
+      <translation>Pasar a comentario</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="921" />
+      <source>Uncomment</source>
+      <translation>Sacar de comentario</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="9035" />
+      <location filename="../QScintilla/Editor.py" line="926" />
+      <source>Generate Docstring</source>
+      <translation>Generar Docstring</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="929" />
       <source>Select to brace</source>
       <translation>Seleccionar hasta la llave ( '{' o '}' )</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="912" />
+      <location filename="../QScintilla/Editor.py" line="930" />
       <source>Select all</source>
       <translation>Seleccionar todo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="913" />
+      <location filename="../QScintilla/Editor.py" line="931" />
       <source>Deselect all</source>
       <translation>Deseleccionar todo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="915" />
+      <location filename="../QScintilla/Editor.py" line="933" />
       <source>Execute Selection In Console</source>
       <translation>Ejecutar Selección en Consola</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="927" />
-      <source>Use Monospaced Font</source>
-      <translation>Usar fuente monoespaciada</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="932" />
-      <source>Autosave enabled</source>
-      <translation>Autoguardar habilitado</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="937" />
-      <source>Typing aids enabled</source>
-      <translation>Ayudas al tecleo habilitadas</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="945" />
+      <source>Use Monospaced Font</source>
+      <translation>Usar fuente monoespaciada</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="950" />
+      <source>Autosave enabled</source>
+      <translation>Autoguardar habilitado</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="955" />
+      <source>Typing aids enabled</source>
+      <translation>Ayudas al tecleo habilitadas</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="963" />
       <source>Automatic Completion enabled</source>
       <translation>Autocompletar habilitado</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="954" />
-      <source>Calltip</source>
-      <translation>Consejo de llamada</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="957" />
-      <source>Code Info</source>
-      <translation>Info del Código</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="972" />
+      <source>Calltip</source>
+      <translation>Consejo de llamada</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="975" />
+      <source>Code Info</source>
+      <translation>Info del Código</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="990" />
       <source>New Document View</source>
       <translation>Nueva Vista de Documento</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="977" />
+      <location filename="../QScintilla/Editor.py" line="995" />
       <source>New Document View (with new split)</source>
       <translation>Nueva Vista de Documento (con nueva división)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="985" />
+      <location filename="../QScintilla/Editor.py" line="1003" />
       <source>Save</source>
       <translation>Guardar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="989" />
+      <location filename="../QScintilla/Editor.py" line="1007" />
       <source>Save As...</source>
       <translation>Guardar como...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="994" />
+      <location filename="../QScintilla/Editor.py" line="1012" />
       <source>Save Copy...</source>
       <translation>Guardar Copia...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1016" />
-      <location filename="../QScintilla/Editor.py" line="1013" />
+      <location filename="../QScintilla/Editor.py" line="1034" />
+      <location filename="../QScintilla/Editor.py" line="1031" />
       <source>Complete</source>
       <translation>Completo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1020" />
+      <location filename="../QScintilla/Editor.py" line="1038" />
       <source>Clear Completions Cache</source>
       <translation>Limpiar Caché de Completado</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1023" />
+      <location filename="../QScintilla/Editor.py" line="1041" />
       <source>Complete from Document</source>
       <translation>Completar desde documento</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1025" />
+      <location filename="../QScintilla/Editor.py" line="1043" />
       <source>Complete from APIs</source>
       <translation>Completar desde APIs</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1028" />
+      <location filename="../QScintilla/Editor.py" line="1046" />
       <source>Complete from Document and APIs</source>
       <translation>Completar desde Documento y APIs</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1042" />
+      <location filename="../QScintilla/Editor.py" line="1060" />
       <source>Check</source>
       <translation>Verificar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1053" />
+      <location filename="../QScintilla/Editor.py" line="1071" />
       <source>Code Formatting</source>
       <translation>Formato de Código</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1059" />
+      <location filename="../QScintilla/Editor.py" line="1077" />
       <source>Black</source>
       <translation>Black</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1064" />
+      <location filename="../QScintilla/Editor.py" line="1082" />
       <source>Format Code</source>
       <translation>Formatear Código</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1068" />
-      <source>Check Formatting</source>
-      <translation>Comprobar Formato</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1072" />
-      <source>Formatting Diff</source>
-      <translation>Diff de Formato</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1081" />
-      <source>isort</source>
-      <translation>isort</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1086" />
-      <source>Sort Imports</source>
-      <translation>Ordenar Imports</translation>
+      <source>Check Formatting</source>
+      <translation>Comprobar Formato</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1090" />
+      <source>Formatting Diff</source>
+      <translation>Diff de Formato</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1099" />
+      <source>isort</source>
+      <translation>isort</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1104" />
+      <source>Sort Imports</source>
+      <translation>Ordenar Imports</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1108" />
       <source>Imports Sorting Diff</source>
       <translation>Diff de Ordenacion de Imports</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1106" />
-      <source>Tools</source>
-      <translation>Herramientas</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1117" />
-      <source>Show</source>
-      <translation>Mostrar</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1119" />
-      <source>Code metrics...</source>
-      <translation>Métricas de código...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1121" />
-      <source>Code coverage...</source>
-      <translation>Cobertura de código...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1124" />
+      <source>Tools</source>
+      <translation>Herramientas</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1135" />
+      <source>Show</source>
+      <translation>Mostrar</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1137" />
+      <source>Code metrics...</source>
+      <translation>Métricas de código...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1139" />
+      <source>Code coverage...</source>
+      <translation>Cobertura de código...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1142" />
       <source>Show code coverage annotations</source>
       <translation>Mostrar anotaciones de cobertura de codigo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1127" />
-      <source>Hide code coverage annotations</source>
-      <translation>Ocultar anotaciones de cobertura de codigo</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1131" />
-      <source>Profile data...</source>
-      <translation>Datos de profiling...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1145" />
-      <source>Diagrams</source>
-      <translation>Diagramas</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1147" />
-      <source>Class Diagram...</source>
-      <translation>Diagrama de clases...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1148" />
-      <source>Package Diagram...</source>
-      <translation>Diagrama de paquetes...</translation>
+      <source>Hide code coverage annotations</source>
+      <translation>Ocultar anotaciones de cobertura de codigo</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1149" />
+      <source>Profile data...</source>
+      <translation>Datos de profiling...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1163" />
+      <source>Diagrams</source>
+      <translation>Diagramas</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1165" />
+      <source>Class Diagram...</source>
+      <translation>Diagrama de clases...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1166" />
+      <source>Package Diagram...</source>
+      <translation>Diagrama de paquetes...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1167" />
       <source>Imports Diagram...</source>
       <translation>Diagrama de imports...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1151" />
+      <location filename="../QScintilla/Editor.py" line="1169" />
       <source>Application Diagram...</source>
       <translation>Diagrama de aplicación...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1156" />
+      <location filename="../QScintilla/Editor.py" line="1174" />
       <source>Load Diagram...</source>
       <translation>Cargar Diagrama...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1171" />
+      <location filename="../QScintilla/Editor.py" line="1189" />
       <source>Languages</source>
       <translation>Lenguajes</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1175" />
+      <location filename="../QScintilla/Editor.py" line="1193" />
       <source>Text</source>
       <translation>Texto</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1198" />
+      <location filename="../QScintilla/Editor.py" line="1216" />
       <source>Guessed</source>
       <translation>Suposición</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1527" />
-      <location filename="../QScintilla/Editor.py" line="1202" />
+      <location filename="../QScintilla/Editor.py" line="1545" />
+      <location filename="../QScintilla/Editor.py" line="1220" />
       <source>Alternatives</source>
       <translation>Alternativas</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1219" />
+      <location filename="../QScintilla/Editor.py" line="1237" />
       <source>Encodings</source>
       <translation>Codificaciones</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1242" />
+      <location filename="../QScintilla/Editor.py" line="1260" />
       <source>Re-Open With Encoding</source>
       <translation>Reabrir Con Codificación</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1262" />
+      <location filename="../QScintilla/Editor.py" line="1280" />
       <source>End-of-Line Type</source>
       <translation>Tipo de fin-de-línea</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1266" />
+      <location filename="../QScintilla/Editor.py" line="1284" />
       <source>Unix</source>
       <translation>Unix</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1272" />
+      <location filename="../QScintilla/Editor.py" line="1290" />
       <source>Windows</source>
       <translation>Windows</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1278" />
-      <source>Macintosh</source>
-      <translation>Macintosh</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1296" />
+      <source>Macintosh</source>
+      <translation>Macintosh</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1314" />
       <source>Spelling</source>
       <translation>Corrección ortográfica</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8135" />
-      <location filename="../QScintilla/Editor.py" line="1304" />
+      <location filename="../QScintilla/Editor.py" line="8153" />
+      <location filename="../QScintilla/Editor.py" line="1322" />
       <source>Check spelling...</source>
       <translation>Corrección ortográfica...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1309" />
+      <location filename="../QScintilla/Editor.py" line="1327" />
       <source>Check spelling of selection...</source>
       <translation>Corrección ortográfica de la selección...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1313" />
+      <location filename="../QScintilla/Editor.py" line="1331" />
       <source>Remove from dictionary</source>
       <translation>Eliminar del diccionario</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1330" />
+      <location filename="../QScintilla/Editor.py" line="1348" />
       <source>Spell Check Languages</source>
       <translation>Corrección Ortográfica Idiomas</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1334" />
+      <location filename="../QScintilla/Editor.py" line="1352" />
       <source>No Language</source>
       <translation>Ningún Lenguaje</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1361" />
+      <location filename="../QScintilla/Editor.py" line="1379" />
       <source>Toggle bookmark</source>
       <translation>Alternar marcador</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1363" />
+      <location filename="../QScintilla/Editor.py" line="1381" />
       <source>Next bookmark</source>
       <translation>Nuevo marcador</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1366" />
+      <location filename="../QScintilla/Editor.py" line="1384" />
       <source>Previous bookmark</source>
       <translation>Marcador anterior</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1369" />
+      <location filename="../QScintilla/Editor.py" line="1387" />
       <source>Clear all bookmarks</source>
       <translation>Borrar todos los marcadores</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1380" />
-      <source>Toggle breakpoint</source>
-      <translation>Alternar punto de interrupción</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1383" />
-      <source>Toggle temporary breakpoint</source>
-      <translation>Alternar punto de interrupción temporal</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1386" />
-      <source>Edit breakpoint...</source>
-      <translation>Editar punto de interrupción...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="5812" />
-      <location filename="../QScintilla/Editor.py" line="1389" />
-      <source>Enable breakpoint</source>
-      <translation>Activar punto de interrupción</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1392" />
-      <source>Next breakpoint</source>
-      <translation>Siguiente punto de interrupción</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1395" />
-      <source>Previous breakpoint</source>
-      <translation>Punto de interrupción anterior</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1398" />
+      <source>Toggle breakpoint</source>
+      <translation>Alternar punto de interrupción</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1401" />
+      <source>Toggle temporary breakpoint</source>
+      <translation>Alternar punto de interrupción temporal</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1404" />
+      <source>Edit breakpoint...</source>
+      <translation>Editar punto de interrupción...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="5831" />
+      <location filename="../QScintilla/Editor.py" line="1407" />
+      <source>Enable breakpoint</source>
+      <translation>Activar punto de interrupción</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1410" />
+      <source>Next breakpoint</source>
+      <translation>Siguiente punto de interrupción</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1413" />
+      <source>Previous breakpoint</source>
+      <translation>Punto de interrupción anterior</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1416" />
       <source>Clear all breakpoints</source>
       <translation>Borrar todos los puntos de interrupción</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1409" />
+      <location filename="../QScintilla/Editor.py" line="1427" />
       <source>Toggle all folds</source>
       <translation>Recoger/Desplegar los anidamientos</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1414" />
+      <location filename="../QScintilla/Editor.py" line="1432" />
       <source>Toggle all folds (including children)</source>
       <translation>Recoger/Desplegar todos los anidamientos (inc. hijos)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1417" />
+      <location filename="../QScintilla/Editor.py" line="1435" />
       <source>Toggle current fold</source>
       <translation>Recoger/Desplegar el anidamiento actual</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1421" />
+      <location filename="../QScintilla/Editor.py" line="1439" />
       <source>Expand (including children)</source>
       <translation>Expandir (incluídos hijos)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1425" />
+      <location filename="../QScintilla/Editor.py" line="1443" />
       <source>Collapse (including children)</source>
       <translation>Contraer (incluídos hijos)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1430" />
+      <location filename="../QScintilla/Editor.py" line="1448" />
       <source>Clear all folds</source>
       <translation>Limpiar todos los anidamientos</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1441" />
+      <location filename="../QScintilla/Editor.py" line="1459" />
       <source>Goto syntax error</source>
       <translation>Ir al error de sintaxis</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1444" />
+      <location filename="../QScintilla/Editor.py" line="1462" />
       <source>Show syntax error message</source>
       <translation>Ver el mensaje de error de sintaxis</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1447" />
+      <location filename="../QScintilla/Editor.py" line="1465" />
       <source>Clear syntax error</source>
       <translation>Borrar error de sintaxis</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1451" />
+      <location filename="../QScintilla/Editor.py" line="1469" />
       <source>Next warning</source>
       <translation>Siguiente advertencia</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1454" />
+      <location filename="../QScintilla/Editor.py" line="1472" />
       <source>Previous warning</source>
       <translation>Anterior advertencia</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1457" />
+      <location filename="../QScintilla/Editor.py" line="1475" />
       <source>Show warning message</source>
       <translation>Mostrar mensaje de advertencia</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1460" />
-      <source>Clear warnings</source>
-      <translation>Limpiar advertencias</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1464" />
-      <source>Next uncovered line</source>
-      <translation>Siguiente línea sin cobertura</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1467" />
-      <source>Previous uncovered line</source>
-      <translation>Anterior línea sin cobertura</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1471" />
-      <source>Next task</source>
-      <translation>Nueva tarea</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1474" />
-      <source>Previous task</source>
-      <translation>Tarea anterior</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1478" />
+      <source>Clear warnings</source>
+      <translation>Limpiar advertencias</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1482" />
+      <source>Next uncovered line</source>
+      <translation>Siguiente línea sin cobertura</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1485" />
+      <source>Previous uncovered line</source>
+      <translation>Anterior línea sin cobertura</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1489" />
+      <source>Next task</source>
+      <translation>Nueva tarea</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1492" />
+      <source>Previous task</source>
+      <translation>Tarea anterior</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1496" />
       <source>Next change</source>
       <translation>Siguiente cambio</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1481" />
+      <location filename="../QScintilla/Editor.py" line="1499" />
       <source>Previous change</source>
       <translation>Cambio anterior</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1484" />
+      <location filename="../QScintilla/Editor.py" line="1502" />
       <source>Clear changes</source>
       <translation>Limpiar cambios</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1513" />
-      <location filename="../QScintilla/Editor.py" line="1504" />
+      <location filename="../QScintilla/Editor.py" line="1531" />
+      <location filename="../QScintilla/Editor.py" line="1522" />
       <source>Export source</source>
       <translation>Exportar fuente</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1505" />
+      <location filename="../QScintilla/Editor.py" line="1523" />
       <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;No hay un exportador disponible para el formato de exportación &lt;b&gt;{0}&lt;/b&gt;. Abortando...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1514" />
+      <location filename="../QScintilla/Editor.py" line="1532" />
       <source>No export format given. Aborting...</source>
       <translation>No se ha proporcionado un formato de exportación. Abortando...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1524" />
+      <location filename="../QScintilla/Editor.py" line="1542" />
       <source>Alternatives ({0})</source>
       <translation>Alternativas ({0})</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1547" />
+      <location filename="../QScintilla/Editor.py" line="1565" />
       <source>Pygments Lexer</source>
       <translation>Analizador Léxico de Pygments</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1548" />
+      <location filename="../QScintilla/Editor.py" line="1566" />
       <source>Select the Pygments lexer to apply.</source>
       <translation>Seleccionar el Analizador Léxico de Pygments.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2098" />
+      <location filename="../QScintilla/Editor.py" line="2116" />
       <source>Modification of Read Only file</source>
       <translation>Modificación de un archivo de solo lectura</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2099" />
+      <location filename="../QScintilla/Editor.py" line="2117" />
       <source>You are attempting to change a read only file. Please save to a different file first.</source>
       <translation>Usted está intentando modificar un archivo solo lectura. Por favor guarde en otro archivo primero.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2520" />
+      <location filename="../QScintilla/Editor.py" line="2538" />
       <source>Add Breakpoint</source>
       <translation>Añadir Punto de Interrupción</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2521" />
+      <location filename="../QScintilla/Editor.py" line="2539" />
       <source>No Python byte code will be created for the selected line. No break point will be set!</source>
       <translation>No se va a crear Python bytecode para la línea seleccionada. ¡No se va a establecer ningún punto de ruptura!</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2854" />
+      <location filename="../QScintilla/Editor.py" line="2872" />
       <source>Printing...</source>
       <translation>Imprimiendo...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2871" />
+      <location filename="../QScintilla/Editor.py" line="2889" />
       <source>Printing completed</source>
       <translation>Impresión completa</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2873" />
+      <location filename="../QScintilla/Editor.py" line="2891" />
       <source>Error while printing</source>
       <translation>Error al imprimir</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2876" />
+      <location filename="../QScintilla/Editor.py" line="2894" />
       <source>Printing aborted</source>
       <translation>Impresión cancelada</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3239" />
+      <location filename="../QScintilla/Editor.py" line="3257" />
       <source>File Modified</source>
       <translation>Archivo modificado</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3240" />
+      <location filename="../QScintilla/Editor.py" line="3258" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; tiene cambios sin guardar.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3298" />
+      <location filename="../QScintilla/Editor.py" line="3316" />
       <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;El archivo&lt;b&gt;{0}&lt;/b&gt; no puede ser abierto.&lt;br /&gt;Causa: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3474" />
-      <location filename="../QScintilla/Editor.py" line="3455" />
-      <location filename="../QScintilla/Editor.py" line="3417" />
+      <location filename="../QScintilla/Editor.py" line="3492" />
+      <location filename="../QScintilla/Editor.py" line="3473" />
+      <location filename="../QScintilla/Editor.py" line="3435" />
       <source>Save File</source>
       <translation>Guardar archivo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3418" />
+      <location filename="../QScintilla/Editor.py" line="3436" />
       <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;El archivo &lt;b&gt;{0}&lt;/b&gt; no puede ser guardado.&lt;br&gt;Causa: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3475" />
+      <location filename="../QScintilla/Editor.py" line="3493" />
       <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;El archivo &lt;b&gt;{0}&lt;/b&gt; ya existe. ¿Desea sobreescribirlo?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4986" />
+      <location filename="../QScintilla/Editor.py" line="5005" />
       <source>Autocompletion</source>
       <translation>Autocompletar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4987" />
+      <location filename="../QScintilla/Editor.py" line="5006" />
       <source>Autocompletion is not available because there is no autocompletion source set.</source>
       <translation>Autocompletar no está disponible porque no hay origen de datos para autocompletar.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5115" />
+      <location filename="../QScintilla/Editor.py" line="5134" />
       <source>Auto-Completion Provider</source>
       <translation>Proveedor de Autocompletado</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5116" />
+      <location filename="../QScintilla/Editor.py" line="5135" />
       <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation>El proveedor de lista de completado'{0}' ya está registrado. Se ignora la solicitud duplicada.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5408" />
+      <location filename="../QScintilla/Editor.py" line="5427" />
       <source>Call-Tips Provider</source>
       <translation>Proveedor de Call-Tips</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5409" />
+      <location filename="../QScintilla/Editor.py" line="5428" />
       <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation>El proveedor de call-tips'{0}' ya está registrado. Se ignora la solicitud duplicada.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5816" />
+      <location filename="../QScintilla/Editor.py" line="5835" />
       <source>Disable breakpoint</source>
       <translation>Deshabilitar punto de interrupción</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6177" />
+      <location filename="../QScintilla/Editor.py" line="6196" />
       <source>Code Coverage</source>
       <translation>Cobertura de codigo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6178" />
+      <location filename="../QScintilla/Editor.py" line="6197" />
       <source>Please select a coverage file</source>
       <translation>Por favor seleccione un archivo de cobertura</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6253" />
-      <location filename="../QScintilla/Editor.py" line="6245" />
+      <location filename="../QScintilla/Editor.py" line="6272" />
+      <location filename="../QScintilla/Editor.py" line="6264" />
       <source>Show Code Coverage Annotations</source>
       <translation>Mostrar Anotaciones de Cobertura de Código</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6246" />
+      <location filename="../QScintilla/Editor.py" line="6265" />
       <source>All lines have been covered.</source>
       <translation>Todas las líneas han sido cubiertas.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6254" />
+      <location filename="../QScintilla/Editor.py" line="6273" />
       <source>There is no coverage file available.</source>
       <translation>No hay archivo de cobertura disponible.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6358" />
+      <location filename="../QScintilla/Editor.py" line="6377" />
       <source>Profile Data</source>
       <translation>Datos de profiling</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6359" />
+      <location filename="../QScintilla/Editor.py" line="6378" />
       <source>Please select a profile file</source>
       <translation>Por favor seleccione un archivo de profiling</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6520" />
-      <location filename="../QScintilla/Editor.py" line="6514" />
+      <location filename="../QScintilla/Editor.py" line="6539" />
+      <location filename="../QScintilla/Editor.py" line="6533" />
       <source>Syntax Error</source>
       <translation>Error de sintaxis</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6521" />
+      <location filename="../QScintilla/Editor.py" line="6540" />
       <source>No syntax error message available.</source>
       <translation>No hay mensajes de error de sintaxis disponibles.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
-      <location filename="../QScintilla/Editor.py" line="6726" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
+      <location filename="../QScintilla/Editor.py" line="6745" />
       <source>Warning</source>
       <translation>Advertencia</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
       <source>No warning messages available.</source>
       <translation>No hay mensajes de advertencia disponibles.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6796" />
+      <location filename="../QScintilla/Editor.py" line="6815" />
       <source>Style: {0}</source>
       <translation>Estilo: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6799" />
+      <location filename="../QScintilla/Editor.py" line="6818" />
       <source>Warning: {0}</source>
       <translation>Advertencia: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6806" />
+      <location filename="../QScintilla/Editor.py" line="6825" />
       <source>Error: {0}</source>
       <translation>Error: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Macro Name</source>
       <translation>Nombre de macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Select a macro name:</source>
       <translation>Seleccione un nombre de macro:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6939" />
+      <location filename="../QScintilla/Editor.py" line="6958" />
       <source>Load macro file</source>
       <translation>Cargar archivo de macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6985" />
-      <location filename="../QScintilla/Editor.py" line="6941" />
+      <location filename="../QScintilla/Editor.py" line="7004" />
+      <location filename="../QScintilla/Editor.py" line="6960" />
       <source>Macro files (*.macro)</source>
       <translation>Archivos de Macro  (*.macro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6963" />
-      <location filename="../QScintilla/Editor.py" line="6953" />
+      <location filename="../QScintilla/Editor.py" line="6982" />
+      <location filename="../QScintilla/Editor.py" line="6972" />
       <source>Error loading macro</source>
       <translation>Error al cargar macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6954" />
+      <location filename="../QScintilla/Editor.py" line="6973" />
       <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;El archivo de macro &lt;b&gt;{0}&lt;/b&gt; no se puede leer.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6964" />
-      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;El archivo de macro &lt;b&gt;{0}&lt;/b&gt; está dañado&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="6983" />
-      <source>Save macro file</source>
-      <translation>Guardar archivo de macro</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7001" />
-      <source>Save macro</source>
-      <translation>Guardar macro</translation>
+      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;El archivo de macro &lt;b&gt;{0}&lt;/b&gt; está dañado&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="7002" />
+      <source>Save macro file</source>
+      <translation>Guardar archivo de macro</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7020" />
+      <source>Save macro</source>
+      <translation>Guardar macro</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7021" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de macro &lt;b&gt;{0}&lt;/b&gt; ya existe. ¿Desea sobreescribirlo?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7017" />
+      <location filename="../QScintilla/Editor.py" line="7036" />
       <source>Error saving macro</source>
       <translation>Error al guardar macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7018" />
+      <location filename="../QScintilla/Editor.py" line="7037" />
       <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;El archivo de macro  &lt;b&gt;{0}&lt;/b&gt; no se puede escribir.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7031" />
+      <location filename="../QScintilla/Editor.py" line="7050" />
       <source>Start Macro Recording</source>
       <translation>Comenzar grabación de macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7032" />
+      <location filename="../QScintilla/Editor.py" line="7051" />
       <source>Macro recording is already active. Start new?</source>
       <translation>Grabación de macro ya está activada. ¿Comenzar una nueva?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7058" />
+      <location filename="../QScintilla/Editor.py" line="7077" />
       <source>Macro Recording</source>
       <translation>Grabando macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7059" />
+      <location filename="../QScintilla/Editor.py" line="7078" />
       <source>Enter name of the macro:</source>
       <translation>Introduzca el nombre de la macro:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7210" />
+      <location filename="../QScintilla/Editor.py" line="7229" />
       <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>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; ha cambiado mientras estaba abierto en eric. ¿Desea volver a cargarlo?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7216" />
+      <location filename="../QScintilla/Editor.py" line="7235" />
       <source>&lt;br&gt;&lt;b&gt;Warning:&lt;/b&gt; You will lose your changes upon reopening it.</source>
       <translation>&lt;br&gt;&lt;b&gt;Advertencia:&lt;/b&gt; Perderá los cambios si lo reabre.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7223" />
+      <location filename="../QScintilla/Editor.py" line="7242" />
       <source>File changed</source>
       <translation>Archivo modificado</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7273" />
+      <location filename="../QScintilla/Editor.py" line="7292" />
       <source>{0} (ro)</source>
       <translation>{0} (ro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7579" />
+      <location filename="../QScintilla/Editor.py" line="7597" />
       <source>Drop Error</source>
       <translation>Error al soltar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7580" />
+      <location filename="../QScintilla/Editor.py" line="7598" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; no es un archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7600" />
+      <location filename="../QScintilla/Editor.py" line="7618" />
       <source>Resources</source>
       <translation>Recursos</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7602" />
+      <location filename="../QScintilla/Editor.py" line="7620" />
       <source>Add file...</source>
       <translation>Añadir archivo...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7603" />
+      <location filename="../QScintilla/Editor.py" line="7621" />
       <source>Add files...</source>
       <translation>Añadir archivos...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7604" />
+      <location filename="../QScintilla/Editor.py" line="7622" />
       <source>Add aliased file...</source>
       <translation>Añadir archivo con un alias...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7606" />
+      <location filename="../QScintilla/Editor.py" line="7624" />
       <source>Add localized resource...</source>
       <translation>Añadir recursos localizados...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7609" />
+      <location filename="../QScintilla/Editor.py" line="7627" />
       <source>Add resource frame</source>
       <translation>Añadir ventana de recursos</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7628" />
+      <location filename="../QScintilla/Editor.py" line="7646" />
       <source>Add file resource</source>
       <translation>Añadir archivo de recursos</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7642" />
+      <location filename="../QScintilla/Editor.py" line="7660" />
       <source>Add file resources</source>
       <translation>Añadir archivo de recursos</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7666" />
-      <location filename="../QScintilla/Editor.py" line="7660" />
+      <location filename="../QScintilla/Editor.py" line="7684" />
+      <location filename="../QScintilla/Editor.py" line="7678" />
       <source>Add aliased file resource</source>
       <translation>Añadir archivo de recursos con un alias</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7667" />
+      <location filename="../QScintilla/Editor.py" line="7685" />
       <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
       <translation>Alias para el archivo &lt;b&gt;{0}&lt;/b&gt;:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7742" />
+      <location filename="../QScintilla/Editor.py" line="7760" />
       <source>Package Diagram</source>
       <translation>Digrama de paquetes</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7743" />
+      <location filename="../QScintilla/Editor.py" line="7761" />
       <source>Include class attributes?</source>
       <translation>¿Incluir atributos de clase?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7763" />
+      <location filename="../QScintilla/Editor.py" line="7781" />
       <source>Imports Diagram</source>
       <translation>Diagrama de imports</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7764" />
+      <location filename="../QScintilla/Editor.py" line="7782" />
       <source>Include imports from external modules?</source>
       <translation>¿Incluir los imports de módulos externos?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7783" />
+      <location filename="../QScintilla/Editor.py" line="7801" />
       <source>Application Diagram</source>
       <translation>Diagrama de aplicación</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7784" />
+      <location filename="../QScintilla/Editor.py" line="7802" />
       <source>Include module names?</source>
       <translation>¿Incluir nombres de módulos?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8139" />
+      <location filename="../QScintilla/Editor.py" line="8157" />
       <source>Add to dictionary</source>
       <translation>Añadir al diccionario</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8141" />
+      <location filename="../QScintilla/Editor.py" line="8159" />
       <source>Ignore All</source>
       <translation>Ignorar Todo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8559" />
+      <location filename="../QScintilla/Editor.py" line="8577" />
       <source>Sort Lines</source>
       <translation>Ordenar Líneas</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8560" />
+      <location filename="../QScintilla/Editor.py" line="8578" />
       <source>The selection contains illegal data for a numerical sort.</source>
       <translation>La selección contiene datos ilegales para una ordenación numérica.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8653" />
+      <location filename="../QScintilla/Editor.py" line="8671" />
       <source>Register Mouse Click Handler</source>
       <translation>Registrar Manejador de Clicks de Ratón</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8654" />
+      <location filename="../QScintilla/Editor.py" line="8672" />
       <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source>
       <translation>Un manejador de clicks de ratón para "{0}" ya está registrado por "{1}". Abortando solicitud por "{2}"...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8750" />
+      <location filename="../QScintilla/Editor.py" line="8768" />
       <source>{0:4d}    {1}</source>
       <comment>line number, source code</comment>
       <translation>{0:4d}    {1}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8756" />
+      <location filename="../QScintilla/Editor.py" line="8774" />
       <source>{0:4d}    {1}
     =&gt;  {2}</source>
       <comment>line number, source code, file name</comment>
@@ -12571,12 +12657,12 @@
     =&gt;  {2}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8824" />
+      <location filename="../QScintilla/Editor.py" line="8842" />
       <source>EditorConfig Properties</source>
       <translation>Propiedades de EditorConfig</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8825" />
+      <location filename="../QScintilla/Editor.py" line="8843" />
       <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>&lt;p&gt;Las propiedades de EditorConfig para el archivo &lt;b&gt;{0}&lt;/b&gt; no se ha podido cargar.&lt;/p&gt;</translation>
     </message>
@@ -17718,6 +17804,14 @@
     </message>
   </context>
   <context>
+    <name>EricIPv4InputWidget</name>
+    <message>
+      <location filename="../EricNetwork/EricIPv4InputWidget.ui" line="0" />
+      <source>Press to clear the entered IPv4 address</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>EricIconBar</name>
     <message>
       <location filename="../EricWidgets/EricIconBar.py" line="36" />
@@ -19973,142 +20067,217 @@
   <context>
     <name>EspDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="73" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="53" />
+      <source>beacon timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="54" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="55" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="56" />
+      <source>association failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="57" />
+      <source>handshake timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="58" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="59" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="60" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="63" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="100" />
       <source>ESP8266, ESP32</source>
       <translation>ESP8266, ESP32</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="129" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="156" />
       <source>ESP32 Functions</source>
       <translation>Funciones ESP32</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="406" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="132" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="352" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="159" />
       <source>Show MicroPython Versions</source>
       <translation>Mostrar Versiones de MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="222" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="208" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1096" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1080" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="163" />
       <source>Erase Flash</source>
       <translation>Borrar Flash</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="259" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="139" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="166" />
       <source>Flash MicroPython Firmware</source>
       <translation>Flash MicroPython Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="296" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="143" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1178" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="170" />
       <source>Flash Additional Firmware</source>
       <translation>Flash Additional Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="332" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="147" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="278" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="174" />
       <source>Backup Firmware</source>
       <translation>Copia de Seguridad de Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="385" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="150" />
-      <source>Restore Firmware</source>
-      <translation>Restaurar Firmware</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="154" />
-      <source>Show Chip ID</source>
-      <translation>Mostrar ID de Chip</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="157" />
-      <source>Show Flash ID</source>
-      <translation>Mostrar ID de Flash</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="160" />
-      <source>Show MAC Address</source>
-      <translation>Mostrar dirección MAC</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="164" />
-      <source>Reset Device</source>
-      <translation>Resetear Dispositivo</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="167" />
-      <source>Install 'esptool.py'</source>
-      <translation>Instalar 'esptool.py'</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="209" />
-      <source>Shall the flash of the selected device really be erased?</source>
-      <translation>¿Borrar el flash del dispositivo seleccionado?</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="221" />
-      <source>'esptool erase_flash' Output</source>
-      <translation>Salida de 'esptool erase_flash'</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="384" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="295" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="258" />
-      <source>'esptool write_flash' Output</source>
-      <translation>Salida de 'esptool write_flash'</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/EspDevices.py" line="331" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="177" />
+      <source>Restore Firmware</source>
+      <translation>Restaurar Firmware</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="181" />
+      <source>Show Chip ID</source>
+      <translation>Mostrar ID de Chip</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="184" />
+      <source>Show Flash ID</source>
+      <translation>Mostrar ID de Flash</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="187" />
+      <source>Show MAC Address</source>
+      <translation>Mostrar dirección MAC</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="191" />
+      <source>Reset Device</source>
+      <translation>Resetear Dispositivo</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="194" />
+      <source>Install 'esptool.py'</source>
+      <translation>Instalar 'esptool.py'</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="277" />
       <source>'esptool read_flash' Output</source>
       <translation>Salida de 'esptool read_flash'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="407" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1177" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="330" />
+      <source>'esptool write_flash' Output</source>
+      <translation>Salida de 'esptool write_flash'</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="353" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation>No se puede determinar el firmware del dispositivo conectado o la placa no corre con MicroPython o CircuitPython. Abortando...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="435" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="382" />
       <source>unknown</source>
       <translation>desconocido</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="446" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="393" />
       <source>&lt;h4&gt;{0} Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h4&gt;Información de Versión de {0}&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Instalado:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Disponible:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="454" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="401" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;¡Actualización disponible!&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="458" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="405" />
       <source>{0} Version</source>
       <translation>Versión de {0}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
       <source>'esptool chip_id' Output</source>
       <translation>Salida de 'esptool chip_id'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
       <source>'esptool flash_id' Output</source>
       <translation>Salida de 'esptool flash_id'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
       <source>'esptool read_mac' Output</source>
       <translation>Salida de 'esptool read_mac'</translation>
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="786" />
+      <source>Error saving credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="797" />
+      <source>Error saving auto-connect script: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="801" />
+      <source>Error modifying 'boot.py': {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="830" />
+      <source>Error deleting credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="910" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1081" />
+      <source>Shall the flash of the selected device really be erased?</source>
+      <translation>¿Borrar el flash del dispositivo seleccionado?</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1095" />
+      <source>'esptool erase_flash' Output</source>
+      <translation>Salida de 'esptool erase_flash'</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1137" />
+      <source>Flash µPy/CPy Firmware</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>EspFirmwareSelectionDialog</name>
@@ -20119,8 +20288,8 @@
     </message>
     <message>
       <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Flash MicroPython Firmware</source>
-      <translation>Flash MicroPython Firmware</translation>
+      <source>Flash µPy/CPy Firmware</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
@@ -20187,6 +20356,10 @@
       <source>Firmware is CircuitPython</source>
       <translation>El Firmware es CircuitPython</translation>
     </message>
+    <message>
+      <source>Flash MicroPython Firmware</source>
+      <translation type="vanished">Flash MicroPython Firmware</translation>
+    </message>
   </context>
   <context>
     <name>ExceptionLogger</name>
@@ -30308,77 +30481,77 @@
       <translation>Página en Blanco</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="457" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="456" />
       <source>Backward</source>
       <translation>Atrás</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="462" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="461" />
       <source>Forward</source>
       <translation>Adelante</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="467" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="466" />
       <source>Reload</source>
       <translation>Recargar</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="476" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="475" />
       <source>Copy Page URL to Clipboard</source>
       <translation>Copiar URL de la Página al Portapapeles</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="482" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="481" />
       <source>Bookmark Page</source>
       <translation>Añadir Marcador a la Página</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="490" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="489" />
       <source>Zoom in</source>
       <translation>Aumentar zoom</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="495" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="494" />
       <source>Zoom out</source>
       <translation>Disminuir zoom</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="500" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="499" />
       <source>Zoom reset</source>
       <translation>Restablecer zoom</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="506" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="505" />
       <source>Copy</source>
       <translation>Copiar</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="512" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="511" />
       <source>Select All</source>
       <translation>Seleccionar todo</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="519" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="518" />
       <source>Close</source>
       <translation>Cerrar</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="524" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="523" />
       <source>Close Others</source>
       <translation>Cerrar Otras</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="544" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="543" />
       <source>Open Link in New Page</source>
       <translation>Abrir Enlace en Nueva Página</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="551" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="550" />
       <source>Open Link in Background Page</source>
       <translation>Abrir Enlace en Página en Segundo Plano</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="559" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="558" />
       <source>Copy URL to Clipboard</source>
       <translation>Copiar URL al Portapapeles</translation>
     </message>
@@ -49108,35 +49281,35 @@
       <translation>Pulsar para mover al directorio de espacio de trabajo del dispositivo</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="999" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="829" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="146" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="125" />
       <source>Change Directory</source>
       <translation>Cambiar Directorio</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1019" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="865" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="853" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="149" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="128" />
       <source>Create Directory</source>
       <translation>Crear Directorio</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1074" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="903" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="892" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="155" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="131" />
       <source>Delete Directory Tree</source>
       <translation>Borrar Árbol de Directorios</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1101" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="941" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="930" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="159" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="135" />
       <source>Delete File</source>
@@ -49149,7 +49322,7 @@
       <translation>Mostrar Archivos Ocultos</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1046" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="152" />
       <source>Delete Directory</source>
       <translation>Borrar Directorio</translation>
@@ -49214,65 +49387,65 @@
       <translation>Guardar Archivo Como</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="831" />
       <source>Select Directory</source>
       <translation>Seleccionar directorio</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1021" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="855" />
       <source>Enter directory name:</source>
       <translation>Introducir nombre de directorio:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="867" />
       <source>&lt;p&gt;The 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;El directorio &lt;b&gt;{0}&lt;/b&gt; no se ha podido crear.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1076" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="894" />
       <source>Do you really want to delete this directory tree?</source>
       <translation>¿Desea realmente borrar este árbol de directorios?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="905" />
       <source>&lt;p&gt;The 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>&lt;p&gt;El directorio &lt;b&gt;{0}&lt;/b&gt; no se ha podido borrar.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1103" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="932" />
       <source>Do you really want to delete this file?</source>
       <translation>¿Desea realmente borrar este archivo?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="943" />
       <source>&lt;p&gt;The 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>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; no se ha podido borrar.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1001" />
       <source>Enter the directory path on the device:</source>
       <translation>Introducir la ruta de directorio en el dispositivo:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1048" />
       <source>Do you really want to delete this directory?</source>
       <translation>¿Desea realmente borrar este directorio?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1135" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1136" />
       <source>&lt;h3&gt;Filesystem Information&lt;/h3&gt;</source>
       <translation>&lt;h3&gt;Información de Sistema de Archivos&lt;/h3&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1137" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1138" />
       <source>&lt;h4&gt;{0}&lt;/h4&lt;table&gt;&lt;tr&gt;&lt;td&gt;Total Size: &lt;/td&gt;&lt;td align='right'&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Used Size: &lt;/td&gt;&lt;td align='right'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Free Size: &lt;/td&gt;&lt;td align='right'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h4&gt;{0}&lt;/h4&lt;table&gt;&lt;tr&gt;&lt;td&gt;Tamaño Total: &lt;/td&gt;&lt;td align='right'&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Tamaño Usado: &lt;/td&gt;&lt;td align='right'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Tamaño Libre: &lt;/td&gt;&lt;td align='right'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1150" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1151" />
       <source>Filesystem Information</source>
       <translation>Información de Sistema de Archivos</translation>
     </message>
@@ -49409,6 +49582,102 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished">Pais:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Nombre:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Contraseña:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="326" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="309" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished">Pulsar para mostrar la contraseña</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished">Seguridad:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished">Dirección:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
       <source>MPY Cross Compiler</source>
       <translation>Compilador Multiplataforma MPY</translation>
     </message>
@@ -49555,56 +49824,67 @@
       <translation>Introducir la URL para la documentación de mini-MicroPython Calliope</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="47" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="53" />
       <source>Automatic</source>
       <translation>Automático</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="49" />
-      <source>Light</source>
-      <translation>Claro</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="52" />
-      <source>Dark</source>
-      <translation>Oscuro</translation>
-    </message>
-    <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="55" />
-      <source>Blue Cerulean</source>
-      <translation>Azul Cerúleo</translation>
+      <source>Light</source>
+      <translation>Claro</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="58" />
-      <source>Brown Sand</source>
-      <translation>Marrón Arena</translation>
+      <source>Dark</source>
+      <translation>Oscuro</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="61" />
-      <source>Blue NCS</source>
-      <translation>Azul NCS</translation>
+      <source>Blue Cerulean</source>
+      <translation>Azul Cerúleo</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="64" />
-      <source>High Contrast</source>
-      <translation>Contraste Alto</translation>
+      <source>Brown Sand</source>
+      <translation>Marrón Arena</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="67" />
-      <source>Blue Icy</source>
-      <translation>Azul hielo</translation>
+      <source>Blue NCS</source>
+      <translation>Azul NCS</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="70" />
+      <source>High Contrast</source>
+      <translation>Contraste Alto</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="73" />
+      <source>Blue Icy</source>
+      <translation>Azul hielo</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
       <source>Qt</source>
       <translation>Qt</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="79" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="85" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="82" />
       <source>All Files (*)</source>
       <translation>Todos los archivos (*)</translation>
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="88" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="322" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="305" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished">Pulsar para ocultar la contraseña</translation>
+    </message>
   </context>
   <context>
     <name>MicroPythonProgressInfoDialog</name>
@@ -49617,17 +49897,17 @@
   <context>
     <name>MicroPythonWidget</name>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="231" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="235" />
       <source>MicroPython Menu</source>
       <translation>Menú de MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="288" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="293" />
       <source>&lt;h3&gt;The QtSerialPort package is not available.&lt;br/&gt;MicroPython support is deactivated.&lt;/h3&gt;</source>
       <translation>&lt;h3&gt;El package QtSerialPort no está disponible.&lt;br/&gt;Soporte para MicroPython desactivado.&lt;/h3&gt;</translation>
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="329" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="334" />
       <source>%n supported device(s) detected.</source>
       <translation>
         <numerusform>%n dispositivo soportado detectado.</numerusform>
@@ -49635,18 +49915,18 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="343" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="348" />
       <source>{0} - {1} ({2})</source>
       <comment>board name, description, port name</comment>
       <translation>{0} - {1} ({2})</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="363" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="368" />
       <source>No supported devices detected.</source>
       <translation>No se han detectado dispositivos soportados.</translation>
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="367" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="372" />
       <source>
 %n unknown device(s) for manual selection.</source>
       <translation>
@@ -49657,70 +49937,70 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="374" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="379" />
       <source>Manual Selection</source>
       <translation>Selección Manual</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="437" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="408" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="442" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="413" />
       <source>Unknown MicroPython Device</source>
       <translation>Dispositivo MicroPython Desconocido</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="409" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="414" />
       <source>&lt;p&gt;Detected these unknown serial devices&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please report them together with the board name and a short description to &lt;a href="mailto:{1}"&gt; the eric bug reporting address&lt;/a&gt; if it is a MicroPython board.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Detectados estos dispositivos de serie desconocidos&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Reportarlos por favor junto con el nombre de la placa y una descripción corta a &lt;a href="mailto:{1}"&gt; la dirección de reporte de bugs de eric &lt;/a&gt; si es una placa MicroPython.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="421" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="426" />
       <source>{0} (0x{1:04x}/0x{2:04x})</source>
       <comment>description, VId, PId</comment>
       <translation>{0} (0x{1:04x}/0x{2:04x})</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="438" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="443" />
       <source>Would you like to add them to the list of manually configured devices?</source>
       <translation>¿Desea añadirlos a la lista de dispositivos configurados manualmente?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="568" />
-      <source>Clear</source>
-      <translation>Limpiar</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="573" />
+      <source>Clear</source>
+      <translation>Limpiar</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="578" />
       <source>Copy</source>
       <translation>Copiar</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="579" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="584" />
       <source>Paste</source>
       <translation>Pegar</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="586" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="591" />
       <source>Select All</source>
       <translation>Seleccionar todo</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
       <source>Press to disconnect the current device</source>
       <translation>Pulsar para desconectar el dispositivo seleccionado</translation>
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="622" />
       <source>Press to connect the selected device</source>
       <translation>Pulsar para conectar el dispositivo seleccionado</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="644" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="652" />
       <source>No device attached</source>
       <translation>No hay dispositivo conectado</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="645" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="653" />
       <source>Please ensure the device is plugged into your computer and selected.
 
 It must have a version of MicroPython (or CircuitPython) flashed onto it before anything will work.
@@ -49733,318 +50013,318 @@
 Finalmente, pulsar el botón de reset del dispositivo y esperar unos pocos segundos antes de intentar de nuevo.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="674" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="682" />
       <source>Start REPL</source>
       <translation>Iniciar REPL</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="675" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="683" />
       <source>&lt;p&gt;The REPL cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El REPL no se puede iniciar.&lt;/p&gt;&lt;p&gt;Razón: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1194" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1183" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1211" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1200" />
       <source>Serial Device Connect</source>
       <translation>Conexión de Dispositivo en Serie</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1184" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1201" />
       <source>&lt;p&gt;The device at serial port &lt;b&gt;{0}&lt;/b&gt; does not respond. It may not have a MicroPython firmware flashed.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El dispositivo en el puerto de serie &lt;b&gt;{0}&lt;/b&gt; no responde. Puede que no tenga un firmware MicroPython flasheado.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1195" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1212" />
       <source>&lt;p&gt;Cannot connect to device at serial port &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se puede conectar el dispositovo en el puerto de serie &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1270" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1261" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1252" />
+      <source>Run Script</source>
+      <translation>Ejecutar Script</translation>
+    </message>
+    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1253" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1244" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1235" />
-      <source>Run Script</source>
-      <translation>Ejecutar Script</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1236" />
       <source>There is no editor open. Abort...</source>
       <translation>No hay editor abierto. Abortando...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1245" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1262" />
       <source>The current editor does not contain a script. Abort...</source>
       <translation>El editor actual no contiene un script. Abortando...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1254" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1271" />
       <source>&lt;p&gt;Cannot run script.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se puede ejecutar el script.&lt;/p&gt;&lt;p&gt;Razón: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1290" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1307" />
       <source>Start Chart</source>
       <translation>Iniciar Gráfica</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1291" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1308" />
       <source>&lt;p&gt;The Chart cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;No se puede iniciar la gráfica.&lt;/p&gt;&lt;p&gt;Razón: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1306" />
-      <source>µPy Chart</source>
-      <translation>Gráfico µPy</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1323" />
+      <source>µPy Chart</source>
+      <translation>Gráfico µPy</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1340" />
       <source>Unsaved Chart Data</source>
       <translation>Datos de Gráfica sin Guardar</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1324" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1341" />
       <source>The chart contains unsaved data.</source>
       <translation>La gráfica contiene datos sin guardar.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1372" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1389" />
       <source>Start File Manager</source>
       <translation>Comenzar Gestor de Archivos</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1373" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1390" />
       <source>&lt;p&gt;The File Manager cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El Gestor de Archivos no se puede iniciar.&lt;/p&gt;&lt;p&gt;Razón: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1392" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1409" />
       <source>µPy Files</source>
       <translation>Archivos µPy</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1428" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1453" />
       <source>Downloads</source>
       <translation>Descargas</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1443" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
       <source>Show Version</source>
       <translation>Mostrar Versión</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1446" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1479" />
       <source>Show Implementation</source>
       <translation>Mostrar Implementación</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1449" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1482" />
       <source>Show Board Data</source>
       <translation>Mostrar Datos de Microprocesador</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1611" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1454" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1646" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1487" />
       <source>Synchronize Time</source>
       <translation>Sincronizar Hora</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1457" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1490" />
       <source>Show Device Time</source>
       <translation>Mostrar Hora del Dispositivo</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1459" />
-      <source>Show Local Time</source>
-      <translation>Mostrar Hora Local</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1462" />
-      <source>Show Time</source>
-      <translation>Mostrar Tiempo</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1466" />
-      <source>Show Builtin Modules</source>
-      <translation>Mostrar Módulos Incorporados</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1835" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1472" />
-      <source>Compile Python File</source>
-      <translation>Compilar Archivo de Python</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1859" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1850" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
-      <source>Compile Current Editor</source>
-      <translation>Compilar Editor Actual</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1485" />
-      <source>Download Firmware</source>
-      <translation>Descargar Firmware</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1492" />
-      <source>Show Documentation</source>
-      <translation>Mostrar Documentación</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1496" />
-      <source>Flash UF2 Device</source>
-      <translation>Flashear Dispositivo UF2</translation>
+      <source>Show Local Time</source>
+      <translation>Mostrar Hora Local</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1495" />
+      <source>Show Time</source>
+      <translation>Mostrar Tiempo</translation>
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1499" />
+      <source>Show Builtin Modules</source>
+      <translation>Mostrar Módulos Incorporados</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1870" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <source>Compile Python File</source>
+      <translation>Compilar Archivo de Python</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1894" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1885" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1509" />
+      <source>Compile Current Editor</source>
+      <translation>Compilar Editor Actual</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <source>Download Firmware</source>
+      <translation>Descargar Firmware</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1528" />
+      <source>Show Documentation</source>
+      <translation>Mostrar Documentación</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1531" />
+      <source>Flash UF2 Device</source>
+      <translation>Flashear Dispositivo UF2</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1534" />
       <source>Manage Unknown Devices</source>
       <translation>Gestión Dispositivos Desconocidos</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1502" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1537" />
       <source>Ignored Serial Devices</source>
       <translation>Dispositivos de Serie Ignorados</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1540" />
       <source>Configure</source>
       <translation>Configurar</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1514" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1549" />
       <source>&lt;h3&gt;Device Version Information&lt;/h3&gt;</source>
       <translation>&lt;h3&gt;Información de Versión de Dispositivo&lt;/h3&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1525" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1560" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
       <source>Device Version Information</source>
       <translation>Información de Versión de Dispositivo</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1526" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1561" />
       <source>No version information available.</source>
       <translation>No hay información de versión disponible.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1550" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1542" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1585" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1577" />
       <source>unknown</source>
       <translation>desconocido</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1591" />
       <source> ({0})</source>
       <translation> ({0})</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1572" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1563" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1607" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1598" />
       <source>Device Implementation Information</source>
       <translation>Información de Implementación de Dispositivo</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1564" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1599" />
       <source>&lt;h3&gt;Device Implementation Information&lt;/h3&gt;&lt;p&gt;This device contains &lt;b&gt;{0} {1}{2}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;h3&gt;Información de Implementación de Dispositivo&lt;/h3&gt;&lt;p&gt;Este dispositivo contiene &lt;b&gt;{0} {1}{2}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1573" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1608" />
       <source>No device implementation information available.</source>
       <translation>Sin información disponible de implementación de dispositivo.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1647" />
       <source>&lt;p&gt;The time of the connected device was synchronized with the local time.&lt;/p&gt;</source>
       <translation>&lt;p&gt;La hora del dispositivo conectado está sincronizada con la hora local.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1634" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1669" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h3&gt;Fecha y Hora del Dispositivo&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Fecha&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Hora&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1642" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1677" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
       <translation>&lt;h3&gt;Fecha y Hora del Dispositivo&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1658" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1693" />
       <source>Device Date and Time</source>
       <translation>Fecha y Hora del Dispositivo</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1670" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1705" />
       <source>Local Date and Time</source>
       <translation>Fecha y Hora Local</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1671" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1706" />
       <source>&lt;h3&gt;Local Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h3&gt;Fecha y Hora del Local&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Fecha&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Hora&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1712" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1695" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1747" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1730" />
       <source>Date and Time</source>
       <translation>Fecha y Hora</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1696" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1731" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{0}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{1}&lt;/td&gt;&lt;td align='center'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Fecha y Hora Local&lt;/th&gt;&lt;th&gt;Fecha y Hora del Dispositivo&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Fecha&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{0}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Hora&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{1}&lt;/td&gt;&lt;td align='center'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1713" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1748" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align='center'&gt;{0} {1}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Fecha y Hora Local&lt;/th&gt;&lt;th&gt;Fecha y Hora del Dispositivo&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align='center'&gt;{0} {1}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1737" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1772" />
       <source>Error handling device</source>
       <translation>Error de gestión del dispositivo</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1738" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1773" />
       <source>&lt;p&gt;There was an error communicating with the connected device.&lt;/p&gt;&lt;p&gt;Method: {0}&lt;/p&gt;&lt;p&gt;Message: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Ha ocurrido un error al comunicar con el dispositivo conectado.&lt;/p&gt;&lt;p&gt;Método: {0}&lt;/p&gt;&lt;p&gt;Mensaje: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1780" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1815" />
       <source>The MicroPython cross compiler &lt;b&gt;mpy-cross&lt;/b&gt; cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source>
       <translation>El compilador multiplataforma de MicroPython &lt;b&gt;mpy-cross&lt;/b&gt; no se encuentra. Asegúrese de que está en la ruta de búsqueda o configurarlo en la página de configuración de MicroPython.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1806" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1841" />
       <source>Python Files (*.py);;All Files (*)</source>
       <translation>Archivos Python (*.py);;Todos los Archivos (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1816" />
-      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
-      <translation>El archivo de Python &lt;b&gt;{0}&lt;/b&gt; no existe. Abortando...</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1825" />
-      <source>'mpy-cross' Output</source>
-      <translation>Salida de 'mpy-cross'</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1851" />
+      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
+      <translation>El archivo de Python &lt;b&gt;{0}&lt;/b&gt; no existe. Abortando...</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1860" />
+      <source>'mpy-cross' Output</source>
+      <translation>Salida de 'mpy-cross'</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1886" />
       <source>The current editor does not contain a Python file. Aborting...</source>
       <translation>El editor actual no contiene un archivo de Python. Abortando...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1943" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1978" />
       <source>Add Unknown Devices</source>
       <translation>Añadir Dispositivos Desconocidos</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1944" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1979" />
       <source>Select the devices to be added:</source>
       <translation>Seleccionar los dispositivos a añadir:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1985" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="2020" />
       <source>Plus any modules on the filesystem.</source>
       <translation>Más cualesquiera módulos en el sistema de archivos.</translation>
     </message>
@@ -50077,168 +50357,168 @@
   <context>
     <name>MicrobitDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="86" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="101" />
       <source>BBC micro:bit</source>
       <translation>BBC micro:bit</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="89" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="104" />
       <source>Calliope mini</source>
       <translation>Calliope mini</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="186" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="201" />
       <source>BBC micro:bit/Calliope Functions</source>
       <translation>Funciones BBC micro:bit/Calliope</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="399" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="387" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="370" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="189" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="414" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="402" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="385" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="204" />
       <source>Show MicroPython Versions</source>
       <translation>Mostrar Versiones de MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="193" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="208" />
       <source>Flash MicroPython</source>
       <translation>Flash MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="196" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="211" />
       <source>Flash Firmware</source>
       <translation>Flash Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="473" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="200" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="489" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="215" />
       <source>Save Script as 'main.py'</source>
       <translation>Guardar Script como 'main.py'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="203" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="218" />
       <source>Save the current script as 'main.py' on the connected device</source>
       <translation>Guardar el script actual como 'main.py' en el dispositivo conectado</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="207" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="222" />
       <source>Reset {0}</source>
       <translation>Restablecer {0}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="353" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="344" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="330" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="313" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="300" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="280" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="368" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="359" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="345" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="328" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="315" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="295" />
       <source>Flash MicroPython/Firmware</source>
       <translation>Flash MicroPython/Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="281" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="296" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed and plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;See the &lt;a href="https://microbit.org/guide/firmware/"&gt;micro:bit web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El BBC micro:bit no está listo para flashear el firmware DAPLink. Seguir estas instrucciones.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;desconectar cable USB y todas las baterías&lt;/li&gt;&lt;li&gt;mantener el botón RESET apretado y conectar el cable USB de nuevo&lt;/li&gt;&lt;li&gt;debería haber disponible un volumen llamado MANTENIMIENTO&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Ver el &lt;a href="https://microbit.org/guide/firmware/"&gt;website de micro:bit&lt;/a&gt; para más detalles.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="301" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="316" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MICROBIT is available.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El micro:bit BBC no está listo para flashing del firmware de MycroPython. Por favor asegurar la disponibilidad de un dispositivo llamado MICROBIT.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="314" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="329" />
       <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed an plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;</source>
       <translation>&lt;p&gt;El "Calliope mini" no está listo para flashear el firmware DAPLink. Seguir estas instrucciones. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;desconectar cable USB y todas las baterías &lt;/li&gt;&lt;li&gt;mantener apretado el botón de RESET y conectar de nuevo el cable USB&lt;/li&gt;&lt;li&gt;debería haber disponible una unidad llamada MANTENIMIENTO&lt;/li&gt;&lt;/ul&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="331" />
-      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;El "Calliope Mini" no está listo para flashing del firmware de MycroPython. Por favor asegurar la disponibilidad de un dispositivo llamado MINI.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="346" />
+      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;El "Calliope Mini" no está listo para flashing del firmware de MycroPython. Por favor asegurar la disponibilidad de un dispositivo llamado MINI.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="361" />
       <source>MicroPython/Firmware Files (*.hex *.bin);;All Files (*)</source>
       <translation>Archivos de MicroPython/Firmware (*.hex *.bin);;Todos los Archivos (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="354" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="369" />
       <source>There are multiple devices ready for flashing. Please make sure, that only one device is prepared.</source>
       <translation>Hay múltiples dispositivos listos para flashing. Por favor, asegurar que solamente hay un dispositivo listo.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="371" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="386" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation>No se puede determinar el firmware del dispositivo conectado o la placa no corre con MicroPython o CircuitPython. Abortando...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="388" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="403" />
       <source>&lt;p&gt;The BBC micro:bit generation cannot be determined. Aborting...&lt;/p&gt;</source>
       <translation>&lt;p&gt;La generación de BBC micro:bit no se puede determinar. Abortando...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="400" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="415" />
       <source>&lt;p&gt;The firmware URL for the device type &lt;b&gt;{0}&lt;/b&gt; is not known. Aborting...&lt;/p&gt;</source>
       <translation>&lt;p&gt;La URL de firmware para el tipo de dispositivo &lt;b&gt;{0}&lt;/b&gt; no es conocida. Abortando...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="427" />
-      <source>unknown</source>
-      <translation>desconocido</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="443" />
-      <source>Firmware</source>
-      <translation>Firmware</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="446" />
-      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation>&lt;h4&gt;Información de Versión de {0}&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Instalado:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Disponible:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="455" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation>&lt;p&gt;&lt;b&gt;¡Actualización disponible!&lt;/b&gt;&lt;/p&gt;</translation>
+      <source>unknown</source>
+      <translation>desconocido</translation>
     </message>
     <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="459" />
+      <source>Firmware</source>
+      <translation>Firmware</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="462" />
+      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation>&lt;h4&gt;Información de Versión de {0}&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Instalado:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Disponible:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="471" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation>&lt;p&gt;&lt;b&gt;¡Actualización disponible!&lt;/b&gt;&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="475" />
       <source>{0} Version</source>
       <translation>Versión de {0}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="479" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="495" />
       <source>The current editor does not contain a Python script. Write it anyway?</source>
       <translation>El editor actual no contiene un script Python. ¿Escribir de todos modos?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="490" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="506" />
       <source>The script is empty. Aborting.</source>
       <translation>Script vacío. Abortando.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="544" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="560" />
       <source>MicroPython Firmware for BBC micro:bit V1</source>
       <translation>Firmware MicroPython para BBC micro:bit V1</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="576" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="563" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="548" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="592" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="579" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="564" />
       <source>DAPLink Firmware</source>
       <translation>Firmware DAPLink</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="555" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="571" />
       <source>MicroPython Firmware for BBC micro:bit V2</source>
       <translation>Firmware MicroPython para BBC micro:bit V2</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="559" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="575" />
       <source>CircuitPython Firmware for BBC micro:bit V2</source>
       <translation>Firmware CircuitPython para BBC micro:bit V2</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="572" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="588" />
       <source>MicroPython Firmware</source>
       <translation>Firmware MicroPython</translation>
     </message>
@@ -57280,18 +57560,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1793" />
+      <location filename="../Preferences/__init__.py" line="1803" />
       <source>Export Preferences</source>
       <translation>Exportar Preferencias</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1822" />
-      <location filename="../Preferences/__init__.py" line="1795" />
+      <location filename="../Preferences/__init__.py" line="1832" />
+      <location filename="../Preferences/__init__.py" line="1805" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation>Archivo de Propiedades (*.ini);;Todos los archivos (*)</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1820" />
+      <location filename="../Preferences/__init__.py" line="1830" />
       <source>Import Preferences</source>
       <translation>Importar Preferencias</translation>
     </message>
@@ -62099,22 +62379,22 @@
       <translation>No se puede determinar el firmware del dispositivo conectado o la placa no corre con MicroPython. Abortando...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="467" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="468" />
       <source>unknown</source>
       <translation>desconocido</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="473" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="474" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h4&gt;Información de Versión de MicroPython&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Instalado:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Disponible:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="481" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="482" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;¡Actualización disponible!&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="485" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="486" />
       <source>MicroPython Version</source>
       <translation>Versión de MicroPython</translation>
     </message>
@@ -67251,86 +67531,193 @@
   <context>
     <name>RP2040Device</name>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="71" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="52" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="62" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="53" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="65" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="54" />
+      <source>connection failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="61" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="55" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="56" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="57" />
+      <source>connected, waiting for IP address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="64" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="58" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="63" />
+      <source>network scan completed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="66" />
+      <source>connection lost</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="67" />
+      <source>disconnected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="68" />
+      <source>AP listening</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="69" />
+      <source>AP connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="70" />
+      <source>AP failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="89" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="76" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="90" />
+      <source>automatic</source>
+      <translation type="unfinished">automático</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="121" />
       <source>RP2040</source>
       <translation>RP2040</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="127" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="177" />
       <source>RP2040 Functions</source>
       <translation>Funciones de RP2040</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="199" />
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="130" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="256" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="180" />
       <source>Show MicroPython Versions</source>
       <translation>Mostrar Versiones de MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="134" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="184" />
       <source>Activate Bootloader</source>
       <translation>Activar Bootloader</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="137" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="187" />
       <source>Flash MicroPython Firmware</source>
       <translation>Flash MicroPython Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="200" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="191" />
+      <source>Reset Device</source>
+      <translation type="unfinished">Resetear Dispositivo</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="257" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source>
       <translation>No se puede determinar el firmware del dispositivo conectado o la placa no corre con MicroPython. Abortando...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="232" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="290" />
       <source>unknown</source>
       <translation>desconocido</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="242" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="300" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;{2}&lt;/table&gt;</source>
       <translation>&lt;h4&gt;Información de Versión de MicroPython&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Instalado:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Disponible:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="252" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="310" />
       <source>&lt;tr&gt;&lt;td&gt;Variant:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation>&lt;tr&gt;&lt;td&gt;Variante:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="263" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="320" />
       <source>&lt;p&gt;Update may be available.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Una actualización podría estar disponible.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="265" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="322" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;¡Actualización disponible!&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="269" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="326" />
       <source>MicroPython Version</source>
       <translation>Versión de MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="292" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="358" />
       <source>MicroPython Firmware</source>
       <translation>MicroPython Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="296" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="362" />
       <source>Pimoroni Pico Firmware</source>
       <translation>Firmware de Pimoroni Pico</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="299" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="365" />
       <source>CircuitPython Firmware</source>
       <translation>CircuitPython Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="303" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="369" />
       <source>CircuitPython Libraries</source>
       <translation>Bibliotecas de CircuitPython</translation>
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="421" />
+      <source>Set Country</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="976" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="611" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1086" />
+      <source>Pico Wireless does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1161" />
+      <source>Pico Wireless does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>RccCompilerOptionsDialog</name>
@@ -68924,111 +69311,111 @@
   <context>
     <name>SessionManager</name>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="300" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="299" />
       <source>Backup 1</source>
       <translation>Backup 1</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="308" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="307" />
       <source>Backup 2</source>
       <translation>Backup 2</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="339" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="338" />
       <source>Default Session</source>
       <translation>Sesión por Defecto</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="492" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="491" />
       <source>Clone Session</source>
       <translation>Clonar Sesión</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="495" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="494" />
       <source>Rename Session</source>
       <translation>Renombrar Sesión</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="499" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="498" />
       <source>Please enter a new name:</source>
       <translation>Por favor, introduzca un nuevo nombre:</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="672" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="572" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="515" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="514" />
       <source>The session file "{0}" exists already. Please enter another name.</source>
       <translation>El archivo de sesión "{0}" ya existe. Por favor, introduzca un nuevo nombre.</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="528" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="527" />
       <source>An error occurred while cloning the session file.</source>
       <translation>Ha ocurrido un error mientras se clonaba el archivo de sesión.</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="538" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="537" />
       <source>An error occurred while renaming the session file.</source>
       <translation>Ha ocurrido un error mientras se renombraba el archivo de sesión.</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="570" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="552" />
       <source>Save Session</source>
       <translation>Guardar Sesión</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="554" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
       <source>Please enter a name for the session:</source>
       <translation>Por favor, introduzca un nombre para la sesión:</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="556" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="555" />
       <source>Saved Session ({0})</source>
       <translation>Sesión Guardada ({0})</translation>
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="594" />
+      <source>Restore Backup</source>
+      <translation>Restaurar Copia de Seguridad</translation>
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="595" />
-      <source>Restore Backup</source>
-      <translation>Restaurar Copia de Seguridad</translation>
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="596" />
       <source>Are you sure you want to replace the current session?</source>
       <translation>¿Realmente desea reemplazar la sesión actual?</translation>
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="636" />
+      <source>Delete Session</source>
+      <translation>Borrar Sesión</translation>
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="637" />
-      <source>Delete Session</source>
-      <translation>Borrar Sesión</translation>
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="638" />
       <source>Are you sure you want to delete session "{0}"?</source>
       <translation>¿Realmente desea borrar la sesión "{0}"?</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="670" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="652" />
       <source>New Session</source>
       <translation>Nueva Sesión</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="654" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
       <source>Please enter a name for the new session:</source>
       <translation>Por favor, introduzca un nombre para la nueva sesión:</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="656" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="655" />
       <source>New Session ({0})</source>
       <translation>Nueva Sesión ({0})</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="718" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="717" />
       <source>Please select the startup session:</source>
       <translation>Por favor, seleccione la sesión de inicio:</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="742" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="741" />
       <source>{0} (last session)</source>
       <translation>{0} (última sesión)</translation>
     </message>
@@ -81393,7 +81780,7 @@
       <translation>Instrucciones para MicroPython Flash</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="241" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="301" />
       <location filename="../MicroPython/Devices/TeensyDevices.py" line="154" />
       <source>Flash MicroPython Firmware</source>
       <translation>Flash MicroPython Firmware</translation>
@@ -81409,37 +81796,37 @@
       <translation>No se puede determinar el firmware del dispositivo conectado o la placa no corre con MicroPython. Abortando...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="213" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="214" />
       <source>unknown</source>
       <translation>desconocido</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="219" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="220" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h4&gt;Información de Versión de MicroPython&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Instalado:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Disponible:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="227" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="228" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;¡Actualización disponible!&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="231" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="232" />
       <source>MicroPython Version</source>
       <translation>Versión de MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="242" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="302" />
       <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 are flashed using the 'Teensy Loader' application. Make sure you downloaded the MicroPython or CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Teensy 4.0 y Teensy 4.1 se flashean utilizando la aplicación 'Teensy Loader'. Asegurar que se ha descargado el archivo hex de MicroPython o CircuitPython.&lt;/p&gt;&lt;p&gt;Ver &lt;a href="{0}"&gt;el sitio web de PJRC Teensy&lt;/a&gt; para más detalles.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="261" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="324" />
       <source>Start 'Teensy Loader'</source>
       <translation>Iniciar 'Teensy Loader'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="262" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="325" />
       <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
       <translation>&lt;p&gt;La aplicación 'Teensy Loader' &lt;b&gt;teensy&lt;/b&gt; no se ha podido iniciar. Asegurar que está en la ruta de búsqueda de aplicaciones o iniciarla manualmente.&lt;/p&gt;</translation>
     </message>
@@ -81724,22 +82111,22 @@
       <translation>&lt;p&gt;&lt;b&gt;Los grupos de plantillas&lt;/b&gt; son una manera de agrupar plantillas individuales. Los grupos tienen un atributo que especifica a qué lenguaje de programación se aplican. Para añadir entradas de plantillas. al menos un grupo tiene que haber sido definido.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Las entradas de plantilla&lt;/b&gt; son las plantillas reales. Se agrupan en grupos de plantillas. Se puede encontrar ayuda sobre como definirlas en el diálogo de edición de plantilla.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="884" />
+      <location filename="../Templates/TemplateViewer.py" line="883" />
       <source>Edit Template Group</source>
       <translation>Editar Grupo de Plantillas</translation>
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="885" />
+      <location filename="../Templates/TemplateViewer.py" line="884" />
       <source>&lt;p&gt;A template group with the name &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Un grupo de plantillas con el nombre &lt;b&gt;{0}&lt;/b&gt; ya existe.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Templates/TemplateViewer.py" line="1005" />
+      <source>Read Templates</source>
+      <translation>Leer plantillas</translation>
+    </message>
+    <message>
       <location filename="../Templates/TemplateViewer.py" line="1006" />
-      <source>Read Templates</source>
-      <translation>Leer plantillas</translation>
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="1007" />
       <source>&lt;p&gt;The templates file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de plantillas &lt;b&gt;{0}&lt;/b&gt; no pudo ser leído.&lt;/p&gt;</translation>
     </message>
@@ -83958,6 +84345,7 @@
   <context>
     <name>UF2FlashDialog</name>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1099" />
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash UF2 Device</source>
       <translation>Flashear Dispositivo UF2</translation>
@@ -83984,8 +84372,8 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>'Boot' Path:</source>
-      <translation>Ruta de Arranque:</translation>
+      <source>'Boot' Volume:</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
@@ -83994,6 +84382,11 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
+      <source>Press to check for all known boot volume names.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash MicroPython / CircuitPython</source>
       <translation>Flashear MicroPython / CircuitPython</translation>
     </message>
@@ -84019,109 +84412,118 @@
       <translation>Placa '{0}'</translation>
     </message>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1100" />
+      <source>Select the Boot Volume of the device:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="717" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation>Archivos MicroPython/CircuitPython(*.uf2);;Todos los Archivos (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="786" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="775" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="766" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="789" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="778" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="769" />
       <source>Manual Select</source>
       <translation>Selección Manual</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="885" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="853" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="830" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="888" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="833" />
       <source>Reset Instructions:</source>
       <translation>Instrucciones de Reset:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="832" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="835" />
       <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>&lt;h4&gt;No se han detectado dispositivos conocidos.&lt;/h4&gt;&lt;p&gt;Seguir las instrucciones apropiadas debajo para establecer &lt;b&gt;una&lt;/b&gt; placa en modo 'bootloader'. Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="859" />
       <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>&lt;h4&gt;Flashear {0} Firmware&lt;/h4&gt;&lt;p&gt;Seguir las instrucciones de bajo para establecer &lt;b&gt;una&lt;/b&gt; placa en modo 'bootloader'. Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;&lt;hr/&gt;{1}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="866" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="869" />
       <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>&lt;h4&gt;Encontrados dispositivos con capacidad potencial UF2&lt;/h4&gt;&lt;p&gt;Encontrados estos dispositivos con capacidad potencial UF2:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Seguir las instrucciones debajo para establecer &lt;b&gt;una&lt;/b&gt; placa en modo 'bootloader' mode. Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="887" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="890" />
       <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>&lt;h4&gt;No se han detectado dispositivos conocidos.&lt;/h4&gt;&lt;p&gt;Seguir las instrucciones apropiadas debajo para establecer &lt;b&gt;una&lt;/b&gt; placa en modo 'bootloader'. Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="899" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="902" />
       <source>Flash Instructions:</source>
       <translation>Instrucciones de Flash:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="901" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="904" />
       <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>&lt;h4&gt;Seleccionado método 'manual' de Flash.&lt;/h4&gt;&lt;p&gt;Seguir las instrucciones debajo para flashear un dispositivo introduciendo manualmente los datos.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Cambiar el dispositivo a modo 'bootloader'.&lt;/li&gt;&lt;li&gt;Esperar hasta que el dispositivo haya entrado en modo 'bootloader'.&lt;/li&gt;&lt;li&gt;Asegurar que el volumen de arranque está disponible (esto puede requerir de su montaje) y seleccionar su ruta.&lt;/li&gt;&lt;li&gt;Seleccionar el archivo de firmware a flashear y hacer click en el botón de flashear.&lt;/li&gt;&lt;/ol&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="926" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="929" />
       <source>Boot Volume not found:</source>
       <translation>Volumen de Arranque no encontrado:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="928" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="931" />
       <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>&lt;h4&gt;No se ha encontrado un Volumen de Arranque.&lt;/h4&gt;&lt;p&gt;Por favor, asegurar que el volumen de arranque del dispositivo a flashear está disponible. </translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="934" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="937" />
       <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>Este volumen se debería llamar &lt;b&gt;{0}&lt;/b&gt;. Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="939" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="942" />
       <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>Este volumen debería tener uno de los siguientes nombres.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="946" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="949" />
       <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>&lt;h4&gt;Instrucciones para Restablecer&lt;/h4&gt;&lt;p&gt;Seguir las instrucciones de debajo para establecer la placa en modo 'bootloader'. Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="965" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="968" />
       <source>Multiple Boot Volumes found:</source>
       <translation>Múltiples Volúmenes de Arranque encontrados:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="967" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="970" />
       <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>&lt;h4&gt;Se han encontrado múltiples Volúmes de Arranque&lt;/h4&gt;&lt;p&gt;Esas rutas de volumen se han encontrado.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Por favor, asegurar que solamente un dispositivo de cada tipo está listo para flashear. Pulsar &lt;b&gt;Actualizar&lt;/b&gt; cuando esté listo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="986" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
       <source>Flashing Firmware</source>
       <translation>Flasheando Firmware</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="988" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="991" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Flasheando el firmware seleccionado al dispositivo. Por favor, esperar hasta que el dispositivo haga reset automáticamente.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="995" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="998" />
       <source>Flashing {0}</source>
       <translation>Flasheando {0}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="997" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1000" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Flasheando el firmware {0} al dispositivo. Por favor, esperar hasta que el dispositivo haga reset automáticamente.&lt;/p&gt;</translation>
     </message>
+    <message>
+      <source>'Boot' Path:</source>
+      <translation type="vanished">Ruta de Arranque:</translation>
+    </message>
   </context>
   <context>
     <name>UIPreviewer</name>
@@ -87541,43 +87943,43 @@
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; no es un archivo.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8282" />
+      <location filename="../UI/UserInterface.py" line="8285" />
       <source>Upgrade available</source>
       <translation>Actualización disponible</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8283" />
+      <location filename="../UI/UserInterface.py" line="8286" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Una versión más moderna del package de &lt;b&gt;eric-ide&lt;/b&gt; se encuentra disponible en &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Instalado: {1}&lt;br/&gt;Disponible: &lt;b&gt;{2}&lt;/b&gt;Actualizar &lt;b&gt;eric-ide&lt;/b&gt;?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8336" />
-      <location filename="../UI/UserInterface.py" line="8323" />
+      <location filename="../UI/UserInterface.py" line="8339" />
+      <location filename="../UI/UserInterface.py" line="8326" />
       <source>First time usage</source>
       <translation>Usado por primera vez</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8324" />
+      <location filename="../UI/UserInterface.py" line="8327" />
       <source>eric7 has not been configured yet but an eric6 configuration was found. Shall this be imported?</source>
       <translation>eric7 no está configurado todavía pero se ha encontrado configuración para eric6. ¿Importar esta configuración?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8337" />
+      <location filename="../UI/UserInterface.py" line="8340" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation>eric todavía no está configurado. El diálogo de configuración va a ser iniciado.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8360" />
+      <location filename="../UI/UserInterface.py" line="8363" />
       <source>Select Workspace Directory</source>
       <translation>Seleccionar Directorio para el Espacio de Trabajo</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8520" />
+      <location filename="../UI/UserInterface.py" line="8523" />
       <source>Unsaved Data Detected</source>
       <translation>Detectados Datos sin Guardar</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8521" />
+      <location filename="../UI/UserInterface.py" line="8524" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation>Algunos editores contienen datos sin guardar. ¿Desea guardarlos?</translation>
     </message>
@@ -92628,65 +93030,65 @@
       <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; tiene cambios sin guardar.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5826" />
+      <location filename="../ViewManager/ViewManager.py" line="5830" />
       <source>Line: {0:5}</source>
       <translation>Línea: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5832" />
+      <location filename="../ViewManager/ViewManager.py" line="5836" />
       <source>Pos: {0:5}</source>
       <translation>Pos: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5852" />
+      <location filename="../ViewManager/ViewManager.py" line="5856" />
       <source>Language: {0}</source>
       <translation>Lenguaje: {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5861" />
+      <location filename="../ViewManager/ViewManager.py" line="5865" />
       <source>EOL Mode: {0}</source>
       <translation>Modo de EOL: {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6318" />
-      <location filename="../ViewManager/ViewManager.py" line="6276" />
+      <location filename="../ViewManager/ViewManager.py" line="6326" />
+      <location filename="../ViewManager/ViewManager.py" line="6284" />
       <source>&amp;Clear</source>
       <translation>&amp;Limpiar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6312" />
+      <location filename="../ViewManager/ViewManager.py" line="6320" />
       <source>&amp;Add</source>
       <translation>&amp;Agregar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6315" />
+      <location filename="../ViewManager/ViewManager.py" line="6323" />
       <source>&amp;Edit...</source>
       <translation>&amp;Editar...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7361" />
-      <location filename="../ViewManager/ViewManager.py" line="7347" />
-      <location filename="../ViewManager/ViewManager.py" line="7315" />
+      <location filename="../ViewManager/ViewManager.py" line="7369" />
+      <location filename="../ViewManager/ViewManager.py" line="7355" />
+      <location filename="../ViewManager/ViewManager.py" line="7323" />
       <source>Edit Spelling Dictionary</source>
       <translation>Editar Diccionario Ortográfico</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7318" />
+      <location filename="../ViewManager/ViewManager.py" line="7326" />
       <source>&lt;p&gt;The spelling dictionary 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;El archivo de diccionario ortográfico &lt;b&gt;{0}&lt;/b&gt; no se puede leer.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7334" />
+      <location filename="../ViewManager/ViewManager.py" line="7342" />
       <source>Editing {0}</source>
       <translation>Editando {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7350" />
+      <location filename="../ViewManager/ViewManager.py" line="7358" />
       <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;El archivo de diccionario ortográfico &lt;b&gt;{0}&lt;/b&gt; no se puede escribir.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7364" />
+      <location filename="../ViewManager/ViewManager.py" line="7372" />
       <source>The spelling dictionary was saved successfully.</source>
       <translation>El diccionario ortográfico se ha guardado con éxito.</translation>
     </message>
@@ -98326,6 +98728,615 @@
     </message>
   </context>
   <context>
+    <name>WifiApConfigDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="39" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="116" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished">Pulsar para ocultar la contraseña</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="120" />
+      <source>Press to show the password</source>
+      <translation type="unfinished">Pulsar para mostrar la contraseña</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Access Point Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Nombre:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Contraseña:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished">Seguridad:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished">Dirección:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiApStationsDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Connected WiFi Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished">Nombre</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiConnectionDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>WiFi Connection Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Nombre:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Contraseña:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="72" />
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished">Pulsar para mostrar la contraseña</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="68" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished">Pulsar para ocultar la contraseña</translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiController</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="45" />
+      <source>WiFi Functions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="47" />
+      <source>Show WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="122" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="114" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="49" />
+      <source>Connect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="50" />
+      <source>Check Internet Connection</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="138" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="51" />
+      <source>Disconnect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="53" />
+      <source>Scan Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="216" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="207" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="55" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="254" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="244" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="233" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="56" />
+      <source>Remove WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="305" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="294" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="58" />
+      <source>Start WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="60" />
+      <source>Start WiFi Access Point with IP</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="359" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="63" />
+      <source>Show Connected Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="335" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="326" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="65" />
+      <source>Stop WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="68" />
+      <source>Deactivate Client Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="72" />
+      <source>Deactivate Access Point Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="115" />
+      <source>&lt;p&gt;The device was connected to &lt;b&gt;{0}&lt;/b&gt; successfully.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="123" />
+      <source>&lt;p&gt;The device could not connect to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="258" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="220" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="173" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="147" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="126" />
+      <source>unknown</source>
+      <translation type="unfinished">desconocido</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="139" />
+      <source>&lt;p&gt;The device was disconnected from the WiFi network.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="145" />
+      <source>&lt;p&gt;The device could not be disconnected.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="158" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="160" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;not available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="171" />
+      <source>&lt;p&gt;The internet is not available.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="208" />
+      <source>&lt;p&gt;The WiFi credentials were saved on the device. The device will connect to the WiFi network at boot time.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="217" />
+      <source>&lt;p&gt;The WiFi credentials could not be saved on the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="234" />
+      <source>Shall the saved WiFi credentials really be removed from the connected device?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="245" />
+      <source>&lt;p&gt;The WiFi credentials were removed from the device. The device will not connect to the WiFi network at boot time anymore.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="255" />
+      <source>&lt;p&gt;The WiFi credentials could not be removed from the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="295" />
+      <source>The WiFi Access Point interface was started successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="300" />
+      <source>&lt;p&gt;The WiFi Access Point could not be started.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="381" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="332" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="302" />
+      <source>&lt;p&gt;Reason: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="327" />
+      <source>The WiFi Access Point interface was stopped successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="330" />
+      <source>&lt;p&gt;The WiFi Access Point could not be stopped.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="360" />
+      <source>No clients are connected to the access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="384" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="375" />
+      <source>Deactivate WiFi Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="376" />
+      <source>The WiFi interface was deactivated successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="379" />
+      <source>&lt;p&gt;The WiFi interface could not be deactivated.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiCountryDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>WiFi Country Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished">Pais:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiNetworksWindow</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished">Nombre</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Channel</source>
+      <translation type="unfinished">Canal</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Security</source>
+      <translation type="unfinished">Seguridad</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Press to scan for available WiFi networks.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan Interval:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source> s</source>
+      <translation type="unfinished"> s</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Periodic Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="67" />
+      <source>Scan WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="68" />
+      <source>&lt;p&gt;The scan for available WiFi networks failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message numerus="yes">
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="78" />
+      <source>&lt;p&gt;Detected &lt;b&gt;%n&lt;/b&gt; network(s).&lt;/p&gt;</source>
+      <translation type="unfinished">
+        <numerusform />
+      </translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiStatusDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <source>WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="135" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="57" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="46" />
+      <source>Active</source>
+      <translation type="unfinished">Activo</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>Yes</source>
+      <translation type="unfinished">Si</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>No</source>
+      <translation type="unfinished">No</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="53" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="143" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="65" />
+      <source>Connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="148" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="70" />
+      <source>Status</source>
+      <translation type="unfinished">Estado</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="150" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="73" />
+      <source>Hostname</source>
+      <translation type="unfinished">Nombre de Host</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="153" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="76" />
+      <source>IPv4 Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="156" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="79" />
+      <source>Netmask</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="159" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="82" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="161" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="84" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="116" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="85" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="167" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="113" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="88" />
+      <source>Channel</source>
+      <translation type="unfinished">Canal</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="126" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="92" />
+      <source>Country</source>
+      <translation type="unfinished">Pais</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="175" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="98" />
+      <source>Tx-Power</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="176" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="99" />
+      <source>{0} dBm</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="105" />
+      <source>Connected Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="108" />
+      <source>Name</source>
+      <translation type="unfinished">Nombre</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="119" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="122" />
+      <source>Security</source>
+      <translation type="unfinished">Seguridad</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="131" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="163" />
+      <source>SSID</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>WizardEricPluginWizard</name>
     <message>
       <location filename="../Plugins/PluginWizardEricPlugin.py" line="93" />
--- a/src/eric7/i18n/eric7_fr.ts	Fri Mar 03 11:34:59 2023 +0100
+++ b/src/eric7/i18n/eric7_fr.ts	Fri Mar 03 13:44:34 2023 +0100
@@ -1821,55 +1821,60 @@
   <context>
     <name>BaseDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="128" />
-      <source>Show MicroPython Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="129" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="162" />
+      <source>Device Data Not Available</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="163" />
       <source>&lt;p&gt;The device data is not available. Try to connect to the device again. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="173" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="216" />
       <source>Unsupported Device</source>
       <translation type="unfinished">Matériel non supporté</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="183" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="226" />
       <source>REPL is not supported by this device.</source>
       <translation type="unfinished">REPL n'est pas supporté pour ce matériel.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="202" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="245" />
       <source>Plotter is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="221" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="264" />
       <source>Running scripts is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="240" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="283" />
       <source>File Manager is not supported by this device.</source>
       <translation type="unfinished">Le gestionnaire de fichier n'est pas supporté pour ce matériel.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="285" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="328" />
       <source>Select Device Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="286" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="329" />
       <source>Select the directory for the connected device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="432" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="475" />
       <source>Detected an error without indications.</source>
       <translation type="unfinished">Supprimer une erreur sans indications.</translation>
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1245" />
+      <source>Operation not supported.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>BlackConfigurationDialog</name>
@@ -3866,124 +3871,193 @@
   <context>
     <name>CircuitPythonDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="87" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="67" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="129" />
       <source>CircuitPython</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="216" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="258" />
       <source>Workspace Directory</source>
       <translation>Répertoire de travail</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="217" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="259" />
       <source>Python files for CircuitPython can be edited in place, if the device volume is locally available. Such a volume was not found. In place editing will not be available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="247" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="289" />
       <source>Library Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="251" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="295" />
       <source>CircuitPython Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="254" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="297" />
       <source>Show CircuitPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="263" />
-      <source>CircuitPython Flash Instructions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="345" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="276" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="267" />
-      <source>Flash CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="270" />
-      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="443" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="305" />
-      <source>Install Library Files</source>
-      <translation>Installer les fichiers librairies</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="441" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="309" />
-      <source>Install Library Package</source>
+      <source>Reset Device</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="315" />
+      <source>Flash CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="319" />
+      <source>UF2 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="323" />
+      <source>ESP32 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="324" />
+      <source>Erase Flash</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="326" />
+      <source>Flash MicroPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="330" />
+      <source>Flash Additional Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="335" />
+      <source>Teensy Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="337" />
+      <source>CircuitPython Flash Instructions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="341" />
+      <source>Start 'Teensy Loader'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="344" />
+      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="539" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="376" />
+      <source>Install Library Files</source>
+      <translation>Installer les fichiers librairies</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="537" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="380" />
+      <source>Install Library Package</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="386" />
       <source>Install 'circup' Package</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="346" />
-      <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 do not support the UF2 bootloader. Please use the 'Teensy Loader' application to flash CircuitPython. Make sure you downloaded the CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="366" />
-      <source>Start 'Teensy Loader'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="367" />
-      <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="396" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="492" />
       <source>unknown</source>
       <translation type="unfinished">inconnu</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="415" />
-      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="423" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="427" />
-      <source>CircuitPython Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="449" />
-      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="477" />
-      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
-      <translation>Fichiers Python Compilés (*.mpy);;Fichiers Python (*.py);;Tous les Fichiers (*)</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="507" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="511" />
+      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="519" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="523" />
+      <source>CircuitPython Version</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="545" />
+      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="573" />
+      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
+      <translation>Fichiers Python Compilés (*.mpy);;Fichiers Python (*.py);;Tous les Fichiers (*)</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="603" />
+      <source>CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="607" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="999" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="737" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="911" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="833" />
+      <source>The device volume is not available.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="876" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="848" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="877" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="849" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="884" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="856" />
+      <source>Aborted</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
+      <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1137" />
+      <source>CircuitPython does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>CircuitPythonUpdaterInterface</name>
@@ -11478,24 +11552,24 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="500" />
       <source>Downloads finished</source>
       <translation>Téléchargements terminés</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="502" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
       <source>All files have been downloaded.</source>
       <translation>Tous les fichiers ont été téléchargés.</translation>
     </message>
     <message>
       <location filename="../WebBrowser/Download/DownloadManager.ui" line="0" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="587" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="510" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="586" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="509" />
       <source>Download Manager</source>
       <translation>Gestionnaire de téléchargements</translation>
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="620" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="619" />
       <source>{0}% of %n file(s) ({1}) {2}</source>
       <translation>
         <numerusform>{0}% sur %n fichier ({1}) {2}</numerusform>
@@ -11503,7 +11577,7 @@
       </translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="628" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="627" />
       <source>{0}% - Download Manager</source>
       <translation>{0}% - Gestionnaire de téléchargement</translation>
     </message>
@@ -11747,7 +11821,7 @@
   <context>
     <name>Editor</name>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3297" />
+      <location filename="../QScintilla/Editor.py" line="3315" />
       <location filename="../QScintilla/Editor.py" line="427" />
       <location filename="../QScintilla/Editor.py" line="412" />
       <source>Open File</source>
@@ -11769,964 +11843,964 @@
       <translation>&lt;b&gt;Fenêtre d'édition&lt;/b&gt;&lt;p&gt;Cette fenêtre est utilisée pour afficher et éditer les codes sources. Vous pouvez en ouvrir autant que vous le souhaitez. Le nom du fichier ouvert est inscrit dans la barre principale.&lt;/p&gt;&lt;p&gt;Vous pouvez définir des points d'arrêt en cliquant sur la marge de gauche, entre les numéros de lignes et les marques de pliage de code. Les points d'arrêt peuvent être édités via le menu contextuel (en cliquant droit sur le point).&lt;/p&gt;&lt;p&gt;De manière similaire, vous pouvez définir des signets avec Shift+Click dans la marge.&lt;/p&gt;&lt;p&gt;Pour ces deux types de points, le menu contextuel (click droit) permet de défaire l'action.&lt;/p&gt;&lt;p&gt;Le Ctrl+Click sur une marque d'erreur de sytaxe permet de visualiser les informations sur l'erreur.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="866" />
+      <location filename="../QScintilla/Editor.py" line="884" />
       <source>Undo</source>
       <translation>Défaire</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="869" />
+      <location filename="../QScintilla/Editor.py" line="887" />
       <source>Redo</source>
       <translation>Refaire</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="872" />
+      <location filename="../QScintilla/Editor.py" line="890" />
       <source>Revert to last saved state</source>
       <translation>Ecraser avec le dernier état enregistré</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="876" />
+      <location filename="../QScintilla/Editor.py" line="894" />
       <source>Cut</source>
       <translation>Couper</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="879" />
+      <location filename="../QScintilla/Editor.py" line="897" />
       <source>Copy</source>
       <translation>Copier</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="882" />
+      <location filename="../QScintilla/Editor.py" line="900" />
       <source>Paste</source>
       <translation>Coller</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="888" />
+      <location filename="../QScintilla/Editor.py" line="906" />
       <source>Indent</source>
       <translation>Indenter</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="893" />
-      <source>Unindent</source>
-      <translation>Désindenter</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="898" />
-      <source>Comment</source>
-      <translation>Commenter</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="903" />
-      <source>Uncomment</source>
-      <translation>Décommenter</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="9017" />
-      <location filename="../QScintilla/Editor.py" line="908" />
-      <source>Generate Docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="911" />
+      <source>Unindent</source>
+      <translation>Désindenter</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="916" />
+      <source>Comment</source>
+      <translation>Commenter</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="921" />
+      <source>Uncomment</source>
+      <translation>Décommenter</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="9035" />
+      <location filename="../QScintilla/Editor.py" line="926" />
+      <source>Generate Docstring</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="929" />
       <source>Select to brace</source>
       <translation>Sélection parenthèses</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="912" />
+      <location filename="../QScintilla/Editor.py" line="930" />
       <source>Select all</source>
       <translation>Tout sélectionner</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="913" />
+      <location filename="../QScintilla/Editor.py" line="931" />
       <source>Deselect all</source>
       <translation>Tout déselectionner</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="915" />
+      <location filename="../QScintilla/Editor.py" line="933" />
       <source>Execute Selection In Console</source>
       <translation>Exécuter la sélection en console</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="927" />
-      <source>Use Monospaced Font</source>
-      <translation>Utiliser une police monospacée</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="932" />
-      <source>Autosave enabled</source>
-      <translation>Sauvegarde automatique activée</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="937" />
-      <source>Typing aids enabled</source>
-      <translation>Aide à la frappe activée</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="945" />
+      <source>Use Monospaced Font</source>
+      <translation>Utiliser une police monospacée</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="950" />
+      <source>Autosave enabled</source>
+      <translation>Sauvegarde automatique activée</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="955" />
+      <source>Typing aids enabled</source>
+      <translation>Aide à la frappe activée</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="963" />
       <source>Automatic Completion enabled</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="954" />
-      <source>Calltip</source>
-      <translation>Calltip</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="957" />
-      <source>Code Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="972" />
+      <source>Calltip</source>
+      <translation>Calltip</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="975" />
+      <source>Code Info</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="990" />
       <source>New Document View</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="977" />
+      <location filename="../QScintilla/Editor.py" line="995" />
       <source>New Document View (with new split)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="985" />
+      <location filename="../QScintilla/Editor.py" line="1003" />
       <source>Save</source>
       <translation>Enregistrer</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="989" />
+      <location filename="../QScintilla/Editor.py" line="1007" />
       <source>Save As...</source>
       <translation>Enregistrer sous...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="994" />
+      <location filename="../QScintilla/Editor.py" line="1012" />
       <source>Save Copy...</source>
       <translation>Enregistrer une copie...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1016" />
-      <location filename="../QScintilla/Editor.py" line="1013" />
+      <location filename="../QScintilla/Editor.py" line="1034" />
+      <location filename="../QScintilla/Editor.py" line="1031" />
       <source>Complete</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1020" />
+      <location filename="../QScintilla/Editor.py" line="1038" />
       <source>Clear Completions Cache</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1023" />
+      <location filename="../QScintilla/Editor.py" line="1041" />
       <source>Complete from Document</source>
       <translation>à partir du document</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1025" />
+      <location filename="../QScintilla/Editor.py" line="1043" />
       <source>Complete from APIs</source>
       <translation>à partir des fichiers API</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1028" />
+      <location filename="../QScintilla/Editor.py" line="1046" />
       <source>Complete from Document and APIs</source>
       <translation>à partir du document et des fichiers API</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1042" />
+      <location filename="../QScintilla/Editor.py" line="1060" />
       <source>Check</source>
       <translation>Vérification</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1053" />
+      <location filename="../QScintilla/Editor.py" line="1071" />
       <source>Code Formatting</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1059" />
+      <location filename="../QScintilla/Editor.py" line="1077" />
       <source>Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1064" />
+      <location filename="../QScintilla/Editor.py" line="1082" />
       <source>Format Code</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1068" />
-      <source>Check Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1072" />
-      <source>Formatting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1081" />
-      <source>isort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1086" />
-      <source>Sort Imports</source>
+      <source>Check Formatting</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1090" />
+      <source>Formatting Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1099" />
+      <source>isort</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1104" />
+      <source>Sort Imports</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1108" />
       <source>Imports Sorting Diff</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1106" />
-      <source>Tools</source>
-      <translation>Outils</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1117" />
-      <source>Show</source>
-      <translation>Afficher</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1119" />
-      <source>Code metrics...</source>
-      <translation>Statistiques du code...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1121" />
-      <source>Code coverage...</source>
-      <translation>Code coverage...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1124" />
+      <source>Tools</source>
+      <translation>Outils</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1135" />
+      <source>Show</source>
+      <translation>Afficher</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1137" />
+      <source>Code metrics...</source>
+      <translation>Statistiques du code...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1139" />
+      <source>Code coverage...</source>
+      <translation>Code coverage...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1142" />
       <source>Show code coverage annotations</source>
       <translation>Afficher les annotations de code coverage</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1127" />
-      <source>Hide code coverage annotations</source>
-      <translation>Masquer les annotations de code coverage</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1131" />
-      <source>Profile data...</source>
-      <translation>Profiler les données...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1145" />
-      <source>Diagrams</source>
-      <translation>Diagrammes</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1147" />
-      <source>Class Diagram...</source>
-      <translation>Diagramme des classes...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1148" />
-      <source>Package Diagram...</source>
-      <translation>Diagramme des packages...</translation>
+      <source>Hide code coverage annotations</source>
+      <translation>Masquer les annotations de code coverage</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1149" />
+      <source>Profile data...</source>
+      <translation>Profiler les données...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1163" />
+      <source>Diagrams</source>
+      <translation>Diagrammes</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1165" />
+      <source>Class Diagram...</source>
+      <translation>Diagramme des classes...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1166" />
+      <source>Package Diagram...</source>
+      <translation>Diagramme des packages...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1167" />
       <source>Imports Diagram...</source>
       <translation>Diagramme des modules...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1151" />
+      <location filename="../QScintilla/Editor.py" line="1169" />
       <source>Application Diagram...</source>
       <translation>Diagramme de l'application...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1156" />
+      <location filename="../QScintilla/Editor.py" line="1174" />
       <source>Load Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1171" />
+      <location filename="../QScintilla/Editor.py" line="1189" />
       <source>Languages</source>
       <translation>Langages</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1175" />
+      <location filename="../QScintilla/Editor.py" line="1193" />
       <source>Text</source>
       <translation type="unfinished">Texte</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1198" />
+      <location filename="../QScintilla/Editor.py" line="1216" />
       <source>Guessed</source>
       <translation>Suggestion</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1527" />
-      <location filename="../QScintilla/Editor.py" line="1202" />
+      <location filename="../QScintilla/Editor.py" line="1545" />
+      <location filename="../QScintilla/Editor.py" line="1220" />
       <source>Alternatives</source>
       <translation>Alternatives</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1219" />
+      <location filename="../QScintilla/Editor.py" line="1237" />
       <source>Encodings</source>
       <translation>Encodings</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1242" />
+      <location filename="../QScintilla/Editor.py" line="1260" />
       <source>Re-Open With Encoding</source>
       <translation>Réouvrir avec encodage</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1262" />
+      <location filename="../QScintilla/Editor.py" line="1280" />
       <source>End-of-Line Type</source>
       <translation>Type de fin de ligne</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1266" />
+      <location filename="../QScintilla/Editor.py" line="1284" />
       <source>Unix</source>
       <translation>Unix</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1272" />
+      <location filename="../QScintilla/Editor.py" line="1290" />
       <source>Windows</source>
       <translation>Windows</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1278" />
-      <source>Macintosh</source>
-      <translation>Macintosh</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1296" />
+      <source>Macintosh</source>
+      <translation>Macintosh</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1314" />
       <source>Spelling</source>
       <translation type="unfinished">Orthographe</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8135" />
-      <location filename="../QScintilla/Editor.py" line="1304" />
+      <location filename="../QScintilla/Editor.py" line="8153" />
+      <location filename="../QScintilla/Editor.py" line="1322" />
       <source>Check spelling...</source>
       <translation>Correction orthographique...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1309" />
+      <location filename="../QScintilla/Editor.py" line="1327" />
       <source>Check spelling of selection...</source>
       <translation>Correction orthographique de la sélection...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1313" />
+      <location filename="../QScintilla/Editor.py" line="1331" />
       <source>Remove from dictionary</source>
       <translation>Supprimer du dictionnaire</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1330" />
+      <location filename="../QScintilla/Editor.py" line="1348" />
       <source>Spell Check Languages</source>
       <translation>Correction orthographique</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1334" />
+      <location filename="../QScintilla/Editor.py" line="1352" />
       <source>No Language</source>
       <translation>Pas de langage</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1361" />
+      <location filename="../QScintilla/Editor.py" line="1379" />
       <source>Toggle bookmark</source>
       <translation>Placer/supprimer un signet</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1363" />
+      <location filename="../QScintilla/Editor.py" line="1381" />
       <source>Next bookmark</source>
       <translation>Signet suivant</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1366" />
+      <location filename="../QScintilla/Editor.py" line="1384" />
       <source>Previous bookmark</source>
       <translation>Signet précédent</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1369" />
+      <location filename="../QScintilla/Editor.py" line="1387" />
       <source>Clear all bookmarks</source>
       <translation>Effacer tous les signets</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1380" />
-      <source>Toggle breakpoint</source>
-      <translation>Placer/supprimer un point d'arrêt</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1383" />
-      <source>Toggle temporary breakpoint</source>
-      <translation>Placer/Supprimer un point d'arret temporaire</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1386" />
-      <source>Edit breakpoint...</source>
-      <translation>Éditer le point d'arrêt...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="5812" />
-      <location filename="../QScintilla/Editor.py" line="1389" />
-      <source>Enable breakpoint</source>
-      <translation>Activer le point d'arrêt</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1392" />
-      <source>Next breakpoint</source>
-      <translation>Point d'arrêt suivant</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1395" />
-      <source>Previous breakpoint</source>
-      <translation>Point d'arrêt précédent</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1398" />
+      <source>Toggle breakpoint</source>
+      <translation>Placer/supprimer un point d'arrêt</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1401" />
+      <source>Toggle temporary breakpoint</source>
+      <translation>Placer/Supprimer un point d'arret temporaire</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1404" />
+      <source>Edit breakpoint...</source>
+      <translation>Éditer le point d'arrêt...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="5831" />
+      <location filename="../QScintilla/Editor.py" line="1407" />
+      <source>Enable breakpoint</source>
+      <translation>Activer le point d'arrêt</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1410" />
+      <source>Next breakpoint</source>
+      <translation>Point d'arrêt suivant</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1413" />
+      <source>Previous breakpoint</source>
+      <translation>Point d'arrêt précédent</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1416" />
       <source>Clear all breakpoints</source>
       <translation>Effacer tous les points d'arrêts</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1409" />
+      <location filename="../QScintilla/Editor.py" line="1427" />
       <source>Toggle all folds</source>
       <translation>Contracte/Déploie tout le code</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1414" />
+      <location filename="../QScintilla/Editor.py" line="1432" />
       <source>Toggle all folds (including children)</source>
       <translation>Contracte/Déploie tout le code (sous-niveaux inclus)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1417" />
+      <location filename="../QScintilla/Editor.py" line="1435" />
       <source>Toggle current fold</source>
       <translation>Contracte/Déploie le paragraphe courant</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1421" />
+      <location filename="../QScintilla/Editor.py" line="1439" />
       <source>Expand (including children)</source>
       <translation>Déploie (sous-niveaux inclus)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1425" />
+      <location filename="../QScintilla/Editor.py" line="1443" />
       <source>Collapse (including children)</source>
       <translation>Contracte (sous-niveaux inclus)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1430" />
+      <location filename="../QScintilla/Editor.py" line="1448" />
       <source>Clear all folds</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1441" />
+      <location filename="../QScintilla/Editor.py" line="1459" />
       <source>Goto syntax error</source>
       <translation>Aller à l'erreur de syntaxe suivante</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1444" />
+      <location filename="../QScintilla/Editor.py" line="1462" />
       <source>Show syntax error message</source>
       <translation>Afficher le message d'erreur de syntaxe</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1447" />
+      <location filename="../QScintilla/Editor.py" line="1465" />
       <source>Clear syntax error</source>
       <translation>Supprimer les flags d'erreurs de syntaxe</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1451" />
+      <location filename="../QScintilla/Editor.py" line="1469" />
       <source>Next warning</source>
       <translation>Alerte suivante</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1454" />
+      <location filename="../QScintilla/Editor.py" line="1472" />
       <source>Previous warning</source>
       <translation>Alerte précédente</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1457" />
+      <location filename="../QScintilla/Editor.py" line="1475" />
       <source>Show warning message</source>
       <translation>Afficher les messages d'alerte</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1460" />
-      <source>Clear warnings</source>
-      <translation>Effacer les alertes</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1464" />
-      <source>Next uncovered line</source>
-      <translation>Ligne non executée suivante</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1467" />
-      <source>Previous uncovered line</source>
-      <translation>Ligne non executée précédente</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1471" />
-      <source>Next task</source>
-      <translation>Tâche suivante</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1474" />
-      <source>Previous task</source>
-      <translation>Tâche précédente</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1478" />
+      <source>Clear warnings</source>
+      <translation>Effacer les alertes</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1482" />
+      <source>Next uncovered line</source>
+      <translation>Ligne non executée suivante</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1485" />
+      <source>Previous uncovered line</source>
+      <translation>Ligne non executée précédente</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1489" />
+      <source>Next task</source>
+      <translation>Tâche suivante</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1492" />
+      <source>Previous task</source>
+      <translation>Tâche précédente</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1496" />
       <source>Next change</source>
       <translation>Modification suivante</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1481" />
+      <location filename="../QScintilla/Editor.py" line="1499" />
       <source>Previous change</source>
       <translation>Modification précédente</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1484" />
+      <location filename="../QScintilla/Editor.py" line="1502" />
       <source>Clear changes</source>
       <translation>Effacer les modifications</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1513" />
-      <location filename="../QScintilla/Editor.py" line="1504" />
+      <location filename="../QScintilla/Editor.py" line="1531" />
+      <location filename="../QScintilla/Editor.py" line="1522" />
       <source>Export source</source>
       <translation>Exportation de source</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1505" />
+      <location filename="../QScintilla/Editor.py" line="1523" />
       <source>&lt;p&gt;No exporter available for the export format &lt;b&gt;{0}&lt;/b&gt;. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1514" />
+      <location filename="../QScintilla/Editor.py" line="1532" />
       <source>No export format given. Aborting...</source>
       <translation>Aucun format d'exportation indiqué. Abandon...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1524" />
+      <location filename="../QScintilla/Editor.py" line="1542" />
       <source>Alternatives ({0})</source>
       <translation type="unfinished">Alternatives ({0})</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1547" />
+      <location filename="../QScintilla/Editor.py" line="1565" />
       <source>Pygments Lexer</source>
       <translation>Analyseur Pygments</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1548" />
+      <location filename="../QScintilla/Editor.py" line="1566" />
       <source>Select the Pygments lexer to apply.</source>
       <translation>Sélectionne l'analyseur Pygments à appliquer.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2098" />
+      <location filename="../QScintilla/Editor.py" line="2116" />
       <source>Modification of Read Only file</source>
       <translation>Modification de la lecture seule</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2099" />
+      <location filename="../QScintilla/Editor.py" line="2117" />
       <source>You are attempting to change a read only file. Please save to a different file first.</source>
       <translation>Le fichier est en lecture seule. Sauvez d'abord votre fichier sous un autre nom.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2520" />
+      <location filename="../QScintilla/Editor.py" line="2538" />
       <source>Add Breakpoint</source>
       <translation type="unfinished">Ajouter un point d'arrêt</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2521" />
+      <location filename="../QScintilla/Editor.py" line="2539" />
       <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="2854" />
+      <location filename="../QScintilla/Editor.py" line="2872" />
       <source>Printing...</source>
       <translation>Impression....</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2871" />
+      <location filename="../QScintilla/Editor.py" line="2889" />
       <source>Printing completed</source>
       <translation>Impression terminée</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2873" />
+      <location filename="../QScintilla/Editor.py" line="2891" />
       <source>Error while printing</source>
       <translation>Erreur durant l'impression</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2876" />
+      <location filename="../QScintilla/Editor.py" line="2894" />
       <source>Printing aborted</source>
       <translation>Impression abandonnée</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3239" />
+      <location filename="../QScintilla/Editor.py" line="3257" />
       <source>File Modified</source>
       <translation>Fichier Modifié</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3240" />
+      <location filename="../QScintilla/Editor.py" line="3258" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Le fichier &lt;b&gt;{0}&lt;/b&gt; a des modifications non enregistrées.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3298" />
+      <location filename="../QScintilla/Editor.py" line="3316" />
       <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;Le fichier &lt;b&gt;{0}&lt;/b&gt; ne peut être ouvert.&lt;/p&gt;&lt;p&gt;Raison : {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3474" />
-      <location filename="../QScintilla/Editor.py" line="3455" />
-      <location filename="../QScintilla/Editor.py" line="3417" />
+      <location filename="../QScintilla/Editor.py" line="3492" />
+      <location filename="../QScintilla/Editor.py" line="3473" />
+      <location filename="../QScintilla/Editor.py" line="3435" />
       <source>Save File</source>
       <translation>Enregistrer Fichier</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3418" />
+      <location filename="../QScintilla/Editor.py" line="3436" />
       <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;Le fichier &lt;b&gt;{0}&lt;/b&gt; ne peut être enregistré.&lt;br/&gt;Raison : {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3475" />
+      <location filename="../QScintilla/Editor.py" line="3493" />
       <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;Le fichier &lt;b&gt;{0}&lt;/b&gt;existe déjà. Écraser ?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4986" />
+      <location filename="../QScintilla/Editor.py" line="5005" />
       <source>Autocompletion</source>
       <translation>Autocompletion</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4987" />
+      <location filename="../QScintilla/Editor.py" line="5006" />
       <source>Autocompletion is not available because there is no autocompletion source set.</source>
       <translation>L'autocompletion n'est pas disponible car aucune source d'autocomplétion n'est définie.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5115" />
+      <location filename="../QScintilla/Editor.py" line="5134" />
       <source>Auto-Completion Provider</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5116" />
+      <location filename="../QScintilla/Editor.py" line="5135" />
       <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5408" />
+      <location filename="../QScintilla/Editor.py" line="5427" />
       <source>Call-Tips Provider</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5409" />
+      <location filename="../QScintilla/Editor.py" line="5428" />
       <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5816" />
+      <location filename="../QScintilla/Editor.py" line="5835" />
       <source>Disable breakpoint</source>
       <translation>Désactiver le point d'arrêt</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6177" />
+      <location filename="../QScintilla/Editor.py" line="6196" />
       <source>Code Coverage</source>
       <translation>Code Coverage</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6178" />
+      <location filename="../QScintilla/Editor.py" line="6197" />
       <source>Please select a coverage file</source>
       <translation>Sélectionner un fichier coverage</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6253" />
-      <location filename="../QScintilla/Editor.py" line="6245" />
+      <location filename="../QScintilla/Editor.py" line="6272" />
+      <location filename="../QScintilla/Editor.py" line="6264" />
       <source>Show Code Coverage Annotations</source>
       <translation>Afficher les annotations de Code Coverage</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6246" />
+      <location filename="../QScintilla/Editor.py" line="6265" />
       <source>All lines have been covered.</source>
       <translation>Toutes les lignes ont été executées.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6254" />
+      <location filename="../QScintilla/Editor.py" line="6273" />
       <source>There is no coverage file available.</source>
       <translation>Impossible de trouver le fichier de coverage.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6358" />
+      <location filename="../QScintilla/Editor.py" line="6377" />
       <source>Profile Data</source>
       <translation>Profiler de données</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6359" />
+      <location filename="../QScintilla/Editor.py" line="6378" />
       <source>Please select a profile file</source>
       <translation>Sélectionner un fichier profile</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6520" />
-      <location filename="../QScintilla/Editor.py" line="6514" />
+      <location filename="../QScintilla/Editor.py" line="6539" />
+      <location filename="../QScintilla/Editor.py" line="6533" />
       <source>Syntax Error</source>
       <translation>Erreur de syntaxe</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6521" />
+      <location filename="../QScintilla/Editor.py" line="6540" />
       <source>No syntax error message available.</source>
       <translation>Aucun message d'erreur de syntaxe..</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
-      <location filename="../QScintilla/Editor.py" line="6726" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
+      <location filename="../QScintilla/Editor.py" line="6745" />
       <source>Warning</source>
       <translation>Warning</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
       <source>No warning messages available.</source>
       <translation>Pas de message d'alerte disponible.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6796" />
+      <location filename="../QScintilla/Editor.py" line="6815" />
       <source>Style: {0}</source>
       <translation>Style : {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6799" />
+      <location filename="../QScintilla/Editor.py" line="6818" />
       <source>Warning: {0}</source>
       <translation>Alerte : {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6806" />
+      <location filename="../QScintilla/Editor.py" line="6825" />
       <source>Error: {0}</source>
       <translation>Erreur : {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Macro Name</source>
       <translation>Nom de la macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Select a macro name:</source>
       <translation>Sélectionner un nom de macro:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6939" />
+      <location filename="../QScintilla/Editor.py" line="6958" />
       <source>Load macro file</source>
       <translation>Charger un fichier macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6985" />
-      <location filename="../QScintilla/Editor.py" line="6941" />
+      <location filename="../QScintilla/Editor.py" line="7004" />
+      <location filename="../QScintilla/Editor.py" line="6960" />
       <source>Macro files (*.macro)</source>
       <translation>Fichier Macro (*.macro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6963" />
-      <location filename="../QScintilla/Editor.py" line="6953" />
+      <location filename="../QScintilla/Editor.py" line="6982" />
+      <location filename="../QScintilla/Editor.py" line="6972" />
       <source>Error loading macro</source>
       <translation>Erreur lors du chargement de la macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6954" />
+      <location filename="../QScintilla/Editor.py" line="6973" />
       <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;Le fichier macro &lt;b&gt;{0}&lt;/b&gt; ne peut être lu.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6964" />
-      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Le fichier macro &lt;b&gt;{0}&lt;/b&gt; est corrompu.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="6983" />
-      <source>Save macro file</source>
-      <translation>Enregistrer le fichier macro</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7001" />
-      <source>Save macro</source>
-      <translation>Enregistrer la macro</translation>
+      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Le fichier macro &lt;b&gt;{0}&lt;/b&gt; est corrompu.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="7002" />
+      <source>Save macro file</source>
+      <translation>Enregistrer le fichier macro</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7020" />
+      <source>Save macro</source>
+      <translation>Enregistrer la macro</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7021" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Le fichier macro &lt;b&gt;{0}&lt;/b&gt;existe déjà. Écraser ?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7017" />
+      <location filename="../QScintilla/Editor.py" line="7036" />
       <source>Error saving macro</source>
       <translation>Erreur lors de l'enregistrement de la macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7018" />
+      <location filename="../QScintilla/Editor.py" line="7037" />
       <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;Le fichier macro &lt;b&gt;{0}&lt;/b&gt; ne peut être écrit.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7031" />
+      <location filename="../QScintilla/Editor.py" line="7050" />
       <source>Start Macro Recording</source>
       <translation>Démarrer l'enregistrement de la macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7032" />
+      <location filename="../QScintilla/Editor.py" line="7051" />
       <source>Macro recording is already active. Start new?</source>
       <translation>L'enregistrement de macro est déjà actif. En démarrer une nouvelle ?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7058" />
+      <location filename="../QScintilla/Editor.py" line="7077" />
       <source>Macro Recording</source>
       <translation>Enregistrement de macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7059" />
+      <location filename="../QScintilla/Editor.py" line="7078" />
       <source>Enter name of the macro:</source>
       <translation>Entrer le nom de la macro:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7210" />
+      <location filename="../QScintilla/Editor.py" line="7229" />
       <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="7216" />
+      <location filename="../QScintilla/Editor.py" line="7235" />
       <source>&lt;br&gt;&lt;b&gt;Warning:&lt;/b&gt; You will lose your changes upon reopening it.</source>
       <translation>&lt;br&gt;&lt;b&gt;Alerte :&lt;/b&gt; Vous allez perdre vos modifications à la réouverture.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7223" />
+      <location filename="../QScintilla/Editor.py" line="7242" />
       <source>File changed</source>
       <translation>Fichier modifié</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7273" />
+      <location filename="../QScintilla/Editor.py" line="7292" />
       <source>{0} (ro)</source>
       <translation type="unfinished">{0} (ro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7579" />
+      <location filename="../QScintilla/Editor.py" line="7597" />
       <source>Drop Error</source>
       <translation>Erreur de suppression</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7580" />
+      <location filename="../QScintilla/Editor.py" line="7598" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; n'est pas un fichier.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7600" />
+      <location filename="../QScintilla/Editor.py" line="7618" />
       <source>Resources</source>
       <translation>Ressources</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7602" />
+      <location filename="../QScintilla/Editor.py" line="7620" />
       <source>Add file...</source>
       <translation>Ajouter un fichier...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7603" />
+      <location filename="../QScintilla/Editor.py" line="7621" />
       <source>Add files...</source>
       <translation>Ajouter des fichiers...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7604" />
+      <location filename="../QScintilla/Editor.py" line="7622" />
       <source>Add aliased file...</source>
       <translation>Ajouter un fichier alias...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7606" />
+      <location filename="../QScintilla/Editor.py" line="7624" />
       <source>Add localized resource...</source>
       <translation>Ajouter une ressource localisée...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7609" />
+      <location filename="../QScintilla/Editor.py" line="7627" />
       <source>Add resource frame</source>
       <translation>Ajouter un cadre ressource</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7628" />
+      <location filename="../QScintilla/Editor.py" line="7646" />
       <source>Add file resource</source>
       <translation>Ajoute un fichier ressource</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7642" />
+      <location filename="../QScintilla/Editor.py" line="7660" />
       <source>Add file resources</source>
       <translation>Ajoute des fichiers ressources</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7666" />
-      <location filename="../QScintilla/Editor.py" line="7660" />
+      <location filename="../QScintilla/Editor.py" line="7684" />
+      <location filename="../QScintilla/Editor.py" line="7678" />
       <source>Add aliased file resource</source>
       <translation>Ajoute un alias de fichier ressource</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7667" />
+      <location filename="../QScintilla/Editor.py" line="7685" />
       <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7742" />
+      <location filename="../QScintilla/Editor.py" line="7760" />
       <source>Package Diagram</source>
       <translation>Diagramme de package</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7743" />
+      <location filename="../QScintilla/Editor.py" line="7761" />
       <source>Include class attributes?</source>
       <translation>Inclure les attributs de classes ?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7763" />
+      <location filename="../QScintilla/Editor.py" line="7781" />
       <source>Imports Diagram</source>
       <translation>Diagramme des modules</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7764" />
+      <location filename="../QScintilla/Editor.py" line="7782" />
       <source>Include imports from external modules?</source>
       <translation>Inclure l'importation de modules externes?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7783" />
+      <location filename="../QScintilla/Editor.py" line="7801" />
       <source>Application Diagram</source>
       <translation>Diagramme de l'application</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7784" />
+      <location filename="../QScintilla/Editor.py" line="7802" />
       <source>Include module names?</source>
       <translation>Inclure les noms de modules ?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8139" />
+      <location filename="../QScintilla/Editor.py" line="8157" />
       <source>Add to dictionary</source>
       <translation>Ajouter au dictionnaire</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8141" />
+      <location filename="../QScintilla/Editor.py" line="8159" />
       <source>Ignore All</source>
       <translation>Tout ignorer</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8559" />
+      <location filename="../QScintilla/Editor.py" line="8577" />
       <source>Sort Lines</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8560" />
+      <location filename="../QScintilla/Editor.py" line="8578" />
       <source>The selection contains illegal data for a numerical sort.</source>
       <translation>La sélection contient des données illégales pour un tri numérique.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8653" />
+      <location filename="../QScintilla/Editor.py" line="8671" />
       <source>Register Mouse Click Handler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8654" />
+      <location filename="../QScintilla/Editor.py" line="8672" />
       <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="8750" />
+      <location filename="../QScintilla/Editor.py" line="8768" />
       <source>{0:4d}    {1}</source>
       <comment>line number, source code</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8756" />
+      <location filename="../QScintilla/Editor.py" line="8774" />
       <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="8824" />
+      <location filename="../QScintilla/Editor.py" line="8842" />
       <source>EditorConfig Properties</source>
       <translation>Propriétés d'EditorConfig</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8825" />
+      <location filename="../QScintilla/Editor.py" line="8843" />
       <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>&lt;p&gt;Les propriétés d'EditorConfig du fichier &lt;b&gt;{0}&lt;/b&gt; n'ont pas pu être chargées.&lt;/p&gt;</translation>
     </message>
@@ -17876,6 +17950,14 @@
     </message>
   </context>
   <context>
+    <name>EricIPv4InputWidget</name>
+    <message>
+      <location filename="../EricNetwork/EricIPv4InputWidget.ui" line="0" />
+      <source>Press to clear the entered IPv4 address</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>EricIconBar</name>
     <message>
       <location filename="../EricWidgets/EricIconBar.py" line="36" />
@@ -20128,142 +20210,217 @@
   <context>
     <name>EspDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="73" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="53" />
+      <source>beacon timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="54" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="55" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="56" />
+      <source>association failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="57" />
+      <source>handshake timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="58" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="59" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="60" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="63" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="100" />
       <source>ESP8266, ESP32</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="129" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="156" />
       <source>ESP32 Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="406" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="132" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="352" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="159" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="222" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="208" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1096" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1080" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="163" />
       <source>Erase Flash</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="259" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="139" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="166" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="296" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="143" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1178" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="170" />
       <source>Flash Additional Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="332" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="147" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="278" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="174" />
       <source>Backup Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="385" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="150" />
-      <source>Restore Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="154" />
-      <source>Show Chip ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="157" />
-      <source>Show Flash ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="160" />
-      <source>Show MAC Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="164" />
-      <source>Reset Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="167" />
-      <source>Install 'esptool.py'</source>
-      <translation>Installer 'esptool.py'</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="209" />
-      <source>Shall the flash of the selected device really be erased?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="221" />
-      <source>'esptool erase_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="384" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="295" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="258" />
-      <source>'esptool write_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/EspDevices.py" line="331" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="177" />
+      <source>Restore Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="181" />
+      <source>Show Chip ID</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="184" />
+      <source>Show Flash ID</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="187" />
+      <source>Show MAC Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="191" />
+      <source>Reset Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="194" />
+      <source>Install 'esptool.py'</source>
+      <translation>Installer 'esptool.py'</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="277" />
       <source>'esptool read_flash' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="407" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1177" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="330" />
+      <source>'esptool write_flash' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="353" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="435" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="382" />
       <source>unknown</source>
       <translation type="unfinished">inconnu</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="446" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="393" />
       <source>&lt;h4&gt;{0} Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="454" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="401" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="458" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="405" />
       <source>{0} Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
       <source>'esptool chip_id' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
       <source>'esptool flash_id' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
       <source>'esptool read_mac' Output</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="786" />
+      <source>Error saving credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="797" />
+      <source>Error saving auto-connect script: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="801" />
+      <source>Error modifying 'boot.py': {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="830" />
+      <source>Error deleting credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="910" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1081" />
+      <source>Shall the flash of the selected device really be erased?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1095" />
+      <source>'esptool erase_flash' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1137" />
+      <source>Flash µPy/CPy Firmware</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>EspFirmwareSelectionDialog</name>
@@ -20274,7 +20431,7 @@
     </message>
     <message>
       <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Flash MicroPython Firmware</source>
+      <source>Flash µPy/CPy Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -30522,77 +30679,77 @@
       <translation type="unfinished">Page vide</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="457" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="456" />
       <source>Backward</source>
       <translation type="unfinished">Précédent</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="462" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="461" />
       <source>Forward</source>
       <translation type="unfinished">Suivant</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="467" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="466" />
       <source>Reload</source>
       <translation type="unfinished">Recharger</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="476" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="475" />
       <source>Copy Page URL to Clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="482" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="481" />
       <source>Bookmark Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="490" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="489" />
       <source>Zoom in</source>
       <translation type="unfinished">Zoom avant</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="495" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="494" />
       <source>Zoom out</source>
       <translation type="unfinished">Zoom arrière</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="500" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="499" />
       <source>Zoom reset</source>
       <translation type="unfinished">Annulation du zoom</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="506" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="505" />
       <source>Copy</source>
       <translation type="unfinished">Copier</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="512" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="511" />
       <source>Select All</source>
       <translation type="unfinished">Tout sélectionner</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="519" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="518" />
       <source>Close</source>
       <translation type="unfinished">Fermer</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="524" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="523" />
       <source>Close Others</source>
       <translation type="unfinished">Fermer les autres</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="544" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="543" />
       <source>Open Link in New Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="551" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="550" />
       <source>Open Link in Background Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="559" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="558" />
       <source>Copy URL to Clipboard</source>
       <translation type="unfinished" />
     </message>
@@ -49366,35 +49523,35 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="999" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="829" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="146" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="125" />
       <source>Change Directory</source>
       <translation>Changer de répertoire</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1019" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="865" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="853" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="149" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="128" />
       <source>Create Directory</source>
       <translation>Créer un répertoire</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1074" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="903" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="892" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="155" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="131" />
       <source>Delete Directory Tree</source>
       <translation>Supprimer l'arbre des répertoire</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1101" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="941" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="930" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="159" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="135" />
       <source>Delete File</source>
@@ -49407,7 +49564,7 @@
       <translation>Montrer les fichiers cachés</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1046" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="152" />
       <source>Delete Directory</source>
       <translation>Supprimer le répertoire</translation>
@@ -49472,65 +49629,65 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="831" />
       <source>Select Directory</source>
       <translation>Sélection répertoire</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1021" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="855" />
       <source>Enter directory name:</source>
       <translation>Entrer un nom de répertoire :</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="867" />
       <source>&lt;p&gt;The 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;Le répertoire &lt;b&gt;{0}&lt;/b&gt; ne peut être créé.&lt;/p&gt;&lt;p&gt;Raison : {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1076" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="894" />
       <source>Do you really want to delete this directory tree?</source>
       <translation>Voulez-vous vraiment supprimer cette arborescence ?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="905" />
       <source>&lt;p&gt;The 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>&lt;p&gt;Le répertoire &lt;b&gt;{0}&lt;/b&gt; ne peut être supprimé.&lt;/p&gt;&lt;p&gt;Raison : {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1103" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="932" />
       <source>Do you really want to delete this file?</source>
       <translation>Voulez-vous vraiment supprimer ce fichier ?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="943" />
       <source>&lt;p&gt;The 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>&lt;p&gt;Le fichier &lt;b&gt;{0}&lt;/b&gt; ne peut être supprimé.&lt;/p&gt;&lt;p&gt;Raison : {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1001" />
       <source>Enter the directory path on the device:</source>
       <translation>Entrer le chemin vers le matériel :</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1048" />
       <source>Do you really want to delete this directory?</source>
       <translation>Voulez-vous vraiment supprimer ce répertoire ?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1135" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1136" />
       <source>&lt;h3&gt;Filesystem Information&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1137" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1138" />
       <source>&lt;h4&gt;{0}&lt;/h4&lt;table&gt;&lt;tr&gt;&lt;td&gt;Total Size: &lt;/td&gt;&lt;td align='right'&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Used Size: &lt;/td&gt;&lt;td align='right'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Free Size: &lt;/td&gt;&lt;td align='right'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1150" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1151" />
       <source>Filesystem Information</source>
       <translation type="unfinished" />
     </message>
@@ -49667,6 +49824,102 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished">Pays :</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Nom :</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Mot de passe :</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="326" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="309" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished">Cliquer pour afficher le mot de passe</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished">Adresse :</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
       <source>MPY Cross Compiler</source>
       <translation type="unfinished" />
     </message>
@@ -49813,56 +50066,67 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="47" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="53" />
       <source>Automatic</source>
       <translation>Automatique</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="49" />
-      <source>Light</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="52" />
-      <source>Dark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="55" />
-      <source>Blue Cerulean</source>
+      <source>Light</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="58" />
-      <source>Brown Sand</source>
+      <source>Dark</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="61" />
-      <source>Blue NCS</source>
+      <source>Blue Cerulean</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="64" />
-      <source>High Contrast</source>
+      <source>Brown Sand</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="67" />
-      <source>Blue Icy</source>
+      <source>Blue NCS</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="70" />
+      <source>High Contrast</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="73" />
+      <source>Blue Icy</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
       <source>Qt</source>
       <translation>Qt</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="79" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="85" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="82" />
       <source>All Files (*)</source>
       <translation>Tous les fichiers (*)</translation>
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="88" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="322" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="305" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished">Cliquer pour cacher le mot de passe</translation>
+    </message>
   </context>
   <context>
     <name>MicroPythonProgressInfoDialog</name>
@@ -49875,17 +50139,17 @@
   <context>
     <name>MicroPythonWidget</name>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="231" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="235" />
       <source>MicroPython Menu</source>
       <translation>Menu MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="288" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="293" />
       <source>&lt;h3&gt;The QtSerialPort package is not available.&lt;br/&gt;MicroPython support is deactivated.&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="329" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="334" />
       <source>%n supported device(s) detected.</source>
       <translation>
         <numerusform>%n matériel supporté détecté.</numerusform>
@@ -49893,18 +50157,18 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="343" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="348" />
       <source>{0} - {1} ({2})</source>
       <comment>board name, description, port name</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="363" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="368" />
       <source>No supported devices detected.</source>
       <translation>Pas de matériel supporté détecté.</translation>
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="367" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="372" />
       <source>
 %n unknown device(s) for manual selection.</source>
       <translation type="unfinished">
@@ -49913,70 +50177,70 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="374" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="379" />
       <source>Manual Selection</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="437" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="408" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="442" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="413" />
       <source>Unknown MicroPython Device</source>
       <translation>Matériel MicroPython inconnu</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="409" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="414" />
       <source>&lt;p&gt;Detected these unknown serial devices&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please report them together with the board name and a short description to &lt;a href="mailto:{1}"&gt; the eric bug reporting address&lt;/a&gt; if it is a MicroPython board.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="421" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="426" />
       <source>{0} (0x{1:04x}/0x{2:04x})</source>
       <comment>description, VId, PId</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="438" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="443" />
       <source>Would you like to add them to the list of manually configured devices?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="568" />
-      <source>Clear</source>
-      <translation>Effacer</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="573" />
+      <source>Clear</source>
+      <translation>Effacer</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="578" />
       <source>Copy</source>
       <translation>Copier</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="579" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="584" />
       <source>Paste</source>
       <translation>Coller</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="586" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="591" />
       <source>Select All</source>
       <translation type="unfinished">Tout sélectionner</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
       <source>Press to disconnect the current device</source>
       <translation>Cliquer pour déconnecter le matériel courant</translation>
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="622" />
       <source>Press to connect the selected device</source>
       <translation>Cliquer pour se connecter au matériel sélectionné</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="644" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="652" />
       <source>No device attached</source>
       <translation>Pas de matériel relié</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="645" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="653" />
       <source>Please ensure the device is plugged into your computer and selected.
 
 It must have a version of MicroPython (or CircuitPython) flashed onto it before anything will work.
@@ -49985,318 +50249,318 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="674" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="682" />
       <source>Start REPL</source>
       <translation>Démarrer REPL</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="675" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="683" />
       <source>&lt;p&gt;The REPL cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;REPL ne peut être démarré.&lt;/p&gt;&lt;p&gt;Raison : {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1194" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1183" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1211" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1200" />
       <source>Serial Device Connect</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1184" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1201" />
       <source>&lt;p&gt;The device at serial port &lt;b&gt;{0}&lt;/b&gt; does not respond. It may not have a MicroPython firmware flashed.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1195" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1212" />
       <source>&lt;p&gt;Cannot connect to device at serial port &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Ne peut connecter un matériel sur le port série&lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1270" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1261" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1252" />
+      <source>Run Script</source>
+      <translation>Lancer le script</translation>
+    </message>
+    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1253" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1244" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1235" />
-      <source>Run Script</source>
-      <translation>Lancer le script</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1236" />
       <source>There is no editor open. Abort...</source>
       <translation>Il n'y a pas d'éditeur ouvert. Annulation...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1245" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1262" />
       <source>The current editor does not contain a script. Abort...</source>
       <translation>L'éditeur courant ne contient pas de script. Annulation...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1254" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1271" />
       <source>&lt;p&gt;Cannot run script.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Ne peut lancer le script.&lt;/p&gt;&lt;p&gt;Raison : {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1290" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1307" />
       <source>Start Chart</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1291" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1308" />
       <source>&lt;p&gt;The Chart cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1306" />
-      <source>µPy Chart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1323" />
+      <source>µPy Chart</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1340" />
       <source>Unsaved Chart Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1324" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1341" />
       <source>The chart contains unsaved data.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1372" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1389" />
       <source>Start File Manager</source>
       <translation>Démarrer le gestionnaire de fichier</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1373" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1390" />
       <source>&lt;p&gt;The File Manager cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Le gestionnaire de fichier ne peut démarrer.&lt;/p&gt;&lt;p&gt;Raison : {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1392" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1409" />
       <source>µPy Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1428" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1453" />
       <source>Downloads</source>
       <translation type="unfinished">Téléchargements</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1443" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
       <source>Show Version</source>
       <translation>Montrer la version</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1446" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1479" />
       <source>Show Implementation</source>
       <translation>Montrer l'implémentation</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1449" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1482" />
       <source>Show Board Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1611" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1454" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1646" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1487" />
       <source>Synchronize Time</source>
       <translation>Synchroniser le temps</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1457" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1490" />
       <source>Show Device Time</source>
       <translation>Montrer l'horloge matériel</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1459" />
-      <source>Show Local Time</source>
-      <translation>Montrer l'horloge locale</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1462" />
-      <source>Show Time</source>
-      <translation>Montrer l'horloge</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1466" />
-      <source>Show Builtin Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1835" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1472" />
-      <source>Compile Python File</source>
-      <translation>Compilier le fichier Python</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1859" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1850" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
-      <source>Compile Current Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1485" />
-      <source>Download Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1492" />
-      <source>Show Documentation</source>
-      <translation>Montrer la documentation</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1496" />
-      <source>Flash UF2 Device</source>
-      <translation type="unfinished" />
+      <source>Show Local Time</source>
+      <translation>Montrer l'horloge locale</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1495" />
+      <source>Show Time</source>
+      <translation>Montrer l'horloge</translation>
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1499" />
+      <source>Show Builtin Modules</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1870" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <source>Compile Python File</source>
+      <translation>Compilier le fichier Python</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1894" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1885" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1509" />
+      <source>Compile Current Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <source>Download Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1528" />
+      <source>Show Documentation</source>
+      <translation>Montrer la documentation</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1531" />
+      <source>Flash UF2 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1534" />
       <source>Manage Unknown Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1502" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1537" />
       <source>Ignored Serial Devices</source>
       <translation>Matériels séries ignorés</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1540" />
       <source>Configure</source>
       <translation>Configuration</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1514" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1549" />
       <source>&lt;h3&gt;Device Version Information&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1525" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1560" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
       <source>Device Version Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1526" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1561" />
       <source>No version information available.</source>
       <translation>Pas d'information de version disponible.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1550" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1542" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1585" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1577" />
       <source>unknown</source>
       <translation>inconnu</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1591" />
       <source> ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1572" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1563" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1607" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1598" />
       <source>Device Implementation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1564" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1599" />
       <source>&lt;h3&gt;Device Implementation Information&lt;/h3&gt;&lt;p&gt;This device contains &lt;b&gt;{0} {1}{2}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1573" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1608" />
       <source>No device implementation information available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1647" />
       <source>&lt;p&gt;The time of the connected device was synchronized with the local time.&lt;/p&gt;</source>
       <translation>&lt;p&gt;L'horloge du matériel connecté a été synchronisée à l'horloge locale.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1634" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1669" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h3&gt;Date et heure matériel&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Heure&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1642" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1677" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
       <translation>&lt;h3&gt;Date et heure matériel&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1658" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1693" />
       <source>Device Date and Time</source>
       <translation>Date et heure matériel</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1670" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1705" />
       <source>Local Date and Time</source>
       <translation>Date et heure locales</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1671" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1706" />
       <source>&lt;h3&gt;Local Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h3&gt;Date et heure locales&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Heure&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1712" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1695" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1747" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1730" />
       <source>Date and Time</source>
       <translation>Date et heure</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1696" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1731" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{0}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{1}&lt;/td&gt;&lt;td align='center'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Date et heure locales&lt;/th&gt;&lt;th&gt;Date et heure matériel&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{0}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Heure&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{1}&lt;/td&gt;&lt;td align='center'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1713" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1748" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align='center'&gt;{0} {1}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Date et heure locales&lt;/th&gt;&lt;th&gt;Date et heure matériel&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align='center'&gt;{0} {1}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1737" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1772" />
       <source>Error handling device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1738" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1773" />
       <source>&lt;p&gt;There was an error communicating with the connected device.&lt;/p&gt;&lt;p&gt;Method: {0}&lt;/p&gt;&lt;p&gt;Message: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Il y a eu une erreur de communication avec le matériel connecté.&lt;/p&gt;&lt;p&gt;Méthode : {0}&lt;/p&gt;&lt;p&gt;Message : {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1780" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1815" />
       <source>The MicroPython cross compiler &lt;b&gt;mpy-cross&lt;/b&gt; cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1806" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1841" />
       <source>Python Files (*.py);;All Files (*)</source>
       <translation>Fichiers Python (*.py);;Tous les fichiers (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1816" />
-      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
-      <translation>Le fichier Python &lt;b&gt;{0}&lt;/b&gt; n'existe pas. Annulation...</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1825" />
-      <source>'mpy-cross' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1851" />
+      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
+      <translation>Le fichier Python &lt;b&gt;{0}&lt;/b&gt; n'existe pas. Annulation...</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1860" />
+      <source>'mpy-cross' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1886" />
       <source>The current editor does not contain a Python file. Aborting...</source>
       <translation>L'éditeur courant ne contient pas un fichier Python. Annulation...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1943" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1978" />
       <source>Add Unknown Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1944" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1979" />
       <source>Select the devices to be added:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1985" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="2020" />
       <source>Plus any modules on the filesystem.</source>
       <translation type="unfinished" />
     </message>
@@ -50341,168 +50605,168 @@
   <context>
     <name>MicrobitDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="86" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="101" />
       <source>BBC micro:bit</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="89" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="104" />
       <source>Calliope mini</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="186" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="201" />
       <source>BBC micro:bit/Calliope Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="399" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="387" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="370" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="189" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="414" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="402" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="385" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="204" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="193" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="208" />
       <source>Flash MicroPython</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="196" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="211" />
       <source>Flash Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="473" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="200" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="489" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="215" />
       <source>Save Script as 'main.py'</source>
       <translation>Enregistrer le script en tant que 'main.py'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="203" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="218" />
       <source>Save the current script as 'main.py' on the connected device</source>
       <translation>Enregistre le script courant en tant que 'main.py' sur le matériel connecté</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="207" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="222" />
       <source>Reset {0}</source>
       <translation>Réinitialiser {0}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="353" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="344" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="330" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="313" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="300" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="280" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="368" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="359" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="345" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="328" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="315" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="295" />
       <source>Flash MicroPython/Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="281" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="296" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed and plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;See the &lt;a href="https://microbit.org/guide/firmware/"&gt;micro:bit web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="301" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="316" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MICROBIT is available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="314" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="329" />
       <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed an plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="331" />
-      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="346" />
+      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="361" />
       <source>MicroPython/Firmware Files (*.hex *.bin);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="354" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="369" />
       <source>There are multiple devices ready for flashing. Please make sure, that only one device is prepared.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="371" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="386" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="388" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="403" />
       <source>&lt;p&gt;The BBC micro:bit generation cannot be determined. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="400" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="415" />
       <source>&lt;p&gt;The firmware URL for the device type &lt;b&gt;{0}&lt;/b&gt; is not known. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="427" />
-      <source>unknown</source>
-      <translation type="unfinished">inconnu</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="443" />
-      <source>Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="446" />
-      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="455" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
+      <source>unknown</source>
+      <translation type="unfinished">inconnu</translation>
     </message>
     <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="459" />
+      <source>Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="462" />
+      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="471" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="475" />
       <source>{0} Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="479" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="495" />
       <source>The current editor does not contain a Python script. Write it anyway?</source>
       <translation>L'éditeur courant ne contient pas de script Python. L'écrire tout de même ?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="490" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="506" />
       <source>The script is empty. Aborting.</source>
       <translation>Le script est vide. Annulation.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="544" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="560" />
       <source>MicroPython Firmware for BBC micro:bit V1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="576" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="563" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="548" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="592" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="579" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="564" />
       <source>DAPLink Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="555" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="571" />
       <source>MicroPython Firmware for BBC micro:bit V2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="559" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="575" />
       <source>CircuitPython Firmware for BBC micro:bit V2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="572" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="588" />
       <source>MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
@@ -57587,18 +57851,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1793" />
+      <location filename="../Preferences/__init__.py" line="1803" />
       <source>Export Preferences</source>
       <translation>Export des préférences</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1822" />
-      <location filename="../Preferences/__init__.py" line="1795" />
+      <location filename="../Preferences/__init__.py" line="1832" />
+      <location filename="../Preferences/__init__.py" line="1805" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation>Fichier propriétés (*.ini);;Tous les fichiers (*)</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1820" />
+      <location filename="../Preferences/__init__.py" line="1830" />
       <source>Import Preferences</source>
       <translation>Import des préférences</translation>
     </message>
@@ -62699,22 +62963,22 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="467" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="468" />
       <source>unknown</source>
       <translation type="unfinished">inconnu</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="473" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="474" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="481" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="482" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="485" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="486" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
@@ -67859,86 +68123,193 @@
   <context>
     <name>RP2040Device</name>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="71" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="52" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="62" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="53" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="65" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="54" />
+      <source>connection failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="61" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="55" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="56" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="57" />
+      <source>connected, waiting for IP address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="64" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="58" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="63" />
+      <source>network scan completed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="66" />
+      <source>connection lost</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="67" />
+      <source>disconnected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="68" />
+      <source>AP listening</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="69" />
+      <source>AP connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="70" />
+      <source>AP failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="89" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="76" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="90" />
+      <source>automatic</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="121" />
       <source>RP2040</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="127" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="177" />
       <source>RP2040 Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="199" />
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="130" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="256" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="180" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="134" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="184" />
       <source>Activate Bootloader</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="137" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="187" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="200" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="191" />
+      <source>Reset Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="257" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="232" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="290" />
       <source>unknown</source>
       <translation type="unfinished">inconnu</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="242" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="300" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;{2}&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="252" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="310" />
       <source>&lt;tr&gt;&lt;td&gt;Variant:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="263" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="320" />
       <source>&lt;p&gt;Update may be available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="265" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="322" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="269" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="326" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="292" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="358" />
       <source>MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="296" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="362" />
       <source>Pimoroni Pico Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="299" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="365" />
       <source>CircuitPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="303" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="369" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="421" />
+      <source>Set Country</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="976" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="611" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1086" />
+      <source>Pico Wireless does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1161" />
+      <source>Pico Wireless does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>RccCompilerOptionsDialog</name>
@@ -69482,111 +69853,111 @@
   <context>
     <name>SessionManager</name>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="300" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="299" />
       <source>Backup 1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="308" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="307" />
       <source>Backup 2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="339" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="338" />
       <source>Default Session</source>
       <translation>Session par défaut</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="492" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="491" />
       <source>Clone Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="495" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="494" />
       <source>Rename Session</source>
       <translation>Renommer la session</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="499" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="498" />
       <source>Please enter a new name:</source>
       <translation>Veuillez entrer un nouveau nom :</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="672" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="572" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="515" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="514" />
       <source>The session file "{0}" exists already. Please enter another name.</source>
       <translation>Le fichier session "{0}" existe déjà. Veuillez entrer un autre nom.</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="528" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="527" />
       <source>An error occurred while cloning the session file.</source>
       <translation>Une erreur est apparue au clonage du fichier de session.</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="538" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="537" />
       <source>An error occurred while renaming the session file.</source>
       <translation>Une erreur est apparue au renommage du fichier de session.</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="570" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="552" />
       <source>Save Session</source>
       <translation>Enregistrer la session</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="554" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
       <source>Please enter a name for the session:</source>
       <translation>Veuillez entrer un nom pour la session :</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="556" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="555" />
       <source>Saved Session ({0})</source>
       <translation>Session enregistrée ({0})</translation>
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="594" />
+      <source>Restore Backup</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="595" />
-      <source>Restore Backup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="596" />
       <source>Are you sure you want to replace the current session?</source>
       <translation>Voulez-vous vraiment remplacer la session courante ?</translation>
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="636" />
+      <source>Delete Session</source>
+      <translation>Supprimer session</translation>
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="637" />
-      <source>Delete Session</source>
-      <translation>Supprimer session</translation>
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="638" />
       <source>Are you sure you want to delete session "{0}"?</source>
       <translation>Voulez-vous vraiment supprimer la session "{0}"?</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="670" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="652" />
       <source>New Session</source>
       <translation>Nouvelle session</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="654" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
       <source>Please enter a name for the new session:</source>
       <translation>Veuillez entrer un nom pour la nouvelle session :</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="656" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="655" />
       <source>New Session ({0})</source>
       <translation>Nouvelle session ({0})</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="718" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="717" />
       <source>Please select the startup session:</source>
       <translation>Veuillez sélectionner la session de démarrage :</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="742" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="741" />
       <source>{0} (last session)</source>
       <translation>{0} (dernière session)</translation>
     </message>
@@ -81962,7 +82333,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="241" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="301" />
       <location filename="../MicroPython/Devices/TeensyDevices.py" line="154" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
@@ -81978,37 +82349,37 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="213" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="214" />
       <source>unknown</source>
       <translation type="unfinished">inconnu</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="219" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="220" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="227" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="228" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="231" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="232" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="242" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="302" />
       <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 are flashed using the 'Teensy Loader' application. Make sure you downloaded the MicroPython or CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="261" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="324" />
       <source>Start 'Teensy Loader'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="262" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="325" />
       <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -82290,22 +82661,22 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="884" />
+      <location filename="../Templates/TemplateViewer.py" line="883" />
       <source>Edit Template Group</source>
       <translation>Edition du Groupe de gabarits</translation>
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="885" />
+      <location filename="../Templates/TemplateViewer.py" line="884" />
       <source>&lt;p&gt;A template group with the name &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Templates/TemplateViewer.py" line="1005" />
+      <source>Read Templates</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Templates/TemplateViewer.py" line="1006" />
-      <source>Read Templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="1007" />
       <source>&lt;p&gt;The templates file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Le fichier gabarit &lt;b&gt;{0}&lt;/b&gt; ne peut être lu.&lt;/p&gt;</translation>
     </message>
@@ -83669,42 +84040,42 @@
   <context>
     <name>TranslatorEngines</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="49" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
       <source>DeepL</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="50" />
-      <source>Google V.1</source>
-      <translation>Google V.1</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
-      <source>Google V.2</source>
-      <translation>Google V.2</translation>
-    </message>
-    <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="52" />
-      <source>IBM Watson</source>
-      <translation type="unfinished" />
+      <source>Google V.1</source>
+      <translation>Google V.1</translation>
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="53" />
-      <source>Microsoft</source>
-      <translation type="unfinished" />
+      <source>Google V.2</source>
+      <translation>Google V.2</translation>
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="54" />
-      <source>MyMemory</source>
+      <source>IBM Watson</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="55" />
+      <source>Microsoft</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="56" />
+      <source>MyMemory</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="57" />
       <source>Yandex</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="58" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="60" />
       <source>Unknow translation service name ({0})</source>
       <translation type="unfinished" />
     </message>
@@ -84525,6 +84896,7 @@
   <context>
     <name>UF2FlashDialog</name>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1099" />
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash UF2 Device</source>
       <translation type="unfinished" />
@@ -84551,7 +84923,7 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>'Boot' Path:</source>
+      <source>'Boot' Volume:</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -84561,6 +84933,11 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
+      <source>Press to check for all known boot volume names.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash MicroPython / CircuitPython</source>
       <translation type="unfinished" />
     </message>
@@ -84586,106 +84963,111 @@
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1100" />
+      <source>Select the Boot Volume of the device:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="717" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="786" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="775" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="766" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="789" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="778" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="769" />
       <source>Manual Select</source>
       <translation type="unfinished">Sélection Manuelle</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="885" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="853" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="830" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="888" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="833" />
       <source>Reset Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="832" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="835" />
       <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="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="859" />
       <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="866" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="869" />
       <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="887" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="890" />
       <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="899" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="902" />
       <source>Flash Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="901" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="904" />
       <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="926" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="929" />
       <source>Boot Volume not found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="928" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="931" />
       <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="934" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="937" />
       <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="939" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="942" />
       <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="946" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="949" />
       <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="965" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="968" />
       <source>Multiple Boot Volumes found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="967" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="970" />
       <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="986" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="988" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="991" />
       <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="995" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="998" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="997" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1000" />
       <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>
@@ -88100,43 +88482,43 @@
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; n'est pas un fichier.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8282" />
+      <location filename="../UI/UserInterface.py" line="8285" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8283" />
+      <location filename="../UI/UserInterface.py" line="8286" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8336" />
-      <location filename="../UI/UserInterface.py" line="8323" />
+      <location filename="../UI/UserInterface.py" line="8339" />
+      <location filename="../UI/UserInterface.py" line="8326" />
       <source>First time usage</source>
       <translation>Première utilisation</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8324" />
+      <location filename="../UI/UserInterface.py" line="8327" />
       <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="8337" />
+      <location filename="../UI/UserInterface.py" line="8340" />
       <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="8360" />
+      <location filename="../UI/UserInterface.py" line="8363" />
       <source>Select Workspace Directory</source>
       <translation>Sélectionner le répertoire de travail</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8520" />
+      <location filename="../UI/UserInterface.py" line="8523" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8521" />
+      <location filename="../UI/UserInterface.py" line="8524" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
@@ -93201,65 +93583,65 @@
       <translation>&lt;p&gt;Le fichier &lt;b&gt;{0}&lt;/b&gt; a des modifications non enregistrées. &lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5826" />
+      <location filename="../ViewManager/ViewManager.py" line="5830" />
       <source>Line: {0:5}</source>
       <translation>Ligne: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5832" />
+      <location filename="../ViewManager/ViewManager.py" line="5836" />
       <source>Pos: {0:5}</source>
       <translation>Position: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5852" />
+      <location filename="../ViewManager/ViewManager.py" line="5856" />
       <source>Language: {0}</source>
       <translation>Langage : {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5861" />
+      <location filename="../ViewManager/ViewManager.py" line="5865" />
       <source>EOL Mode: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6318" />
-      <location filename="../ViewManager/ViewManager.py" line="6276" />
+      <location filename="../ViewManager/ViewManager.py" line="6326" />
+      <location filename="../ViewManager/ViewManager.py" line="6284" />
       <source>&amp;Clear</source>
       <translation>&amp;Effacer</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6312" />
+      <location filename="../ViewManager/ViewManager.py" line="6320" />
       <source>&amp;Add</source>
       <translation>&amp;Ajouter</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6315" />
+      <location filename="../ViewManager/ViewManager.py" line="6323" />
       <source>&amp;Edit...</source>
       <translation>&amp;Editer...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7361" />
-      <location filename="../ViewManager/ViewManager.py" line="7347" />
-      <location filename="../ViewManager/ViewManager.py" line="7315" />
+      <location filename="../ViewManager/ViewManager.py" line="7369" />
+      <location filename="../ViewManager/ViewManager.py" line="7355" />
+      <location filename="../ViewManager/ViewManager.py" line="7323" />
       <source>Edit Spelling Dictionary</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7318" />
+      <location filename="../ViewManager/ViewManager.py" line="7326" />
       <source>&lt;p&gt;The spelling dictionary 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="../ViewManager/ViewManager.py" line="7334" />
+      <location filename="../ViewManager/ViewManager.py" line="7342" />
       <source>Editing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7350" />
+      <location filename="../ViewManager/ViewManager.py" line="7358" />
       <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7364" />
+      <location filename="../ViewManager/ViewManager.py" line="7372" />
       <source>The spelling dictionary was saved successfully.</source>
       <translation type="unfinished" />
     </message>
@@ -98884,6 +99266,615 @@
     </message>
   </context>
   <context>
+    <name>WifiApConfigDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="39" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="116" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished">Cliquer pour cacher le mot de passe</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="120" />
+      <source>Press to show the password</source>
+      <translation type="unfinished">Cliquer pour afficher le mot de passe</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Access Point Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Nom :</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Mot de passe :</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished">Adresse :</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiApStationsDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Connected WiFi Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished">Nom</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiConnectionDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>WiFi Connection Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Nom :</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Mot de passe :</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="72" />
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished">Cliquer pour afficher le mot de passe</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="68" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished">Cliquer pour cacher le mot de passe</translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiController</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="45" />
+      <source>WiFi Functions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="47" />
+      <source>Show WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="122" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="114" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="49" />
+      <source>Connect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="50" />
+      <source>Check Internet Connection</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="138" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="51" />
+      <source>Disconnect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="53" />
+      <source>Scan Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="216" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="207" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="55" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="254" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="244" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="233" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="56" />
+      <source>Remove WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="305" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="294" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="58" />
+      <source>Start WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="60" />
+      <source>Start WiFi Access Point with IP</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="359" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="63" />
+      <source>Show Connected Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="335" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="326" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="65" />
+      <source>Stop WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="68" />
+      <source>Deactivate Client Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="72" />
+      <source>Deactivate Access Point Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="115" />
+      <source>&lt;p&gt;The device was connected to &lt;b&gt;{0}&lt;/b&gt; successfully.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="123" />
+      <source>&lt;p&gt;The device could not connect to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="258" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="220" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="173" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="147" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="126" />
+      <source>unknown</source>
+      <translation type="unfinished">inconnu</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="139" />
+      <source>&lt;p&gt;The device was disconnected from the WiFi network.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="145" />
+      <source>&lt;p&gt;The device could not be disconnected.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="158" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="160" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;not available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="171" />
+      <source>&lt;p&gt;The internet is not available.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="208" />
+      <source>&lt;p&gt;The WiFi credentials were saved on the device. The device will connect to the WiFi network at boot time.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="217" />
+      <source>&lt;p&gt;The WiFi credentials could not be saved on the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="234" />
+      <source>Shall the saved WiFi credentials really be removed from the connected device?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="245" />
+      <source>&lt;p&gt;The WiFi credentials were removed from the device. The device will not connect to the WiFi network at boot time anymore.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="255" />
+      <source>&lt;p&gt;The WiFi credentials could not be removed from the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="295" />
+      <source>The WiFi Access Point interface was started successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="300" />
+      <source>&lt;p&gt;The WiFi Access Point could not be started.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="381" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="332" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="302" />
+      <source>&lt;p&gt;Reason: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="327" />
+      <source>The WiFi Access Point interface was stopped successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="330" />
+      <source>&lt;p&gt;The WiFi Access Point could not be stopped.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="360" />
+      <source>No clients are connected to the access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="384" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="375" />
+      <source>Deactivate WiFi Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="376" />
+      <source>The WiFi interface was deactivated successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="379" />
+      <source>&lt;p&gt;The WiFi interface could not be deactivated.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiCountryDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>WiFi Country Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished">Pays :</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiNetworksWindow</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished">Nom</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Channel</source>
+      <translation type="unfinished">Salon</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Security</source>
+      <translation type="unfinished">Sécurité</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Press to scan for available WiFi networks.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan Interval:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source> s</source>
+      <translation type="unfinished"> s</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Periodic Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="67" />
+      <source>Scan WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="68" />
+      <source>&lt;p&gt;The scan for available WiFi networks failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message numerus="yes">
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="78" />
+      <source>&lt;p&gt;Detected &lt;b&gt;%n&lt;/b&gt; network(s).&lt;/p&gt;</source>
+      <translation type="unfinished">
+        <numerusform />
+      </translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiStatusDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <source>WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="135" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="57" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="46" />
+      <source>Active</source>
+      <translation type="unfinished">Actif</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>Yes</source>
+      <translation type="unfinished">Oui</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>No</source>
+      <translation type="unfinished">Non</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="53" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="143" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="65" />
+      <source>Connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="148" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="70" />
+      <source>Status</source>
+      <translation type="unfinished">Etat (status)</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="150" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="73" />
+      <source>Hostname</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="153" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="76" />
+      <source>IPv4 Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="156" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="79" />
+      <source>Netmask</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="159" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="82" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="161" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="84" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="116" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="85" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="167" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="113" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="88" />
+      <source>Channel</source>
+      <translation type="unfinished">Salon</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="126" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="92" />
+      <source>Country</source>
+      <translation type="unfinished">Pays</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="175" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="98" />
+      <source>Tx-Power</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="176" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="99" />
+      <source>{0} dBm</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="105" />
+      <source>Connected Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="108" />
+      <source>Name</source>
+      <translation type="unfinished">Nom</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="119" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="122" />
+      <source>Security</source>
+      <translation type="unfinished">Sécurité</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="131" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="163" />
+      <source>SSID</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>WizardEricPluginWizard</name>
     <message>
       <location filename="../Plugins/PluginWizardEricPlugin.py" line="93" />
--- a/src/eric7/i18n/eric7_it.ts	Fri Mar 03 11:34:59 2023 +0100
+++ b/src/eric7/i18n/eric7_it.ts	Fri Mar 03 13:44:34 2023 +0100
@@ -1794,55 +1794,60 @@
   <context>
     <name>BaseDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="128" />
-      <source>Show MicroPython Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="129" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="162" />
+      <source>Device Data Not Available</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="163" />
       <source>&lt;p&gt;The device data is not available. Try to connect to the device again. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="173" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="216" />
       <source>Unsupported Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="183" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="226" />
       <source>REPL is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="202" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="245" />
       <source>Plotter is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="221" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="264" />
       <source>Running scripts is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="240" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="283" />
       <source>File Manager is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="285" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="328" />
       <source>Select Device Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="286" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="329" />
       <source>Select the directory for the connected device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="432" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="475" />
       <source>Detected an error without indications.</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1245" />
+      <source>Operation not supported.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>BlackConfigurationDialog</name>
@@ -3837,124 +3842,193 @@
   <context>
     <name>CircuitPythonDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="87" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="67" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="129" />
       <source>CircuitPython</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="216" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="258" />
       <source>Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="217" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="259" />
       <source>Python files for CircuitPython can be edited in place, if the device volume is locally available. Such a volume was not found. In place editing will not be available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="247" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="289" />
       <source>Library Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="251" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="295" />
       <source>CircuitPython Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="254" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="297" />
       <source>Show CircuitPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="263" />
-      <source>CircuitPython Flash Instructions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="345" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="276" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="267" />
-      <source>Flash CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="270" />
-      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="443" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="305" />
-      <source>Install Library Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="441" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="309" />
-      <source>Install Library Package</source>
+      <source>Reset Device</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="315" />
+      <source>Flash CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="319" />
+      <source>UF2 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="323" />
+      <source>ESP32 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="324" />
+      <source>Erase Flash</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="326" />
+      <source>Flash MicroPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="330" />
+      <source>Flash Additional Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="335" />
+      <source>Teensy Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="337" />
+      <source>CircuitPython Flash Instructions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="341" />
+      <source>Start 'Teensy Loader'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="344" />
+      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="539" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="376" />
+      <source>Install Library Files</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="537" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="380" />
+      <source>Install Library Package</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="386" />
       <source>Install 'circup' Package</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="346" />
-      <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 do not support the UF2 bootloader. Please use the 'Teensy Loader' application to flash CircuitPython. Make sure you downloaded the CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="366" />
-      <source>Start 'Teensy Loader'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="367" />
-      <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="396" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="492" />
       <source>unknown</source>
       <translation type="unfinished">sconosciuto</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="415" />
-      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="423" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="427" />
-      <source>CircuitPython Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="449" />
-      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="477" />
-      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="507" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="511" />
+      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="519" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="523" />
+      <source>CircuitPython Version</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="545" />
+      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="573" />
+      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="603" />
+      <source>CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="607" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="999" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="737" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="911" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="833" />
+      <source>The device volume is not available.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="876" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="848" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="877" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="849" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="884" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="856" />
+      <source>Aborted</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
+      <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1137" />
+      <source>CircuitPython does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>CircuitPythonUpdaterInterface</name>
@@ -11446,24 +11520,24 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="500" />
       <source>Downloads finished</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="502" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
       <source>All files have been downloaded.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../WebBrowser/Download/DownloadManager.ui" line="0" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="587" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="510" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="586" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="509" />
       <source>Download Manager</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="620" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="619" />
       <source>{0}% of %n file(s) ({1}) {2}</source>
       <translation type="unfinished">
         <numerusform />
@@ -11471,7 +11545,7 @@
       </translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="628" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="627" />
       <source>{0}% - Download Manager</source>
       <translation type="unfinished" />
     </message>
@@ -11715,7 +11789,7 @@
   <context>
     <name>Editor</name>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3297" />
+      <location filename="../QScintilla/Editor.py" line="3315" />
       <location filename="../QScintilla/Editor.py" line="427" />
       <location filename="../QScintilla/Editor.py" line="412" />
       <source>Open File</source>
@@ -11737,964 +11811,964 @@
       <translation>&lt;b&gt;Una finesta di edit&lt;/b&gt;&lt;p&gt;Questa finestra è usata per visualizzare e modificare un file sorgente. Si possono aprire quante finestre si vogliono. Il nome del file è mostrato nella barra dei titolo della finestra.&lt;/p&gt;&lt;p&gt;Per impostare dei breakpoint basta cliccare nello spazio tra i numeri di riga e i marcatori di compressione. Con il menù contestuale del margine possono essere modificati.&lt;/p&gt;&lt;p&gt;Per impostare un segnalibro basta cliccare con lo Shift premuto nello spazio tra il numero di linea e i marcatori di compressione.&lt;/p&gt;&lt;p&gt;Queste azioni possono essere invertite con il menù contestuale.&lt;/p&gt;&lt;p&gt; Cliccare con il tasto Ctrl premuto un  marcatore di errore della sintassi mostra delle informazioni sull'errore.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="866" />
+      <location filename="../QScintilla/Editor.py" line="884" />
       <source>Undo</source>
       <translation>Annulla</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="869" />
+      <location filename="../QScintilla/Editor.py" line="887" />
       <source>Redo</source>
       <translation>Rifai</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="872" />
+      <location filename="../QScintilla/Editor.py" line="890" />
       <source>Revert to last saved state</source>
       <translation>Ritorna all'ultimo stato salvato</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="876" />
+      <location filename="../QScintilla/Editor.py" line="894" />
       <source>Cut</source>
       <translation>Taglia</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="879" />
+      <location filename="../QScintilla/Editor.py" line="897" />
       <source>Copy</source>
       <translation>Copia</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="882" />
+      <location filename="../QScintilla/Editor.py" line="900" />
       <source>Paste</source>
       <translation>Incolla</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="888" />
+      <location filename="../QScintilla/Editor.py" line="906" />
       <source>Indent</source>
       <translation>Identa</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="893" />
-      <source>Unindent</source>
-      <translation>Annulla identazione</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="898" />
-      <source>Comment</source>
-      <translation>Commenta</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="903" />
-      <source>Uncomment</source>
-      <translation>Annulla commenta</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="9017" />
-      <location filename="../QScintilla/Editor.py" line="908" />
-      <source>Generate Docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="911" />
+      <source>Unindent</source>
+      <translation>Annulla identazione</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="916" />
+      <source>Comment</source>
+      <translation>Commenta</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="921" />
+      <source>Uncomment</source>
+      <translation>Annulla commenta</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="9035" />
+      <location filename="../QScintilla/Editor.py" line="926" />
+      <source>Generate Docstring</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="929" />
       <source>Select to brace</source>
       <translation>Seleziona per parentesizzare</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="912" />
+      <location filename="../QScintilla/Editor.py" line="930" />
       <source>Select all</source>
       <translation>Seleziona tutti</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="913" />
+      <location filename="../QScintilla/Editor.py" line="931" />
       <source>Deselect all</source>
       <translation>Deseleziona tutti</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="915" />
+      <location filename="../QScintilla/Editor.py" line="933" />
       <source>Execute Selection In Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="927" />
-      <source>Use Monospaced Font</source>
-      <translation>Usa un font Monospaced</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="932" />
-      <source>Autosave enabled</source>
-      <translation>Salvataggio automatico abilitato</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="937" />
-      <source>Typing aids enabled</source>
-      <translation>Aiuti alla digitazione abilitati</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="945" />
+      <source>Use Monospaced Font</source>
+      <translation>Usa un font Monospaced</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="950" />
+      <source>Autosave enabled</source>
+      <translation>Salvataggio automatico abilitato</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="955" />
+      <source>Typing aids enabled</source>
+      <translation>Aiuti alla digitazione abilitati</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="963" />
       <source>Automatic Completion enabled</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="954" />
-      <source>Calltip</source>
-      <translation>Calltip</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="957" />
-      <source>Code Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="972" />
+      <source>Calltip</source>
+      <translation>Calltip</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="975" />
+      <source>Code Info</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="990" />
       <source>New Document View</source>
       <translation>Nuova vista Documento</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="977" />
+      <location filename="../QScintilla/Editor.py" line="995" />
       <source>New Document View (with new split)</source>
       <translation>Nuova vista Documento (con nuova divisione)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="985" />
+      <location filename="../QScintilla/Editor.py" line="1003" />
       <source>Save</source>
       <translation>Salva</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="989" />
+      <location filename="../QScintilla/Editor.py" line="1007" />
       <source>Save As...</source>
       <translation>Salva come...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="994" />
+      <location filename="../QScintilla/Editor.py" line="1012" />
       <source>Save Copy...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1016" />
-      <location filename="../QScintilla/Editor.py" line="1013" />
+      <location filename="../QScintilla/Editor.py" line="1034" />
+      <location filename="../QScintilla/Editor.py" line="1031" />
       <source>Complete</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1020" />
+      <location filename="../QScintilla/Editor.py" line="1038" />
       <source>Clear Completions Cache</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1023" />
+      <location filename="../QScintilla/Editor.py" line="1041" />
       <source>Complete from Document</source>
       <translation type="unfinished">dal Documento</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1025" />
+      <location filename="../QScintilla/Editor.py" line="1043" />
       <source>Complete from APIs</source>
       <translation type="unfinished">dalle APIs</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1028" />
+      <location filename="../QScintilla/Editor.py" line="1046" />
       <source>Complete from Document and APIs</source>
       <translation type="unfinished">dal Documento e dalle APIs</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1042" />
+      <location filename="../QScintilla/Editor.py" line="1060" />
       <source>Check</source>
       <translation>Controlla</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1053" />
+      <location filename="../QScintilla/Editor.py" line="1071" />
       <source>Code Formatting</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1059" />
+      <location filename="../QScintilla/Editor.py" line="1077" />
       <source>Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1064" />
+      <location filename="../QScintilla/Editor.py" line="1082" />
       <source>Format Code</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1068" />
-      <source>Check Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1072" />
-      <source>Formatting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1081" />
-      <source>isort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1086" />
-      <source>Sort Imports</source>
+      <source>Check Formatting</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1090" />
+      <source>Formatting Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1099" />
+      <source>isort</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1104" />
+      <source>Sort Imports</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1108" />
       <source>Imports Sorting Diff</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1106" />
-      <source>Tools</source>
-      <translation>Strumenti</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1117" />
-      <source>Show</source>
-      <translation>Mostra</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1119" />
-      <source>Code metrics...</source>
-      <translation>Statistiche codice...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1121" />
-      <source>Code coverage...</source>
-      <translation>Analisi codice...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1124" />
+      <source>Tools</source>
+      <translation>Strumenti</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1135" />
+      <source>Show</source>
+      <translation>Mostra</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1137" />
+      <source>Code metrics...</source>
+      <translation>Statistiche codice...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1139" />
+      <source>Code coverage...</source>
+      <translation>Analisi codice...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1142" />
       <source>Show code coverage annotations</source>
       <translation>Mostra le annotazioni dell'analisi del codice</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1127" />
-      <source>Hide code coverage annotations</source>
-      <translation>Nascondi le annotazioni dell'analisi del codice</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1131" />
-      <source>Profile data...</source>
-      <translation>Profilazione dati...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1145" />
-      <source>Diagrams</source>
-      <translation>Diagrammi</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1147" />
-      <source>Class Diagram...</source>
-      <translation>Diagrammi di classe...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1148" />
-      <source>Package Diagram...</source>
-      <translation>Diagrammi del package...</translation>
+      <source>Hide code coverage annotations</source>
+      <translation>Nascondi le annotazioni dell'analisi del codice</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1149" />
+      <source>Profile data...</source>
+      <translation>Profilazione dati...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1163" />
+      <source>Diagrams</source>
+      <translation>Diagrammi</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1165" />
+      <source>Class Diagram...</source>
+      <translation>Diagrammi di classe...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1166" />
+      <source>Package Diagram...</source>
+      <translation>Diagrammi del package...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1167" />
       <source>Imports Diagram...</source>
       <translation>Importa diagrammi...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1151" />
+      <location filename="../QScintilla/Editor.py" line="1169" />
       <source>Application Diagram...</source>
       <translation>Diagrammi dell'applicazione...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1156" />
+      <location filename="../QScintilla/Editor.py" line="1174" />
       <source>Load Diagram...</source>
       <translation>Carica Diagramma...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1171" />
+      <location filename="../QScintilla/Editor.py" line="1189" />
       <source>Languages</source>
       <translation>Linguaggi</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1175" />
+      <location filename="../QScintilla/Editor.py" line="1193" />
       <source>Text</source>
       <translation type="unfinished">Testo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1198" />
+      <location filename="../QScintilla/Editor.py" line="1216" />
       <source>Guessed</source>
       <translation>Indovinato</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1527" />
-      <location filename="../QScintilla/Editor.py" line="1202" />
+      <location filename="../QScintilla/Editor.py" line="1545" />
+      <location filename="../QScintilla/Editor.py" line="1220" />
       <source>Alternatives</source>
       <translation>Alternative</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1219" />
+      <location filename="../QScintilla/Editor.py" line="1237" />
       <source>Encodings</source>
       <translation>Codifica</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1242" />
+      <location filename="../QScintilla/Editor.py" line="1260" />
       <source>Re-Open With Encoding</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1262" />
+      <location filename="../QScintilla/Editor.py" line="1280" />
       <source>End-of-Line Type</source>
       <translation>Tipo di fine-linea</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1266" />
+      <location filename="../QScintilla/Editor.py" line="1284" />
       <source>Unix</source>
       <translation>Unix</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1272" />
+      <location filename="../QScintilla/Editor.py" line="1290" />
       <source>Windows</source>
       <translation>Windows</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1278" />
-      <source>Macintosh</source>
-      <translation>Macintosh</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1296" />
+      <source>Macintosh</source>
+      <translation>Macintosh</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1314" />
       <source>Spelling</source>
       <translation type="unfinished">Spelling</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8135" />
-      <location filename="../QScintilla/Editor.py" line="1304" />
+      <location filename="../QScintilla/Editor.py" line="8153" />
+      <location filename="../QScintilla/Editor.py" line="1322" />
       <source>Check spelling...</source>
       <translation>Controllo sillabazione...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1309" />
+      <location filename="../QScintilla/Editor.py" line="1327" />
       <source>Check spelling of selection...</source>
       <translation>Controllo sillabazione della selezione...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1313" />
+      <location filename="../QScintilla/Editor.py" line="1331" />
       <source>Remove from dictionary</source>
       <translation>Rimuovi dal dizionario</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1330" />
+      <location filename="../QScintilla/Editor.py" line="1348" />
       <source>Spell Check Languages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1334" />
+      <location filename="../QScintilla/Editor.py" line="1352" />
       <source>No Language</source>
       <translation>Nessun linguaggio</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1361" />
+      <location filename="../QScintilla/Editor.py" line="1379" />
       <source>Toggle bookmark</source>
       <translation>Inverti bookmark</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1363" />
+      <location filename="../QScintilla/Editor.py" line="1381" />
       <source>Next bookmark</source>
       <translation>Prossimo segnalibro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1366" />
+      <location filename="../QScintilla/Editor.py" line="1384" />
       <source>Previous bookmark</source>
       <translation>Segnalibro precedente</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1369" />
+      <location filename="../QScintilla/Editor.py" line="1387" />
       <source>Clear all bookmarks</source>
       <translation>Pulisci di tutti di segnalibri</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1380" />
-      <source>Toggle breakpoint</source>
-      <translation>Abilita/Disabilita breakpoint</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1383" />
-      <source>Toggle temporary breakpoint</source>
-      <translation>Abilita/Disabilita breakpoint temporaneo</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1386" />
-      <source>Edit breakpoint...</source>
-      <translation>Modifica Breakpoint...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="5812" />
-      <location filename="../QScintilla/Editor.py" line="1389" />
-      <source>Enable breakpoint</source>
-      <translation>Abilita breakpoint</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1392" />
-      <source>Next breakpoint</source>
-      <translation>Prossimo breakpoint</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1395" />
-      <source>Previous breakpoint</source>
-      <translation>Breakpoint precedente</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1398" />
+      <source>Toggle breakpoint</source>
+      <translation>Abilita/Disabilita breakpoint</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1401" />
+      <source>Toggle temporary breakpoint</source>
+      <translation>Abilita/Disabilita breakpoint temporaneo</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1404" />
+      <source>Edit breakpoint...</source>
+      <translation>Modifica Breakpoint...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="5831" />
+      <location filename="../QScintilla/Editor.py" line="1407" />
+      <source>Enable breakpoint</source>
+      <translation>Abilita breakpoint</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1410" />
+      <source>Next breakpoint</source>
+      <translation>Prossimo breakpoint</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1413" />
+      <source>Previous breakpoint</source>
+      <translation>Breakpoint precedente</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1416" />
       <source>Clear all breakpoints</source>
       <translation>Elimina tutti i breakpoint</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1409" />
+      <location filename="../QScintilla/Editor.py" line="1427" />
       <source>Toggle all folds</source>
       <translation type="unfinished">Abilita/Disabilita tutti i raggruppamenti</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1414" />
+      <location filename="../QScintilla/Editor.py" line="1432" />
       <source>Toggle all folds (including children)</source>
       <translation type="unfinished">Abilita/Disabilita tutti i raggruppamenti (inclusi i figli)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1417" />
+      <location filename="../QScintilla/Editor.py" line="1435" />
       <source>Toggle current fold</source>
       <translation type="unfinished">Abilita/Disabilita il raggruppamento corrente</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1421" />
+      <location filename="../QScintilla/Editor.py" line="1439" />
       <source>Expand (including children)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1425" />
+      <location filename="../QScintilla/Editor.py" line="1443" />
       <source>Collapse (including children)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1430" />
+      <location filename="../QScintilla/Editor.py" line="1448" />
       <source>Clear all folds</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1441" />
+      <location filename="../QScintilla/Editor.py" line="1459" />
       <source>Goto syntax error</source>
       <translation>Vai all'errore di sintassi</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1444" />
+      <location filename="../QScintilla/Editor.py" line="1462" />
       <source>Show syntax error message</source>
       <translation>Mostra i messaggi degli errori di sintassi</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1447" />
+      <location filename="../QScintilla/Editor.py" line="1465" />
       <source>Clear syntax error</source>
       <translation>Elimina errori di sintassi</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1451" />
+      <location filename="../QScintilla/Editor.py" line="1469" />
       <source>Next warning</source>
       <translation>Warning successivo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1454" />
+      <location filename="../QScintilla/Editor.py" line="1472" />
       <source>Previous warning</source>
       <translation>Warning precedente</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1457" />
+      <location filename="../QScintilla/Editor.py" line="1475" />
       <source>Show warning message</source>
       <translation>Mostra Warning</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1460" />
-      <source>Clear warnings</source>
-      <translation>Pulisci warning</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1464" />
-      <source>Next uncovered line</source>
-      <translation>Prossimo file non analizzato</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1467" />
-      <source>Previous uncovered line</source>
-      <translation>File non analizzato precedente</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1471" />
-      <source>Next task</source>
-      <translation>Prossimo task</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1474" />
-      <source>Previous task</source>
-      <translation>Task precedente</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1478" />
+      <source>Clear warnings</source>
+      <translation>Pulisci warning</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1482" />
+      <source>Next uncovered line</source>
+      <translation>Prossimo file non analizzato</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1485" />
+      <source>Previous uncovered line</source>
+      <translation>File non analizzato precedente</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1489" />
+      <source>Next task</source>
+      <translation>Prossimo task</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1492" />
+      <source>Previous task</source>
+      <translation>Task precedente</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1496" />
       <source>Next change</source>
       <translation>Modifica successiva</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1481" />
+      <location filename="../QScintilla/Editor.py" line="1499" />
       <source>Previous change</source>
       <translation>Modifica precedente</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1484" />
+      <location filename="../QScintilla/Editor.py" line="1502" />
       <source>Clear changes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1513" />
-      <location filename="../QScintilla/Editor.py" line="1504" />
+      <location filename="../QScintilla/Editor.py" line="1531" />
+      <location filename="../QScintilla/Editor.py" line="1522" />
       <source>Export source</source>
       <translation>Esporta sorgenti</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1505" />
+      <location filename="../QScintilla/Editor.py" line="1523" />
       <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;Nessun esportatore disponibile per il formato di export&lt;b&gt;{0}&lt;/b&gt;. Termino...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1514" />
+      <location filename="../QScintilla/Editor.py" line="1532" />
       <source>No export format given. Aborting...</source>
       <translation>Nessun formato di export impostato. Annullamento...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1524" />
+      <location filename="../QScintilla/Editor.py" line="1542" />
       <source>Alternatives ({0})</source>
       <translation>Alternative ({0})</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1547" />
+      <location filename="../QScintilla/Editor.py" line="1565" />
       <source>Pygments Lexer</source>
       <translation>Analizzatore lessicale Pygments</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1548" />
+      <location filename="../QScintilla/Editor.py" line="1566" />
       <source>Select the Pygments lexer to apply.</source>
       <translation>Selezione l'analizzatore lessicale di Pygments da applicare.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2098" />
+      <location filename="../QScintilla/Editor.py" line="2116" />
       <source>Modification of Read Only file</source>
       <translation>Modifica di un file di sola lettura</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2099" />
+      <location filename="../QScintilla/Editor.py" line="2117" />
       <source>You are attempting to change a read only file. Please save to a different file first.</source>
       <translation>Stai tentando di modificare un file in sola lettura. Per favore prima salva come un file diverso.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2520" />
+      <location filename="../QScintilla/Editor.py" line="2538" />
       <source>Add Breakpoint</source>
       <translation type="unfinished">Aggiungi un breakpoint</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2521" />
+      <location filename="../QScintilla/Editor.py" line="2539" />
       <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="2854" />
+      <location filename="../QScintilla/Editor.py" line="2872" />
       <source>Printing...</source>
       <translation>In stampa...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2871" />
+      <location filename="../QScintilla/Editor.py" line="2889" />
       <source>Printing completed</source>
       <translation>Stampa completata</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2873" />
+      <location filename="../QScintilla/Editor.py" line="2891" />
       <source>Error while printing</source>
       <translation>Errore durante la stampa</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2876" />
+      <location filename="../QScintilla/Editor.py" line="2894" />
       <source>Printing aborted</source>
       <translation>Stampa annullata</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3239" />
+      <location filename="../QScintilla/Editor.py" line="3257" />
       <source>File Modified</source>
       <translation>File modificato</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3240" />
+      <location filename="../QScintilla/Editor.py" line="3258" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Il file &lt;b&gt;{0}&lt;/b&gt; contiene modifiche non salvate.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3298" />
+      <location filename="../QScintilla/Editor.py" line="3316" />
       <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;Il file &lt;b&gt;{0}&lt;/b&gt; non può essere aperto.&lt;br /&gt;Motivo: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3474" />
-      <location filename="../QScintilla/Editor.py" line="3455" />
-      <location filename="../QScintilla/Editor.py" line="3417" />
+      <location filename="../QScintilla/Editor.py" line="3492" />
+      <location filename="../QScintilla/Editor.py" line="3473" />
+      <location filename="../QScintilla/Editor.py" line="3435" />
       <source>Save File</source>
       <translation>Salva file</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3418" />
+      <location filename="../QScintilla/Editor.py" line="3436" />
       <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;Il file &lt;b&gt;{0}&lt;/b&gt; non può essere salvato.&lt;br /&gt;Motivo: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3475" />
+      <location filename="../QScintilla/Editor.py" line="3493" />
       <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;Il file &lt;b&gt;{0}&lt;/b&gt; esiste già. Sovrascriverlo ?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4986" />
+      <location filename="../QScintilla/Editor.py" line="5005" />
       <source>Autocompletion</source>
       <translation>Autocompletamento</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4987" />
+      <location filename="../QScintilla/Editor.py" line="5006" />
       <source>Autocompletion is not available because there is no autocompletion source set.</source>
       <translation>L'autocomplentamento non è disponibile perchè non ci sono fonti impostate.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5115" />
+      <location filename="../QScintilla/Editor.py" line="5134" />
       <source>Auto-Completion Provider</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5116" />
+      <location filename="../QScintilla/Editor.py" line="5135" />
       <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5408" />
+      <location filename="../QScintilla/Editor.py" line="5427" />
       <source>Call-Tips Provider</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5409" />
+      <location filename="../QScintilla/Editor.py" line="5428" />
       <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5816" />
+      <location filename="../QScintilla/Editor.py" line="5835" />
       <source>Disable breakpoint</source>
       <translation>Disabilita breakpoint</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6177" />
+      <location filename="../QScintilla/Editor.py" line="6196" />
       <source>Code Coverage</source>
       <translation>Analisi codice</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6178" />
+      <location filename="../QScintilla/Editor.py" line="6197" />
       <source>Please select a coverage file</source>
       <translation>Per favore seleziona un file per l'analisi</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6253" />
-      <location filename="../QScintilla/Editor.py" line="6245" />
+      <location filename="../QScintilla/Editor.py" line="6272" />
+      <location filename="../QScintilla/Editor.py" line="6264" />
       <source>Show Code Coverage Annotations</source>
       <translation>Mostra le annotazioni dell'analisi del codice</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6246" />
+      <location filename="../QScintilla/Editor.py" line="6265" />
       <source>All lines have been covered.</source>
       <translation>Tutte le linee sono state analizzate.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6254" />
+      <location filename="../QScintilla/Editor.py" line="6273" />
       <source>There is no coverage file available.</source>
       <translation>Non ci sono file di analisi disponibili.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6358" />
+      <location filename="../QScintilla/Editor.py" line="6377" />
       <source>Profile Data</source>
       <translation>Profilazione dati</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6359" />
+      <location filename="../QScintilla/Editor.py" line="6378" />
       <source>Please select a profile file</source>
       <translation>Per favore seleziona un file per la profilazione</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6520" />
-      <location filename="../QScintilla/Editor.py" line="6514" />
+      <location filename="../QScintilla/Editor.py" line="6539" />
+      <location filename="../QScintilla/Editor.py" line="6533" />
       <source>Syntax Error</source>
       <translation>Errore di sintassi</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6521" />
+      <location filename="../QScintilla/Editor.py" line="6540" />
       <source>No syntax error message available.</source>
       <translation>Nessun messaggio degli errori di sintassi disponibile.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
-      <location filename="../QScintilla/Editor.py" line="6726" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
+      <location filename="../QScintilla/Editor.py" line="6745" />
       <source>Warning</source>
       <translation>Attenzione</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
       <source>No warning messages available.</source>
       <translation>Nessun messaggio di attenzione disponibile.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6796" />
+      <location filename="../QScintilla/Editor.py" line="6815" />
       <source>Style: {0}</source>
       <translation>Stile: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6799" />
+      <location filename="../QScintilla/Editor.py" line="6818" />
       <source>Warning: {0}</source>
       <translation>Attenzione: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6806" />
+      <location filename="../QScintilla/Editor.py" line="6825" />
       <source>Error: {0}</source>
       <translation>Errore: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Macro Name</source>
       <translation>Nome Macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Select a macro name:</source>
       <translation>Seleziona un nome per la macro:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6939" />
+      <location filename="../QScintilla/Editor.py" line="6958" />
       <source>Load macro file</source>
       <translation>Carica un file di macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6985" />
-      <location filename="../QScintilla/Editor.py" line="6941" />
+      <location filename="../QScintilla/Editor.py" line="7004" />
+      <location filename="../QScintilla/Editor.py" line="6960" />
       <source>Macro files (*.macro)</source>
       <translation>File Macro (*.macro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6963" />
-      <location filename="../QScintilla/Editor.py" line="6953" />
+      <location filename="../QScintilla/Editor.py" line="6982" />
+      <location filename="../QScintilla/Editor.py" line="6972" />
       <source>Error loading macro</source>
       <translation>Errore nel caricamento della macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6954" />
+      <location filename="../QScintilla/Editor.py" line="6973" />
       <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;Il file macro &lt;b&gt;{0}&lt;/b&gt; non può essere letto.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6964" />
-      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Il file macro &lt;b&gt;{0}&lt;/b&gt; è danneggiato.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="6983" />
-      <source>Save macro file</source>
-      <translation>Salva un file di macro</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7001" />
-      <source>Save macro</source>
-      <translation>Salva macro</translation>
+      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Il file macro &lt;b&gt;{0}&lt;/b&gt; è danneggiato.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="7002" />
+      <source>Save macro file</source>
+      <translation>Salva un file di macro</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7020" />
+      <source>Save macro</source>
+      <translation>Salva macro</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7021" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Il file  delle macro &lt;b&gt;{0}&lt;/b&gt; esiste già.Sovrascriverlo ?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7017" />
+      <location filename="../QScintilla/Editor.py" line="7036" />
       <source>Error saving macro</source>
       <translation>Errore nel salvataggio della macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7018" />
+      <location filename="../QScintilla/Editor.py" line="7037" />
       <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;Il file macro &lt;b&gt;{0}&lt;/b&gt; non può essere scritto.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7031" />
+      <location filename="../QScintilla/Editor.py" line="7050" />
       <source>Start Macro Recording</source>
       <translation>Avvia registrazione della macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7032" />
+      <location filename="../QScintilla/Editor.py" line="7051" />
       <source>Macro recording is already active. Start new?</source>
       <translation>Registrazione macro già attiva. Avvia nuovamente ?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7058" />
+      <location filename="../QScintilla/Editor.py" line="7077" />
       <source>Macro Recording</source>
       <translation>Registrazione Macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7059" />
+      <location filename="../QScintilla/Editor.py" line="7078" />
       <source>Enter name of the macro:</source>
       <translation>Inserisci un nome per la macro:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7210" />
+      <location filename="../QScintilla/Editor.py" line="7229" />
       <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="7216" />
+      <location filename="../QScintilla/Editor.py" line="7235" />
       <source>&lt;br&gt;&lt;b&gt;Warning:&lt;/b&gt; You will lose your changes upon reopening it.</source>
       <translation>&lt;br&gt;&lt;b&gt;Attenzione:&lt;/b&gt; con la riapertura le modifiche andranno perse.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7223" />
+      <location filename="../QScintilla/Editor.py" line="7242" />
       <source>File changed</source>
       <translation>File modificato</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7273" />
+      <location filename="../QScintilla/Editor.py" line="7292" />
       <source>{0} (ro)</source>
       <translation>{0} (ro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7579" />
+      <location filename="../QScintilla/Editor.py" line="7597" />
       <source>Drop Error</source>
       <translation>Errore Drop</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7580" />
+      <location filename="../QScintilla/Editor.py" line="7598" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; non è un file.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7600" />
+      <location filename="../QScintilla/Editor.py" line="7618" />
       <source>Resources</source>
       <translation>Risorse</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7602" />
+      <location filename="../QScintilla/Editor.py" line="7620" />
       <source>Add file...</source>
       <translation>Aggiungi file...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7603" />
+      <location filename="../QScintilla/Editor.py" line="7621" />
       <source>Add files...</source>
       <translation>Aggiungi files...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7604" />
+      <location filename="../QScintilla/Editor.py" line="7622" />
       <source>Add aliased file...</source>
       <translation>Aggiungi file sinonimo...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7606" />
+      <location filename="../QScintilla/Editor.py" line="7624" />
       <source>Add localized resource...</source>
       <translation>Aggiungi una risorsa localizzata...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7609" />
+      <location filename="../QScintilla/Editor.py" line="7627" />
       <source>Add resource frame</source>
       <translation>Aggiungi riquadro delle risorse</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7628" />
+      <location filename="../QScintilla/Editor.py" line="7646" />
       <source>Add file resource</source>
       <translation>Aggiungi un file risorse</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7642" />
+      <location filename="../QScintilla/Editor.py" line="7660" />
       <source>Add file resources</source>
       <translation>Aggiundi dei file risorse</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7666" />
-      <location filename="../QScintilla/Editor.py" line="7660" />
+      <location filename="../QScintilla/Editor.py" line="7684" />
+      <location filename="../QScintilla/Editor.py" line="7678" />
       <source>Add aliased file resource</source>
       <translation>Aggiungi file sinonimo delle risorse</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7667" />
+      <location filename="../QScintilla/Editor.py" line="7685" />
       <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
       <translation>Alias per il file &lt;b&gt;{0}&lt;/b&gt;:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7742" />
+      <location filename="../QScintilla/Editor.py" line="7760" />
       <source>Package Diagram</source>
       <translation>Diagrammi del package</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7743" />
+      <location filename="../QScintilla/Editor.py" line="7761" />
       <source>Include class attributes?</source>
       <translation>Includi gli attributi della classe ?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7763" />
+      <location filename="../QScintilla/Editor.py" line="7781" />
       <source>Imports Diagram</source>
       <translation>Importa diagrammi</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7764" />
+      <location filename="../QScintilla/Editor.py" line="7782" />
       <source>Include imports from external modules?</source>
       <translation>Includi gli import dai moduli esterni ?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7783" />
+      <location filename="../QScintilla/Editor.py" line="7801" />
       <source>Application Diagram</source>
       <translation>Diagrammi dell'applicazione</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7784" />
+      <location filename="../QScintilla/Editor.py" line="7802" />
       <source>Include module names?</source>
       <translation>Includi i nomi dei moduli ?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8139" />
+      <location filename="../QScintilla/Editor.py" line="8157" />
       <source>Add to dictionary</source>
       <translation>Aggiungi al dizionario</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8141" />
+      <location filename="../QScintilla/Editor.py" line="8159" />
       <source>Ignore All</source>
       <translation>Ignora tutto</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8559" />
+      <location filename="../QScintilla/Editor.py" line="8577" />
       <source>Sort Lines</source>
       <translation>Righe ordinate</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8560" />
+      <location filename="../QScintilla/Editor.py" line="8578" />
       <source>The selection contains illegal data for a numerical sort.</source>
       <translation>La selezione contiene dati non validi per un ordinamento numerico.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8653" />
+      <location filename="../QScintilla/Editor.py" line="8671" />
       <source>Register Mouse Click Handler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8654" />
+      <location filename="../QScintilla/Editor.py" line="8672" />
       <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="8750" />
+      <location filename="../QScintilla/Editor.py" line="8768" />
       <source>{0:4d}    {1}</source>
       <comment>line number, source code</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8756" />
+      <location filename="../QScintilla/Editor.py" line="8774" />
       <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="8824" />
+      <location filename="../QScintilla/Editor.py" line="8842" />
       <source>EditorConfig Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8825" />
+      <location filename="../QScintilla/Editor.py" line="8843" />
       <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>
@@ -17832,6 +17906,14 @@
     </message>
   </context>
   <context>
+    <name>EricIPv4InputWidget</name>
+    <message>
+      <location filename="../EricNetwork/EricIPv4InputWidget.ui" line="0" />
+      <source>Press to clear the entered IPv4 address</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>EricIconBar</name>
     <message>
       <location filename="../EricWidgets/EricIconBar.py" line="36" />
@@ -20090,142 +20172,217 @@
   <context>
     <name>EspDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="73" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="53" />
+      <source>beacon timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="54" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="55" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="56" />
+      <source>association failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="57" />
+      <source>handshake timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="58" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="59" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="60" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="63" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="100" />
       <source>ESP8266, ESP32</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="129" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="156" />
       <source>ESP32 Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="406" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="132" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="352" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="159" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="222" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="208" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1096" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1080" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="163" />
       <source>Erase Flash</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="259" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="139" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="166" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="296" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="143" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1178" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="170" />
       <source>Flash Additional Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="332" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="147" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="278" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="174" />
       <source>Backup Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="385" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="150" />
-      <source>Restore Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="154" />
-      <source>Show Chip ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="157" />
-      <source>Show Flash ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="160" />
-      <source>Show MAC Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="164" />
-      <source>Reset Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="167" />
-      <source>Install 'esptool.py'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="209" />
-      <source>Shall the flash of the selected device really be erased?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="221" />
-      <source>'esptool erase_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="384" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="295" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="258" />
-      <source>'esptool write_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/EspDevices.py" line="331" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="177" />
+      <source>Restore Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="181" />
+      <source>Show Chip ID</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="184" />
+      <source>Show Flash ID</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="187" />
+      <source>Show MAC Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="191" />
+      <source>Reset Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="194" />
+      <source>Install 'esptool.py'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="277" />
       <source>'esptool read_flash' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="407" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1177" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="330" />
+      <source>'esptool write_flash' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="353" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="435" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="382" />
       <source>unknown</source>
       <translation type="unfinished">sconosciuto</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="446" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="393" />
       <source>&lt;h4&gt;{0} Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="454" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="401" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="458" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="405" />
       <source>{0} Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
       <source>'esptool chip_id' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
       <source>'esptool flash_id' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
       <source>'esptool read_mac' Output</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="786" />
+      <source>Error saving credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="797" />
+      <source>Error saving auto-connect script: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="801" />
+      <source>Error modifying 'boot.py': {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="830" />
+      <source>Error deleting credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="910" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1081" />
+      <source>Shall the flash of the selected device really be erased?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1095" />
+      <source>'esptool erase_flash' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1137" />
+      <source>Flash µPy/CPy Firmware</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>EspFirmwareSelectionDialog</name>
@@ -20236,7 +20393,7 @@
     </message>
     <message>
       <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Flash MicroPython Firmware</source>
+      <source>Flash µPy/CPy Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -30459,77 +30616,77 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="457" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="456" />
       <source>Backward</source>
       <translation type="unfinished">Indietro</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="462" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="461" />
       <source>Forward</source>
       <translation type="unfinished">Avanti</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="467" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="466" />
       <source>Reload</source>
       <translation type="unfinished">Ricarica</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="476" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="475" />
       <source>Copy Page URL to Clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="482" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="481" />
       <source>Bookmark Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="490" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="489" />
       <source>Zoom in</source>
       <translation type="unfinished">Ingrandisci</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="495" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="494" />
       <source>Zoom out</source>
       <translation type="unfinished">Riduci</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="500" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="499" />
       <source>Zoom reset</source>
       <translation type="unfinished">Reset zoom</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="506" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="505" />
       <source>Copy</source>
       <translation type="unfinished">Copia</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="512" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="511" />
       <source>Select All</source>
       <translation type="unfinished">Seleziona tutti</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="519" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="518" />
       <source>Close</source>
       <translation type="unfinished">Chiudi</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="524" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="523" />
       <source>Close Others</source>
       <translation type="unfinished">Chiudi altri</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="544" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="543" />
       <source>Open Link in New Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="551" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="550" />
       <source>Open Link in Background Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="559" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="558" />
       <source>Copy URL to Clipboard</source>
       <translation type="unfinished" />
     </message>
@@ -49277,35 +49434,35 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="999" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="829" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="146" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="125" />
       <source>Change Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1019" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="865" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="853" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="149" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="128" />
       <source>Create Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1074" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="903" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="892" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="155" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="131" />
       <source>Delete Directory Tree</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1101" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="941" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="930" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="159" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="135" />
       <source>Delete File</source>
@@ -49318,7 +49475,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1046" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="152" />
       <source>Delete Directory</source>
       <translation type="unfinished" />
@@ -49383,65 +49540,65 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="831" />
       <source>Select Directory</source>
       <translation type="unfinished">Seleziona Directory</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1021" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="855" />
       <source>Enter directory name:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="867" />
       <source>&lt;p&gt;The 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 type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1076" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="894" />
       <source>Do you really want to delete this directory tree?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="905" />
       <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1103" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="932" />
       <source>Do you really want to delete this file?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="943" />
       <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1001" />
       <source>Enter the directory path on the device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1048" />
       <source>Do you really want to delete this directory?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1135" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1136" />
       <source>&lt;h3&gt;Filesystem Information&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1137" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1138" />
       <source>&lt;h4&gt;{0}&lt;/h4&lt;table&gt;&lt;tr&gt;&lt;td&gt;Total Size: &lt;/td&gt;&lt;td align='right'&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Used Size: &lt;/td&gt;&lt;td align='right'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Free Size: &lt;/td&gt;&lt;td align='right'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1150" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1151" />
       <source>Filesystem Information</source>
       <translation type="unfinished" />
     </message>
@@ -49578,6 +49735,102 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Nome:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Password:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="326" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="309" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished">Indirizzo:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
       <source>MPY Cross Compiler</source>
       <translation type="unfinished" />
     </message>
@@ -49724,56 +49977,67 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="47" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="53" />
       <source>Automatic</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="49" />
-      <source>Light</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="52" />
-      <source>Dark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="55" />
-      <source>Blue Cerulean</source>
+      <source>Light</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="58" />
-      <source>Brown Sand</source>
+      <source>Dark</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="61" />
-      <source>Blue NCS</source>
+      <source>Blue Cerulean</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="64" />
-      <source>High Contrast</source>
+      <source>Brown Sand</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="67" />
-      <source>Blue Icy</source>
+      <source>Blue NCS</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="70" />
+      <source>High Contrast</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="73" />
+      <source>Blue Icy</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
       <source>Qt</source>
       <translation type="unfinished">Qt</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="79" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="85" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="82" />
       <source>All Files (*)</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="88" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="322" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="305" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>MicroPythonProgressInfoDialog</name>
@@ -49786,17 +50050,17 @@
   <context>
     <name>MicroPythonWidget</name>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="231" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="235" />
       <source>MicroPython Menu</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="288" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="293" />
       <source>&lt;h3&gt;The QtSerialPort package is not available.&lt;br/&gt;MicroPython support is deactivated.&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="329" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="334" />
       <source>%n supported device(s) detected.</source>
       <translation type="unfinished">
         <numerusform />
@@ -49804,18 +50068,18 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="343" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="348" />
       <source>{0} - {1} ({2})</source>
       <comment>board name, description, port name</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="363" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="368" />
       <source>No supported devices detected.</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="367" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="372" />
       <source>
 %n unknown device(s) for manual selection.</source>
       <translation type="unfinished">
@@ -49824,70 +50088,70 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="374" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="379" />
       <source>Manual Selection</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="437" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="408" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="442" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="413" />
       <source>Unknown MicroPython Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="409" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="414" />
       <source>&lt;p&gt;Detected these unknown serial devices&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please report them together with the board name and a short description to &lt;a href="mailto:{1}"&gt; the eric bug reporting address&lt;/a&gt; if it is a MicroPython board.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="421" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="426" />
       <source>{0} (0x{1:04x}/0x{2:04x})</source>
       <comment>description, VId, PId</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="438" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="443" />
       <source>Would you like to add them to the list of manually configured devices?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="568" />
-      <source>Clear</source>
-      <translation type="unfinished">Pulisci</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="573" />
+      <source>Clear</source>
+      <translation type="unfinished">Pulisci</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="578" />
       <source>Copy</source>
       <translation type="unfinished">Copia</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="579" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="584" />
       <source>Paste</source>
       <translation type="unfinished">Incolla</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="586" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="591" />
       <source>Select All</source>
       <translation type="unfinished">Seleziona tutti</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
       <source>Press to disconnect the current device</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="622" />
       <source>Press to connect the selected device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="644" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="652" />
       <source>No device attached</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="645" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="653" />
       <source>Please ensure the device is plugged into your computer and selected.
 
 It must have a version of MicroPython (or CircuitPython) flashed onto it before anything will work.
@@ -49896,318 +50160,318 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="674" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="682" />
       <source>Start REPL</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="675" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="683" />
       <source>&lt;p&gt;The REPL cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1194" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1183" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1211" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1200" />
       <source>Serial Device Connect</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1184" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1201" />
       <source>&lt;p&gt;The device at serial port &lt;b&gt;{0}&lt;/b&gt; does not respond. It may not have a MicroPython firmware flashed.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1195" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1212" />
       <source>&lt;p&gt;Cannot connect to device at serial port &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1270" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1261" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1252" />
+      <source>Run Script</source>
+      <translation type="unfinished">Esegui Script</translation>
+    </message>
+    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1253" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1244" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1235" />
-      <source>Run Script</source>
-      <translation type="unfinished">Esegui Script</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1236" />
       <source>There is no editor open. Abort...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1245" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1262" />
       <source>The current editor does not contain a script. Abort...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1254" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1271" />
       <source>&lt;p&gt;Cannot run script.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1290" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1307" />
       <source>Start Chart</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1291" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1308" />
       <source>&lt;p&gt;The Chart cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1306" />
-      <source>µPy Chart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1323" />
+      <source>µPy Chart</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1340" />
       <source>Unsaved Chart Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1324" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1341" />
       <source>The chart contains unsaved data.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1372" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1389" />
       <source>Start File Manager</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1373" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1390" />
       <source>&lt;p&gt;The File Manager cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1392" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1409" />
       <source>µPy Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1428" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1453" />
       <source>Downloads</source>
       <translation type="unfinished">Downloads</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1443" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
       <source>Show Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1446" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1479" />
       <source>Show Implementation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1449" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1482" />
       <source>Show Board Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1611" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1454" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1646" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1487" />
       <source>Synchronize Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1457" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1490" />
       <source>Show Device Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1459" />
-      <source>Show Local Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1462" />
-      <source>Show Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1466" />
-      <source>Show Builtin Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1835" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1472" />
-      <source>Compile Python File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1859" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1850" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
-      <source>Compile Current Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1485" />
-      <source>Download Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1492" />
-      <source>Show Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1496" />
-      <source>Flash UF2 Device</source>
+      <source>Show Local Time</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1495" />
+      <source>Show Time</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1499" />
+      <source>Show Builtin Modules</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1870" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <source>Compile Python File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1894" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1885" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1509" />
+      <source>Compile Current Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <source>Download Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1528" />
+      <source>Show Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1531" />
+      <source>Flash UF2 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1534" />
       <source>Manage Unknown Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1502" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1537" />
       <source>Ignored Serial Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1540" />
       <source>Configure</source>
       <translation type="unfinished">Configura</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1514" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1549" />
       <source>&lt;h3&gt;Device Version Information&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1525" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1560" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
       <source>Device Version Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1526" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1561" />
       <source>No version information available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1550" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1542" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1585" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1577" />
       <source>unknown</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1591" />
       <source> ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1572" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1563" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1607" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1598" />
       <source>Device Implementation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1564" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1599" />
       <source>&lt;h3&gt;Device Implementation Information&lt;/h3&gt;&lt;p&gt;This device contains &lt;b&gt;{0} {1}{2}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1573" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1608" />
       <source>No device implementation information available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1647" />
       <source>&lt;p&gt;The time of the connected device was synchronized with the local time.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1634" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1669" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1642" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1677" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1658" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1693" />
       <source>Device Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1670" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1705" />
       <source>Local Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1671" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1706" />
       <source>&lt;h3&gt;Local Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1712" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1695" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1747" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1730" />
       <source>Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1696" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1731" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{0}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{1}&lt;/td&gt;&lt;td align='center'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1713" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1748" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align='center'&gt;{0} {1}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1737" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1772" />
       <source>Error handling device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1738" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1773" />
       <source>&lt;p&gt;There was an error communicating with the connected device.&lt;/p&gt;&lt;p&gt;Method: {0}&lt;/p&gt;&lt;p&gt;Message: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1780" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1815" />
       <source>The MicroPython cross compiler &lt;b&gt;mpy-cross&lt;/b&gt; cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1806" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1841" />
       <source>Python Files (*.py);;All Files (*)</source>
       <translation type="unfinished">File Python (*.py);;Tutti i File (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1816" />
-      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1825" />
-      <source>'mpy-cross' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1851" />
+      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1860" />
+      <source>'mpy-cross' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1886" />
       <source>The current editor does not contain a Python file. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1943" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1978" />
       <source>Add Unknown Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1944" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1979" />
       <source>Select the devices to be added:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1985" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="2020" />
       <source>Plus any modules on the filesystem.</source>
       <translation type="unfinished" />
     </message>
@@ -50240,168 +50504,168 @@
   <context>
     <name>MicrobitDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="86" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="101" />
       <source>BBC micro:bit</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="89" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="104" />
       <source>Calliope mini</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="186" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="201" />
       <source>BBC micro:bit/Calliope Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="399" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="387" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="370" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="189" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="414" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="402" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="385" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="204" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="193" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="208" />
       <source>Flash MicroPython</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="196" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="211" />
       <source>Flash Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="473" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="200" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="489" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="215" />
       <source>Save Script as 'main.py'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="203" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="218" />
       <source>Save the current script as 'main.py' on the connected device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="207" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="222" />
       <source>Reset {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="353" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="344" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="330" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="313" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="300" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="280" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="368" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="359" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="345" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="328" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="315" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="295" />
       <source>Flash MicroPython/Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="281" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="296" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed and plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;See the &lt;a href="https://microbit.org/guide/firmware/"&gt;micro:bit web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="301" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="316" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MICROBIT is available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="314" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="329" />
       <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed an plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="331" />
-      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="346" />
+      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="361" />
       <source>MicroPython/Firmware Files (*.hex *.bin);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="354" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="369" />
       <source>There are multiple devices ready for flashing. Please make sure, that only one device is prepared.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="371" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="386" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="388" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="403" />
       <source>&lt;p&gt;The BBC micro:bit generation cannot be determined. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="400" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="415" />
       <source>&lt;p&gt;The firmware URL for the device type &lt;b&gt;{0}&lt;/b&gt; is not known. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="427" />
-      <source>unknown</source>
-      <translation type="unfinished">sconosciuto</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="443" />
-      <source>Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="446" />
-      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="455" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
+      <source>unknown</source>
+      <translation type="unfinished">sconosciuto</translation>
     </message>
     <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="459" />
+      <source>Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="462" />
+      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="471" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="475" />
       <source>{0} Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="479" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="495" />
       <source>The current editor does not contain a Python script. Write it anyway?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="490" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="506" />
       <source>The script is empty. Aborting.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="544" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="560" />
       <source>MicroPython Firmware for BBC micro:bit V1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="576" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="563" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="548" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="592" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="579" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="564" />
       <source>DAPLink Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="555" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="571" />
       <source>MicroPython Firmware for BBC micro:bit V2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="559" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="575" />
       <source>CircuitPython Firmware for BBC micro:bit V2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="572" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="588" />
       <source>MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
@@ -57441,18 +57705,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1793" />
+      <location filename="../Preferences/__init__.py" line="1803" />
       <source>Export Preferences</source>
       <translation>Esporta Preferenze</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1822" />
-      <location filename="../Preferences/__init__.py" line="1795" />
+      <location filename="../Preferences/__init__.py" line="1832" />
+      <location filename="../Preferences/__init__.py" line="1805" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation>File proprietà (*.ini);;Tutti i file(*)</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1820" />
+      <location filename="../Preferences/__init__.py" line="1830" />
       <source>Import Preferences</source>
       <translation>Importa Preferenze</translation>
     </message>
@@ -62514,22 +62778,22 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="467" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="468" />
       <source>unknown</source>
       <translation type="unfinished">sconosciuto</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="473" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="474" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="481" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="482" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="485" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="486" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
@@ -67656,86 +67920,193 @@
   <context>
     <name>RP2040Device</name>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="71" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="52" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="62" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="53" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="65" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="54" />
+      <source>connection failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="61" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="55" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="56" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="57" />
+      <source>connected, waiting for IP address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="64" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="58" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="63" />
+      <source>network scan completed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="66" />
+      <source>connection lost</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="67" />
+      <source>disconnected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="68" />
+      <source>AP listening</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="69" />
+      <source>AP connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="70" />
+      <source>AP failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="89" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="76" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="90" />
+      <source>automatic</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="121" />
       <source>RP2040</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="127" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="177" />
       <source>RP2040 Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="199" />
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="130" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="256" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="180" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="134" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="184" />
       <source>Activate Bootloader</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="137" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="187" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="200" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="191" />
+      <source>Reset Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="257" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="232" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="290" />
       <source>unknown</source>
       <translation type="unfinished">sconosciuto</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="242" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="300" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;{2}&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="252" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="310" />
       <source>&lt;tr&gt;&lt;td&gt;Variant:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="263" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="320" />
       <source>&lt;p&gt;Update may be available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="265" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="322" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="269" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="326" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="292" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="358" />
       <source>MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="296" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="362" />
       <source>Pimoroni Pico Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="299" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="365" />
       <source>CircuitPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="303" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="369" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="421" />
+      <source>Set Country</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="976" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="611" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1086" />
+      <source>Pico Wireless does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1161" />
+      <source>Pico Wireless does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>RccCompilerOptionsDialog</name>
@@ -69279,111 +69650,111 @@
   <context>
     <name>SessionManager</name>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="300" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="299" />
       <source>Backup 1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="308" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="307" />
       <source>Backup 2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="339" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="338" />
       <source>Default Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="492" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="491" />
       <source>Clone Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="495" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="494" />
       <source>Rename Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="499" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="498" />
       <source>Please enter a new name:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="672" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="572" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="515" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="514" />
       <source>The session file "{0}" exists already. Please enter another name.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="528" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="527" />
       <source>An error occurred while cloning the session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="538" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="537" />
       <source>An error occurred while renaming the session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="570" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="552" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="554" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
       <source>Please enter a name for the session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="556" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="555" />
       <source>Saved Session ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="594" />
+      <source>Restore Backup</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="595" />
-      <source>Restore Backup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="596" />
       <source>Are you sure you want to replace the current session?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="636" />
+      <source>Delete Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="637" />
-      <source>Delete Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="638" />
       <source>Are you sure you want to delete session "{0}"?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="670" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="652" />
       <source>New Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="654" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
       <source>Please enter a name for the new session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="656" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="655" />
       <source>New Session ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="718" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="717" />
       <source>Please select the startup session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="742" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="741" />
       <source>{0} (last session)</source>
       <translation type="unfinished" />
     </message>
@@ -81726,7 +82097,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="241" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="301" />
       <location filename="../MicroPython/Devices/TeensyDevices.py" line="154" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
@@ -81742,37 +82113,37 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="213" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="214" />
       <source>unknown</source>
       <translation type="unfinished">sconosciuto</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="219" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="220" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="227" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="228" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="231" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="232" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="242" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="302" />
       <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 are flashed using the 'Teensy Loader' application. Make sure you downloaded the MicroPython or CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="261" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="324" />
       <source>Start 'Teensy Loader'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="262" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="325" />
       <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -82058,22 +82429,22 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="884" />
+      <location filename="../Templates/TemplateViewer.py" line="883" />
       <source>Edit Template Group</source>
       <translation>Modifica gruppo template</translation>
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="885" />
+      <location filename="../Templates/TemplateViewer.py" line="884" />
       <source>&lt;p&gt;A template group with the name &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Un gruppo di template con il nome &lt;b&gt;{0}&lt;/b&gt; esite già.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Templates/TemplateViewer.py" line="1005" />
+      <source>Read Templates</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Templates/TemplateViewer.py" line="1006" />
-      <source>Read Templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="1007" />
       <source>&lt;p&gt;The templates file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Il file template &lt;b&gt;{0}&lt;/b&gt; non può essere letto.&lt;/p&gt;</translation>
     </message>
@@ -83437,42 +83808,42 @@
   <context>
     <name>TranslatorEngines</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="49" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
       <source>DeepL</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="50" />
-      <source>Google V.1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
-      <source>Google V.2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="52" />
-      <source>IBM Watson</source>
+      <source>Google V.1</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="53" />
-      <source>Microsoft</source>
+      <source>Google V.2</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="54" />
-      <source>MyMemory</source>
+      <source>IBM Watson</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="55" />
+      <source>Microsoft</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="56" />
+      <source>MyMemory</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="57" />
       <source>Yandex</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="58" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="60" />
       <source>Unknow translation service name ({0})</source>
       <translation type="unfinished" />
     </message>
@@ -84285,6 +84656,7 @@
   <context>
     <name>UF2FlashDialog</name>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1099" />
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash UF2 Device</source>
       <translation type="unfinished" />
@@ -84311,7 +84683,7 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>'Boot' Path:</source>
+      <source>'Boot' Volume:</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -84321,6 +84693,11 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
+      <source>Press to check for all known boot volume names.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash MicroPython / CircuitPython</source>
       <translation type="unfinished" />
     </message>
@@ -84346,106 +84723,111 @@
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1100" />
+      <source>Select the Boot Volume of the device:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="717" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="786" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="775" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="766" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="789" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="778" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="769" />
       <source>Manual Select</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="885" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="853" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="830" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="888" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="833" />
       <source>Reset Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="832" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="835" />
       <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="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="859" />
       <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="866" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="869" />
       <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="887" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="890" />
       <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="899" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="902" />
       <source>Flash Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="901" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="904" />
       <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="926" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="929" />
       <source>Boot Volume not found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="928" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="931" />
       <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="934" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="937" />
       <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="939" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="942" />
       <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="946" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="949" />
       <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="965" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="968" />
       <source>Multiple Boot Volumes found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="967" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="970" />
       <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="986" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="988" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="991" />
       <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="995" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="998" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="997" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1000" />
       <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>
@@ -87860,43 +88242,43 @@
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; non è un file.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8282" />
+      <location filename="../UI/UserInterface.py" line="8285" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8283" />
+      <location filename="../UI/UserInterface.py" line="8286" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8336" />
-      <location filename="../UI/UserInterface.py" line="8323" />
+      <location filename="../UI/UserInterface.py" line="8339" />
+      <location filename="../UI/UserInterface.py" line="8326" />
       <source>First time usage</source>
       <translation>Primo avvio</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8324" />
+      <location filename="../UI/UserInterface.py" line="8327" />
       <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="8337" />
+      <location filename="../UI/UserInterface.py" line="8340" />
       <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="8360" />
+      <location filename="../UI/UserInterface.py" line="8363" />
       <source>Select Workspace Directory</source>
       <translation type="unfinished">Seleziona cartella di lavoro</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8520" />
+      <location filename="../UI/UserInterface.py" line="8523" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8521" />
+      <location filename="../UI/UserInterface.py" line="8524" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
@@ -92951,65 +93333,65 @@
       <translation>&lt;p&gt;Il file &lt;b&gt;{0}&lt;/b&gt; contiene modifiche non salvate.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5826" />
+      <location filename="../ViewManager/ViewManager.py" line="5830" />
       <source>Line: {0:5}</source>
       <translation>Linea: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5832" />
+      <location filename="../ViewManager/ViewManager.py" line="5836" />
       <source>Pos: {0:5}</source>
       <translation>Pos: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5852" />
+      <location filename="../ViewManager/ViewManager.py" line="5856" />
       <source>Language: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5861" />
+      <location filename="../ViewManager/ViewManager.py" line="5865" />
       <source>EOL Mode: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6318" />
-      <location filename="../ViewManager/ViewManager.py" line="6276" />
+      <location filename="../ViewManager/ViewManager.py" line="6326" />
+      <location filename="../ViewManager/ViewManager.py" line="6284" />
       <source>&amp;Clear</source>
       <translation>Pulis&amp;ci</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6312" />
+      <location filename="../ViewManager/ViewManager.py" line="6320" />
       <source>&amp;Add</source>
       <translation>&amp;Aggiungi</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6315" />
+      <location filename="../ViewManager/ViewManager.py" line="6323" />
       <source>&amp;Edit...</source>
       <translation>&amp;Modifica...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7361" />
-      <location filename="../ViewManager/ViewManager.py" line="7347" />
-      <location filename="../ViewManager/ViewManager.py" line="7315" />
+      <location filename="../ViewManager/ViewManager.py" line="7369" />
+      <location filename="../ViewManager/ViewManager.py" line="7355" />
+      <location filename="../ViewManager/ViewManager.py" line="7323" />
       <source>Edit Spelling Dictionary</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7318" />
+      <location filename="../ViewManager/ViewManager.py" line="7326" />
       <source>&lt;p&gt;The spelling dictionary 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="../ViewManager/ViewManager.py" line="7334" />
+      <location filename="../ViewManager/ViewManager.py" line="7342" />
       <source>Editing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7350" />
+      <location filename="../ViewManager/ViewManager.py" line="7358" />
       <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7364" />
+      <location filename="../ViewManager/ViewManager.py" line="7372" />
       <source>The spelling dictionary was saved successfully.</source>
       <translation type="unfinished" />
     </message>
@@ -98593,6 +98975,615 @@
     </message>
   </context>
   <context>
+    <name>WifiApConfigDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="39" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="116" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="120" />
+      <source>Press to show the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Access Point Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Nome:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Password:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished">Indirizzo:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiApStationsDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Connected WiFi Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished">Nome</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiConnectionDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>WiFi Connection Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Nome:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Password:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="72" />
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="68" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiController</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="45" />
+      <source>WiFi Functions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="47" />
+      <source>Show WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="122" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="114" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="49" />
+      <source>Connect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="50" />
+      <source>Check Internet Connection</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="138" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="51" />
+      <source>Disconnect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="53" />
+      <source>Scan Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="216" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="207" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="55" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="254" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="244" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="233" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="56" />
+      <source>Remove WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="305" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="294" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="58" />
+      <source>Start WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="60" />
+      <source>Start WiFi Access Point with IP</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="359" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="63" />
+      <source>Show Connected Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="335" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="326" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="65" />
+      <source>Stop WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="68" />
+      <source>Deactivate Client Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="72" />
+      <source>Deactivate Access Point Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="115" />
+      <source>&lt;p&gt;The device was connected to &lt;b&gt;{0}&lt;/b&gt; successfully.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="123" />
+      <source>&lt;p&gt;The device could not connect to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="258" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="220" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="173" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="147" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="126" />
+      <source>unknown</source>
+      <translation type="unfinished">sconosciuto</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="139" />
+      <source>&lt;p&gt;The device was disconnected from the WiFi network.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="145" />
+      <source>&lt;p&gt;The device could not be disconnected.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="158" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="160" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;not available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="171" />
+      <source>&lt;p&gt;The internet is not available.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="208" />
+      <source>&lt;p&gt;The WiFi credentials were saved on the device. The device will connect to the WiFi network at boot time.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="217" />
+      <source>&lt;p&gt;The WiFi credentials could not be saved on the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="234" />
+      <source>Shall the saved WiFi credentials really be removed from the connected device?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="245" />
+      <source>&lt;p&gt;The WiFi credentials were removed from the device. The device will not connect to the WiFi network at boot time anymore.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="255" />
+      <source>&lt;p&gt;The WiFi credentials could not be removed from the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="295" />
+      <source>The WiFi Access Point interface was started successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="300" />
+      <source>&lt;p&gt;The WiFi Access Point could not be started.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="381" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="332" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="302" />
+      <source>&lt;p&gt;Reason: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="327" />
+      <source>The WiFi Access Point interface was stopped successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="330" />
+      <source>&lt;p&gt;The WiFi Access Point could not be stopped.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="360" />
+      <source>No clients are connected to the access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="384" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="375" />
+      <source>Deactivate WiFi Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="376" />
+      <source>The WiFi interface was deactivated successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="379" />
+      <source>&lt;p&gt;The WiFi interface could not be deactivated.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiCountryDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>WiFi Country Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiNetworksWindow</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished">Nome</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Channel</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Security</source>
+      <translation type="unfinished">Sicurezza</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Press to scan for available WiFi networks.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan Interval:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source> s</source>
+      <translation type="unfinished"> s</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Periodic Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="67" />
+      <source>Scan WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="68" />
+      <source>&lt;p&gt;The scan for available WiFi networks failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message numerus="yes">
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="78" />
+      <source>&lt;p&gt;Detected &lt;b&gt;%n&lt;/b&gt; network(s).&lt;/p&gt;</source>
+      <translation type="unfinished">
+        <numerusform />
+      </translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiStatusDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <source>WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="135" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="57" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="46" />
+      <source>Active</source>
+      <translation type="unfinished">Attivo</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>Yes</source>
+      <translation type="unfinished">Si</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>No</source>
+      <translation type="unfinished">No</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="53" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="143" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="65" />
+      <source>Connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="148" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="70" />
+      <source>Status</source>
+      <translation type="unfinished">Stato</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="150" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="73" />
+      <source>Hostname</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="153" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="76" />
+      <source>IPv4 Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="156" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="79" />
+      <source>Netmask</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="159" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="82" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="161" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="84" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="116" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="85" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="167" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="113" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="88" />
+      <source>Channel</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="126" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="92" />
+      <source>Country</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="175" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="98" />
+      <source>Tx-Power</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="176" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="99" />
+      <source>{0} dBm</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="105" />
+      <source>Connected Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="108" />
+      <source>Name</source>
+      <translation type="unfinished">Nome</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="119" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="122" />
+      <source>Security</source>
+      <translation type="unfinished">Sicurezza</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="131" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="163" />
+      <source>SSID</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>WizardEricPluginWizard</name>
     <message>
       <location filename="../Plugins/PluginWizardEricPlugin.py" line="93" />
--- a/src/eric7/i18n/eric7_pt.ts	Fri Mar 03 11:34:59 2023 +0100
+++ b/src/eric7/i18n/eric7_pt.ts	Fri Mar 03 13:44:34 2023 +0100
@@ -1804,55 +1804,60 @@
   <context>
     <name>BaseDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="128" />
-      <source>Show MicroPython Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="129" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="162" />
+      <source>Device Data Not Available</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="163" />
       <source>&lt;p&gt;The device data is not available. Try to connect to the device again. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="173" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="216" />
       <source>Unsupported Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="183" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="226" />
       <source>REPL is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="202" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="245" />
       <source>Plotter is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="221" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="264" />
       <source>Running scripts is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="240" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="283" />
       <source>File Manager is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="285" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="328" />
       <source>Select Device Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="286" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="329" />
       <source>Select the directory for the connected device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="432" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="475" />
       <source>Detected an error without indications.</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1245" />
+      <source>Operation not supported.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>BlackConfigurationDialog</name>
@@ -3843,124 +3848,193 @@
   <context>
     <name>CircuitPythonDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="87" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="67" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="129" />
       <source>CircuitPython</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="216" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="258" />
       <source>Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="217" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="259" />
       <source>Python files for CircuitPython can be edited in place, if the device volume is locally available. Such a volume was not found. In place editing will not be available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="247" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="289" />
       <source>Library Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="251" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="295" />
       <source>CircuitPython Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="254" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="297" />
       <source>Show CircuitPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="263" />
-      <source>CircuitPython Flash Instructions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="345" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="276" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="267" />
-      <source>Flash CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="270" />
-      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="443" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="305" />
-      <source>Install Library Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="441" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="309" />
-      <source>Install Library Package</source>
+      <source>Reset Device</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="315" />
+      <source>Flash CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="319" />
+      <source>UF2 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="323" />
+      <source>ESP32 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="324" />
+      <source>Erase Flash</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="326" />
+      <source>Flash MicroPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="330" />
+      <source>Flash Additional Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="335" />
+      <source>Teensy Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="337" />
+      <source>CircuitPython Flash Instructions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="341" />
+      <source>Start 'Teensy Loader'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="344" />
+      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="539" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="376" />
+      <source>Install Library Files</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="537" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="380" />
+      <source>Install Library Package</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="386" />
       <source>Install 'circup' Package</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="346" />
-      <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 do not support the UF2 bootloader. Please use the 'Teensy Loader' application to flash CircuitPython. Make sure you downloaded the CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="366" />
-      <source>Start 'Teensy Loader'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="367" />
-      <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="396" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="492" />
       <source>unknown</source>
       <translation type="unfinished">desconhecido</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="415" />
-      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="423" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="427" />
-      <source>CircuitPython Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="449" />
-      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="477" />
-      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="507" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="511" />
+      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="519" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="523" />
+      <source>CircuitPython Version</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="545" />
+      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="573" />
+      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="603" />
+      <source>CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="607" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="999" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="737" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="911" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="833" />
+      <source>The device volume is not available.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="876" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="848" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="877" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="849" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="884" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="856" />
+      <source>Aborted</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
+      <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1137" />
+      <source>CircuitPython does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>CircuitPythonUpdaterInterface</name>
@@ -11462,24 +11536,24 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="500" />
       <source>Downloads finished</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="502" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
       <source>All files have been downloaded.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../WebBrowser/Download/DownloadManager.ui" line="0" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="587" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="510" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="586" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="509" />
       <source>Download Manager</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="620" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="619" />
       <source>{0}% of %n file(s) ({1}) {2}</source>
       <translation type="unfinished">
         <numerusform />
@@ -11487,7 +11561,7 @@
       </translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="628" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="627" />
       <source>{0}% - Download Manager</source>
       <translation type="unfinished" />
     </message>
@@ -11731,7 +11805,7 @@
   <context>
     <name>Editor</name>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3297" />
+      <location filename="../QScintilla/Editor.py" line="3315" />
       <location filename="../QScintilla/Editor.py" line="427" />
       <location filename="../QScintilla/Editor.py" line="412" />
       <source>Open File</source>
@@ -11753,964 +11827,964 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="866" />
+      <location filename="../QScintilla/Editor.py" line="884" />
       <source>Undo</source>
       <translation>Desfazer</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="869" />
+      <location filename="../QScintilla/Editor.py" line="887" />
       <source>Redo</source>
       <translation>Refazer</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="872" />
+      <location filename="../QScintilla/Editor.py" line="890" />
       <source>Revert to last saved state</source>
       <translation>Voltar ao último estado guardado</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="876" />
+      <location filename="../QScintilla/Editor.py" line="894" />
       <source>Cut</source>
       <translation>Cortar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="879" />
+      <location filename="../QScintilla/Editor.py" line="897" />
       <source>Copy</source>
       <translation>Copiar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="882" />
+      <location filename="../QScintilla/Editor.py" line="900" />
       <source>Paste</source>
       <translation>Colar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="888" />
+      <location filename="../QScintilla/Editor.py" line="906" />
       <source>Indent</source>
       <translation>Indentar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="893" />
-      <source>Unindent</source>
-      <translation>Tirar Indentação</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="898" />
-      <source>Comment</source>
-      <translation>Comentar</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="903" />
-      <source>Uncomment</source>
-      <translation>Descomentar</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="9017" />
-      <location filename="../QScintilla/Editor.py" line="908" />
-      <source>Generate Docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="911" />
+      <source>Unindent</source>
+      <translation>Tirar Indentação</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="916" />
+      <source>Comment</source>
+      <translation>Comentar</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="921" />
+      <source>Uncomment</source>
+      <translation>Descomentar</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="9035" />
+      <location filename="../QScintilla/Editor.py" line="926" />
+      <source>Generate Docstring</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="929" />
       <source>Select to brace</source>
       <translation>Selecionar até parentesis</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="912" />
+      <location filename="../QScintilla/Editor.py" line="930" />
       <source>Select all</source>
       <translation>Selecionar tudo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="913" />
+      <location filename="../QScintilla/Editor.py" line="931" />
       <source>Deselect all</source>
       <translation>Desselecionar tudo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="915" />
+      <location filename="../QScintilla/Editor.py" line="933" />
       <source>Execute Selection In Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="927" />
-      <source>Use Monospaced Font</source>
-      <translation>Usar Tipo de Letra de Tamanho Único</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="932" />
-      <source>Autosave enabled</source>
-      <translation>Ativado autogravar </translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="937" />
-      <source>Typing aids enabled</source>
-      <translation>Habilitada a ajuda à escritura</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="945" />
+      <source>Use Monospaced Font</source>
+      <translation>Usar Tipo de Letra de Tamanho Único</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="950" />
+      <source>Autosave enabled</source>
+      <translation>Ativado autogravar </translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="955" />
+      <source>Typing aids enabled</source>
+      <translation>Habilitada a ajuda à escritura</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="963" />
       <source>Automatic Completion enabled</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="954" />
-      <source>Calltip</source>
-      <translation>Dica</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="957" />
-      <source>Code Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="972" />
+      <source>Calltip</source>
+      <translation>Dica</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="975" />
+      <source>Code Info</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="990" />
       <source>New Document View</source>
       <translation>Vista de Documento Novo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="977" />
+      <location filename="../QScintilla/Editor.py" line="995" />
       <source>New Document View (with new split)</source>
       <translation>Vista de Documento Novo (com divisão nova)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="985" />
+      <location filename="../QScintilla/Editor.py" line="1003" />
       <source>Save</source>
       <translation>Gravar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="989" />
+      <location filename="../QScintilla/Editor.py" line="1007" />
       <source>Save As...</source>
       <translation>Gravar Como...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="994" />
+      <location filename="../QScintilla/Editor.py" line="1012" />
       <source>Save Copy...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1016" />
-      <location filename="../QScintilla/Editor.py" line="1013" />
+      <location filename="../QScintilla/Editor.py" line="1034" />
+      <location filename="../QScintilla/Editor.py" line="1031" />
       <source>Complete</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1020" />
+      <location filename="../QScintilla/Editor.py" line="1038" />
       <source>Clear Completions Cache</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1023" />
+      <location filename="../QScintilla/Editor.py" line="1041" />
       <source>Complete from Document</source>
       <translation type="unfinished">desde Documento</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1025" />
+      <location filename="../QScintilla/Editor.py" line="1043" />
       <source>Complete from APIs</source>
       <translation type="unfinished">desde APIs</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1028" />
+      <location filename="../QScintilla/Editor.py" line="1046" />
       <source>Complete from Document and APIs</source>
       <translation type="unfinished">desde Documento e APIs</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1042" />
+      <location filename="../QScintilla/Editor.py" line="1060" />
       <source>Check</source>
       <translation>Verificar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1053" />
+      <location filename="../QScintilla/Editor.py" line="1071" />
       <source>Code Formatting</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1059" />
+      <location filename="../QScintilla/Editor.py" line="1077" />
       <source>Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1064" />
+      <location filename="../QScintilla/Editor.py" line="1082" />
       <source>Format Code</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1068" />
-      <source>Check Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1072" />
-      <source>Formatting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1081" />
-      <source>isort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1086" />
-      <source>Sort Imports</source>
+      <source>Check Formatting</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1090" />
+      <source>Formatting Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1099" />
+      <source>isort</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1104" />
+      <source>Sort Imports</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1108" />
       <source>Imports Sorting Diff</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1106" />
-      <source>Tools</source>
-      <translation>Ferramentas</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1117" />
-      <source>Show</source>
-      <translation>Mostrar</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1119" />
-      <source>Code metrics...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1121" />
-      <source>Code coverage...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1124" />
+      <source>Tools</source>
+      <translation>Ferramentas</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1135" />
+      <source>Show</source>
+      <translation>Mostrar</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1137" />
+      <source>Code metrics...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1139" />
+      <source>Code coverage...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1142" />
       <source>Show code coverage annotations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1127" />
-      <source>Hide code coverage annotations</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1131" />
-      <source>Profile data...</source>
-      <translation>Dados de Perfil...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1145" />
-      <source>Diagrams</source>
-      <translation>Diagramas</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1147" />
-      <source>Class Diagram...</source>
-      <translation>Diagrama de Classes...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1148" />
-      <source>Package Diagram...</source>
-      <translation>Diagrama do Pacote...</translation>
+      <source>Hide code coverage annotations</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1149" />
+      <source>Profile data...</source>
+      <translation>Dados de Perfil...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1163" />
+      <source>Diagrams</source>
+      <translation>Diagramas</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1165" />
+      <source>Class Diagram...</source>
+      <translation>Diagrama de Classes...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1166" />
+      <source>Package Diagram...</source>
+      <translation>Diagrama do Pacote...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1167" />
       <source>Imports Diagram...</source>
       <translation>Diagrama de Imports...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1151" />
+      <location filename="../QScintilla/Editor.py" line="1169" />
       <source>Application Diagram...</source>
       <translation>Diagrama da Aplicação...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1156" />
+      <location filename="../QScintilla/Editor.py" line="1174" />
       <source>Load Diagram...</source>
       <translation>Carregar Diagrama...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1171" />
+      <location filename="../QScintilla/Editor.py" line="1189" />
       <source>Languages</source>
       <translation>Linguagens</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1175" />
+      <location filename="../QScintilla/Editor.py" line="1193" />
       <source>Text</source>
       <translation type="unfinished">Texto</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1198" />
+      <location filename="../QScintilla/Editor.py" line="1216" />
       <source>Guessed</source>
       <translation>Adivinhado</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1527" />
-      <location filename="../QScintilla/Editor.py" line="1202" />
+      <location filename="../QScintilla/Editor.py" line="1545" />
+      <location filename="../QScintilla/Editor.py" line="1220" />
       <source>Alternatives</source>
       <translation>Alternativas</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1219" />
+      <location filename="../QScintilla/Editor.py" line="1237" />
       <source>Encodings</source>
       <translation>Codificações</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1242" />
+      <location filename="../QScintilla/Editor.py" line="1260" />
       <source>Re-Open With Encoding</source>
       <translation>Reabrir Com Codificação</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1262" />
+      <location filename="../QScintilla/Editor.py" line="1280" />
       <source>End-of-Line Type</source>
       <translation>Tipo do Fim-de-Linha</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1266" />
+      <location filename="../QScintilla/Editor.py" line="1284" />
       <source>Unix</source>
       <translation />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1272" />
+      <location filename="../QScintilla/Editor.py" line="1290" />
       <source>Windows</source>
       <translation />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1278" />
-      <source>Macintosh</source>
-      <translation />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1296" />
+      <source>Macintosh</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1314" />
       <source>Spelling</source>
       <translation type="unfinished">Verificação ortográfica</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8135" />
-      <location filename="../QScintilla/Editor.py" line="1304" />
+      <location filename="../QScintilla/Editor.py" line="8153" />
+      <location filename="../QScintilla/Editor.py" line="1322" />
       <source>Check spelling...</source>
       <translation>Verificação ortográfica...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1309" />
+      <location filename="../QScintilla/Editor.py" line="1327" />
       <source>Check spelling of selection...</source>
       <translation>Verificação ortográfica da seleção...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1313" />
+      <location filename="../QScintilla/Editor.py" line="1331" />
       <source>Remove from dictionary</source>
       <translation>Retirar do dicionário</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1330" />
+      <location filename="../QScintilla/Editor.py" line="1348" />
       <source>Spell Check Languages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1334" />
+      <location filename="../QScintilla/Editor.py" line="1352" />
       <source>No Language</source>
       <translation>Nenhuma Linguagem</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1361" />
+      <location filename="../QScintilla/Editor.py" line="1379" />
       <source>Toggle bookmark</source>
       <translation>Alternar marcadores</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1363" />
+      <location filename="../QScintilla/Editor.py" line="1381" />
       <source>Next bookmark</source>
       <translation>Marcador seguinte</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1366" />
+      <location filename="../QScintilla/Editor.py" line="1384" />
       <source>Previous bookmark</source>
       <translation>Marcador anterior</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1369" />
+      <location filename="../QScintilla/Editor.py" line="1387" />
       <source>Clear all bookmarks</source>
       <translation>Limpar os marcadores todos</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1380" />
-      <source>Toggle breakpoint</source>
-      <translation>Alternar pontos de interrupção</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1383" />
-      <source>Toggle temporary breakpoint</source>
-      <translation>Alternar pontos de interrupção temporais</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1386" />
-      <source>Edit breakpoint...</source>
-      <translation>Editar ponto de interrupção...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="5812" />
-      <location filename="../QScintilla/Editor.py" line="1389" />
-      <source>Enable breakpoint</source>
-      <translation>Habilitar pontos de interrupção</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1392" />
-      <source>Next breakpoint</source>
-      <translation>Ponto de interrupção seguinte</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1395" />
-      <source>Previous breakpoint</source>
-      <translation>Ponto de interrupção anterior</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1398" />
+      <source>Toggle breakpoint</source>
+      <translation>Alternar pontos de interrupção</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1401" />
+      <source>Toggle temporary breakpoint</source>
+      <translation>Alternar pontos de interrupção temporais</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1404" />
+      <source>Edit breakpoint...</source>
+      <translation>Editar ponto de interrupção...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="5831" />
+      <location filename="../QScintilla/Editor.py" line="1407" />
+      <source>Enable breakpoint</source>
+      <translation>Habilitar pontos de interrupção</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1410" />
+      <source>Next breakpoint</source>
+      <translation>Ponto de interrupção seguinte</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1413" />
+      <source>Previous breakpoint</source>
+      <translation>Ponto de interrupção anterior</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1416" />
       <source>Clear all breakpoints</source>
       <translation>Apagar todos os pontos de interrupção</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1409" />
+      <location filename="../QScintilla/Editor.py" line="1427" />
       <source>Toggle all folds</source>
       <translation type="unfinished">Alternar as dobras todas</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1414" />
+      <location filename="../QScintilla/Editor.py" line="1432" />
       <source>Toggle all folds (including children)</source>
       <translation type="unfinished">Alternar as dobras todas (incluindo filhos)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1417" />
+      <location filename="../QScintilla/Editor.py" line="1435" />
       <source>Toggle current fold</source>
       <translation type="unfinished">Alternar a dobra atual</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1421" />
+      <location filename="../QScintilla/Editor.py" line="1439" />
       <source>Expand (including children)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1425" />
+      <location filename="../QScintilla/Editor.py" line="1443" />
       <source>Collapse (including children)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1430" />
+      <location filename="../QScintilla/Editor.py" line="1448" />
       <source>Clear all folds</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1441" />
+      <location filename="../QScintilla/Editor.py" line="1459" />
       <source>Goto syntax error</source>
       <translation>Ir ao erro de sintaxe</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1444" />
+      <location filename="../QScintilla/Editor.py" line="1462" />
       <source>Show syntax error message</source>
       <translation>Mostrar a mensagem de erro de sintaxe</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1447" />
+      <location filename="../QScintilla/Editor.py" line="1465" />
       <source>Clear syntax error</source>
       <translation>Limpar o erro de sintaxe</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1451" />
+      <location filename="../QScintilla/Editor.py" line="1469" />
       <source>Next warning</source>
       <translation>Aviso seguinte</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1454" />
+      <location filename="../QScintilla/Editor.py" line="1472" />
       <source>Previous warning</source>
       <translation>Aviso anterior</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1457" />
+      <location filename="../QScintilla/Editor.py" line="1475" />
       <source>Show warning message</source>
       <translation>Mostrar mensagem de aviso</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1460" />
-      <source>Clear warnings</source>
-      <translation>Limpar avisos</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1464" />
-      <source>Next uncovered line</source>
-      <translation>Linha seguinte sem cobrir</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1467" />
-      <source>Previous uncovered line</source>
-      <translation>Linha anterior sem cobrir</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1471" />
-      <source>Next task</source>
-      <translation>Tarefa seguinte</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1474" />
-      <source>Previous task</source>
-      <translation>Tarefa anterior</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1478" />
+      <source>Clear warnings</source>
+      <translation>Limpar avisos</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1482" />
+      <source>Next uncovered line</source>
+      <translation>Linha seguinte sem cobrir</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1485" />
+      <source>Previous uncovered line</source>
+      <translation>Linha anterior sem cobrir</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1489" />
+      <source>Next task</source>
+      <translation>Tarefa seguinte</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1492" />
+      <source>Previous task</source>
+      <translation>Tarefa anterior</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1496" />
       <source>Next change</source>
       <translation>Alteração seguinte</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1481" />
+      <location filename="../QScintilla/Editor.py" line="1499" />
       <source>Previous change</source>
       <translation>Alteração anterior</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1484" />
+      <location filename="../QScintilla/Editor.py" line="1502" />
       <source>Clear changes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1513" />
-      <location filename="../QScintilla/Editor.py" line="1504" />
+      <location filename="../QScintilla/Editor.py" line="1531" />
+      <location filename="../QScintilla/Editor.py" line="1522" />
       <source>Export source</source>
       <translation>Exportar fonte</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1505" />
+      <location filename="../QScintilla/Editor.py" line="1523" />
       <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;Não está disponível um exportador para formato &lt;b&gt;{0}&lt;/b&gt;. A cancelar...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1514" />
+      <location filename="../QScintilla/Editor.py" line="1532" />
       <source>No export format given. Aborting...</source>
       <translation>Não foi dado o formato para exportar. A cancelar...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1524" />
+      <location filename="../QScintilla/Editor.py" line="1542" />
       <source>Alternatives ({0})</source>
       <translation>Alternativas ({0})</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1547" />
+      <location filename="../QScintilla/Editor.py" line="1565" />
       <source>Pygments Lexer</source>
       <translation>Analizador Léxico Pygments</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1548" />
+      <location filename="../QScintilla/Editor.py" line="1566" />
       <source>Select the Pygments lexer to apply.</source>
       <translation>Selecionar o analizador léxico Pygments a aplicar.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2098" />
+      <location filename="../QScintilla/Editor.py" line="2116" />
       <source>Modification of Read Only file</source>
       <translation>Modificação do ficheiro de Apenas Leitura</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2099" />
+      <location filename="../QScintilla/Editor.py" line="2117" />
       <source>You are attempting to change a read only file. Please save to a different file first.</source>
       <translation>Tenta alterar um ficheiro de Apenas Leitura. Por favor guarde-o primeiro num ficheiro diferente. </translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2520" />
+      <location filename="../QScintilla/Editor.py" line="2538" />
       <source>Add Breakpoint</source>
       <translation type="unfinished">Adicionar Ponto de Interrupção</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2521" />
+      <location filename="../QScintilla/Editor.py" line="2539" />
       <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="2854" />
+      <location filename="../QScintilla/Editor.py" line="2872" />
       <source>Printing...</source>
       <translation>A imprimir...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2871" />
+      <location filename="../QScintilla/Editor.py" line="2889" />
       <source>Printing completed</source>
       <translation>Impressão completa</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2873" />
+      <location filename="../QScintilla/Editor.py" line="2891" />
       <source>Error while printing</source>
       <translation>Erro durante a impressão</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2876" />
+      <location filename="../QScintilla/Editor.py" line="2894" />
       <source>Printing aborted</source>
       <translation>Impressão cancelada</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3239" />
+      <location filename="../QScintilla/Editor.py" line="3257" />
       <source>File Modified</source>
       <translation>Ficheiro Modificado</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3240" />
+      <location filename="../QScintilla/Editor.py" line="3258" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
       <translation>&lt;p&gt;O ficheiro &lt;b&gt;{0}&lt;/b&gt; tem alterações por gravar.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3298" />
+      <location filename="../QScintilla/Editor.py" line="3316" />
       <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;Não se pôde abrir o ficheiro &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt; Motivo: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3474" />
-      <location filename="../QScintilla/Editor.py" line="3455" />
-      <location filename="../QScintilla/Editor.py" line="3417" />
+      <location filename="../QScintilla/Editor.py" line="3492" />
+      <location filename="../QScintilla/Editor.py" line="3473" />
+      <location filename="../QScintilla/Editor.py" line="3435" />
       <source>Save File</source>
       <translation>Gravar Ficheiro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3418" />
+      <location filename="../QScintilla/Editor.py" line="3436" />
       <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;O ficheiro &lt;b&gt;{0}&lt;/b&gt; não se pôde gravar. &lt;br/&gt;Motivo: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3475" />
+      <location filename="../QScintilla/Editor.py" line="3493" />
       <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;O ficheiro &lt;b&gt;{0}&lt;/b&gt; já existe. Sobreescrever?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4986" />
+      <location filename="../QScintilla/Editor.py" line="5005" />
       <source>Autocompletion</source>
       <translation>Autocompletar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4987" />
+      <location filename="../QScintilla/Editor.py" line="5006" />
       <source>Autocompletion is not available because there is no autocompletion source set.</source>
       <translation>Autocompletar não está disponivel porque a fonte de autocompletar não está definida.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5115" />
+      <location filename="../QScintilla/Editor.py" line="5134" />
       <source>Auto-Completion Provider</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5116" />
+      <location filename="../QScintilla/Editor.py" line="5135" />
       <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5408" />
+      <location filename="../QScintilla/Editor.py" line="5427" />
       <source>Call-Tips Provider</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5409" />
+      <location filename="../QScintilla/Editor.py" line="5428" />
       <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5816" />
+      <location filename="../QScintilla/Editor.py" line="5835" />
       <source>Disable breakpoint</source>
       <translation>Inabilitar ponto de interrupção</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6177" />
+      <location filename="../QScintilla/Editor.py" line="6196" />
       <source>Code Coverage</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6178" />
+      <location filename="../QScintilla/Editor.py" line="6197" />
       <source>Please select a coverage file</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6253" />
-      <location filename="../QScintilla/Editor.py" line="6245" />
+      <location filename="../QScintilla/Editor.py" line="6272" />
+      <location filename="../QScintilla/Editor.py" line="6264" />
       <source>Show Code Coverage Annotations</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6246" />
+      <location filename="../QScintilla/Editor.py" line="6265" />
       <source>All lines have been covered.</source>
       <translation>Foram cobertas as linhas todas.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6254" />
+      <location filename="../QScintilla/Editor.py" line="6273" />
       <source>There is no coverage file available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6358" />
+      <location filename="../QScintilla/Editor.py" line="6377" />
       <source>Profile Data</source>
       <translation>Dados de Perfil</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6359" />
+      <location filename="../QScintilla/Editor.py" line="6378" />
       <source>Please select a profile file</source>
       <translation>Escolha um ficheiro de perfil por favor</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6520" />
-      <location filename="../QScintilla/Editor.py" line="6514" />
+      <location filename="../QScintilla/Editor.py" line="6539" />
+      <location filename="../QScintilla/Editor.py" line="6533" />
       <source>Syntax Error</source>
       <translation>Erro de Sintaxe</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6521" />
+      <location filename="../QScintilla/Editor.py" line="6540" />
       <source>No syntax error message available.</source>
       <translation>Não está disponível a mensagem de erro de sintaxe.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
-      <location filename="../QScintilla/Editor.py" line="6726" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
+      <location filename="../QScintilla/Editor.py" line="6745" />
       <source>Warning</source>
       <translation>Aviso</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
       <source>No warning messages available.</source>
       <translation>Não estão disponíveis mensagens de aviso.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6796" />
+      <location filename="../QScintilla/Editor.py" line="6815" />
       <source>Style: {0}</source>
       <translation>Estilo: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6799" />
+      <location filename="../QScintilla/Editor.py" line="6818" />
       <source>Warning: {0}</source>
       <translation>Aviso: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6806" />
+      <location filename="../QScintilla/Editor.py" line="6825" />
       <source>Error: {0}</source>
       <translation>Erro: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Macro Name</source>
       <translation>Nome de Macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Select a macro name:</source>
       <translation>Selecionar um nome de macro:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6939" />
+      <location filename="../QScintilla/Editor.py" line="6958" />
       <source>Load macro file</source>
       <translation>Carregar ficheiro macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6985" />
-      <location filename="../QScintilla/Editor.py" line="6941" />
+      <location filename="../QScintilla/Editor.py" line="7004" />
+      <location filename="../QScintilla/Editor.py" line="6960" />
       <source>Macro files (*.macro)</source>
       <translation>Ficheiros Macro (*.macro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6963" />
-      <location filename="../QScintilla/Editor.py" line="6953" />
+      <location filename="../QScintilla/Editor.py" line="6982" />
+      <location filename="../QScintilla/Editor.py" line="6972" />
       <source>Error loading macro</source>
       <translation>Erro ao carregar macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6954" />
+      <location filename="../QScintilla/Editor.py" line="6973" />
       <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;O ficheiro macro &lt;b&gt;{0}&lt;/b&gt; não se pode ler.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6964" />
-      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;O ficheiro macro &lt;b&gt;{0}&lt;/b&gt; está corrompido.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="6983" />
-      <source>Save macro file</source>
-      <translation>Gravar ficheiro macro</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7001" />
-      <source>Save macro</source>
-      <translation>Gravar macro</translation>
+      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;O ficheiro macro &lt;b&gt;{0}&lt;/b&gt; está corrompido.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="7002" />
+      <source>Save macro file</source>
+      <translation>Gravar ficheiro macro</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7020" />
+      <source>Save macro</source>
+      <translation>Gravar macro</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7021" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;O ficheiro macro &lt;b&gt;{0}&lt;/b&gt; já existe. Sobreescrever-lo?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7017" />
+      <location filename="../QScintilla/Editor.py" line="7036" />
       <source>Error saving macro</source>
       <translation>Erro ao gravar macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7018" />
+      <location filename="../QScintilla/Editor.py" line="7037" />
       <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;O ficheiro macro &lt;b&gt;{0}&lt;/b&gt; não pode ser escrito.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7031" />
+      <location filename="../QScintilla/Editor.py" line="7050" />
       <source>Start Macro Recording</source>
       <translation>Iniciar Registo de Macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7032" />
+      <location filename="../QScintilla/Editor.py" line="7051" />
       <source>Macro recording is already active. Start new?</source>
       <translation>A gravação de macro já está ativada. Começar nova?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7058" />
+      <location filename="../QScintilla/Editor.py" line="7077" />
       <source>Macro Recording</source>
       <translation>Gravação de Macro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7059" />
+      <location filename="../QScintilla/Editor.py" line="7078" />
       <source>Enter name of the macro:</source>
       <translation>Introduza o nome de macro:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7210" />
+      <location filename="../QScintilla/Editor.py" line="7229" />
       <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="7216" />
+      <location filename="../QScintilla/Editor.py" line="7235" />
       <source>&lt;br&gt;&lt;b&gt;Warning:&lt;/b&gt; You will lose your changes upon reopening it.</source>
       <translation>&lt;br&gt;&lt;b&gt;Aviso:&lt;/b&gt; Perderá todas as alterações uma vez que o volte a abrir.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7223" />
+      <location filename="../QScintilla/Editor.py" line="7242" />
       <source>File changed</source>
       <translation>Ficheiro alterado</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7273" />
+      <location filename="../QScintilla/Editor.py" line="7292" />
       <source>{0} (ro)</source>
       <translation />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7579" />
+      <location filename="../QScintilla/Editor.py" line="7597" />
       <source>Drop Error</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7580" />
+      <location filename="../QScintilla/Editor.py" line="7598" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; não é um ficheiro.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7600" />
+      <location filename="../QScintilla/Editor.py" line="7618" />
       <source>Resources</source>
       <translation>Recursos</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7602" />
+      <location filename="../QScintilla/Editor.py" line="7620" />
       <source>Add file...</source>
       <translation>Adicionar Ficheiro...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7603" />
+      <location filename="../QScintilla/Editor.py" line="7621" />
       <source>Add files...</source>
       <translation>Adicionar Ficheiros...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7604" />
+      <location filename="../QScintilla/Editor.py" line="7622" />
       <source>Add aliased file...</source>
       <translation>Adicionar ficheiro com pseudónimo...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7606" />
+      <location filename="../QScintilla/Editor.py" line="7624" />
       <source>Add localized resource...</source>
       <translation>Adicionar recursos localizado...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7609" />
+      <location filename="../QScintilla/Editor.py" line="7627" />
       <source>Add resource frame</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7628" />
+      <location filename="../QScintilla/Editor.py" line="7646" />
       <source>Add file resource</source>
       <translation>Adicionar recurso de ficheiro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7642" />
+      <location filename="../QScintilla/Editor.py" line="7660" />
       <source>Add file resources</source>
       <translation>Adicionar recursos de ficheiro</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7666" />
-      <location filename="../QScintilla/Editor.py" line="7660" />
+      <location filename="../QScintilla/Editor.py" line="7684" />
+      <location filename="../QScintilla/Editor.py" line="7678" />
       <source>Add aliased file resource</source>
       <translation>Adicionar recurso de ficheiro com pseudónimo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7667" />
+      <location filename="../QScintilla/Editor.py" line="7685" />
       <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
       <translation>Pseudónimo para o ficheiro &lt;b&gt;{0}&lt;/b&gt;:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7742" />
+      <location filename="../QScintilla/Editor.py" line="7760" />
       <source>Package Diagram</source>
       <translation>Diagrama do Pacote</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7743" />
+      <location filename="../QScintilla/Editor.py" line="7761" />
       <source>Include class attributes?</source>
       <translation>Incluir atributos de classes?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7763" />
+      <location filename="../QScintilla/Editor.py" line="7781" />
       <source>Imports Diagram</source>
       <translation>Diagrama de Imports</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7764" />
+      <location filename="../QScintilla/Editor.py" line="7782" />
       <source>Include imports from external modules?</source>
       <translation>Incluir imports de módulos externos?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7783" />
+      <location filename="../QScintilla/Editor.py" line="7801" />
       <source>Application Diagram</source>
       <translation>Diagrama da Aplicação</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7784" />
+      <location filename="../QScintilla/Editor.py" line="7802" />
       <source>Include module names?</source>
       <translation>Incluir nome dos módulos?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8139" />
+      <location filename="../QScintilla/Editor.py" line="8157" />
       <source>Add to dictionary</source>
       <translation>Adicionar dicionário</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8141" />
+      <location filename="../QScintilla/Editor.py" line="8159" />
       <source>Ignore All</source>
       <translation>Ignorar Tudo</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8559" />
+      <location filename="../QScintilla/Editor.py" line="8577" />
       <source>Sort Lines</source>
       <translation>Ordenar Linhas</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8560" />
+      <location filename="../QScintilla/Editor.py" line="8578" />
       <source>The selection contains illegal data for a numerical sort.</source>
       <translation>A seleção contém dados ilegais para uma ordenação numérica.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8653" />
+      <location filename="../QScintilla/Editor.py" line="8671" />
       <source>Register Mouse Click Handler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8654" />
+      <location filename="../QScintilla/Editor.py" line="8672" />
       <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="8750" />
+      <location filename="../QScintilla/Editor.py" line="8768" />
       <source>{0:4d}    {1}</source>
       <comment>line number, source code</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8756" />
+      <location filename="../QScintilla/Editor.py" line="8774" />
       <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="8824" />
+      <location filename="../QScintilla/Editor.py" line="8842" />
       <source>EditorConfig Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8825" />
+      <location filename="../QScintilla/Editor.py" line="8843" />
       <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>
@@ -17848,6 +17922,14 @@
     </message>
   </context>
   <context>
+    <name>EricIPv4InputWidget</name>
+    <message>
+      <location filename="../EricNetwork/EricIPv4InputWidget.ui" line="0" />
+      <source>Press to clear the entered IPv4 address</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>EricIconBar</name>
     <message>
       <location filename="../EricWidgets/EricIconBar.py" line="36" />
@@ -20104,142 +20186,217 @@
   <context>
     <name>EspDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="73" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="53" />
+      <source>beacon timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="54" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="55" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="56" />
+      <source>association failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="57" />
+      <source>handshake timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="58" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="59" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="60" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="63" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="100" />
       <source>ESP8266, ESP32</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="129" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="156" />
       <source>ESP32 Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="406" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="132" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="352" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="159" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="222" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="208" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1096" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1080" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="163" />
       <source>Erase Flash</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="259" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="139" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="166" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="296" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="143" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1178" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="170" />
       <source>Flash Additional Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="332" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="147" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="278" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="174" />
       <source>Backup Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="385" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="150" />
-      <source>Restore Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="154" />
-      <source>Show Chip ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="157" />
-      <source>Show Flash ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="160" />
-      <source>Show MAC Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="164" />
-      <source>Reset Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="167" />
-      <source>Install 'esptool.py'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="209" />
-      <source>Shall the flash of the selected device really be erased?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="221" />
-      <source>'esptool erase_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="384" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="295" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="258" />
-      <source>'esptool write_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/EspDevices.py" line="331" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="177" />
+      <source>Restore Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="181" />
+      <source>Show Chip ID</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="184" />
+      <source>Show Flash ID</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="187" />
+      <source>Show MAC Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="191" />
+      <source>Reset Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="194" />
+      <source>Install 'esptool.py'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="277" />
       <source>'esptool read_flash' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="407" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1177" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="330" />
+      <source>'esptool write_flash' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="353" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="435" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="382" />
       <source>unknown</source>
       <translation type="unfinished">desconhecido</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="446" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="393" />
       <source>&lt;h4&gt;{0} Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="454" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="401" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="458" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="405" />
       <source>{0} Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
       <source>'esptool chip_id' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
       <source>'esptool flash_id' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
       <source>'esptool read_mac' Output</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="786" />
+      <source>Error saving credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="797" />
+      <source>Error saving auto-connect script: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="801" />
+      <source>Error modifying 'boot.py': {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="830" />
+      <source>Error deleting credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="910" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1081" />
+      <source>Shall the flash of the selected device really be erased?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1095" />
+      <source>'esptool erase_flash' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1137" />
+      <source>Flash µPy/CPy Firmware</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>EspFirmwareSelectionDialog</name>
@@ -20250,7 +20407,7 @@
     </message>
     <message>
       <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Flash MicroPython Firmware</source>
+      <source>Flash µPy/CPy Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -30475,77 +30632,77 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="457" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="456" />
       <source>Backward</source>
       <translation type="unfinished">Retroceder</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="462" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="461" />
       <source>Forward</source>
       <translation type="unfinished">Avançar</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="467" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="466" />
       <source>Reload</source>
       <translation type="unfinished">Recarregar</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="476" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="475" />
       <source>Copy Page URL to Clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="482" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="481" />
       <source>Bookmark Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="490" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="489" />
       <source>Zoom in</source>
       <translation type="unfinished">Aproximar</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="495" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="494" />
       <source>Zoom out</source>
       <translation type="unfinished">Afastar</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="500" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="499" />
       <source>Zoom reset</source>
       <translation type="unfinished">Restaurar zoom</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="506" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="505" />
       <source>Copy</source>
       <translation type="unfinished">Copiar</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="512" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="511" />
       <source>Select All</source>
       <translation type="unfinished">Selecionar Tudo</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="519" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="518" />
       <source>Close</source>
       <translation type="unfinished">Fechar</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="524" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="523" />
       <source>Close Others</source>
       <translation type="unfinished">Fechar Outros</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="544" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="543" />
       <source>Open Link in New Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="551" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="550" />
       <source>Open Link in Background Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="559" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="558" />
       <source>Copy URL to Clipboard</source>
       <translation type="unfinished" />
     </message>
@@ -49267,35 +49424,35 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="999" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="829" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="146" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="125" />
       <source>Change Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1019" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="865" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="853" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="149" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="128" />
       <source>Create Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1074" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="903" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="892" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="155" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="131" />
       <source>Delete Directory Tree</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1101" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="941" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="930" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="159" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="135" />
       <source>Delete File</source>
@@ -49308,7 +49465,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1046" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="152" />
       <source>Delete Directory</source>
       <translation type="unfinished" />
@@ -49373,65 +49530,65 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="831" />
       <source>Select Directory</source>
       <translation type="unfinished">Selecionar Diretório</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1021" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="855" />
       <source>Enter directory name:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="867" />
       <source>&lt;p&gt;The 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 type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1076" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="894" />
       <source>Do you really want to delete this directory tree?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="905" />
       <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1103" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="932" />
       <source>Do you really want to delete this file?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="943" />
       <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1001" />
       <source>Enter the directory path on the device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1048" />
       <source>Do you really want to delete this directory?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1135" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1136" />
       <source>&lt;h3&gt;Filesystem Information&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1137" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1138" />
       <source>&lt;h4&gt;{0}&lt;/h4&lt;table&gt;&lt;tr&gt;&lt;td&gt;Total Size: &lt;/td&gt;&lt;td align='right'&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Used Size: &lt;/td&gt;&lt;td align='right'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Free Size: &lt;/td&gt;&lt;td align='right'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1150" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1151" />
       <source>Filesystem Information</source>
       <translation type="unfinished" />
     </message>
@@ -49568,6 +49725,102 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished">País:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Nome:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Senha:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="326" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="309" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished">Pressionar para mostrar a senha</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished">Endereço:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
       <source>MPY Cross Compiler</source>
       <translation type="unfinished" />
     </message>
@@ -49714,56 +49967,67 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="47" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="53" />
       <source>Automatic</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="49" />
-      <source>Light</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="52" />
-      <source>Dark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="55" />
-      <source>Blue Cerulean</source>
+      <source>Light</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="58" />
-      <source>Brown Sand</source>
+      <source>Dark</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="61" />
-      <source>Blue NCS</source>
+      <source>Blue Cerulean</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="64" />
-      <source>High Contrast</source>
+      <source>Brown Sand</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="67" />
-      <source>Blue Icy</source>
+      <source>Blue NCS</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="70" />
+      <source>High Contrast</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="73" />
+      <source>Blue Icy</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
       <source>Qt</source>
       <translation type="unfinished">Qt</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="79" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="85" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="82" />
       <source>All Files (*)</source>
       <translation type="unfinished">Ficheiros Todos (*)</translation>
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="88" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="322" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="305" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>MicroPythonProgressInfoDialog</name>
@@ -49776,17 +50040,17 @@
   <context>
     <name>MicroPythonWidget</name>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="231" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="235" />
       <source>MicroPython Menu</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="288" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="293" />
       <source>&lt;h3&gt;The QtSerialPort package is not available.&lt;br/&gt;MicroPython support is deactivated.&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="329" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="334" />
       <source>%n supported device(s) detected.</source>
       <translation type="unfinished">
         <numerusform />
@@ -49794,18 +50058,18 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="343" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="348" />
       <source>{0} - {1} ({2})</source>
       <comment>board name, description, port name</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="363" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="368" />
       <source>No supported devices detected.</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="367" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="372" />
       <source>
 %n unknown device(s) for manual selection.</source>
       <translation type="unfinished">
@@ -49814,70 +50078,70 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="374" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="379" />
       <source>Manual Selection</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="437" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="408" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="442" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="413" />
       <source>Unknown MicroPython Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="409" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="414" />
       <source>&lt;p&gt;Detected these unknown serial devices&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please report them together with the board name and a short description to &lt;a href="mailto:{1}"&gt; the eric bug reporting address&lt;/a&gt; if it is a MicroPython board.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="421" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="426" />
       <source>{0} (0x{1:04x}/0x{2:04x})</source>
       <comment>description, VId, PId</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="438" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="443" />
       <source>Would you like to add them to the list of manually configured devices?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="568" />
-      <source>Clear</source>
-      <translation type="unfinished">Limpar</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="573" />
+      <source>Clear</source>
+      <translation type="unfinished">Limpar</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="578" />
       <source>Copy</source>
       <translation type="unfinished">Copiar</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="579" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="584" />
       <source>Paste</source>
       <translation type="unfinished">Colar</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="586" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="591" />
       <source>Select All</source>
       <translation type="unfinished">Selecionar Tudo</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
       <source>Press to disconnect the current device</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="622" />
       <source>Press to connect the selected device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="644" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="652" />
       <source>No device attached</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="645" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="653" />
       <source>Please ensure the device is plugged into your computer and selected.
 
 It must have a version of MicroPython (or CircuitPython) flashed onto it before anything will work.
@@ -49886,318 +50150,318 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="674" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="682" />
       <source>Start REPL</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="675" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="683" />
       <source>&lt;p&gt;The REPL cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1194" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1183" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1211" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1200" />
       <source>Serial Device Connect</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1184" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1201" />
       <source>&lt;p&gt;The device at serial port &lt;b&gt;{0}&lt;/b&gt; does not respond. It may not have a MicroPython firmware flashed.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1195" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1212" />
       <source>&lt;p&gt;Cannot connect to device at serial port &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1270" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1261" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1252" />
+      <source>Run Script</source>
+      <translation type="unfinished">Executar Script</translation>
+    </message>
+    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1253" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1244" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1235" />
-      <source>Run Script</source>
-      <translation type="unfinished">Executar Script</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1236" />
       <source>There is no editor open. Abort...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1245" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1262" />
       <source>The current editor does not contain a script. Abort...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1254" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1271" />
       <source>&lt;p&gt;Cannot run script.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1290" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1307" />
       <source>Start Chart</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1291" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1308" />
       <source>&lt;p&gt;The Chart cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1306" />
-      <source>µPy Chart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1323" />
+      <source>µPy Chart</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1340" />
       <source>Unsaved Chart Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1324" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1341" />
       <source>The chart contains unsaved data.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1372" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1389" />
       <source>Start File Manager</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1373" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1390" />
       <source>&lt;p&gt;The File Manager cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1392" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1409" />
       <source>µPy Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1428" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1453" />
       <source>Downloads</source>
       <translation type="unfinished">Descargas</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1443" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
       <source>Show Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1446" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1479" />
       <source>Show Implementation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1449" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1482" />
       <source>Show Board Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1611" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1454" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1646" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1487" />
       <source>Synchronize Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1457" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1490" />
       <source>Show Device Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1459" />
-      <source>Show Local Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1462" />
-      <source>Show Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1466" />
-      <source>Show Builtin Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1835" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1472" />
-      <source>Compile Python File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1859" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1850" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
-      <source>Compile Current Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1485" />
-      <source>Download Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1492" />
-      <source>Show Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1496" />
-      <source>Flash UF2 Device</source>
+      <source>Show Local Time</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1495" />
+      <source>Show Time</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1499" />
+      <source>Show Builtin Modules</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1870" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <source>Compile Python File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1894" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1885" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1509" />
+      <source>Compile Current Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <source>Download Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1528" />
+      <source>Show Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1531" />
+      <source>Flash UF2 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1534" />
       <source>Manage Unknown Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1502" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1537" />
       <source>Ignored Serial Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1540" />
       <source>Configure</source>
       <translation type="unfinished">Configurar</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1514" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1549" />
       <source>&lt;h3&gt;Device Version Information&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1525" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1560" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
       <source>Device Version Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1526" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1561" />
       <source>No version information available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1550" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1542" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1585" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1577" />
       <source>unknown</source>
       <translation type="unfinished">desconhecido</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1591" />
       <source> ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1572" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1563" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1607" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1598" />
       <source>Device Implementation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1564" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1599" />
       <source>&lt;h3&gt;Device Implementation Information&lt;/h3&gt;&lt;p&gt;This device contains &lt;b&gt;{0} {1}{2}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1573" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1608" />
       <source>No device implementation information available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1647" />
       <source>&lt;p&gt;The time of the connected device was synchronized with the local time.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1634" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1669" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1642" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1677" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1658" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1693" />
       <source>Device Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1670" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1705" />
       <source>Local Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1671" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1706" />
       <source>&lt;h3&gt;Local Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1712" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1695" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1747" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1730" />
       <source>Date and Time</source>
       <translation type="unfinished">Data e Hora</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1696" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1731" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{0}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{1}&lt;/td&gt;&lt;td align='center'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1713" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1748" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align='center'&gt;{0} {1}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1737" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1772" />
       <source>Error handling device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1738" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1773" />
       <source>&lt;p&gt;There was an error communicating with the connected device.&lt;/p&gt;&lt;p&gt;Method: {0}&lt;/p&gt;&lt;p&gt;Message: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1780" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1815" />
       <source>The MicroPython cross compiler &lt;b&gt;mpy-cross&lt;/b&gt; cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1806" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1841" />
       <source>Python Files (*.py);;All Files (*)</source>
       <translation type="unfinished">Ficheiros Python (*.py);;Ficheiros Todos (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1816" />
-      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1825" />
-      <source>'mpy-cross' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1851" />
+      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1860" />
+      <source>'mpy-cross' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1886" />
       <source>The current editor does not contain a Python file. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1943" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1978" />
       <source>Add Unknown Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1944" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1979" />
       <source>Select the devices to be added:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1985" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="2020" />
       <source>Plus any modules on the filesystem.</source>
       <translation type="unfinished" />
     </message>
@@ -50230,168 +50494,168 @@
   <context>
     <name>MicrobitDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="86" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="101" />
       <source>BBC micro:bit</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="89" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="104" />
       <source>Calliope mini</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="186" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="201" />
       <source>BBC micro:bit/Calliope Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="399" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="387" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="370" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="189" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="414" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="402" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="385" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="204" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="193" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="208" />
       <source>Flash MicroPython</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="196" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="211" />
       <source>Flash Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="473" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="200" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="489" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="215" />
       <source>Save Script as 'main.py'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="203" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="218" />
       <source>Save the current script as 'main.py' on the connected device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="207" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="222" />
       <source>Reset {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="353" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="344" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="330" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="313" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="300" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="280" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="368" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="359" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="345" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="328" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="315" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="295" />
       <source>Flash MicroPython/Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="281" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="296" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed and plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;See the &lt;a href="https://microbit.org/guide/firmware/"&gt;micro:bit web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="301" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="316" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MICROBIT is available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="314" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="329" />
       <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed an plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="331" />
-      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="346" />
+      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="361" />
       <source>MicroPython/Firmware Files (*.hex *.bin);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="354" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="369" />
       <source>There are multiple devices ready for flashing. Please make sure, that only one device is prepared.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="371" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="386" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="388" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="403" />
       <source>&lt;p&gt;The BBC micro:bit generation cannot be determined. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="400" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="415" />
       <source>&lt;p&gt;The firmware URL for the device type &lt;b&gt;{0}&lt;/b&gt; is not known. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="427" />
-      <source>unknown</source>
-      <translation type="unfinished">desconhecido</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="443" />
-      <source>Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="446" />
-      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="455" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
+      <source>unknown</source>
+      <translation type="unfinished">desconhecido</translation>
     </message>
     <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="459" />
+      <source>Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="462" />
+      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="471" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="475" />
       <source>{0} Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="479" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="495" />
       <source>The current editor does not contain a Python script. Write it anyway?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="490" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="506" />
       <source>The script is empty. Aborting.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="544" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="560" />
       <source>MicroPython Firmware for BBC micro:bit V1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="576" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="563" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="548" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="592" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="579" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="564" />
       <source>DAPLink Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="555" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="571" />
       <source>MicroPython Firmware for BBC micro:bit V2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="559" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="575" />
       <source>CircuitPython Firmware for BBC micro:bit V2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="572" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="588" />
       <source>MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
@@ -57435,18 +57699,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1793" />
+      <location filename="../Preferences/__init__.py" line="1803" />
       <source>Export Preferences</source>
       <translation>Exportar Preferências</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1822" />
-      <location filename="../Preferences/__init__.py" line="1795" />
+      <location filename="../Preferences/__init__.py" line="1832" />
+      <location filename="../Preferences/__init__.py" line="1805" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation>Ficheiro de Propriedades (*.ini);;Ficheiros Todos (*)</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1820" />
+      <location filename="../Preferences/__init__.py" line="1830" />
       <source>Import Preferences</source>
       <translation>Importar Preferências</translation>
     </message>
@@ -62461,22 +62725,22 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="467" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="468" />
       <source>unknown</source>
       <translation type="unfinished">desconhecido</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="473" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="474" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="481" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="482" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="485" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="486" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
@@ -67518,86 +67782,193 @@
   <context>
     <name>RP2040Device</name>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="71" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="52" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="62" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="53" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="65" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="54" />
+      <source>connection failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="61" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="55" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="56" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="57" />
+      <source>connected, waiting for IP address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="64" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="58" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="63" />
+      <source>network scan completed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="66" />
+      <source>connection lost</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="67" />
+      <source>disconnected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="68" />
+      <source>AP listening</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="69" />
+      <source>AP connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="70" />
+      <source>AP failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="89" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="76" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="90" />
+      <source>automatic</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="121" />
       <source>RP2040</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="127" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="177" />
       <source>RP2040 Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="199" />
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="130" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="256" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="180" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="134" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="184" />
       <source>Activate Bootloader</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="137" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="187" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="200" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="191" />
+      <source>Reset Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="257" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="232" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="290" />
       <source>unknown</source>
       <translation type="unfinished">desconhecido</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="242" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="300" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;{2}&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="252" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="310" />
       <source>&lt;tr&gt;&lt;td&gt;Variant:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="263" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="320" />
       <source>&lt;p&gt;Update may be available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="265" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="322" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="269" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="326" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="292" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="358" />
       <source>MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="296" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="362" />
       <source>Pimoroni Pico Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="299" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="365" />
       <source>CircuitPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="303" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="369" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="421" />
+      <source>Set Country</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="976" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="611" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1086" />
+      <source>Pico Wireless does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1161" />
+      <source>Pico Wireless does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>RccCompilerOptionsDialog</name>
@@ -69141,111 +69512,111 @@
   <context>
     <name>SessionManager</name>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="300" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="299" />
       <source>Backup 1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="308" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="307" />
       <source>Backup 2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="339" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="338" />
       <source>Default Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="492" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="491" />
       <source>Clone Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="495" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="494" />
       <source>Rename Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="499" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="498" />
       <source>Please enter a new name:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="672" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="572" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="515" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="514" />
       <source>The session file "{0}" exists already. Please enter another name.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="528" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="527" />
       <source>An error occurred while cloning the session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="538" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="537" />
       <source>An error occurred while renaming the session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="570" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="552" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="554" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
       <source>Please enter a name for the session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="556" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="555" />
       <source>Saved Session ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="594" />
+      <source>Restore Backup</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="595" />
-      <source>Restore Backup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="596" />
       <source>Are you sure you want to replace the current session?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="636" />
+      <source>Delete Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="637" />
-      <source>Delete Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="638" />
       <source>Are you sure you want to delete session "{0}"?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="670" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="652" />
       <source>New Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="654" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
       <source>Please enter a name for the new session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="656" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="655" />
       <source>New Session ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="718" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="717" />
       <source>Please select the startup session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="742" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="741" />
       <source>{0} (last session)</source>
       <translation type="unfinished" />
     </message>
@@ -81532,7 +81903,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="241" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="301" />
       <location filename="../MicroPython/Devices/TeensyDevices.py" line="154" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
@@ -81548,37 +81919,37 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="213" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="214" />
       <source>unknown</source>
       <translation type="unfinished">desconhecido</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="219" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="220" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="227" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="228" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="231" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="232" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="242" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="302" />
       <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 are flashed using the 'Teensy Loader' application. Make sure you downloaded the MicroPython or CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="261" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="324" />
       <source>Start 'Teensy Loader'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="262" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="325" />
       <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -81860,22 +82231,22 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="884" />
+      <location filename="../Templates/TemplateViewer.py" line="883" />
       <source>Edit Template Group</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="885" />
+      <location filename="../Templates/TemplateViewer.py" line="884" />
       <source>&lt;p&gt;A template group with the name &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Templates/TemplateViewer.py" line="1005" />
+      <source>Read Templates</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Templates/TemplateViewer.py" line="1006" />
-      <source>Read Templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="1007" />
       <source>&lt;p&gt;The templates file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -83227,42 +83598,42 @@
   <context>
     <name>TranslatorEngines</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="49" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
       <source>DeepL</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="50" />
-      <source>Google V.1</source>
-      <translation>Google V.1</translation>
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
-      <source>Google V.2</source>
-      <translation>Google V.2</translation>
-    </message>
-    <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="52" />
-      <source>IBM Watson</source>
-      <translation type="unfinished" />
+      <source>Google V.1</source>
+      <translation>Google V.1</translation>
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="53" />
-      <source>Microsoft</source>
-      <translation>Microsoft</translation>
+      <source>Google V.2</source>
+      <translation>Google V.2</translation>
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="54" />
-      <source>MyMemory</source>
-      <translation>MyMemory</translation>
+      <source>IBM Watson</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="55" />
+      <source>Microsoft</source>
+      <translation>Microsoft</translation>
+    </message>
+    <message>
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="56" />
+      <source>MyMemory</source>
+      <translation>MyMemory</translation>
+    </message>
+    <message>
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="57" />
       <source>Yandex</source>
       <translation>Yandex</translation>
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="58" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="60" />
       <source>Unknow translation service name ({0})</source>
       <translation>Nome de serviço de tradução desconhecido ({0})</translation>
     </message>
@@ -84087,6 +84458,7 @@
   <context>
     <name>UF2FlashDialog</name>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1099" />
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash UF2 Device</source>
       <translation type="unfinished" />
@@ -84113,7 +84485,7 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>'Boot' Path:</source>
+      <source>'Boot' Volume:</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -84123,6 +84495,11 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
+      <source>Press to check for all known boot volume names.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash MicroPython / CircuitPython</source>
       <translation type="unfinished" />
     </message>
@@ -84148,106 +84525,111 @@
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1100" />
+      <source>Select the Boot Volume of the device:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="717" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="786" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="775" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="766" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="789" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="778" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="769" />
       <source>Manual Select</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="885" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="853" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="830" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="888" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="833" />
       <source>Reset Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="832" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="835" />
       <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="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="859" />
       <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="866" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="869" />
       <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="887" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="890" />
       <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="899" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="902" />
       <source>Flash Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="901" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="904" />
       <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="926" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="929" />
       <source>Boot Volume not found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="928" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="931" />
       <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="934" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="937" />
       <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="939" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="942" />
       <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="946" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="949" />
       <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="965" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="968" />
       <source>Multiple Boot Volumes found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="967" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="970" />
       <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="986" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="988" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="991" />
       <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="995" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="998" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="997" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1000" />
       <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>
@@ -87662,43 +88044,43 @@
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; não é um ficheiro.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8282" />
+      <location filename="../UI/UserInterface.py" line="8285" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8283" />
+      <location filename="../UI/UserInterface.py" line="8286" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8336" />
-      <location filename="../UI/UserInterface.py" line="8323" />
+      <location filename="../UI/UserInterface.py" line="8339" />
+      <location filename="../UI/UserInterface.py" line="8326" />
       <source>First time usage</source>
       <translation>Usado a primeira vez</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8324" />
+      <location filename="../UI/UserInterface.py" line="8327" />
       <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="8337" />
+      <location filename="../UI/UserInterface.py" line="8340" />
       <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="8360" />
+      <location filename="../UI/UserInterface.py" line="8363" />
       <source>Select Workspace Directory</source>
       <translation>Selecionar o Diretório de Trabalho</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8520" />
+      <location filename="../UI/UserInterface.py" line="8523" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8521" />
+      <location filename="../UI/UserInterface.py" line="8524" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
@@ -92737,65 +93119,65 @@
       <translation>&lt;p&gt;O ficheiro &lt;b&gt;{0}&lt;/b&gt; tem alterações por gravar.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5826" />
+      <location filename="../ViewManager/ViewManager.py" line="5830" />
       <source>Line: {0:5}</source>
       <translation>Linha: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5832" />
+      <location filename="../ViewManager/ViewManager.py" line="5836" />
       <source>Pos: {0:5}</source>
       <translation />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5852" />
+      <location filename="../ViewManager/ViewManager.py" line="5856" />
       <source>Language: {0}</source>
       <translation>Linguagem: {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5861" />
+      <location filename="../ViewManager/ViewManager.py" line="5865" />
       <source>EOL Mode: {0}</source>
       <translation>Modo EOL: {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6318" />
-      <location filename="../ViewManager/ViewManager.py" line="6276" />
+      <location filename="../ViewManager/ViewManager.py" line="6326" />
+      <location filename="../ViewManager/ViewManager.py" line="6284" />
       <source>&amp;Clear</source>
       <translation>&amp;Limpar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6312" />
+      <location filename="../ViewManager/ViewManager.py" line="6320" />
       <source>&amp;Add</source>
       <translation>&amp;Adicionar</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6315" />
+      <location filename="../ViewManager/ViewManager.py" line="6323" />
       <source>&amp;Edit...</source>
       <translation>&amp;Editar...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7361" />
-      <location filename="../ViewManager/ViewManager.py" line="7347" />
-      <location filename="../ViewManager/ViewManager.py" line="7315" />
+      <location filename="../ViewManager/ViewManager.py" line="7369" />
+      <location filename="../ViewManager/ViewManager.py" line="7355" />
+      <location filename="../ViewManager/ViewManager.py" line="7323" />
       <source>Edit Spelling Dictionary</source>
       <translation>Editar Dicionário Ortográfico</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7318" />
+      <location filename="../ViewManager/ViewManager.py" line="7326" />
       <source>&lt;p&gt;The spelling dictionary 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="../ViewManager/ViewManager.py" line="7334" />
+      <location filename="../ViewManager/ViewManager.py" line="7342" />
       <source>Editing {0}</source>
       <translation>A editar {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7350" />
+      <location filename="../ViewManager/ViewManager.py" line="7358" />
       <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7364" />
+      <location filename="../ViewManager/ViewManager.py" line="7372" />
       <source>The spelling dictionary was saved successfully.</source>
       <translation>O dicionário ortográfico foi guradado com êxito.</translation>
     </message>
@@ -98379,6 +98761,615 @@
     </message>
   </context>
   <context>
+    <name>WifiApConfigDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="39" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="116" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="120" />
+      <source>Press to show the password</source>
+      <translation type="unfinished">Pressionar para mostrar a senha</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Access Point Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Nome:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Senha:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished">Endereço:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiApStationsDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Connected WiFi Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished">Nome</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiConnectionDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>WiFi Connection Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Nome:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Senha:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="72" />
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished">Pressionar para mostrar a senha</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="68" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiController</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="45" />
+      <source>WiFi Functions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="47" />
+      <source>Show WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="122" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="114" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="49" />
+      <source>Connect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="50" />
+      <source>Check Internet Connection</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="138" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="51" />
+      <source>Disconnect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="53" />
+      <source>Scan Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="216" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="207" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="55" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="254" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="244" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="233" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="56" />
+      <source>Remove WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="305" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="294" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="58" />
+      <source>Start WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="60" />
+      <source>Start WiFi Access Point with IP</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="359" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="63" />
+      <source>Show Connected Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="335" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="326" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="65" />
+      <source>Stop WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="68" />
+      <source>Deactivate Client Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="72" />
+      <source>Deactivate Access Point Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="115" />
+      <source>&lt;p&gt;The device was connected to &lt;b&gt;{0}&lt;/b&gt; successfully.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="123" />
+      <source>&lt;p&gt;The device could not connect to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="258" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="220" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="173" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="147" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="126" />
+      <source>unknown</source>
+      <translation type="unfinished">desconhecido</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="139" />
+      <source>&lt;p&gt;The device was disconnected from the WiFi network.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="145" />
+      <source>&lt;p&gt;The device could not be disconnected.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="158" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="160" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;not available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="171" />
+      <source>&lt;p&gt;The internet is not available.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="208" />
+      <source>&lt;p&gt;The WiFi credentials were saved on the device. The device will connect to the WiFi network at boot time.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="217" />
+      <source>&lt;p&gt;The WiFi credentials could not be saved on the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="234" />
+      <source>Shall the saved WiFi credentials really be removed from the connected device?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="245" />
+      <source>&lt;p&gt;The WiFi credentials were removed from the device. The device will not connect to the WiFi network at boot time anymore.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="255" />
+      <source>&lt;p&gt;The WiFi credentials could not be removed from the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="295" />
+      <source>The WiFi Access Point interface was started successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="300" />
+      <source>&lt;p&gt;The WiFi Access Point could not be started.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="381" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="332" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="302" />
+      <source>&lt;p&gt;Reason: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="327" />
+      <source>The WiFi Access Point interface was stopped successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="330" />
+      <source>&lt;p&gt;The WiFi Access Point could not be stopped.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="360" />
+      <source>No clients are connected to the access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="384" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="375" />
+      <source>Deactivate WiFi Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="376" />
+      <source>The WiFi interface was deactivated successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="379" />
+      <source>&lt;p&gt;The WiFi interface could not be deactivated.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiCountryDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>WiFi Country Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished">País:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiNetworksWindow</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished">Nome</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Channel</source>
+      <translation type="unfinished">Canal</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Security</source>
+      <translation type="unfinished">Segurança</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Press to scan for available WiFi networks.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan Interval:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source> s</source>
+      <translation type="unfinished"> s</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Periodic Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="67" />
+      <source>Scan WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="68" />
+      <source>&lt;p&gt;The scan for available WiFi networks failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message numerus="yes">
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="78" />
+      <source>&lt;p&gt;Detected &lt;b&gt;%n&lt;/b&gt; network(s).&lt;/p&gt;</source>
+      <translation type="unfinished">
+        <numerusform />
+      </translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiStatusDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <source>WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="135" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="57" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="46" />
+      <source>Active</source>
+      <translation type="unfinished">Ativo</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>Yes</source>
+      <translation type="unfinished">Sim</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>No</source>
+      <translation type="unfinished">Não</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="53" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="143" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="65" />
+      <source>Connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="148" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="70" />
+      <source>Status</source>
+      <translation type="unfinished">Estado</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="150" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="73" />
+      <source>Hostname</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="153" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="76" />
+      <source>IPv4 Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="156" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="79" />
+      <source>Netmask</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="159" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="82" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="161" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="84" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="116" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="85" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="167" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="113" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="88" />
+      <source>Channel</source>
+      <translation type="unfinished">Canal</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="126" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="92" />
+      <source>Country</source>
+      <translation type="unfinished">País</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="175" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="98" />
+      <source>Tx-Power</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="176" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="99" />
+      <source>{0} dBm</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="105" />
+      <source>Connected Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="108" />
+      <source>Name</source>
+      <translation type="unfinished">Nome</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="119" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="122" />
+      <source>Security</source>
+      <translation type="unfinished">Segurança</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="131" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="163" />
+      <source>SSID</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>WizardEricPluginWizard</name>
     <message>
       <location filename="../Plugins/PluginWizardEricPlugin.py" line="93" />
--- a/src/eric7/i18n/eric7_ru.ts	Fri Mar 03 11:34:59 2023 +0100
+++ b/src/eric7/i18n/eric7_ru.ts	Fri Mar 03 13:44:34 2023 +0100
@@ -1730,55 +1730,64 @@
   <context>
     <name>BaseDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="128" />
-      <source>Show MicroPython Versions</source>
-      <translation>Показать версии MicroPython</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="129" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="162" />
+      <source>Device Data Not Available</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="163" />
       <source>&lt;p&gt;The device data is not available. Try to connect to the device again. Aborting...&lt;/p&gt;</source>
       <translation>&lt;p&gt;Данные устройства недоступны. Попробуйте снова подключиться к устройству. Прерывание...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="173" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="216" />
       <source>Unsupported Device</source>
       <translation>Неподдерживаемое устройство</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="183" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="226" />
       <source>REPL is not supported by this device.</source>
       <translation>REPL не поддерживается этим устройством.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="202" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="245" />
       <source>Plotter is not supported by this device.</source>
       <translation>Плоттер не поддерживается этим устройством.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="221" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="264" />
       <source>Running scripts is not supported by this device.</source>
       <translation>Выполнение скриптов не поддерживается этим устройством.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="240" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="283" />
       <source>File Manager is not supported by this device.</source>
       <translation>Менеджер файлов не поддерживается этим устройством.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="285" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="328" />
       <source>Select Device Directory</source>
       <translation>Выберите директорию устройства</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="286" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="329" />
       <source>Select the directory for the connected device:</source>
       <translation>Выберите директорию для подсоединенного устройства:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="432" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="475" />
       <source>Detected an error without indications.</source>
       <translation>Обнаружена неиндексированная ошибка.</translation>
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1245" />
+      <source>Operation not supported.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <source>Show MicroPython Versions</source>
+      <translation type="vanished">Показать версии MicroPython</translation>
+    </message>
   </context>
   <context>
     <name>BlackConfigurationDialog</name>
@@ -3770,124 +3779,201 @@
   <context>
     <name>CircuitPythonDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="87" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="67" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="129" />
       <source>CircuitPython</source>
       <translation>CircuitPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="216" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="258" />
       <source>Workspace Directory</source>
       <translation>Директория рабочей области</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="217" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="259" />
       <source>Python files for CircuitPython can be edited in place, if the device volume is locally available. Such a volume was not found. In place editing will not be available.</source>
       <translation>Файлы Python для CircuitPython можно редактировать по месту, если том устройства доступен локально . Такой том найти не удалось. Редактирование по месту будет  недоступно.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="247" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="289" />
       <source>Library Management</source>
       <translation>Управление библиотекой</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="251" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="295" />
       <source>CircuitPython Functions</source>
       <translation>Функции CircuitPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="254" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="297" />
       <source>Show CircuitPython Versions</source>
       <translation>Показать версии CircuitPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="263" />
-      <source>CircuitPython Flash Instructions</source>
-      <translation>Инструкции по прошивке CircuitPython</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="345" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="276" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="267" />
-      <source>Flash CircuitPython Firmware</source>
-      <translation>Прошить микрокод CircuitPython</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="270" />
-      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
-      <translation>Запустите приложение 'Teensy Loader' чтобы прошить устройство Teensy.</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="443" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="305" />
-      <source>Install Library Files</source>
-      <translation>Установить файлы библиотек</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="441" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="309" />
-      <source>Install Library Package</source>
-      <translation>Установить пакет библиотеки</translation>
+      <source>Reset Device</source>
+      <translation type="unfinished">Сбросить устройство</translation>
     </message>
     <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="315" />
+      <source>Flash CircuitPython Firmware</source>
+      <translation>Прошить микрокод CircuitPython</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="319" />
+      <source>UF2 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="323" />
+      <source>ESP32 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="324" />
+      <source>Erase Flash</source>
+      <translation type="unfinished">Очистить Flash-память</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="326" />
+      <source>Flash MicroPython Firmware</source>
+      <translation type="unfinished">Прошить микрокод MicroPython</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="330" />
+      <source>Flash Additional Firmware</source>
+      <translation type="unfinished">Прошить дополнительный микрокод</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="335" />
+      <source>Teensy Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="337" />
+      <source>CircuitPython Flash Instructions</source>
+      <translation>Инструкции по прошивке CircuitPython</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="341" />
+      <source>Start 'Teensy Loader'</source>
+      <translation>Запустить 'Teensy Loader'</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="344" />
+      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
+      <translation>Запустите приложение 'Teensy Loader' чтобы прошить устройство Teensy.</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="539" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="376" />
+      <source>Install Library Files</source>
+      <translation>Установить файлы библиотек</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="537" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="380" />
+      <source>Install Library Package</source>
+      <translation>Установить пакет библиотеки</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="386" />
       <source>Install 'circup' Package</source>
       <translation>Установить пакет 'circup'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="346" />
-      <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 do not support the UF2 bootloader. Please use the 'Teensy Loader' application to flash CircuitPython. Make sure you downloaded the CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Teensy 4.0 и Teensy 4.1 не поддерживают UF2 загрузчик. Для прошивки CircuitPython используйте приложение 'Teensy Loader'. Убедитесь, что вы скачали hex-файл CircuitPython.&lt;/p&gt;&lt;p&gt;Подробности смотрите на &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="366" />
-      <source>Start 'Teensy Loader'</source>
-      <translation>Запустить 'Teensy Loader'</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="367" />
-      <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Не удалось запустить приложение 'Teensy Loader' &lt;b&gt;teensy&lt;/b&gt;. Убедитесь, что он указан в пути поиска приложений, или запустите его вручную.&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="396" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="492" />
       <source>unknown</source>
       <translation>неизвестный</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="415" />
-      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation>&lt;h4&gt;Информация о версии CircuitPython&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Установлена:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Доступна:&lt;/td &gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="423" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation>&lt;p&gt;&lt;b&gt;Доступно обновление!&lt;/b&gt;&lt;/p&gt;</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="427" />
-      <source>CircuitPython Version</source>
-      <translation>Версия CircuitPython</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="449" />
-      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
-      <translation>Том устройства "&lt;b&gt;{0}&lt;/b&gt;" недоступен. Убедитесь, что он подмонтирован правильно и попробуйте снова.</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="477" />
-      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
-      <translation>Компилированные файлы Python (*.mpy);;Файлы Python (*.py);;Все файлы (*)</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="507" />
-      <source>CircuitPython Firmware</source>
-      <translation>Микрокод CircuitPython</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="511" />
+      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation>&lt;h4&gt;Информация о версии CircuitPython&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Установлена:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Доступна:&lt;/td &gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="519" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation>&lt;p&gt;&lt;b&gt;Доступно обновление!&lt;/b&gt;&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="523" />
+      <source>CircuitPython Version</source>
+      <translation>Версия CircuitPython</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="545" />
+      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
+      <translation>Том устройства "&lt;b&gt;{0}&lt;/b&gt;" недоступен. Убедитесь, что он подмонтирован правильно и попробуйте снова.</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="573" />
+      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
+      <translation>Компилированные файлы Python (*.mpy);;Файлы Python (*.py);;Все файлы (*)</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="603" />
+      <source>CircuitPython Firmware</source>
+      <translation>Микрокод CircuitPython</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="607" />
       <source>CircuitPython Libraries</source>
       <translation>Библиотеки CircuitPython</translation>
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="999" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="737" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="911" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="833" />
+      <source>The device volume is not available.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="876" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="848" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="877" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="849" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="884" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="856" />
+      <source>Aborted</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
+      <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1137" />
+      <source>CircuitPython does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 do not support the UF2 bootloader. Please use the 'Teensy Loader' application to flash CircuitPython. Make sure you downloaded the CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
+      <translation type="vanished">&lt;p&gt;Teensy 4.0 и Teensy 4.1 не поддерживают UF2 загрузчик. Для прошивки CircuitPython используйте приложение 'Teensy Loader'. Убедитесь, что вы скачали hex-файл CircuitPython.&lt;/p&gt;&lt;p&gt;Подробности смотрите на &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
+      <translation type="vanished">&lt;p&gt;Не удалось запустить приложение 'Teensy Loader' &lt;b&gt;teensy&lt;/b&gt;. Убедитесь, что он указан в пути поиска приложений, или запустите его вручную.&lt;/p&gt;</translation>
+    </message>
   </context>
   <context>
     <name>CircuitPythonUpdaterInterface</name>
@@ -11360,24 +11446,24 @@
       <translation>&lt;p&gt;URL &lt;b&gt;{0}&lt;/b&gt; был найден в базе Safe Browsing.&lt;/p&gt;{1}</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="500" />
       <source>Downloads finished</source>
       <translation>Загрузки завершены</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="502" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
       <source>All files have been downloaded.</source>
       <translation>Все файлы загружены.</translation>
     </message>
     <message>
       <location filename="../WebBrowser/Download/DownloadManager.ui" line="0" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="587" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="510" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="586" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="509" />
       <source>Download Manager</source>
       <translation>Менеджер загрузки</translation>
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="620" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="619" />
       <source>{0}% of %n file(s) ({1}) {2}</source>
       <translation>
         <numerusform>{0}% из %n файла ({1}) {2}</numerusform>
@@ -11386,7 +11472,7 @@
       </translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="628" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="627" />
       <source>{0}% - Download Manager</source>
       <translation>{0}% - Менеджер загрузки</translation>
     </message>
@@ -11633,7 +11719,7 @@
   <context>
     <name>Editor</name>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3297" />
+      <location filename="../QScintilla/Editor.py" line="3315" />
       <location filename="../QScintilla/Editor.py" line="427" />
       <location filename="../QScintilla/Editor.py" line="412" />
       <source>Open File</source>
@@ -11655,952 +11741,952 @@
       <translation>&lt;b&gt;Окно редактора&lt;/b&gt;&lt;p&gt;Это окно используется для просмотра и редактирования исходных текстов приложений. Вы можете открыть несколько окон одновременно. Имя редактируемого файла отображается в заголовке окна.&lt;/p&gt;&lt;p&gt;Чтобы установить точку останова - кликните в пространство между номером строки и панелью свёртки на нужной строке. Появившийся маркер точки останова можно настроить через контекстное меню.&lt;/p&gt;&lt;p&gt;Чтобы установить закладку кликните в пространство между номером строки и панелью свёртки на нужной строке при нажатой клавише Shift.&lt;/p&gt;&lt;p&gt;Эти действия можно отменить через контекстное меню.&lt;/p&gt;&lt;p&gt;Если при нажатой клавише Ctrl кликнуть на маркер синтаксической ошибки, то будет показана дополнительная информация об ошибке.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="866" />
+      <location filename="../QScintilla/Editor.py" line="884" />
       <source>Undo</source>
       <translation>Отменить</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="869" />
+      <location filename="../QScintilla/Editor.py" line="887" />
       <source>Redo</source>
       <translation>Повторить</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="872" />
+      <location filename="../QScintilla/Editor.py" line="890" />
       <source>Revert to last saved state</source>
       <translation>Вернуть к последнему записанному состоянию</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="876" />
+      <location filename="../QScintilla/Editor.py" line="894" />
       <source>Cut</source>
       <translation>Вырезать</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="879" />
+      <location filename="../QScintilla/Editor.py" line="897" />
       <source>Copy</source>
       <translation>Копировать</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="882" />
+      <location filename="../QScintilla/Editor.py" line="900" />
       <source>Paste</source>
       <translation>Вставить</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="888" />
+      <location filename="../QScintilla/Editor.py" line="906" />
       <source>Indent</source>
       <translation>Увеличить отступ</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="893" />
-      <source>Unindent</source>
-      <translation>Уменьшить отступ</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="898" />
-      <source>Comment</source>
-      <translation>Закомментировать</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="903" />
-      <source>Uncomment</source>
-      <translation>Раскомментировать</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="9017" />
-      <location filename="../QScintilla/Editor.py" line="908" />
-      <source>Generate Docstring</source>
-      <translation>Генерировать строки документации</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="911" />
+      <source>Unindent</source>
+      <translation>Уменьшить отступ</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="916" />
+      <source>Comment</source>
+      <translation>Закомментировать</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="921" />
+      <source>Uncomment</source>
+      <translation>Раскомментировать</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="9035" />
+      <location filename="../QScintilla/Editor.py" line="926" />
+      <source>Generate Docstring</source>
+      <translation>Генерировать строки документации</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="929" />
       <source>Select to brace</source>
       <translation>Выбрать до скобки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="912" />
+      <location filename="../QScintilla/Editor.py" line="930" />
       <source>Select all</source>
       <translation>Выделить всё</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="913" />
+      <location filename="../QScintilla/Editor.py" line="931" />
       <source>Deselect all</source>
       <translation>Снять выделение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="915" />
+      <location filename="../QScintilla/Editor.py" line="933" />
       <source>Execute Selection In Console</source>
       <translation>Выполнить выбор в консоли</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="927" />
-      <source>Use Monospaced Font</source>
-      <translation>Использовать моноширинный шрифт</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="932" />
-      <source>Autosave enabled</source>
-      <translation>Автосохранение разрешено</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="937" />
-      <source>Typing aids enabled</source>
-      <translation>Разрешить помощь при наборе</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="945" />
+      <source>Use Monospaced Font</source>
+      <translation>Использовать моноширинный шрифт</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="950" />
+      <source>Autosave enabled</source>
+      <translation>Автосохранение разрешено</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="955" />
+      <source>Typing aids enabled</source>
+      <translation>Разрешить помощь при наборе</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="963" />
       <source>Automatic Completion enabled</source>
       <translation>Автоматическое дополнение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="954" />
-      <source>Calltip</source>
-      <translation>Подсказка</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="957" />
-      <source>Code Info</source>
-      <translation>Инфо для кода</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="972" />
+      <source>Calltip</source>
+      <translation>Подсказка</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="975" />
+      <source>Code Info</source>
+      <translation>Инфо для кода</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="990" />
       <source>New Document View</source>
       <translation>Новое окно для документа</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="977" />
+      <location filename="../QScintilla/Editor.py" line="995" />
       <source>New Document View (with new split)</source>
       <translation>Новое окно для документа (в новом разделе)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="985" />
+      <location filename="../QScintilla/Editor.py" line="1003" />
       <source>Save</source>
       <translation>Сохранить</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="989" />
+      <location filename="../QScintilla/Editor.py" line="1007" />
       <source>Save As...</source>
       <translation>Сохранить как...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="994" />
+      <location filename="../QScintilla/Editor.py" line="1012" />
       <source>Save Copy...</source>
       <translation>Сохранить копию...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1016" />
-      <location filename="../QScintilla/Editor.py" line="1013" />
+      <location filename="../QScintilla/Editor.py" line="1034" />
+      <location filename="../QScintilla/Editor.py" line="1031" />
       <source>Complete</source>
       <translation>Дополнить</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1020" />
+      <location filename="../QScintilla/Editor.py" line="1038" />
       <source>Clear Completions Cache</source>
       <translation>Очистить кэш дополнений</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1023" />
+      <location filename="../QScintilla/Editor.py" line="1041" />
       <source>Complete from Document</source>
       <translation>Дополнение из документа</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1025" />
+      <location filename="../QScintilla/Editor.py" line="1043" />
       <source>Complete from APIs</source>
       <translation>Дополнение из API</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1028" />
+      <location filename="../QScintilla/Editor.py" line="1046" />
       <source>Complete from Document and APIs</source>
       <translation>Дополнение из документа и API</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1042" />
+      <location filename="../QScintilla/Editor.py" line="1060" />
       <source>Check</source>
       <translation>Проверить</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1053" />
+      <location filename="../QScintilla/Editor.py" line="1071" />
       <source>Code Formatting</source>
       <translation>Форматировать код</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1059" />
+      <location filename="../QScintilla/Editor.py" line="1077" />
       <source>Black</source>
       <translation>Black</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1064" />
+      <location filename="../QScintilla/Editor.py" line="1082" />
       <source>Format Code</source>
       <translation>Форматировать код</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1068" />
-      <source>Check Formatting</source>
-      <translation>Проверить форматирование</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1072" />
-      <source>Formatting Diff</source>
-      <translation>Различия форматирования</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1081" />
-      <source>isort</source>
-      <translation>isort</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1086" />
-      <source>Sort Imports</source>
-      <translation>Сортировать импорт</translation>
+      <source>Check Formatting</source>
+      <translation>Проверить форматирование</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1090" />
+      <source>Formatting Diff</source>
+      <translation>Различия форматирования</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1099" />
+      <source>isort</source>
+      <translation>isort</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1104" />
+      <source>Sort Imports</source>
+      <translation>Сортировать импорт</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1108" />
       <source>Imports Sorting Diff</source>
       <translation>Различия сортировки импорта</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1106" />
-      <source>Tools</source>
-      <translation>Инструменты</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1117" />
-      <source>Show</source>
-      <translation>Показать</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1119" />
-      <source>Code metrics...</source>
-      <translation>Метрики кода...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1121" />
-      <source>Code coverage...</source>
-      <translation>Покрытие кода...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1124" />
+      <source>Tools</source>
+      <translation>Инструменты</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1135" />
+      <source>Show</source>
+      <translation>Показать</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1137" />
+      <source>Code metrics...</source>
+      <translation>Метрики кода...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1139" />
+      <source>Code coverage...</source>
+      <translation>Покрытие кода...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1142" />
       <source>Show code coverage annotations</source>
       <translation>Показать аннотации по покрытию кода</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1127" />
-      <source>Hide code coverage annotations</source>
-      <translation>Не показывать аннотации по покрытию кода</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1131" />
-      <source>Profile data...</source>
-      <translation>Данные профайлера...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1145" />
-      <source>Diagrams</source>
-      <translation>Диаграммы</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1147" />
-      <source>Class Diagram...</source>
-      <translation>Диаграмма классов...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1148" />
-      <source>Package Diagram...</source>
-      <translation>Диаграмма пакетов...</translation>
+      <source>Hide code coverage annotations</source>
+      <translation>Не показывать аннотации по покрытию кода</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1149" />
+      <source>Profile data...</source>
+      <translation>Данные профайлера...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1163" />
+      <source>Diagrams</source>
+      <translation>Диаграммы</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1165" />
+      <source>Class Diagram...</source>
+      <translation>Диаграмма классов...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1166" />
+      <source>Package Diagram...</source>
+      <translation>Диаграмма пакетов...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1167" />
       <source>Imports Diagram...</source>
       <translation>Диаграмма импортирования...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1151" />
+      <location filename="../QScintilla/Editor.py" line="1169" />
       <source>Application Diagram...</source>
       <translation>Диаграмма приложения...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1156" />
+      <location filename="../QScintilla/Editor.py" line="1174" />
       <source>Load Diagram...</source>
       <translation>Загрузить диаграмму...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1171" />
+      <location filename="../QScintilla/Editor.py" line="1189" />
       <source>Languages</source>
       <translation>Языки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1175" />
+      <location filename="../QScintilla/Editor.py" line="1193" />
       <source>Text</source>
       <translation>Текст</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1198" />
+      <location filename="../QScintilla/Editor.py" line="1216" />
       <source>Guessed</source>
       <translation>Предполагаемый язык</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1527" />
-      <location filename="../QScintilla/Editor.py" line="1202" />
+      <location filename="../QScintilla/Editor.py" line="1545" />
+      <location filename="../QScintilla/Editor.py" line="1220" />
       <source>Alternatives</source>
       <translation>Альтернативная подсветка</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1219" />
+      <location filename="../QScintilla/Editor.py" line="1237" />
       <source>Encodings</source>
       <translation>Кодировки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1242" />
+      <location filename="../QScintilla/Editor.py" line="1260" />
       <source>Re-Open With Encoding</source>
       <translation>Открыть заново с кодировкой</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1262" />
+      <location filename="../QScintilla/Editor.py" line="1280" />
       <source>End-of-Line Type</source>
       <translation>Тип конца строки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1266" />
+      <location filename="../QScintilla/Editor.py" line="1284" />
       <source>Unix</source>
       <translation>Unix</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1272" />
+      <location filename="../QScintilla/Editor.py" line="1290" />
       <source>Windows</source>
       <translation>Windows</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1278" />
-      <source>Macintosh</source>
-      <translation>Macintosh</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1296" />
+      <source>Macintosh</source>
+      <translation>Macintosh</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1314" />
       <source>Spelling</source>
       <translation>Проверка орфографии</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8135" />
-      <location filename="../QScintilla/Editor.py" line="1304" />
+      <location filename="../QScintilla/Editor.py" line="8153" />
+      <location filename="../QScintilla/Editor.py" line="1322" />
       <source>Check spelling...</source>
       <translation>Проверка орфографии...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1309" />
+      <location filename="../QScintilla/Editor.py" line="1327" />
       <source>Check spelling of selection...</source>
       <translation>Проверка орфографии выделенного участка...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1313" />
+      <location filename="../QScintilla/Editor.py" line="1331" />
       <source>Remove from dictionary</source>
       <translation>Удалить из словаря</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1330" />
+      <location filename="../QScintilla/Editor.py" line="1348" />
       <source>Spell Check Languages</source>
       <translation>Языки проверки правописания</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1334" />
+      <location filename="../QScintilla/Editor.py" line="1352" />
       <source>No Language</source>
       <translation>Нет языка</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1361" />
+      <location filename="../QScintilla/Editor.py" line="1379" />
       <source>Toggle bookmark</source>
       <translation>Создать/Удалить закладку</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1363" />
+      <location filename="../QScintilla/Editor.py" line="1381" />
       <source>Next bookmark</source>
       <translation>Следующая закладка</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1366" />
+      <location filename="../QScintilla/Editor.py" line="1384" />
       <source>Previous bookmark</source>
       <translation>Предыдущая закладка</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1369" />
+      <location filename="../QScintilla/Editor.py" line="1387" />
       <source>Clear all bookmarks</source>
       <translation>Очистить все закладки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1380" />
-      <source>Toggle breakpoint</source>
-      <translation>Поставить/убрать точку останова</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1383" />
-      <source>Toggle temporary breakpoint</source>
-      <translation>Поставить/убрать временную точку останова</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1386" />
-      <source>Edit breakpoint...</source>
-      <translation>Редактировать точку останова...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="5812" />
-      <location filename="../QScintilla/Editor.py" line="1389" />
-      <source>Enable breakpoint</source>
-      <translation>Установить точку останова</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1392" />
-      <source>Next breakpoint</source>
-      <translation>Следующая точка останова</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1395" />
-      <source>Previous breakpoint</source>
-      <translation>Предыдущая точка останова</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1398" />
+      <source>Toggle breakpoint</source>
+      <translation>Поставить/убрать точку останова</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1401" />
+      <source>Toggle temporary breakpoint</source>
+      <translation>Поставить/убрать временную точку останова</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1404" />
+      <source>Edit breakpoint...</source>
+      <translation>Редактировать точку останова...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="5831" />
+      <location filename="../QScintilla/Editor.py" line="1407" />
+      <source>Enable breakpoint</source>
+      <translation>Установить точку останова</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1410" />
+      <source>Next breakpoint</source>
+      <translation>Следующая точка останова</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1413" />
+      <source>Previous breakpoint</source>
+      <translation>Предыдущая точка останова</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1416" />
       <source>Clear all breakpoints</source>
       <translation>Убрать все точки останова</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1409" />
+      <location filename="../QScintilla/Editor.py" line="1427" />
       <source>Toggle all folds</source>
       <translation>Свернуть/Развернуть все свертки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1414" />
+      <location filename="../QScintilla/Editor.py" line="1432" />
       <source>Toggle all folds (including children)</source>
       <translation>Свернуть/Развернуть все свёртки (включая дочерние)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1417" />
+      <location filename="../QScintilla/Editor.py" line="1435" />
       <source>Toggle current fold</source>
       <translation>Свернуть/Развернуть текущую свертку</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1421" />
+      <location filename="../QScintilla/Editor.py" line="1439" />
       <source>Expand (including children)</source>
       <translation>Развернуть (включая дочерние)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1425" />
+      <location filename="../QScintilla/Editor.py" line="1443" />
       <source>Collapse (including children)</source>
       <translation>Свернуть (включая дочерние)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1430" />
+      <location filename="../QScintilla/Editor.py" line="1448" />
       <source>Clear all folds</source>
       <translation>Очистить все свертки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1441" />
+      <location filename="../QScintilla/Editor.py" line="1459" />
       <source>Goto syntax error</source>
       <translation>Перейти к синтаксической ошибке</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1444" />
+      <location filename="../QScintilla/Editor.py" line="1462" />
       <source>Show syntax error message</source>
       <translation>Показать сообщение о синтаксической ошибке</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1447" />
+      <location filename="../QScintilla/Editor.py" line="1465" />
       <source>Clear syntax error</source>
       <translation>Очистить синтаксическую ошибку</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1451" />
+      <location filename="../QScintilla/Editor.py" line="1469" />
       <source>Next warning</source>
       <translation>Следующее предупреждение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1454" />
+      <location filename="../QScintilla/Editor.py" line="1472" />
       <source>Previous warning</source>
       <translation>Предыдущее предупреждение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1457" />
+      <location filename="../QScintilla/Editor.py" line="1475" />
       <source>Show warning message</source>
       <translation>Показать предупреждение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1460" />
-      <source>Clear warnings</source>
-      <translation>Очистить предупреждения</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1464" />
-      <source>Next uncovered line</source>
-      <translation>Следующая неохваченная строка</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1467" />
-      <source>Previous uncovered line</source>
-      <translation>Предыдущая неохваченная строка</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1471" />
-      <source>Next task</source>
-      <translation>Следующая задача</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1474" />
-      <source>Previous task</source>
-      <translation>Предыдущая задача</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1478" />
+      <source>Clear warnings</source>
+      <translation>Очистить предупреждения</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1482" />
+      <source>Next uncovered line</source>
+      <translation>Следующая неохваченная строка</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1485" />
+      <source>Previous uncovered line</source>
+      <translation>Предыдущая неохваченная строка</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1489" />
+      <source>Next task</source>
+      <translation>Следующая задача</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1492" />
+      <source>Previous task</source>
+      <translation>Предыдущая задача</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1496" />
       <source>Next change</source>
       <translation>Следующее изменение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1481" />
+      <location filename="../QScintilla/Editor.py" line="1499" />
       <source>Previous change</source>
       <translation>Предыдущее изменение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1484" />
+      <location filename="../QScintilla/Editor.py" line="1502" />
       <source>Clear changes</source>
       <translation>Очистить изменения</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1513" />
-      <location filename="../QScintilla/Editor.py" line="1504" />
+      <location filename="../QScintilla/Editor.py" line="1531" />
+      <location filename="../QScintilla/Editor.py" line="1522" />
       <source>Export source</source>
       <translation>Экспортировать исходник</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1505" />
+      <location filename="../QScintilla/Editor.py" line="1523" />
       <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;Не найден экспортёр для формата &lt;b&gt;{0}&lt;/b&gt;. Отмена...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1514" />
+      <location filename="../QScintilla/Editor.py" line="1532" />
       <source>No export format given. Aborting...</source>
       <translation>Не задан формат экспорта. Прерывание...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1524" />
+      <location filename="../QScintilla/Editor.py" line="1542" />
       <source>Alternatives ({0})</source>
       <translation>Альтернативы ({0})</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1547" />
+      <location filename="../QScintilla/Editor.py" line="1565" />
       <source>Pygments Lexer</source>
       <translation>Лексер Pygments</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1548" />
+      <location filename="../QScintilla/Editor.py" line="1566" />
       <source>Select the Pygments lexer to apply.</source>
       <translation>Выберите для использования лексер Pygments.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2098" />
+      <location filename="../QScintilla/Editor.py" line="2116" />
       <source>Modification of Read Only file</source>
       <translation>Редактирование файла, открытого только на чтение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2099" />
+      <location filename="../QScintilla/Editor.py" line="2117" />
       <source>You are attempting to change a read only file. Please save to a different file first.</source>
       <translation>Попытка редактирования файла, открытого только на чтение. Пожалуйста, сначала сохраните изменения в другой файл.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2520" />
+      <location filename="../QScintilla/Editor.py" line="2538" />
       <source>Add Breakpoint</source>
       <translation>Добавить точку останова</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2521" />
+      <location filename="../QScintilla/Editor.py" line="2539" />
       <source>No Python byte code will be created for the selected line. No break point will be set!</source>
       <translation>Не будет создан байтовый код Python для выбранной строки. Точка останова не будет установлена!</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2854" />
+      <location filename="../QScintilla/Editor.py" line="2872" />
       <source>Printing...</source>
       <translation>Печать...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2871" />
+      <location filename="../QScintilla/Editor.py" line="2889" />
       <source>Printing completed</source>
       <translation>Печать завершена</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2873" />
+      <location filename="../QScintilla/Editor.py" line="2891" />
       <source>Error while printing</source>
       <translation>Ошибка печати</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2876" />
+      <location filename="../QScintilla/Editor.py" line="2894" />
       <source>Printing aborted</source>
       <translation>Печать прервана</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3239" />
+      <location filename="../QScintilla/Editor.py" line="3257" />
       <source>File Modified</source>
       <translation>Файл изменён</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3240" />
+      <location filename="../QScintilla/Editor.py" line="3258" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
       <translation>&lt;p&gt;В файле &lt;b&gt;{0}&lt;/b&gt; есть несохранённые изменения.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3298" />
+      <location filename="../QScintilla/Editor.py" line="3316" />
       <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;Невозможно прочитать файл &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3474" />
-      <location filename="../QScintilla/Editor.py" line="3455" />
-      <location filename="../QScintilla/Editor.py" line="3417" />
+      <location filename="../QScintilla/Editor.py" line="3492" />
+      <location filename="../QScintilla/Editor.py" line="3473" />
+      <location filename="../QScintilla/Editor.py" line="3435" />
       <source>Save File</source>
       <translation>Сохранить файл</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3418" />
+      <location filename="../QScintilla/Editor.py" line="3436" />
       <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;Невозможно сохранить файл &lt;b&gt;{0}&lt;/b&gt;:&lt;br&gt;Причина: {1}.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3475" />
+      <location filename="../QScintilla/Editor.py" line="3493" />
       <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;Файл &lt;b&gt;{0}&lt;/b&gt; уже существует. Переписать?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4986" />
+      <location filename="../QScintilla/Editor.py" line="5005" />
       <source>Autocompletion</source>
       <translation>Автодополнение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4987" />
+      <location filename="../QScintilla/Editor.py" line="5006" />
       <source>Autocompletion is not available because there is no autocompletion source set.</source>
       <translation>Автодополнение недоступно, так как не задан источник автодополнения.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5115" />
+      <location filename="../QScintilla/Editor.py" line="5134" />
       <source>Auto-Completion Provider</source>
       <translation>Источник автодополнений</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5116" />
+      <location filename="../QScintilla/Editor.py" line="5135" />
       <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation>Список дополнений источника '{0}' уже зарегистрирован. Повторный запрос проигнорирован.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5408" />
+      <location filename="../QScintilla/Editor.py" line="5427" />
       <source>Call-Tips Provider</source>
       <translation>Источник всплывающих подсказок</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5409" />
+      <location filename="../QScintilla/Editor.py" line="5428" />
       <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation>Источник всплывающих подсказок '{0}' уже зарегистрирован. Повторный запрос проигнорирован.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5816" />
+      <location filename="../QScintilla/Editor.py" line="5835" />
       <source>Disable breakpoint</source>
       <translation>Убрать точку останова</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6177" />
+      <location filename="../QScintilla/Editor.py" line="6196" />
       <source>Code Coverage</source>
       <translation>Покрытие кода</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6178" />
+      <location filename="../QScintilla/Editor.py" line="6197" />
       <source>Please select a coverage file</source>
       <translation>Пожалуйста, выберите файл покрытия</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6253" />
-      <location filename="../QScintilla/Editor.py" line="6245" />
+      <location filename="../QScintilla/Editor.py" line="6272" />
+      <location filename="../QScintilla/Editor.py" line="6264" />
       <source>Show Code Coverage Annotations</source>
       <translation>Показать аннотации по покрытию кода</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6246" />
+      <location filename="../QScintilla/Editor.py" line="6265" />
       <source>All lines have been covered.</source>
       <translation>Все строки были охвачены.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6254" />
+      <location filename="../QScintilla/Editor.py" line="6273" />
       <source>There is no coverage file available.</source>
       <translation>Нет доступного файла покрытия.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6358" />
+      <location filename="../QScintilla/Editor.py" line="6377" />
       <source>Profile Data</source>
       <translation>Данные профайлера</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6359" />
+      <location filename="../QScintilla/Editor.py" line="6378" />
       <source>Please select a profile file</source>
       <translation>Пожалуйста, выберите файл профиля</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6520" />
-      <location filename="../QScintilla/Editor.py" line="6514" />
+      <location filename="../QScintilla/Editor.py" line="6539" />
+      <location filename="../QScintilla/Editor.py" line="6533" />
       <source>Syntax Error</source>
       <translation>Синтаксическая ошибка</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6521" />
+      <location filename="../QScintilla/Editor.py" line="6540" />
       <source>No syntax error message available.</source>
       <translation>Нет сообщения о синтаксической ошибке.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
-      <location filename="../QScintilla/Editor.py" line="6726" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
+      <location filename="../QScintilla/Editor.py" line="6745" />
       <source>Warning</source>
       <translation>Предупреждение</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
       <source>No warning messages available.</source>
       <translation>Нет предупреждающего сообщения.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6796" />
+      <location filename="../QScintilla/Editor.py" line="6815" />
       <source>Style: {0}</source>
       <translation>Стиль: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6799" />
+      <location filename="../QScintilla/Editor.py" line="6818" />
       <source>Warning: {0}</source>
       <translation>Предупреждение: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6806" />
+      <location filename="../QScintilla/Editor.py" line="6825" />
       <source>Error: {0}</source>
       <translation>Ошибка: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Macro Name</source>
       <translation>Имя макроса</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Select a macro name:</source>
       <translation>Задайте имя макроса:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6939" />
+      <location filename="../QScintilla/Editor.py" line="6958" />
       <source>Load macro file</source>
       <translation>Загрузить макрос</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6985" />
-      <location filename="../QScintilla/Editor.py" line="6941" />
+      <location filename="../QScintilla/Editor.py" line="7004" />
+      <location filename="../QScintilla/Editor.py" line="6960" />
       <source>Macro files (*.macro)</source>
       <translation>Макросы (*.macro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6963" />
-      <location filename="../QScintilla/Editor.py" line="6953" />
+      <location filename="../QScintilla/Editor.py" line="6982" />
+      <location filename="../QScintilla/Editor.py" line="6972" />
       <source>Error loading macro</source>
       <translation>Ошибка при загрузке макроса</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6954" />
+      <location filename="../QScintilla/Editor.py" line="6973" />
       <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;Невозможно прочитать файл с макросами: &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6964" />
-      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Файл с макросами &lt;b&gt;{0}&lt;/b&gt; повреждён.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="6983" />
-      <source>Save macro file</source>
-      <translation>Сохранить файл с макросами</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7001" />
-      <source>Save macro</source>
-      <translation>Сохранить макрос</translation>
+      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Файл с макросами &lt;b&gt;{0}&lt;/b&gt; повреждён.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="7002" />
+      <source>Save macro file</source>
+      <translation>Сохранить файл с макросами</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7020" />
+      <source>Save macro</source>
+      <translation>Сохранить макрос</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7021" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Макро &lt;b&gt;{0}&lt;/b&gt; уже существует. Переписать?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7017" />
+      <location filename="../QScintilla/Editor.py" line="7036" />
       <source>Error saving macro</source>
       <translation>Ошибка при сохранении макроса</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7018" />
+      <location filename="../QScintilla/Editor.py" line="7037" />
       <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;Невозможно сохранить файл с макросами: &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7031" />
+      <location filename="../QScintilla/Editor.py" line="7050" />
       <source>Start Macro Recording</source>
       <translation>Начать запись макроса</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7032" />
+      <location filename="../QScintilla/Editor.py" line="7051" />
       <source>Macro recording is already active. Start new?</source>
       <translation>Запись макроса уже идёт. Начать новую запись?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7058" />
+      <location filename="../QScintilla/Editor.py" line="7077" />
       <source>Macro Recording</source>
       <translation>Запись макроса</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7059" />
+      <location filename="../QScintilla/Editor.py" line="7078" />
       <source>Enter name of the macro:</source>
       <translation>Задайте имя макроса:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7210" />
+      <location filename="../QScintilla/Editor.py" line="7229" />
       <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>&lt;p&gt;Файл &lt;b&gt;{0}&lt;/b&gt; был изменён, будучи открытым в eric. Перепрочесть?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7216" />
+      <location filename="../QScintilla/Editor.py" line="7235" />
       <source>&lt;br&gt;&lt;b&gt;Warning:&lt;/b&gt; You will lose your changes upon reopening it.</source>
       <translation>&lt;br&gt;&lt;b&gt;Предупреждение:&lt;/b&gt; При переоткрытии все изменения будут потеряны.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7223" />
+      <location filename="../QScintilla/Editor.py" line="7242" />
       <source>File changed</source>
       <translation>Файл изменен</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7273" />
+      <location filename="../QScintilla/Editor.py" line="7292" />
       <source>{0} (ro)</source>
       <translation>{0} (только чтение)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7579" />
+      <location filename="../QScintilla/Editor.py" line="7597" />
       <source>Drop Error</source>
       <translation>Ошибка Drag&amp;&amp;Drop</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7580" />
+      <location filename="../QScintilla/Editor.py" line="7598" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; не является файлом.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7600" />
+      <location filename="../QScintilla/Editor.py" line="7618" />
       <source>Resources</source>
       <translation>Ресурсы</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7602" />
+      <location filename="../QScintilla/Editor.py" line="7620" />
       <source>Add file...</source>
       <translation>Добавить файл...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7603" />
+      <location filename="../QScintilla/Editor.py" line="7621" />
       <source>Add files...</source>
       <translation>Добавить файлы...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7604" />
+      <location filename="../QScintilla/Editor.py" line="7622" />
       <source>Add aliased file...</source>
       <translation>Добавить файл под другим именем...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7606" />
+      <location filename="../QScintilla/Editor.py" line="7624" />
       <source>Add localized resource...</source>
       <translation>Добавить локализованный ресурс...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7609" />
+      <location filename="../QScintilla/Editor.py" line="7627" />
       <source>Add resource frame</source>
       <translation>Добавить фрагмент ресурсов</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7628" />
+      <location filename="../QScintilla/Editor.py" line="7646" />
       <source>Add file resource</source>
       <translation>Добавить файл ресурсов</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7642" />
+      <location filename="../QScintilla/Editor.py" line="7660" />
       <source>Add file resources</source>
       <translation>Добавить файлы ресурсов</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7666" />
-      <location filename="../QScintilla/Editor.py" line="7660" />
+      <location filename="../QScintilla/Editor.py" line="7684" />
+      <location filename="../QScintilla/Editor.py" line="7678" />
       <source>Add aliased file resource</source>
       <translation>Добавить файл ресурсов под другим именем</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7667" />
+      <location filename="../QScintilla/Editor.py" line="7685" />
       <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
       <translation>Другое имя для файла &lt;b&gt;{0}&lt;/b&gt;:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7742" />
+      <location filename="../QScintilla/Editor.py" line="7760" />
       <source>Package Diagram</source>
       <translation>Диаграмма пакетов</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7743" />
+      <location filename="../QScintilla/Editor.py" line="7761" />
       <source>Include class attributes?</source>
       <translation>Включать атрибуты класса?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7763" />
+      <location filename="../QScintilla/Editor.py" line="7781" />
       <source>Imports Diagram</source>
       <translation>Диаграмма импортов</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7764" />
+      <location filename="../QScintilla/Editor.py" line="7782" />
       <source>Include imports from external modules?</source>
       <translation>Включать импорты из внешних модулей?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7783" />
+      <location filename="../QScintilla/Editor.py" line="7801" />
       <source>Application Diagram</source>
       <translation>Диаграмма приложения</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7784" />
+      <location filename="../QScintilla/Editor.py" line="7802" />
       <source>Include module names?</source>
       <translation>Включать имена модулей?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8139" />
+      <location filename="../QScintilla/Editor.py" line="8157" />
       <source>Add to dictionary</source>
       <translation>Добавить в словарь</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8141" />
+      <location filename="../QScintilla/Editor.py" line="8159" />
       <source>Ignore All</source>
       <translation>Игнорировать всё</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8559" />
+      <location filename="../QScintilla/Editor.py" line="8577" />
       <source>Sort Lines</source>
       <translation>Сортировать строки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8560" />
+      <location filename="../QScintilla/Editor.py" line="8578" />
       <source>The selection contains illegal data for a numerical sort.</source>
       <translation>Выборка содержит данные неподходящие для сортировки как числа.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8653" />
+      <location filename="../QScintilla/Editor.py" line="8671" />
       <source>Register Mouse Click Handler</source>
       <translation>Регистрация обработчика кликов мышки</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8654" />
+      <location filename="../QScintilla/Editor.py" line="8672" />
       <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source>
       <translation>Обработчик кликов мышки для "{0}" уже зарегистрирован "{1}". Запрос прерван "{2}"...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8750" />
+      <location filename="../QScintilla/Editor.py" line="8768" />
       <source>{0:4d}    {1}</source>
       <comment>line number, source code</comment>
       <translation>{0:4d}    {1}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8756" />
+      <location filename="../QScintilla/Editor.py" line="8774" />
       <source>{0:4d}    {1}
     =&gt;  {2}</source>
       <comment>line number, source code, file name</comment>
@@ -12608,12 +12694,12 @@
     =&gt;  {2}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8824" />
+      <location filename="../QScintilla/Editor.py" line="8842" />
       <source>EditorConfig Properties</source>
       <translation>Свойства EditorConfig</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8825" />
+      <location filename="../QScintilla/Editor.py" line="8843" />
       <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>&lt;p&gt;Не удается загрузить свойства EditorConfig для файла &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
@@ -17755,6 +17841,14 @@
     </message>
   </context>
   <context>
+    <name>EricIPv4InputWidget</name>
+    <message>
+      <location filename="../EricNetwork/EricIPv4InputWidget.ui" line="0" />
+      <source>Press to clear the entered IPv4 address</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>EricIconBar</name>
     <message>
       <location filename="../EricWidgets/EricIconBar.py" line="36" />
@@ -20010,142 +20104,217 @@
   <context>
     <name>EspDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="73" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="53" />
+      <source>beacon timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="54" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="55" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="56" />
+      <source>association failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="57" />
+      <source>handshake timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="58" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="59" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="60" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="63" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="100" />
       <source>ESP8266, ESP32</source>
       <translation>ESP8266, ESP32</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="129" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="156" />
       <source>ESP32 Functions</source>
       <translation>Функции ESP32</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="406" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="132" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="352" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="159" />
       <source>Show MicroPython Versions</source>
       <translation>Показать версии MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="222" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="208" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1096" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1080" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="163" />
       <source>Erase Flash</source>
       <translation>Очистить Flash-память</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="259" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="139" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="166" />
       <source>Flash MicroPython Firmware</source>
       <translation>Прошить микрокод MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="296" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="143" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1178" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="170" />
       <source>Flash Additional Firmware</source>
       <translation>Прошить дополнительный микрокод</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="332" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="147" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="278" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="174" />
       <source>Backup Firmware</source>
       <translation>Резервировать микрокод</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="385" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="150" />
-      <source>Restore Firmware</source>
-      <translation>Восстановить микрокод</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="154" />
-      <source>Show Chip ID</source>
-      <translation>Показать ID чипа</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="157" />
-      <source>Show Flash ID</source>
-      <translation>Показать ID Flash</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="160" />
-      <source>Show MAC Address</source>
-      <translation>Показать MAC-адрес</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="164" />
-      <source>Reset Device</source>
-      <translation>Сбросить устройство</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="167" />
-      <source>Install 'esptool.py'</source>
-      <translation>Установить 'esptool.py'</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="209" />
-      <source>Shall the flash of the selected device really be erased?</source>
-      <translation>Действительно ли flash-память выбранного устройства должна быть очищена?</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="221" />
-      <source>'esptool erase_flash' Output</source>
-      <translation>Вывод команды 'esptool erase_flash'</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="384" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="295" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="258" />
-      <source>'esptool write_flash' Output</source>
-      <translation>Вывод команды 'esptool write_flash'</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/EspDevices.py" line="331" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="177" />
+      <source>Restore Firmware</source>
+      <translation>Восстановить микрокод</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="181" />
+      <source>Show Chip ID</source>
+      <translation>Показать ID чипа</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="184" />
+      <source>Show Flash ID</source>
+      <translation>Показать ID Flash</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="187" />
+      <source>Show MAC Address</source>
+      <translation>Показать MAC-адрес</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="191" />
+      <source>Reset Device</source>
+      <translation>Сбросить устройство</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="194" />
+      <source>Install 'esptool.py'</source>
+      <translation>Установить 'esptool.py'</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="277" />
       <source>'esptool read_flash' Output</source>
       <translation>Вывод команды 'esptool read_flash'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="407" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1177" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="330" />
+      <source>'esptool write_flash' Output</source>
+      <translation>Вывод команды 'esptool write_flash'</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="353" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation>Не удается определить прошивку подключенного устройства или на плате не работает MicroPython или CircuitPython. Отмена...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="435" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="382" />
       <source>unknown</source>
       <translation>неизвестный</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="446" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="393" />
       <source>&lt;h4&gt;{0} Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h4&gt;Информация версии {0}&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Установлена:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Доступна:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="454" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="401" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;Доступно обновление!&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="458" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="405" />
       <source>{0} Version</source>
       <translation>Версия {0}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
       <source>'esptool chip_id' Output</source>
       <translation>Вывод команды 'esptool chip_id'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
       <source>'esptool flash_id' Output</source>
       <translation>Вывод команды 'esptool flash_id'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
       <source>'esptool read_mac' Output</source>
       <translation>Вывод команды 'esptool read_mac'</translation>
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="786" />
+      <source>Error saving credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="797" />
+      <source>Error saving auto-connect script: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="801" />
+      <source>Error modifying 'boot.py': {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="830" />
+      <source>Error deleting credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="910" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1081" />
+      <source>Shall the flash of the selected device really be erased?</source>
+      <translation>Действительно ли flash-память выбранного устройства должна быть очищена?</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1095" />
+      <source>'esptool erase_flash' Output</source>
+      <translation>Вывод команды 'esptool erase_flash'</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1137" />
+      <source>Flash µPy/CPy Firmware</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>EspFirmwareSelectionDialog</name>
@@ -20156,8 +20325,8 @@
     </message>
     <message>
       <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Flash MicroPython Firmware</source>
-      <translation>Прошить микрокод MicroPython</translation>
+      <source>Flash µPy/CPy Firmware</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
@@ -20224,6 +20393,10 @@
       <source>Firmware is CircuitPython</source>
       <translation>Прошивка - CircuitPython</translation>
     </message>
+    <message>
+      <source>Flash MicroPython Firmware</source>
+      <translation type="vanished">Прошить микрокод MicroPython</translation>
+    </message>
   </context>
   <context>
     <name>ExceptionLogger</name>
@@ -30354,77 +30527,77 @@
       <translation>Пустая страница</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="457" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="456" />
       <source>Backward</source>
       <translation>Назад</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="462" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="461" />
       <source>Forward</source>
       <translation>Вперёд</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="467" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="466" />
       <source>Reload</source>
       <translation>Перезагрузить</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="476" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="475" />
       <source>Copy Page URL to Clipboard</source>
       <translation>Копировать URL страницы в буфер</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="482" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="481" />
       <source>Bookmark Page</source>
       <translation>Страница закладок</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="490" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="489" />
       <source>Zoom in</source>
       <translation>Увеличить масштаб</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="495" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="494" />
       <source>Zoom out</source>
       <translation>Уменьшить масштаб</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="500" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="499" />
       <source>Zoom reset</source>
       <translation>Сбросить масштаб</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="506" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="505" />
       <source>Copy</source>
       <translation>Копировать</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="512" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="511" />
       <source>Select All</source>
       <translation>Выделить всё</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="519" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="518" />
       <source>Close</source>
       <translation>Закрыть</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="524" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="523" />
       <source>Close Others</source>
       <translation>Закрыть остальные</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="544" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="543" />
       <source>Open Link in New Page</source>
       <translation>Открыть ссылку на новой странице</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="551" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="550" />
       <source>Open Link in Background Page</source>
       <translation>Открыть ссылку на фоновой странице</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="559" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="558" />
       <source>Copy URL to Clipboard</source>
       <translation>Копировать URL в буфер</translation>
     </message>
@@ -49175,35 +49348,35 @@
       <translation>Перейти в директорию рабочей области устройства</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="999" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="829" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="146" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="125" />
       <source>Change Directory</source>
       <translation>Изменить директорию</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1019" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="865" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="853" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="149" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="128" />
       <source>Create Directory</source>
       <translation>Создать директорию</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1074" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="903" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="892" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="155" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="131" />
       <source>Delete Directory Tree</source>
       <translation>Удалить дерево директорий</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1101" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="941" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="930" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="159" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="135" />
       <source>Delete File</source>
@@ -49216,7 +49389,7 @@
       <translation>Показывать скрытые файлы</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1046" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="152" />
       <source>Delete Directory</source>
       <translation>Удалить директорию</translation>
@@ -49281,65 +49454,65 @@
       <translation>Сохранить файл как</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="831" />
       <source>Select Directory</source>
       <translation>Выберите директорию</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1021" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="855" />
       <source>Enter directory name:</source>
       <translation>Введите имя директории:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="867" />
       <source>&lt;p&gt;The 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;Не удается создать директорию {0}.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1076" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="894" />
       <source>Do you really want to delete this directory tree?</source>
       <translation>Вы действительно хотите удалить это дерево директорий?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="905" />
       <source>&lt;p&gt;The 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>&lt;p&gt;Не удается удалить директорию &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1103" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="932" />
       <source>Do you really want to delete this file?</source>
       <translation>Вы действительно хотите удалить этот файл?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="943" />
       <source>&lt;p&gt;The 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>&lt;p&gt;Не удается удалить файл &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1001" />
       <source>Enter the directory path on the device:</source>
       <translation>Введите путь к директории на устройстве:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1048" />
       <source>Do you really want to delete this directory?</source>
       <translation>Вы действительно хотите удалить эту директорию?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1135" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1136" />
       <source>&lt;h3&gt;Filesystem Information&lt;/h3&gt;</source>
       <translation>&lt;h3&gt;Информация о файловой системе&lt;/h3&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1137" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1138" />
       <source>&lt;h4&gt;{0}&lt;/h4&lt;table&gt;&lt;tr&gt;&lt;td&gt;Total Size: &lt;/td&gt;&lt;td align='right'&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Used Size: &lt;/td&gt;&lt;td align='right'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Free Size: &lt;/td&gt;&lt;td align='right'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;table&gt;&lt;tr&gt;&lt;td&gt;Общий объем: &lt;/td&gt;&lt;td align='right'&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Используемый объем: &lt;/td&gt;&lt;td align='right'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Свободный объем: &lt;/td&gt;&lt;td align='right'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1150" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1151" />
       <source>Filesystem Information</source>
       <translation>Информация о файловой системе</translation>
     </message>
@@ -49476,6 +49649,102 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished">Страна:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Имя:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Пароль:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="326" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="309" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished">Показать пароль</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished">Безопасность:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished">Адрес:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
       <source>MPY Cross Compiler</source>
       <translation>Кросс-компилятор MPY</translation>
     </message>
@@ -49622,56 +49891,67 @@
       <translation>Введите URL документации MicroPython для Calliope mini</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="47" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="53" />
       <source>Automatic</source>
       <translation>Автоматический выбор</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="49" />
-      <source>Light</source>
-      <translation>Light</translation>
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="52" />
-      <source>Dark</source>
-      <translation>Dark</translation>
-    </message>
-    <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="55" />
-      <source>Blue Cerulean</source>
-      <translation>Blue Cerulean</translation>
+      <source>Light</source>
+      <translation>Light</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="58" />
-      <source>Brown Sand</source>
-      <translation>Blue Cerulean</translation>
+      <source>Dark</source>
+      <translation>Dark</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="61" />
-      <source>Blue NCS</source>
-      <translation>Blue NCS</translation>
+      <source>Blue Cerulean</source>
+      <translation>Blue Cerulean</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="64" />
-      <source>High Contrast</source>
-      <translation>Высококонтрастная</translation>
+      <source>Brown Sand</source>
+      <translation>Blue Cerulean</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="67" />
-      <source>Blue Icy</source>
-      <translation>Blue Icy</translation>
+      <source>Blue NCS</source>
+      <translation>Blue NCS</translation>
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="70" />
+      <source>High Contrast</source>
+      <translation>Высококонтрастная</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="73" />
+      <source>Blue Icy</source>
+      <translation>Blue Icy</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
       <source>Qt</source>
       <translation>Qt</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="79" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="85" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="82" />
       <source>All Files (*)</source>
       <translation>Все файлы (*)</translation>
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="88" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="322" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="305" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished">Скрыть пароль</translation>
+    </message>
   </context>
   <context>
     <name>MicroPythonProgressInfoDialog</name>
@@ -49684,17 +49964,17 @@
   <context>
     <name>MicroPythonWidget</name>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="231" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="235" />
       <source>MicroPython Menu</source>
       <translation>Меню MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="288" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="293" />
       <source>&lt;h3&gt;The QtSerialPort package is not available.&lt;br/&gt;MicroPython support is deactivated.&lt;/h3&gt;</source>
       <translation>&lt;h3&gt;Пакет QtSerialPort недоступен.&lt;br/&gt;Поддержка MicroPython деактивирована.&lt;/h3&gt;</translation>
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="329" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="334" />
       <source>%n supported device(s) detected.</source>
       <translation>
         <numerusform>Обнаружено %n поддерживаемое устройство.</numerusform>
@@ -49703,18 +49983,18 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="343" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="348" />
       <source>{0} - {1} ({2})</source>
       <comment>board name, description, port name</comment>
       <translation>{0} - {1} ({2})</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="363" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="368" />
       <source>No supported devices detected.</source>
       <translation>Не обнаружены поддерживаемые устройства.</translation>
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="367" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="372" />
       <source>
 %n unknown device(s) for manual selection.</source>
       <translation>
@@ -49727,70 +50007,70 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="374" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="379" />
       <source>Manual Selection</source>
       <translation>Ручной выбор</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="437" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="408" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="442" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="413" />
       <source>Unknown MicroPython Device</source>
       <translation>Неизвестное устройство MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="409" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="414" />
       <source>&lt;p&gt;Detected these unknown serial devices&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please report them together with the board name and a short description to &lt;a href="mailto:{1}"&gt; the eric bug reporting address&lt;/a&gt; if it is a MicroPython board.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Обнаружены следующие неизвестные последовательные устройства&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Если это плата MicroPython, то сообщите о ней вместе с названием платы и кратким описанием по адресу &lt;a href="mailto:{1}"&gt; the eric bug reporting&lt;/a&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="421" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="426" />
       <source>{0} (0x{1:04x}/0x{2:04x})</source>
       <comment>description, VId, PId</comment>
       <translation>{0} (0x{1:04x}/0x{2:04x})</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="438" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="443" />
       <source>Would you like to add them to the list of manually configured devices?</source>
       <translation>Хотите добавить их в список вручную настроенных устройств?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="568" />
-      <source>Clear</source>
-      <translation>Очистить</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="573" />
+      <source>Clear</source>
+      <translation>Очистить</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="578" />
       <source>Copy</source>
       <translation>Копировать</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="579" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="584" />
       <source>Paste</source>
       <translation>Вставить</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="586" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="591" />
       <source>Select All</source>
       <translation>Выделить всё</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
       <source>Press to disconnect the current device</source>
       <translation>Отключить выбранное устройство</translation>
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="622" />
       <source>Press to connect the selected device</source>
       <translation>Подключить выбранное устройство</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="644" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="652" />
       <source>No device attached</source>
       <translation>Устройство не подключено</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="645" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="653" />
       <source>Please ensure the device is plugged into your computer and selected.
 
 It must have a version of MicroPython (or CircuitPython) flashed onto it before anything will work.
@@ -49803,318 +50083,318 @@
 И, наконец, нажмите кнопку перезагрузки устройства и подождите несколько секунд, прежде чем повторить попытку.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="674" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="682" />
       <source>Start REPL</source>
       <translation>Запустить REPL</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="675" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="683" />
       <source>&lt;p&gt;The REPL cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Не удается запустить REPL.&lt;/p&gt;&lt;p&gt;Причина:&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1194" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1183" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1211" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1200" />
       <source>Serial Device Connect</source>
       <translation>Подсоединение последовательного устройства</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1184" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1201" />
       <source>&lt;p&gt;The device at serial port &lt;b&gt;{0}&lt;/b&gt; does not respond. It may not have a MicroPython firmware flashed.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Устройство не отвечает через последовательный порт &lt;b&gt;{0}&lt;/b&gt;. Возможно на нем не установлена прошивка MicroPython.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1195" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1212" />
       <source>&lt;p&gt;Cannot connect to device at serial port &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Не удается соединиться с устройством через последовательный порт &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1270" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1261" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1252" />
+      <source>Run Script</source>
+      <translation>Выполнить скрипт</translation>
+    </message>
+    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1253" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1244" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1235" />
-      <source>Run Script</source>
-      <translation>Выполнить скрипт</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1236" />
       <source>There is no editor open. Abort...</source>
       <translation>Редактор не открыт. Прерывание...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1245" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1262" />
       <source>The current editor does not contain a script. Abort...</source>
       <translation>Текущий редактор не содержит скрипт. Прервать...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1254" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1271" />
       <source>&lt;p&gt;Cannot run script.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Не удается выполнить скрипт.&lt;/p&gt;&lt;p&gt;Причина: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1290" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1307" />
       <source>Start Chart</source>
       <translation>Построить диаграмму</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1291" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1308" />
       <source>&lt;p&gt;The Chart cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Не удается построить диаграмму.&lt;/p&gt;&lt;p&gt;Причина: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1306" />
-      <source>µPy Chart</source>
-      <translation>µPy диаграммы</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1323" />
+      <source>µPy Chart</source>
+      <translation>µPy диаграммы</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1340" />
       <source>Unsaved Chart Data</source>
       <translation>Несохраненные данные диаграммы</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1324" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1341" />
       <source>The chart contains unsaved data.</source>
       <translation>Диаграмма содержит несохраненные данные.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1372" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1389" />
       <source>Start File Manager</source>
       <translation>Запустить менеджер файлов</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1373" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1390" />
       <source>&lt;p&gt;The File Manager cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Не удается запустить менеджер файлов.&lt;/p&gt;&lt;p&gt;Причина: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1392" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1409" />
       <source>µPy Files</source>
       <translation>µPy файлы</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1428" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1453" />
       <source>Downloads</source>
       <translation>Загрузить микрокод / библиотеки</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1443" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
       <source>Show Version</source>
       <translation>Показать версию</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1446" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1479" />
       <source>Show Implementation</source>
       <translation>Показать исполнение</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1449" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1482" />
       <source>Show Board Data</source>
       <translation>Показать данные платы</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1611" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1454" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1646" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1487" />
       <source>Synchronize Time</source>
       <translation>Синхронизировать время</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1457" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1490" />
       <source>Show Device Time</source>
       <translation>Показать время устройства</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1459" />
-      <source>Show Local Time</source>
-      <translation>Показать локальное время</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1462" />
-      <source>Show Time</source>
-      <translation>Показать время</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1466" />
-      <source>Show Builtin Modules</source>
-      <translation>Показать встроенные модули</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1835" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1472" />
-      <source>Compile Python File</source>
-      <translation>Компилировать файл Python</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1859" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1850" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
-      <source>Compile Current Editor</source>
-      <translation>Компилировать текущий редактор</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1485" />
-      <source>Download Firmware</source>
-      <translation>Загрузить микрокод</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1492" />
-      <source>Show Documentation</source>
-      <translation>Просмотр документации</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1496" />
-      <source>Flash UF2 Device</source>
-      <translation>Прошивка UF2-устройств</translation>
+      <source>Show Local Time</source>
+      <translation>Показать локальное время</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1495" />
+      <source>Show Time</source>
+      <translation>Показать время</translation>
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1499" />
+      <source>Show Builtin Modules</source>
+      <translation>Показать встроенные модули</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1870" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <source>Compile Python File</source>
+      <translation>Компилировать файл Python</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1894" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1885" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1509" />
+      <source>Compile Current Editor</source>
+      <translation>Компилировать текущий редактор</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <source>Download Firmware</source>
+      <translation>Загрузить микрокод</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1528" />
+      <source>Show Documentation</source>
+      <translation>Просмотр документации</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1531" />
+      <source>Flash UF2 Device</source>
+      <translation>Прошивка UF2-устройств</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1534" />
       <source>Manage Unknown Devices</source>
       <translation>Менеджер неизвестных устройств</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1502" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1537" />
       <source>Ignored Serial Devices</source>
       <translation>Проигнорированные последовательные устройства</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1540" />
       <source>Configure</source>
       <translation>Настройки</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1514" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1549" />
       <source>&lt;h3&gt;Device Version Information&lt;/h3&gt;</source>
       <translation>&lt;h3&gt;Информация о версии устройства&lt;/h3&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1525" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1560" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
       <source>Device Version Information</source>
       <translation>Информация о версии устройства</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1526" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1561" />
       <source>No version information available.</source>
       <translation>Информация о версии недоступна.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1550" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1542" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1585" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1577" />
       <source>unknown</source>
       <translation>unknown</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1591" />
       <source> ({0})</source>
       <translation> ({0})</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1572" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1563" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1607" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1598" />
       <source>Device Implementation Information</source>
       <translation>Информация о исполнении устройства</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1564" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1599" />
       <source>&lt;h3&gt;Device Implementation Information&lt;/h3&gt;&lt;p&gt;This device contains &lt;b&gt;{0} {1}{2}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation>&lt;h3&gt;Информация о реализации устройства&lt;/h3&gt;&lt;p&gt;Это устройство содержит &lt;b&gt;{0} {1}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1573" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1608" />
       <source>No device implementation information available.</source>
       <translation>Информация о реализации устройства отсутствует.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1647" />
       <source>&lt;p&gt;The time of the connected device was synchronized with the local time.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Время подключенного устройства было синхронизировано с локальным временем.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1634" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1669" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h3&gt;Дата и время устройства&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Дата&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Время&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1642" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1677" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
       <translation>&lt;h3&gt;Дата и время устройства&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1658" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1693" />
       <source>Device Date and Time</source>
       <translation>Дата и время устройства</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1670" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1705" />
       <source>Local Date and Time</source>
       <translation>Локальные дата и время</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1671" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1706" />
       <source>&lt;h3&gt;Local Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h3&gt;Локальные дата и время&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Дата&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Время&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1712" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1695" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1747" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1730" />
       <source>Date and Time</source>
       <translation>Дата и время</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1696" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1731" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{0}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{1}&lt;/td&gt;&lt;td align='center'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Дата и время локальные&lt;/th&gt;&lt;th&gt;Дата и время устройства&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Дата &lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{0}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Время &lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{1}&lt;/td&gt;&lt;td align='center'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1713" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1748" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align='center'&gt;{0} {1}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Дата и время локальные&lt;/th&gt;&lt;th&gt;Дата и время устройства&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align='center'&gt;{0} {1}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1737" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1772" />
       <source>Error handling device</source>
       <translation>Ошибка при работе с устройством</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1738" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1773" />
       <source>&lt;p&gt;There was an error communicating with the connected device.&lt;/p&gt;&lt;p&gt;Method: {0}&lt;/p&gt;&lt;p&gt;Message: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Произошла ошибка при работе с подключаемым устройством.&lt;/p&gt;&lt;p&gt;Метод: {0}&lt;/p&gt;&lt;p&gt;Сообщение: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1780" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1815" />
       <source>The MicroPython cross compiler &lt;b&gt;mpy-cross&lt;/b&gt; cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source>
       <translation>Кросс-компилятор MicroPython &lt;b&gt;mpy-cross&lt;/b&gt; не найден. Убедитесь, что он находится в пути поиска, или настройте его на странице конфигурации MicroPython.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1806" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1841" />
       <source>Python Files (*.py);;All Files (*)</source>
       <translation>Файлы Python (*.py);;Все файлы (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1816" />
-      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
-      <translation>Файл Python &lt;b&gt;{0}&lt;/b&gt; не существует. Отмена...</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1825" />
-      <source>'mpy-cross' Output</source>
-      <translation>Вывод команды 'mpy-cross'</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1851" />
+      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
+      <translation>Файл Python &lt;b&gt;{0}&lt;/b&gt; не существует. Отмена...</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1860" />
+      <source>'mpy-cross' Output</source>
+      <translation>Вывод команды 'mpy-cross'</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1886" />
       <source>The current editor does not contain a Python file. Aborting...</source>
       <translation>Текущий редактор не содержит файл Python. Отмена...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1943" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1978" />
       <source>Add Unknown Devices</source>
       <translation>Добавить неизвестное устройство</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1944" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1979" />
       <source>Select the devices to be added:</source>
       <translation>Выбор устройств для добавления:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1985" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="2020" />
       <source>Plus any modules on the filesystem.</source>
       <translation>Плюс любые модули в файловой системе.</translation>
     </message>
@@ -50147,169 +50427,169 @@
   <context>
     <name>MicrobitDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="86" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="101" />
       <source>BBC micro:bit</source>
       <translation>BBC micro:bit</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="89" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="104" />
       <source>Calliope mini</source>
       <translation>Calliope mini</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="186" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="201" />
       <source>BBC micro:bit/Calliope Functions</source>
       <translation>Функции BBC micro:bit/Calliope</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="399" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="387" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="370" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="189" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="414" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="402" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="385" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="204" />
       <source>Show MicroPython Versions</source>
       <translation>Показать версии MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="193" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="208" />
       <source>Flash MicroPython</source>
       <translation>Прошить MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="196" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="211" />
       <source>Flash Firmware</source>
       <translation>Прошить микрокод</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="473" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="200" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="489" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="215" />
       <source>Save Script as 'main.py'</source>
       <translation>Сохранить скрипт как 'main.py'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="203" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="218" />
       <source>Save the current script as 'main.py' on the connected device</source>
       <translation>Сохранить текущий скрипт как 'main.py' на подключенном устройстве</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="207" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="222" />
       <source>Reset {0}</source>
       <translation>Сбросить {0}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="353" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="344" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="330" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="313" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="300" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="280" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="368" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="359" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="345" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="328" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="315" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="295" />
       <source>Flash MicroPython/Firmware</source>
       <translation>Прошить MicroPython/микрокод</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="281" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="296" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed and plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;See the &lt;a href="https://microbit.org/guide/firmware/"&gt;micro:bit web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation>&lt;p&gt;BBC micro:bit не готово к прошивке микрокода DAPLink. Следуйте данным инструкциям. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;отключите USB-кабель и все батареи&lt;/li&gt;&lt;li&gt;удерживайте нажатой кнопку RESET и снова подключите USB-кабель&lt;/li&gt;&lt;li&gt;диск под названием MAINTENANCE должен быть доступен&lt;/li &gt;&lt;/ul&gt;&lt;p&gt;Подробности см. на &lt;a href="https://microbit.org/guide/firmware/"&gt;веб-сайте micro:bit&lt;/a&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="301" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="316" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MICROBIT is available.&lt;/p&gt;</source>
       <translation>&lt;p&gt;BBC micro:bit не готово к прошивке микрокода MicroPython. Пожалуйста убедитесь, что диск под названием MICROBIT доступен.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="314" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="329" />
       <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed an plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;</source>
       <translation>&lt;p&gt;"Calliope mini" не готово к прошивке микрокода DAPLink. Следуйте данным инструкциям. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;отключите USB-кабель и все аккумуляторы&lt;/li&gt;&lt;li&gt;удерживая кнопку RESET нажатой вставьте USB-кабель обратно&lt;/li&gt;&lt;li&gt;должен быть доступен диск под названием MAINTENANCE&lt;/li&gt;&lt;/ul&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="331" />
-      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;"Calliope mini" не готово к прошивке микрокода MicroPython. Пожалуйста убедитесь, что устройство, называемое MICROBIT, доступно.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="346" />
+      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;"Calliope mini" не готово к прошивке микрокода MicroPython. Пожалуйста убедитесь, что устройство, называемое MICROBIT, доступно.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="361" />
       <source>MicroPython/Firmware Files (*.hex *.bin);;All Files (*)</source>
       <translation>Файлы MicroPython/микрокода (*.hex *.bin);;Все файлы (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="354" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="369" />
       <source>There are multiple devices ready for flashing. Please make sure, that only one device is prepared.</source>
       <translation>Несколько устройств готовы для прошивки. Пожалуйста убедитесь, что подготовлено только одно устройство.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="371" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="386" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation>Не удается определить прошивку подключенного устройства или на плате не работает MicroPython млм CircuitPython. Отмена...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="388" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="403" />
       <source>&lt;p&gt;The BBC micro:bit generation cannot be determined. Aborting...&lt;/p&gt;</source>
       <translation>&lt;p&gt;Поколение BBC micro:bit не может быть определено. Отмена...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="400" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="415" />
       <source>&lt;p&gt;The firmware URL for the device type &lt;b&gt;{0}&lt;/b&gt; is not known. Aborting...&lt;/p&gt;</source>
       <translation>&lt;p&gt;URL-адрес прошивки для устройства типа &lt;b&gt;{0}&lt;/b&gt; неизвестен. Отмена...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="427" />
-      <source>unknown</source>
-      <translation>неизвестный</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="443" />
-      <source>Firmware</source>
-      <translation>Прошивка</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="446" />
-      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation>&lt;h4&gt;Информаация версии {0}&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Установлена:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Доступна:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="455" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation>&lt;p&gt;&lt;b&gt;Доступно обновление!&lt;/b&gt;&lt;/p&gt;</translation>
+      <source>unknown</source>
+      <translation>неизвестный</translation>
     </message>
     <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="459" />
+      <source>Firmware</source>
+      <translation>Прошивка</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="462" />
+      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation>&lt;h4&gt;Информаация версии {0}&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Установлена:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Доступна:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="471" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation>&lt;p&gt;&lt;b&gt;Доступно обновление!&lt;/b&gt;&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="475" />
       <source>{0} Version</source>
       <translatorcomment>Версия {0}</translatorcomment>
       <translation />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="479" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="495" />
       <source>The current editor does not contain a Python script. Write it anyway?</source>
       <translation>Текущий редактор не содержит скрипт Python. Все равно записать?</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="490" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="506" />
       <source>The script is empty. Aborting.</source>
       <translation>Скрипт пуст. Прерывание.</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="544" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="560" />
       <source>MicroPython Firmware for BBC micro:bit V1</source>
       <translation>Микрокод MicroPython для BBC micro:bit V1</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="576" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="563" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="548" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="592" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="579" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="564" />
       <source>DAPLink Firmware</source>
       <translation>Микрокод DAPLink</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="555" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="571" />
       <source>MicroPython Firmware for BBC micro:bit V2</source>
       <translation>Микрокод MicroPython для BBC micro:bit V2</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="559" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="575" />
       <source>CircuitPython Firmware for BBC micro:bit V2</source>
       <translation>Микрокод CircuitPython для BBC micro:bit V2</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="572" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="588" />
       <source>MicroPython Firmware</source>
       <translation>Микрокод MicroPython</translation>
     </message>
@@ -57371,18 +57651,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1793" />
+      <location filename="../Preferences/__init__.py" line="1803" />
       <source>Export Preferences</source>
       <translation>Экспорт Preferences</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1822" />
-      <location filename="../Preferences/__init__.py" line="1795" />
+      <location filename="../Preferences/__init__.py" line="1832" />
+      <location filename="../Preferences/__init__.py" line="1805" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation>Файлы Preferences (*.ini);;Все файлы (*)</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1820" />
+      <location filename="../Preferences/__init__.py" line="1830" />
       <source>Import Preferences</source>
       <translation>Импорт Preferences</translation>
     </message>
@@ -62210,22 +62490,22 @@
       <translation>Не удается определить прошивку подключенного устройства или на плате не работает MicroPython. Отмена...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="467" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="468" />
       <source>unknown</source>
       <translation>неизвестный</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="473" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="474" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h4&gt;Информация о версии MicroPython&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Установлена:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Доступна:&lt;/td &gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="481" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="482" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;Доступно обновление!&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="485" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="486" />
       <source>MicroPython Version</source>
       <translation>Версия MicroPython</translation>
     </message>
@@ -67414,86 +67694,193 @@
   <context>
     <name>RP2040Device</name>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="71" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="52" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="62" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="53" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="65" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="54" />
+      <source>connection failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="61" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="55" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="56" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="57" />
+      <source>connected, waiting for IP address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="64" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="58" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="63" />
+      <source>network scan completed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="66" />
+      <source>connection lost</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="67" />
+      <source>disconnected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="68" />
+      <source>AP listening</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="69" />
+      <source>AP connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="70" />
+      <source>AP failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="89" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="76" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="90" />
+      <source>automatic</source>
+      <translation type="unfinished">automatic</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="121" />
       <source>RP2040</source>
       <translation>RP2040</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="127" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="177" />
       <source>RP2040 Functions</source>
       <translation>Функции RP2040</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="199" />
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="130" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="256" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="180" />
       <source>Show MicroPython Versions</source>
       <translation>Показать версии MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="134" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="184" />
       <source>Activate Bootloader</source>
       <translation>Активировать загрузчик</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="137" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="187" />
       <source>Flash MicroPython Firmware</source>
       <translation>Прошить микрокод MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="200" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="191" />
+      <source>Reset Device</source>
+      <translation type="unfinished">Сбросить устройство</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="257" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source>
       <translation>Не удается определить прошивку подключенного устройства или на плате не работает MicroPython. Отмена...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="232" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="290" />
       <source>unknown</source>
       <translation>неизвестный</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="242" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="300" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;{2}&lt;/table&gt;</source>
       <translation>&lt;h4&gt;Информация о версии MicroPython&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Установлена:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Доступна:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;{2}&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="252" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="310" />
       <source>&lt;tr&gt;&lt;td&gt;Variant:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation>&lt;tr&gt;&lt;td&gt;Вариант:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="263" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="320" />
       <source>&lt;p&gt;Update may be available.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Может быть доступно обновление.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="265" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="322" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;Доступно обновление!&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="269" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="326" />
       <source>MicroPython Version</source>
       <translation>Версия MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="292" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="358" />
       <source>MicroPython Firmware</source>
       <translation>Микрокод MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="296" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="362" />
       <source>Pimoroni Pico Firmware</source>
       <translation>Микрокод Pimoroni Pico</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="299" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="365" />
       <source>CircuitPython Firmware</source>
       <translation>Микрокод CircuitPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="303" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="369" />
       <source>CircuitPython Libraries</source>
       <translation>Библиотеки CircuitPython</translation>
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="421" />
+      <source>Set Country</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="976" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="611" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1086" />
+      <source>Pico Wireless does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1161" />
+      <source>Pico Wireless does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>RccCompilerOptionsDialog</name>
@@ -69087,111 +69474,111 @@
   <context>
     <name>SessionManager</name>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="300" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="299" />
       <source>Backup 1</source>
       <translation>Резервная копия 1</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="308" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="307" />
       <source>Backup 2</source>
       <translation>Резервная копия 2</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="339" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="338" />
       <source>Default Session</source>
       <translation>Сессия по умолчанию</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="492" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="491" />
       <source>Clone Session</source>
       <translation>Клонировать сессию</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="495" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="494" />
       <source>Rename Session</source>
       <translation>Переименовать сессию</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="499" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="498" />
       <source>Please enter a new name:</source>
       <translation>Пожалуйста введите новое имя:</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="672" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="572" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="515" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="514" />
       <source>The session file "{0}" exists already. Please enter another name.</source>
       <translation>Файл сессии "{0}" уже существует. Пожалуйста введите другое имя.</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="528" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="527" />
       <source>An error occurred while cloning the session file.</source>
       <translation>Ошибка при клонировании файла сессии.</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="538" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="537" />
       <source>An error occurred while renaming the session file.</source>
       <translation>Ошибка при переименовании файла сессии.</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="570" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="552" />
       <source>Save Session</source>
       <translation>Сохранить сессию</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="554" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
       <source>Please enter a name for the session:</source>
       <translation>Пожалуйста введите имя сессии:</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="556" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="555" />
       <source>Saved Session ({0})</source>
       <translation>Сохраненная сессия ({0})</translation>
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="594" />
+      <source>Restore Backup</source>
+      <translation>Восстановить резервную копию</translation>
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="595" />
-      <source>Restore Backup</source>
-      <translation>Восстановить резервную копию</translation>
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="596" />
       <source>Are you sure you want to replace the current session?</source>
       <translation>Вы действительно хотите заменить текущую сессию?</translation>
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="636" />
+      <source>Delete Session</source>
+      <translation>Удалить сессию</translation>
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="637" />
-      <source>Delete Session</source>
-      <translation>Удалить сессию</translation>
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="638" />
       <source>Are you sure you want to delete session "{0}"?</source>
       <translation>Вы действительно хотите удалить сессию "{0}"?</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="670" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="652" />
       <source>New Session</source>
       <translation>Новая сессия</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="654" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
       <source>Please enter a name for the new session:</source>
       <translation>Пожалуйста введите имя новой сессии:</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="656" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="655" />
       <source>New Session ({0})</source>
       <translation>Новая сессия ({0})</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="718" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="717" />
       <source>Please select the startup session:</source>
       <translation>Пожалуйста выберите сессию для запуска:</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="742" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="741" />
       <source>{0} (last session)</source>
       <translation>{0} (последняя сессия)</translation>
     </message>
@@ -81565,7 +81952,7 @@
       <translation>Инструкция прошивки MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="241" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="301" />
       <location filename="../MicroPython/Devices/TeensyDevices.py" line="154" />
       <source>Flash MicroPython Firmware</source>
       <translation>Прошить микрокод MicroPython</translation>
@@ -81581,37 +81968,37 @@
       <translation>Не удается определить прошивку подключенного устройства или на плате не работает MicroPython. Отмена...</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="213" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="214" />
       <source>unknown</source>
       <translation>неизвестный</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="219" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="220" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation>&lt;h4&gt;Информация о версии MicroPython&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Установлена:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Доступна:&lt;/td &gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="227" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="228" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;Доступно обновление!&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="231" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="232" />
       <source>MicroPython Version</source>
       <translation>Версия MicroPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="242" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="302" />
       <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 are flashed using the 'Teensy Loader' application. Make sure you downloaded the MicroPython or CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Teensy 4.0 и Teensy 4.1 прошиваются с помощью приложения 'Teensy Loader'. Убедитесь, что вы загрузили .hex-файл MicroPython или CircuitPython.&lt;/p&gt;&lt;p&gt;Подробности см. на веб-сайте PJRC Teensy &lt;a href="{0}"&gt;&lt;/a&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="261" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="324" />
       <source>Start 'Teensy Loader'</source>
       <translation>Запустить 'Teensy Loader'</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="262" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="325" />
       <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Не удалось запустить приложение 'Teensy Loader' &lt;b&gt;teensy&lt;/b&gt;. Убедитесь, что он указан в пути поиска приложений, или запустите его вручную.&lt;/p&gt;</translation>
     </message>
@@ -81897,22 +82284,22 @@
       <translation>&lt;p&gt;&lt;b&gt;Группы шаблонов&lt;/b&gt; - способ группировки отдельных шаблонов. Группы имеют атрибут, который определяет, к какому языку программирования относятся шаблоны данной группы. Чтобы добавлять записи шаблонов, необходимо определить хотя бы одну группу.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Записи шаблона&lt;/b&gt; - являются фактическими шаблонами. Они объединяются в группу шаблонов. Справка по определению шаблонов доступна в диалоговом окне редактирования шаблона.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="884" />
+      <location filename="../Templates/TemplateViewer.py" line="883" />
       <source>Edit Template Group</source>
       <translation>Редактировать группу шаблонов</translation>
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="885" />
+      <location filename="../Templates/TemplateViewer.py" line="884" />
       <source>&lt;p&gt;A template group with the name &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Группа шаблонов с именем &lt;b&gt;{0}&lt;/b&gt; уже существует.&lt;/p&gt;</translation>
     </message>
     <message>
+      <location filename="../Templates/TemplateViewer.py" line="1005" />
+      <source>Read Templates</source>
+      <translation>Прочитать шаблоны</translation>
+    </message>
+    <message>
       <location filename="../Templates/TemplateViewer.py" line="1006" />
-      <source>Read Templates</source>
-      <translation>Прочитать шаблоны</translation>
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="1007" />
       <source>&lt;p&gt;The templates file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно прочитать файл шаблонов: &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
@@ -84137,6 +84524,7 @@
   <context>
     <name>UF2FlashDialog</name>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1099" />
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash UF2 Device</source>
       <translation>Прошивка UF2-устройств</translation>
@@ -84163,8 +84551,8 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>'Boot' Path:</source>
-      <translation>Путь к 'Boot':</translation>
+      <source>'Boot' Volume:</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
@@ -84173,6 +84561,11 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
+      <source>Press to check for all known boot volume names.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash MicroPython / CircuitPython</source>
       <translation>Прошить MicroPython / CircuitPython</translation>
     </message>
@@ -84198,109 +84591,118 @@
       <translation>Плата '{0}'</translation>
     </message>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1100" />
+      <source>Select the Boot Volume of the device:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="717" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation>Файлы MicroPython/CircuitPython (*.uf2);;Все файлы (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="786" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="775" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="766" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="789" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="778" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="769" />
       <source>Manual Select</source>
       <translation>Ручной выбор</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="885" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="853" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="830" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="888" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="833" />
       <source>Reset Instructions:</source>
       <translation>Инструкции по перезагрузке:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="832" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="835" />
       <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>&lt;h4&gt;Известные устройства не обнаружены.&lt;/h4&gt;&lt;p&gt;Следуйте указанным ниже инструкциям для установки &lt;b&gt;одной&lt;/b&gt; платы в режим 'bootloader'. По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="859" />
       <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>&lt;h4&gt;Загрузить прошивку {0}&lt;/h4&gt;&lt;p&gt;Следуйте указанным ниже инструкциям для установки &lt;b&gt;одной&lt;/b&gt; платы в режим 'bootloader'. По готовности нажмите кнопку &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;&lt;hr/&gt;{1}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="866" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="869" />
       <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>&lt;h4&gt;Обнаружены устройства, потенциально поддерживающие UF2&lt;/h4&gt;&lt;p&gt;Найдены следующие устройства, возможно поддерживающие UF2:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Следуйте приведенным ниже инструкциям для установки &lt;b&gt;одной&lt;/b&gt; платы в режим 'bootloader'. По готовности нажмите кнопку &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="887" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="890" />
       <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>&lt;h4&gt;Известные устройства не обнаружены.&lt;/h4&gt;&lt;p&gt;Следуйте указанным ниже инструкциям для установки &lt;b&gt;одной&lt;/b&gt; платы в режим 'bootloader'. По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="899" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="902" />
       <source>Flash Instructions:</source>
       <translation>Инструкции для прошивки:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="901" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="904" />
       <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>&lt;h4&gt;Выбран метод прошивки 'ручной'.&lt;/h4&gt;&lt;p&gt;Чтобы прошить устройство путем ввода данных вручную следуйте приведенным ниже инструкциям .&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Переведите устройство в режим 'bootloader'.&lt;/li&gt;&lt;li&gt;Подождите, пока устройство не перейдет в режим 'bootloader'.&lt;/li&gt;&lt;li&gt;Убедитесь, что загрузочный том доступен (для этого может потребоваться его установка), и выберите путь к нему.&lt;/li&gt;&lt;li&gt;Выберите файл микрокода для прошивки и нажмите кнопку прошивки.&lt;/li&gt;&lt;/ol&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="926" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="929" />
       <source>Boot Volume not found:</source>
       <translation>Загрузочный том не найден:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="928" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="931" />
       <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>&lt;h4&gt;Не обнаружен загрузочный том.&lt;/h4&gt;&lt;p&gt;Пожалуйста убедитесь, что загрузочный том устройства доступен для прошивки. </translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="934" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="937" />
       <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>Этот том должен иметь имя &lt;b&gt;{0}&lt;/b&gt;. По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="939" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="942" />
       <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>Этот том должен иметь одно из этих имен.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="946" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="949" />
       <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>&lt;h4&gt;Инструкции по сбросу&lt;/h4&gt;&lt;p&gt;Следуйте указанным ниже инструкциям для установки платы в режим 'bootloader'. По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="965" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="968" />
       <source>Multiple Boot Volumes found:</source>
       <translation>Обнаружены несколько загрузочных томов:</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="967" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="970" />
       <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>&lt;h4&gt;Обнаружены несколько загрузочных томов&lt;/h4&gt;&lt;p&gt;Были найдены пути к этим томам.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Убедитесь, что только одно устройство определенного типа готово для прошивки. По готовности нажмите &lt;b&gt;Освежить&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="986" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
       <source>Flashing Firmware</source>
       <translation>Прошивка микрокода</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="988" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="991" />
       <source>&lt;p&gt;Flashing the selected firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Прошивка выбранного микрокода на устройство. Подождите, пока устройство не перезагрузится автоматически.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="995" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="998" />
       <source>Flashing {0}</source>
       <translation>Прошивка {0}</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="997" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1000" />
       <source>&lt;p&gt;Flashing the {0} firmware to the device. Please wait until the device resets automatically.&lt;/p&gt;</source>
       <translation>&lt;p&gt;Прошивка микрокода {0} на устройство. Подождите, пока устройство не перезагрузится автоматически.&lt;/p&gt;</translation>
     </message>
+    <message>
+      <source>'Boot' Path:</source>
+      <translation type="vanished">Путь к 'Boot':</translation>
+    </message>
   </context>
   <context>
     <name>UIPreviewer</name>
@@ -87729,43 +88131,43 @@
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; не является файлом&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8282" />
+      <location filename="../UI/UserInterface.py" line="8285" />
       <source>Upgrade available</source>
       <translation>Доступно обновление</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8283" />
+      <location filename="../UI/UserInterface.py" line="8286" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Новая версия пакета &lt;b&gt;eric-ide&lt;/b&gt; доступна по адресу &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt; Установлено: {1}&lt;br/&gt;Доступно: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Должен ли &lt;b&gt;eric-ide&lt;/b&gt; быть обновлен?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8336" />
-      <location filename="../UI/UserInterface.py" line="8323" />
+      <location filename="../UI/UserInterface.py" line="8339" />
+      <location filename="../UI/UserInterface.py" line="8326" />
       <source>First time usage</source>
       <translation>Первое использование</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8324" />
+      <location filename="../UI/UserInterface.py" line="8327" />
       <source>eric7 has not been configured yet but an eric6 configuration was found. Shall this be imported?</source>
       <translation>Eric7 еще не настроен, но доступна конфигурация eric6. Импортировать ее?</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8337" />
+      <location filename="../UI/UserInterface.py" line="8340" />
       <source>eric has not been configured yet. The configuration dialog will be started.</source>
       <translation>Настройка eric ещё не выполнена. Сейчас будет запущен диалог конфигурации.</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8360" />
+      <location filename="../UI/UserInterface.py" line="8363" />
       <source>Select Workspace Directory</source>
       <translation>Выбор директории рабочей области</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8520" />
+      <location filename="../UI/UserInterface.py" line="8523" />
       <source>Unsaved Data Detected</source>
       <translation>Обнаружены несохраненные данные</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8521" />
+      <location filename="../UI/UserInterface.py" line="8524" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation>Некоторые редакторы содержат несохраненные данные. Должны ли они быть сохранены?</translation>
     </message>
@@ -92861,65 +93263,65 @@
       <translation>&lt;p&gt;В файле &lt;b&gt;{0}&lt;/b&gt; есть несохранённые изменения.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5826" />
+      <location filename="../ViewManager/ViewManager.py" line="5830" />
       <source>Line: {0:5}</source>
       <translation>Строка: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5832" />
+      <location filename="../ViewManager/ViewManager.py" line="5836" />
       <source>Pos: {0:5}</source>
       <translation>Позиция: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5852" />
+      <location filename="../ViewManager/ViewManager.py" line="5856" />
       <source>Language: {0}</source>
       <translation>Язык: {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5861" />
+      <location filename="../ViewManager/ViewManager.py" line="5865" />
       <source>EOL Mode: {0}</source>
       <translation>Режим конца строк: {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6318" />
-      <location filename="../ViewManager/ViewManager.py" line="6276" />
+      <location filename="../ViewManager/ViewManager.py" line="6326" />
+      <location filename="../ViewManager/ViewManager.py" line="6284" />
       <source>&amp;Clear</source>
       <translation>&amp;Очистить</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6312" />
+      <location filename="../ViewManager/ViewManager.py" line="6320" />
       <source>&amp;Add</source>
       <translation>&amp;Добавить</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6315" />
+      <location filename="../ViewManager/ViewManager.py" line="6323" />
       <source>&amp;Edit...</source>
       <translation>&amp;Правка...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7361" />
-      <location filename="../ViewManager/ViewManager.py" line="7347" />
-      <location filename="../ViewManager/ViewManager.py" line="7315" />
+      <location filename="../ViewManager/ViewManager.py" line="7369" />
+      <location filename="../ViewManager/ViewManager.py" line="7355" />
+      <location filename="../ViewManager/ViewManager.py" line="7323" />
       <source>Edit Spelling Dictionary</source>
       <translation>Редактировать орфографический словарь</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7318" />
+      <location filename="../ViewManager/ViewManager.py" line="7326" />
       <source>&lt;p&gt;The spelling dictionary 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;Невозможно прочитать файл словаря&lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7334" />
+      <location filename="../ViewManager/ViewManager.py" line="7342" />
       <source>Editing {0}</source>
       <translation>Редактирование {0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7350" />
+      <location filename="../ViewManager/ViewManager.py" line="7358" />
       <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation>&lt;p&gt;Невозможно записать файл словаря&lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7364" />
+      <location filename="../ViewManager/ViewManager.py" line="7372" />
       <source>The spelling dictionary was saved successfully.</source>
       <translation>Файл словаря успешно сохранён.</translation>
     </message>
@@ -98566,6 +98968,615 @@
     </message>
   </context>
   <context>
+    <name>WifiApConfigDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="39" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="116" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished">Скрыть пароль</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="120" />
+      <source>Press to show the password</source>
+      <translation type="unfinished">Показать пароль</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Access Point Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Имя:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Пароль:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished">Безопасность:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished">Адрес:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiApStationsDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Connected WiFi Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished">Имя</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiConnectionDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>WiFi Connection Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Имя:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Пароль:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="72" />
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished">Показать пароль</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="68" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished">Скрыть пароль</translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiController</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="45" />
+      <source>WiFi Functions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="47" />
+      <source>Show WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="122" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="114" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="49" />
+      <source>Connect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="50" />
+      <source>Check Internet Connection</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="138" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="51" />
+      <source>Disconnect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="53" />
+      <source>Scan Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="216" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="207" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="55" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="254" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="244" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="233" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="56" />
+      <source>Remove WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="305" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="294" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="58" />
+      <source>Start WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="60" />
+      <source>Start WiFi Access Point with IP</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="359" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="63" />
+      <source>Show Connected Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="335" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="326" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="65" />
+      <source>Stop WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="68" />
+      <source>Deactivate Client Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="72" />
+      <source>Deactivate Access Point Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="115" />
+      <source>&lt;p&gt;The device was connected to &lt;b&gt;{0}&lt;/b&gt; successfully.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="123" />
+      <source>&lt;p&gt;The device could not connect to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="258" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="220" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="173" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="147" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="126" />
+      <source>unknown</source>
+      <translation type="unfinished">неизвестный</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="139" />
+      <source>&lt;p&gt;The device was disconnected from the WiFi network.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="145" />
+      <source>&lt;p&gt;The device could not be disconnected.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="158" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="160" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;not available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="171" />
+      <source>&lt;p&gt;The internet is not available.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="208" />
+      <source>&lt;p&gt;The WiFi credentials were saved on the device. The device will connect to the WiFi network at boot time.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="217" />
+      <source>&lt;p&gt;The WiFi credentials could not be saved on the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="234" />
+      <source>Shall the saved WiFi credentials really be removed from the connected device?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="245" />
+      <source>&lt;p&gt;The WiFi credentials were removed from the device. The device will not connect to the WiFi network at boot time anymore.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="255" />
+      <source>&lt;p&gt;The WiFi credentials could not be removed from the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="295" />
+      <source>The WiFi Access Point interface was started successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="300" />
+      <source>&lt;p&gt;The WiFi Access Point could not be started.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="381" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="332" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="302" />
+      <source>&lt;p&gt;Reason: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="327" />
+      <source>The WiFi Access Point interface was stopped successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="330" />
+      <source>&lt;p&gt;The WiFi Access Point could not be stopped.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="360" />
+      <source>No clients are connected to the access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="384" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="375" />
+      <source>Deactivate WiFi Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="376" />
+      <source>The WiFi interface was deactivated successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="379" />
+      <source>&lt;p&gt;The WiFi interface could not be deactivated.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiCountryDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>WiFi Country Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished">Страна:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiNetworksWindow</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished">Имя</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Channel</source>
+      <translation type="unfinished">Канал</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Security</source>
+      <translation type="unfinished">Безопасность</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Press to scan for available WiFi networks.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan Interval:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source> s</source>
+      <translation type="unfinished"> сек</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Periodic Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="67" />
+      <source>Scan WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="68" />
+      <source>&lt;p&gt;The scan for available WiFi networks failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message numerus="yes">
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="78" />
+      <source>&lt;p&gt;Detected &lt;b&gt;%n&lt;/b&gt; network(s).&lt;/p&gt;</source>
+      <translation type="unfinished">
+        <numerusform />
+      </translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiStatusDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <source>WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="135" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="57" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="46" />
+      <source>Active</source>
+      <translation type="unfinished">Активный</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>Yes</source>
+      <translation type="unfinished">Да</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>No</source>
+      <translation type="unfinished">Нет</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="53" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="143" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="65" />
+      <source>Connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="148" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="70" />
+      <source>Status</source>
+      <translation type="unfinished">Статус</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="150" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="73" />
+      <source>Hostname</source>
+      <translation type="unfinished">Имя хоста</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="153" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="76" />
+      <source>IPv4 Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="156" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="79" />
+      <source>Netmask</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="159" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="82" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="161" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="84" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="116" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="85" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="167" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="113" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="88" />
+      <source>Channel</source>
+      <translation type="unfinished">Канал</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="126" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="92" />
+      <source>Country</source>
+      <translation type="unfinished">Страна</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="175" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="98" />
+      <source>Tx-Power</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="176" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="99" />
+      <source>{0} dBm</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="105" />
+      <source>Connected Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="108" />
+      <source>Name</source>
+      <translation type="unfinished">Имя</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="119" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="122" />
+      <source>Security</source>
+      <translation type="unfinished">Безопасность</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="131" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="163" />
+      <source>SSID</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>WizardEricPluginWizard</name>
     <message>
       <location filename="../Plugins/PluginWizardEricPlugin.py" line="93" />
--- a/src/eric7/i18n/eric7_tr.ts	Fri Mar 03 11:34:59 2023 +0100
+++ b/src/eric7/i18n/eric7_tr.ts	Fri Mar 03 13:44:34 2023 +0100
@@ -1791,55 +1791,60 @@
   <context>
     <name>BaseDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="128" />
-      <source>Show MicroPython Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="129" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="162" />
+      <source>Device Data Not Available</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="163" />
       <source>&lt;p&gt;The device data is not available. Try to connect to the device again. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="173" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="216" />
       <source>Unsupported Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="183" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="226" />
       <source>REPL is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="202" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="245" />
       <source>Plotter is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="221" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="264" />
       <source>Running scripts is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="240" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="283" />
       <source>File Manager is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="285" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="328" />
       <source>Select Device Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="286" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="329" />
       <source>Select the directory for the connected device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="432" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="475" />
       <source>Detected an error without indications.</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1245" />
+      <source>Operation not supported.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>BlackConfigurationDialog</name>
@@ -3829,124 +3834,193 @@
   <context>
     <name>CircuitPythonDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="87" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="67" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="129" />
       <source>CircuitPython</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="216" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="258" />
       <source>Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="217" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="259" />
       <source>Python files for CircuitPython can be edited in place, if the device volume is locally available. Such a volume was not found. In place editing will not be available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="247" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="289" />
       <source>Library Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="251" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="295" />
       <source>CircuitPython Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="254" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="297" />
       <source>Show CircuitPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="263" />
-      <source>CircuitPython Flash Instructions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="345" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="276" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="267" />
-      <source>Flash CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="270" />
-      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="443" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="305" />
-      <source>Install Library Files</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="441" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="309" />
-      <source>Install Library Package</source>
+      <source>Reset Device</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="315" />
+      <source>Flash CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="319" />
+      <source>UF2 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="323" />
+      <source>ESP32 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="324" />
+      <source>Erase Flash</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="326" />
+      <source>Flash MicroPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="330" />
+      <source>Flash Additional Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="335" />
+      <source>Teensy Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="337" />
+      <source>CircuitPython Flash Instructions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="341" />
+      <source>Start 'Teensy Loader'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="344" />
+      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="539" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="376" />
+      <source>Install Library Files</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="537" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="380" />
+      <source>Install Library Package</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="386" />
       <source>Install 'circup' Package</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="346" />
-      <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 do not support the UF2 bootloader. Please use the 'Teensy Loader' application to flash CircuitPython. Make sure you downloaded the CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="366" />
-      <source>Start 'Teensy Loader'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="367" />
-      <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="396" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="492" />
       <source>unknown</source>
       <translation type="unfinished">bilinmeyen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="415" />
-      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="423" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="427" />
-      <source>CircuitPython Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="449" />
-      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="477" />
-      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="507" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="511" />
+      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="519" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="523" />
+      <source>CircuitPython Version</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="545" />
+      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="573" />
+      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="603" />
+      <source>CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="607" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="999" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="737" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="911" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="833" />
+      <source>The device volume is not available.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="876" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="848" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="877" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="849" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="884" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="856" />
+      <source>Aborted</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
+      <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1137" />
+      <source>CircuitPython does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>CircuitPythonUpdaterInterface</name>
@@ -11413,24 +11487,24 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="500" />
       <source>Downloads finished</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="502" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
       <source>All files have been downloaded.</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../WebBrowser/Download/DownloadManager.ui" line="0" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="587" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="510" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="586" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="509" />
       <source>Download Manager</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="620" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="619" />
       <source>{0}% of %n file(s) ({1}) {2}</source>
       <translation type="unfinished">
         <numerusform />
@@ -11438,7 +11512,7 @@
       </translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="628" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="627" />
       <source>{0}% - Download Manager</source>
       <translation type="unfinished" />
     </message>
@@ -11682,7 +11756,7 @@
   <context>
     <name>Editor</name>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3297" />
+      <location filename="../QScintilla/Editor.py" line="3315" />
       <location filename="../QScintilla/Editor.py" line="427" />
       <location filename="../QScintilla/Editor.py" line="412" />
       <source>Open File</source>
@@ -11704,964 +11778,964 @@
       <translation>&lt;b&gt;Kaynak Düzenleme Penceresi&lt;/b&gt;&lt;p&gt;Bu pencere kaynak kod dosyalarını düzenlemek ve göstermek için kullanılır.Bunu pekçok kez kullanmak üzere açabilirsiniz. Dosyanın isim başlıkçubuğunda gösterilir.&lt;/p&gt;&lt;p&gt;Bekleme noktaların kolayca ekleyip düzenleyebilmeniz için satır numaraları ve işaret alanı vardır..İçerik  menüsü aracılığı ile sınırları düzenleyebilirsiniz.&lt;/p&gt;&lt;p&gt;Bekleme noktalarını ayarlamak için Shift ve ara çubuğuna beraber basabilirsiniz.&lt;/p&gt;&lt;p&gt;Bu işlem içerik menüsü ilede yapılabilir.&lt;/p&gt;&lt;p&gt;Bir yazım hatasının üzerinde Ctrl ile tıklarsanız o hata ile ilgili ayrıntılı yardım alırsınız.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="866" />
+      <location filename="../QScintilla/Editor.py" line="884" />
       <source>Undo</source>
       <translation>Geri Al</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="869" />
+      <location filename="../QScintilla/Editor.py" line="887" />
       <source>Redo</source>
       <translation>İleri al</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="872" />
+      <location filename="../QScintilla/Editor.py" line="890" />
       <source>Revert to last saved state</source>
       <translation>En son kaydedileni eski haline getir</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="876" />
+      <location filename="../QScintilla/Editor.py" line="894" />
       <source>Cut</source>
       <translation>Kes</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="879" />
+      <location filename="../QScintilla/Editor.py" line="897" />
       <source>Copy</source>
       <translation>Kopyala</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="882" />
+      <location filename="../QScintilla/Editor.py" line="900" />
       <source>Paste</source>
       <translation>Yapıştır</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="888" />
+      <location filename="../QScintilla/Editor.py" line="906" />
       <source>Indent</source>
       <translation>Girinti</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="893" />
-      <source>Unindent</source>
-      <translation>Girintisiz</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="898" />
-      <source>Comment</source>
-      <translation>Yorumlayıcı</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="903" />
-      <source>Uncomment</source>
-      <translation>Yorumlanamaz</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="9017" />
-      <location filename="../QScintilla/Editor.py" line="908" />
-      <source>Generate Docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="911" />
+      <source>Unindent</source>
+      <translation>Girintisiz</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="916" />
+      <source>Comment</source>
+      <translation>Yorumlayıcı</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="921" />
+      <source>Uncomment</source>
+      <translation>Yorumlanamaz</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="9035" />
+      <location filename="../QScintilla/Editor.py" line="926" />
+      <source>Generate Docstring</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="929" />
       <source>Select to brace</source>
       <translation>Köşeli ayracı seç</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="912" />
+      <location filename="../QScintilla/Editor.py" line="930" />
       <source>Select all</source>
       <translation>Hepsini seç</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="913" />
+      <location filename="../QScintilla/Editor.py" line="931" />
       <source>Deselect all</source>
       <translation>Tüm seçimi iptal et</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="915" />
+      <location filename="../QScintilla/Editor.py" line="933" />
       <source>Execute Selection In Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="927" />
-      <source>Use Monospaced Font</source>
-      <translation>Tek hacimli yazıtipi kullan</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="932" />
-      <source>Autosave enabled</source>
-      <translation>Otomatik kayıt kabul edildi</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="937" />
-      <source>Typing aids enabled</source>
-      <translation>Yazım yardımı etkinleştirildi</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="945" />
+      <source>Use Monospaced Font</source>
+      <translation>Tek hacimli yazıtipi kullan</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="950" />
+      <source>Autosave enabled</source>
+      <translation>Otomatik kayıt kabul edildi</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="955" />
+      <source>Typing aids enabled</source>
+      <translation>Yazım yardımı etkinleştirildi</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="963" />
       <source>Automatic Completion enabled</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="954" />
-      <source>Calltip</source>
-      <translation>İpucu</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="957" />
-      <source>Code Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="972" />
+      <source>Calltip</source>
+      <translation>İpucu</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="975" />
+      <source>Code Info</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="990" />
       <source>New Document View</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="977" />
+      <location filename="../QScintilla/Editor.py" line="995" />
       <source>New Document View (with new split)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="985" />
+      <location filename="../QScintilla/Editor.py" line="1003" />
       <source>Save</source>
       <translation>Kaydet</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="989" />
+      <location filename="../QScintilla/Editor.py" line="1007" />
       <source>Save As...</source>
       <translation>Farklı Kaydet...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="994" />
+      <location filename="../QScintilla/Editor.py" line="1012" />
       <source>Save Copy...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1016" />
-      <location filename="../QScintilla/Editor.py" line="1013" />
+      <location filename="../QScintilla/Editor.py" line="1034" />
+      <location filename="../QScintilla/Editor.py" line="1031" />
       <source>Complete</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1020" />
+      <location filename="../QScintilla/Editor.py" line="1038" />
       <source>Clear Completions Cache</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1023" />
+      <location filename="../QScintilla/Editor.py" line="1041" />
       <source>Complete from Document</source>
       <translation type="unfinished">Belgeden</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1025" />
+      <location filename="../QScintilla/Editor.py" line="1043" />
       <source>Complete from APIs</source>
       <translation type="unfinished">API'den</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1028" />
+      <location filename="../QScintilla/Editor.py" line="1046" />
       <source>Complete from Document and APIs</source>
       <translation type="unfinished">Belgeden ve API'den</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1042" />
+      <location filename="../QScintilla/Editor.py" line="1060" />
       <source>Check</source>
       <translation>Kontrol</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1053" />
+      <location filename="../QScintilla/Editor.py" line="1071" />
       <source>Code Formatting</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1059" />
+      <location filename="../QScintilla/Editor.py" line="1077" />
       <source>Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1064" />
+      <location filename="../QScintilla/Editor.py" line="1082" />
       <source>Format Code</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1068" />
-      <source>Check Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1072" />
-      <source>Formatting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1081" />
-      <source>isort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1086" />
-      <source>Sort Imports</source>
+      <source>Check Formatting</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1090" />
+      <source>Formatting Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1099" />
+      <source>isort</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1104" />
+      <source>Sort Imports</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1108" />
       <source>Imports Sorting Diff</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1106" />
-      <source>Tools</source>
-      <translation type="unfinished">Araçlar</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1117" />
-      <source>Show</source>
-      <translation>Göster</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1119" />
-      <source>Code metrics...</source>
-      <translation>Metrik Kod...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1121" />
-      <source>Code coverage...</source>
-      <translation>Kod koruyucu...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1124" />
+      <source>Tools</source>
+      <translation type="unfinished">Araçlar</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1135" />
+      <source>Show</source>
+      <translation>Göster</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1137" />
+      <source>Code metrics...</source>
+      <translation>Metrik Kod...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1139" />
+      <source>Code coverage...</source>
+      <translation>Kod koruyucu...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1142" />
       <source>Show code coverage annotations</source>
       <translation>Kodun dipnotunu göster</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1127" />
-      <source>Hide code coverage annotations</source>
-      <translation>Kod koruyucu dipnotunu gizle</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1131" />
-      <source>Profile data...</source>
-      <translation>Veri kesiti...</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1145" />
-      <source>Diagrams</source>
-      <translation>Şema</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1147" />
-      <source>Class Diagram...</source>
-      <translation>Sınıf Şeması...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1148" />
-      <source>Package Diagram...</source>
-      <translation>Paket Şeması...</translation>
+      <source>Hide code coverage annotations</source>
+      <translation>Kod koruyucu dipnotunu gizle</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1149" />
+      <source>Profile data...</source>
+      <translation>Veri kesiti...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1163" />
+      <source>Diagrams</source>
+      <translation>Şema</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1165" />
+      <source>Class Diagram...</source>
+      <translation>Sınıf Şeması...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1166" />
+      <source>Package Diagram...</source>
+      <translation>Paket Şeması...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1167" />
       <source>Imports Diagram...</source>
       <translation>Şemayı İçe aktar...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1151" />
+      <location filename="../QScintilla/Editor.py" line="1169" />
       <source>Application Diagram...</source>
       <translation>Uygulama Şeması...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1156" />
+      <location filename="../QScintilla/Editor.py" line="1174" />
       <source>Load Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1171" />
+      <location filename="../QScintilla/Editor.py" line="1189" />
       <source>Languages</source>
       <translation>Diller</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1175" />
+      <location filename="../QScintilla/Editor.py" line="1193" />
       <source>Text</source>
       <translation type="unfinished">Metin</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1198" />
+      <location filename="../QScintilla/Editor.py" line="1216" />
       <source>Guessed</source>
       <translation>Tahmin edilen</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1527" />
-      <location filename="../QScintilla/Editor.py" line="1202" />
+      <location filename="../QScintilla/Editor.py" line="1545" />
+      <location filename="../QScintilla/Editor.py" line="1220" />
       <source>Alternatives</source>
       <translation>Alternatifler</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1219" />
+      <location filename="../QScintilla/Editor.py" line="1237" />
       <source>Encodings</source>
       <translation>Kodlama</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1242" />
+      <location filename="../QScintilla/Editor.py" line="1260" />
       <source>Re-Open With Encoding</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1262" />
+      <location filename="../QScintilla/Editor.py" line="1280" />
       <source>End-of-Line Type</source>
       <translation>Yazım satırının sonu</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1266" />
+      <location filename="../QScintilla/Editor.py" line="1284" />
       <source>Unix</source>
       <translation>Unix</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1272" />
+      <location filename="../QScintilla/Editor.py" line="1290" />
       <source>Windows</source>
       <translation>Windows</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1278" />
-      <source>Macintosh</source>
-      <translation>Macintosh</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1296" />
+      <source>Macintosh</source>
+      <translation>Macintosh</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1314" />
       <source>Spelling</source>
       <translation type="unfinished">Yazım kontolü yapılıyor</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8135" />
-      <location filename="../QScintilla/Editor.py" line="1304" />
+      <location filename="../QScintilla/Editor.py" line="8153" />
+      <location filename="../QScintilla/Editor.py" line="1322" />
       <source>Check spelling...</source>
       <translation>Yazım Kontrolü...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1309" />
+      <location filename="../QScintilla/Editor.py" line="1327" />
       <source>Check spelling of selection...</source>
       <translation>Seçilen alanın yazım kontrolü...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1313" />
+      <location filename="../QScintilla/Editor.py" line="1331" />
       <source>Remove from dictionary</source>
       <translation>Sözlükten çıkar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1330" />
+      <location filename="../QScintilla/Editor.py" line="1348" />
       <source>Spell Check Languages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1334" />
+      <location filename="../QScintilla/Editor.py" line="1352" />
       <source>No Language</source>
       <translation>Dil Yok</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1361" />
+      <location filename="../QScintilla/Editor.py" line="1379" />
       <source>Toggle bookmark</source>
       <translation>Yerimi açkapa</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1363" />
+      <location filename="../QScintilla/Editor.py" line="1381" />
       <source>Next bookmark</source>
       <translation>Sonraki yerimi</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1366" />
+      <location filename="../QScintilla/Editor.py" line="1384" />
       <source>Previous bookmark</source>
       <translation>Önceki yerimi</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1369" />
+      <location filename="../QScintilla/Editor.py" line="1387" />
       <source>Clear all bookmarks</source>
       <translation>Tüm yerimlerini temizle</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1380" />
-      <source>Toggle breakpoint</source>
-      <translation>Beklemenoktası açkapa</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1383" />
-      <source>Toggle temporary breakpoint</source>
-      <translation>Geçici bekleme noktası açkapa</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1386" />
-      <source>Edit breakpoint...</source>
-      <translation>Bekleme noktasını düzenle...</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="5812" />
-      <location filename="../QScintilla/Editor.py" line="1389" />
-      <source>Enable breakpoint</source>
-      <translation>Beklemenoktasını etkinleştir</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1392" />
-      <source>Next breakpoint</source>
-      <translation>Sonraki Beklemenoktası</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1395" />
-      <source>Previous breakpoint</source>
-      <translation>Önceki bekleme noktası</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1398" />
+      <source>Toggle breakpoint</source>
+      <translation>Beklemenoktası açkapa</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1401" />
+      <source>Toggle temporary breakpoint</source>
+      <translation>Geçici bekleme noktası açkapa</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1404" />
+      <source>Edit breakpoint...</source>
+      <translation>Bekleme noktasını düzenle...</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="5831" />
+      <location filename="../QScintilla/Editor.py" line="1407" />
+      <source>Enable breakpoint</source>
+      <translation>Beklemenoktasını etkinleştir</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1410" />
+      <source>Next breakpoint</source>
+      <translation>Sonraki Beklemenoktası</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1413" />
+      <source>Previous breakpoint</source>
+      <translation>Önceki bekleme noktası</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1416" />
       <source>Clear all breakpoints</source>
       <translation>Tüm beklemenoktalarını temizle</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1409" />
+      <location filename="../QScintilla/Editor.py" line="1427" />
       <source>Toggle all folds</source>
       <translation type="unfinished">Tüm Açkapaları Kapat</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1414" />
+      <location filename="../QScintilla/Editor.py" line="1432" />
       <source>Toggle all folds (including children)</source>
       <translation type="unfinished">Tüm açkapalar (iç içe olanlar dahil)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1417" />
+      <location filename="../QScintilla/Editor.py" line="1435" />
       <source>Toggle current fold</source>
       <translation type="unfinished">Geçerli açkapayı kapat</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1421" />
+      <location filename="../QScintilla/Editor.py" line="1439" />
       <source>Expand (including children)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1425" />
+      <location filename="../QScintilla/Editor.py" line="1443" />
       <source>Collapse (including children)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1430" />
+      <location filename="../QScintilla/Editor.py" line="1448" />
       <source>Clear all folds</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1441" />
+      <location filename="../QScintilla/Editor.py" line="1459" />
       <source>Goto syntax error</source>
       <translation>Sözdizimi hatasına git</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1444" />
+      <location filename="../QScintilla/Editor.py" line="1462" />
       <source>Show syntax error message</source>
       <translation>Sözdizimi hata mesajını göster</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1447" />
+      <location filename="../QScintilla/Editor.py" line="1465" />
       <source>Clear syntax error</source>
       <translation>Sözdizimi hatalarını sil</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1451" />
+      <location filename="../QScintilla/Editor.py" line="1469" />
       <source>Next warning</source>
       <translation>Sonraki Uyarı</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1454" />
+      <location filename="../QScintilla/Editor.py" line="1472" />
       <source>Previous warning</source>
       <translation>Önceki Uyarı</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1457" />
+      <location filename="../QScintilla/Editor.py" line="1475" />
       <source>Show warning message</source>
       <translation>Uyarı mesajını göster</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1460" />
-      <source>Clear warnings</source>
-      <translation>Uyarıları temizle</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1464" />
-      <source>Next uncovered line</source>
-      <translation>Sonraki kapanmamış satır</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1467" />
-      <source>Previous uncovered line</source>
-      <translation>Önceki kaplanmamış satır</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1471" />
-      <source>Next task</source>
-      <translation>Sonraki görev</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1474" />
-      <source>Previous task</source>
-      <translation>Önceki görev</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1478" />
+      <source>Clear warnings</source>
+      <translation>Uyarıları temizle</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1482" />
+      <source>Next uncovered line</source>
+      <translation>Sonraki kapanmamış satır</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1485" />
+      <source>Previous uncovered line</source>
+      <translation>Önceki kaplanmamış satır</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1489" />
+      <source>Next task</source>
+      <translation>Sonraki görev</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1492" />
+      <source>Previous task</source>
+      <translation>Önceki görev</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1496" />
       <source>Next change</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1481" />
+      <location filename="../QScintilla/Editor.py" line="1499" />
       <source>Previous change</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1484" />
+      <location filename="../QScintilla/Editor.py" line="1502" />
       <source>Clear changes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1513" />
-      <location filename="../QScintilla/Editor.py" line="1504" />
+      <location filename="../QScintilla/Editor.py" line="1531" />
+      <location filename="../QScintilla/Editor.py" line="1522" />
       <source>Export source</source>
       <translation>Kaynağı dışaktar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1505" />
+      <location filename="../QScintilla/Editor.py" line="1523" />
       <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;dışa katarma tipi &lt;b&gt;{0}&lt;/b&gt;için dışaaktarıcı yok. Vazgeçiliyior...&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1514" />
+      <location filename="../QScintilla/Editor.py" line="1532" />
       <source>No export format given. Aborting...</source>
       <translation>Girilen dışaaktarma formatı yok. İptal edildi...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1524" />
+      <location filename="../QScintilla/Editor.py" line="1542" />
       <source>Alternatives ({0})</source>
       <translation>Alternatifler ({0})</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1547" />
+      <location filename="../QScintilla/Editor.py" line="1565" />
       <source>Pygments Lexer</source>
       <translation>Pygments Lexer</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1548" />
+      <location filename="../QScintilla/Editor.py" line="1566" />
       <source>Select the Pygments lexer to apply.</source>
       <translation>Kullanmak için Pygment lexer seç.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2098" />
+      <location filename="../QScintilla/Editor.py" line="2116" />
       <source>Modification of Read Only file</source>
       <translation>Yalnızca okunabilir dosyada değişiklik</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2099" />
+      <location filename="../QScintilla/Editor.py" line="2117" />
       <source>You are attempting to change a read only file. Please save to a different file first.</source>
       <translation>Yalnızca okunabilir bir dosyayı değiştirmeşe çalışıyorsunuz. Lütfen önce farklı bir isimde kaydediniz.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2520" />
+      <location filename="../QScintilla/Editor.py" line="2538" />
       <source>Add Breakpoint</source>
       <translation type="unfinished">Bekleme Noktası Ekle</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2521" />
+      <location filename="../QScintilla/Editor.py" line="2539" />
       <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="2854" />
+      <location filename="../QScintilla/Editor.py" line="2872" />
       <source>Printing...</source>
       <translation>Yazılıyor...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2871" />
+      <location filename="../QScintilla/Editor.py" line="2889" />
       <source>Printing completed</source>
       <translation>Yazdırma tamalandı</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2873" />
+      <location filename="../QScintilla/Editor.py" line="2891" />
       <source>Error while printing</source>
       <translation>Yazdırılırken hata</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2876" />
+      <location filename="../QScintilla/Editor.py" line="2894" />
       <source>Printing aborted</source>
       <translation>Yazdırma iptal edildi</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3239" />
+      <location filename="../QScintilla/Editor.py" line="3257" />
       <source>File Modified</source>
       <translation>Dosya Değiştirildi</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3240" />
+      <location filename="../QScintilla/Editor.py" line="3258" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt;dosyasında kaydedilmemiş değişiklikler var.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3298" />
+      <location filename="../QScintilla/Editor.py" line="3316" />
       <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;Dosya &lt;b&gt;{0}&lt;/b&gt; açılamıyor.&lt;/p&gt;&lt;p&gt;Sebep: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3474" />
-      <location filename="../QScintilla/Editor.py" line="3455" />
-      <location filename="../QScintilla/Editor.py" line="3417" />
+      <location filename="../QScintilla/Editor.py" line="3492" />
+      <location filename="../QScintilla/Editor.py" line="3473" />
+      <location filename="../QScintilla/Editor.py" line="3435" />
       <source>Save File</source>
       <translation>Dosyayı Kaydet</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3418" />
+      <location filename="../QScintilla/Editor.py" line="3436" />
       <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;Dosya &lt;b&gt;{0}&lt;/b&gt; kaydedilemiyor.&lt;/p&gt;&lt;p&gt;Sebep: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3475" />
+      <location filename="../QScintilla/Editor.py" line="3493" />
       <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;&lt;b&gt;{0}&lt;/b&gt; dosyası halen mevcut. Üzerine yazılsın mı?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4986" />
+      <location filename="../QScintilla/Editor.py" line="5005" />
       <source>Autocompletion</source>
       <translation>Otomatik tamamlama</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4987" />
+      <location filename="../QScintilla/Editor.py" line="5006" />
       <source>Autocompletion is not available because there is no autocompletion source set.</source>
       <translation>Otomatiktamamlama uygun değil çünkü bu otomatiktamamlama kaynağı değil.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5115" />
+      <location filename="../QScintilla/Editor.py" line="5134" />
       <source>Auto-Completion Provider</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5116" />
+      <location filename="../QScintilla/Editor.py" line="5135" />
       <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5408" />
+      <location filename="../QScintilla/Editor.py" line="5427" />
       <source>Call-Tips Provider</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5409" />
+      <location filename="../QScintilla/Editor.py" line="5428" />
       <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5816" />
+      <location filename="../QScintilla/Editor.py" line="5835" />
       <source>Disable breakpoint</source>
       <translation>Durmanoktasını iptal et</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6177" />
+      <location filename="../QScintilla/Editor.py" line="6196" />
       <source>Code Coverage</source>
       <translation>Kod Koruyucu</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6178" />
+      <location filename="../QScintilla/Editor.py" line="6197" />
       <source>Please select a coverage file</source>
       <translation>Lütfen bir koruyucu dosya seçiniz</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6253" />
-      <location filename="../QScintilla/Editor.py" line="6245" />
+      <location filename="../QScintilla/Editor.py" line="6272" />
+      <location filename="../QScintilla/Editor.py" line="6264" />
       <source>Show Code Coverage Annotations</source>
       <translation>Kodların Dipnotunu Göster</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6246" />
+      <location filename="../QScintilla/Editor.py" line="6265" />
       <source>All lines have been covered.</source>
       <translation>Tüm satırlar korumaya alındı.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6254" />
+      <location filename="../QScintilla/Editor.py" line="6273" />
       <source>There is no coverage file available.</source>
       <translation>Hazırda koruma dosyası yok.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6358" />
+      <location filename="../QScintilla/Editor.py" line="6377" />
       <source>Profile Data</source>
       <translation>Veri Kesiti</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6359" />
+      <location filename="../QScintilla/Editor.py" line="6378" />
       <source>Please select a profile file</source>
       <translation>Lütfen kesit dosyasını seçiniz</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6520" />
-      <location filename="../QScintilla/Editor.py" line="6514" />
+      <location filename="../QScintilla/Editor.py" line="6539" />
+      <location filename="../QScintilla/Editor.py" line="6533" />
       <source>Syntax Error</source>
       <translation>Sözdizimi Hatası</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6521" />
+      <location filename="../QScintilla/Editor.py" line="6540" />
       <source>No syntax error message available.</source>
       <translation>Uygun söz dizimi hata mesajı yok.</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
-      <location filename="../QScintilla/Editor.py" line="6726" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
+      <location filename="../QScintilla/Editor.py" line="6745" />
       <source>Warning</source>
       <translation type="unfinished">Dikkat</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
       <source>No warning messages available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6796" />
+      <location filename="../QScintilla/Editor.py" line="6815" />
       <source>Style: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6799" />
+      <location filename="../QScintilla/Editor.py" line="6818" />
       <source>Warning: {0}</source>
       <translation>Dikkat: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6806" />
+      <location filename="../QScintilla/Editor.py" line="6825" />
       <source>Error: {0}</source>
       <translation>Hata: {0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Macro Name</source>
       <translation>Makro Adı</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Select a macro name:</source>
       <translation>Bir makro ismi seç:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6939" />
+      <location filename="../QScintilla/Editor.py" line="6958" />
       <source>Load macro file</source>
       <translation>Makro dosyasını yükle</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6985" />
-      <location filename="../QScintilla/Editor.py" line="6941" />
+      <location filename="../QScintilla/Editor.py" line="7004" />
+      <location filename="../QScintilla/Editor.py" line="6960" />
       <source>Macro files (*.macro)</source>
       <translation>Makro dosyaları (*.macro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6963" />
-      <location filename="../QScintilla/Editor.py" line="6953" />
+      <location filename="../QScintilla/Editor.py" line="6982" />
+      <location filename="../QScintilla/Editor.py" line="6972" />
       <source>Error loading macro</source>
       <translation>Makronun yüklenmesinde hata</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6954" />
+      <location filename="../QScintilla/Editor.py" line="6973" />
       <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;Makro dosyası &lt;b&gt;{0}&lt;/b&gt; okunamıyor.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6964" />
-      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
-      <translation>&lt;p&gt;Makro dosyası &lt;b&gt;{0}&lt;/b&gt; bozuk.&lt;/p&gt;</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="6983" />
-      <source>Save macro file</source>
-      <translation>Makro Dosyasını Kaydet</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7001" />
-      <source>Save macro</source>
-      <translation>Makro Kaydet</translation>
+      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Makro dosyası &lt;b&gt;{0}&lt;/b&gt; bozuk.&lt;/p&gt;</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="7002" />
+      <source>Save macro file</source>
+      <translation>Makro Dosyasını Kaydet</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7020" />
+      <source>Save macro</source>
+      <translation>Makro Kaydet</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7021" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;Makro dosyası &lt;b&gt;{0}&lt;/b&gt; zaten var. Üzerine yazılsın mı?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7017" />
+      <location filename="../QScintilla/Editor.py" line="7036" />
       <source>Error saving macro</source>
       <translation>Makronun kaydedilmesinde hata</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7018" />
+      <location filename="../QScintilla/Editor.py" line="7037" />
       <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;Makro dosyası &lt;b&gt;{0}&lt;/b&gt; yazılamıyor.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7031" />
+      <location filename="../QScintilla/Editor.py" line="7050" />
       <source>Start Macro Recording</source>
       <translation>Makro Kaydı Başladı</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7032" />
+      <location filename="../QScintilla/Editor.py" line="7051" />
       <source>Macro recording is already active. Start new?</source>
       <translation>Makro kaydı şuan aktif. Yeniden başlasın mı?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7058" />
+      <location filename="../QScintilla/Editor.py" line="7077" />
       <source>Macro Recording</source>
       <translation>Makro Kaydediliyor</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7059" />
+      <location filename="../QScintilla/Editor.py" line="7078" />
       <source>Enter name of the macro:</source>
       <translation>Makronun ismini gir:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7210" />
+      <location filename="../QScintilla/Editor.py" line="7229" />
       <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="7216" />
+      <location filename="../QScintilla/Editor.py" line="7235" />
       <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="7223" />
+      <location filename="../QScintilla/Editor.py" line="7242" />
       <source>File changed</source>
       <translation>Dosya değiştirilmiş</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7273" />
+      <location filename="../QScintilla/Editor.py" line="7292" />
       <source>{0} (ro)</source>
       <translation>{0} (ro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7579" />
+      <location filename="../QScintilla/Editor.py" line="7597" />
       <source>Drop Error</source>
       <translation>Düşme hatası</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7580" />
+      <location filename="../QScintilla/Editor.py" line="7598" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; bir dosya değil.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7600" />
+      <location filename="../QScintilla/Editor.py" line="7618" />
       <source>Resources</source>
       <translation>Kaynaklar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7602" />
+      <location filename="../QScintilla/Editor.py" line="7620" />
       <source>Add file...</source>
       <translation>Dosya ekle...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7603" />
+      <location filename="../QScintilla/Editor.py" line="7621" />
       <source>Add files...</source>
       <translation>Dosyaları ekle...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7604" />
+      <location filename="../QScintilla/Editor.py" line="7622" />
       <source>Add aliased file...</source>
       <translation>Kısaltmalar dosyasına ekle...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7606" />
+      <location filename="../QScintilla/Editor.py" line="7624" />
       <source>Add localized resource...</source>
       <translation>Yaral kaynak ekle...</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7609" />
+      <location filename="../QScintilla/Editor.py" line="7627" />
       <source>Add resource frame</source>
       <translation>Çerçeve kaynağı ekle</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7628" />
+      <location filename="../QScintilla/Editor.py" line="7646" />
       <source>Add file resource</source>
       <translation>Dosya kaynağını ekle</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7642" />
+      <location filename="../QScintilla/Editor.py" line="7660" />
       <source>Add file resources</source>
       <translation>Dosya kaynaklarını ekle</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7666" />
-      <location filename="../QScintilla/Editor.py" line="7660" />
+      <location filename="../QScintilla/Editor.py" line="7684" />
+      <location filename="../QScintilla/Editor.py" line="7678" />
       <source>Add aliased file resource</source>
       <translation>Kısaltmalar dosyası kaynağını ekle</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7667" />
+      <location filename="../QScintilla/Editor.py" line="7685" />
       <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
       <translation>&lt;b&gt;{0} dosyası için takma ad&lt;/b&gt;:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7742" />
+      <location filename="../QScintilla/Editor.py" line="7760" />
       <source>Package Diagram</source>
       <translation>Paket Şeması</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7743" />
+      <location filename="../QScintilla/Editor.py" line="7761" />
       <source>Include class attributes?</source>
       <translation>Sınıf nitelikleri dahil edilsin mi?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7763" />
+      <location filename="../QScintilla/Editor.py" line="7781" />
       <source>Imports Diagram</source>
       <translation>Şemayı İçe Aktar</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7764" />
+      <location filename="../QScintilla/Editor.py" line="7782" />
       <source>Include imports from external modules?</source>
       <translation>Harici modüllerdan içe aktarım dahil edilsin mi?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7783" />
+      <location filename="../QScintilla/Editor.py" line="7801" />
       <source>Application Diagram</source>
       <translation>Uygulama Şeması</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7784" />
+      <location filename="../QScintilla/Editor.py" line="7802" />
       <source>Include module names?</source>
       <translation>Modül isimleri dahil edilsin mi?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8139" />
+      <location filename="../QScintilla/Editor.py" line="8157" />
       <source>Add to dictionary</source>
       <translation>Sözlüğe ekle</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8141" />
+      <location filename="../QScintilla/Editor.py" line="8159" />
       <source>Ignore All</source>
       <translation>Hepsini Yoksay</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8559" />
+      <location filename="../QScintilla/Editor.py" line="8577" />
       <source>Sort Lines</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8560" />
+      <location filename="../QScintilla/Editor.py" line="8578" />
       <source>The selection contains illegal data for a numerical sort.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8653" />
+      <location filename="../QScintilla/Editor.py" line="8671" />
       <source>Register Mouse Click Handler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8654" />
+      <location filename="../QScintilla/Editor.py" line="8672" />
       <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="8750" />
+      <location filename="../QScintilla/Editor.py" line="8768" />
       <source>{0:4d}    {1}</source>
       <comment>line number, source code</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8756" />
+      <location filename="../QScintilla/Editor.py" line="8774" />
       <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="8824" />
+      <location filename="../QScintilla/Editor.py" line="8842" />
       <source>EditorConfig Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8825" />
+      <location filename="../QScintilla/Editor.py" line="8843" />
       <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>
@@ -17787,6 +17861,14 @@
     </message>
   </context>
   <context>
+    <name>EricIPv4InputWidget</name>
+    <message>
+      <location filename="../EricNetwork/EricIPv4InputWidget.ui" line="0" />
+      <source>Press to clear the entered IPv4 address</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>EricIconBar</name>
     <message>
       <location filename="../EricWidgets/EricIconBar.py" line="36" />
@@ -20037,142 +20119,217 @@
   <context>
     <name>EspDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="73" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="53" />
+      <source>beacon timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="54" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="55" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="56" />
+      <source>association failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="57" />
+      <source>handshake timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="58" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="59" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="60" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="63" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="100" />
       <source>ESP8266, ESP32</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="129" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="156" />
       <source>ESP32 Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="406" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="132" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="352" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="159" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="222" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="208" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1096" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1080" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="163" />
       <source>Erase Flash</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="259" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="139" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="166" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="296" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="143" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1178" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="170" />
       <source>Flash Additional Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="332" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="147" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="278" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="174" />
       <source>Backup Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="385" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="150" />
-      <source>Restore Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="154" />
-      <source>Show Chip ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="157" />
-      <source>Show Flash ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="160" />
-      <source>Show MAC Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="164" />
-      <source>Reset Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="167" />
-      <source>Install 'esptool.py'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="209" />
-      <source>Shall the flash of the selected device really be erased?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="221" />
-      <source>'esptool erase_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="384" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="295" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="258" />
-      <source>'esptool write_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/EspDevices.py" line="331" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="177" />
+      <source>Restore Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="181" />
+      <source>Show Chip ID</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="184" />
+      <source>Show Flash ID</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="187" />
+      <source>Show MAC Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="191" />
+      <source>Reset Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="194" />
+      <source>Install 'esptool.py'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="277" />
       <source>'esptool read_flash' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="407" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1177" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="330" />
+      <source>'esptool write_flash' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="353" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="435" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="382" />
       <source>unknown</source>
       <translation type="unfinished">bilinmeyen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="446" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="393" />
       <source>&lt;h4&gt;{0} Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="454" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="401" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="458" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="405" />
       <source>{0} Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
       <source>'esptool chip_id' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
       <source>'esptool flash_id' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
       <source>'esptool read_mac' Output</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="786" />
+      <source>Error saving credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="797" />
+      <source>Error saving auto-connect script: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="801" />
+      <source>Error modifying 'boot.py': {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="830" />
+      <source>Error deleting credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="910" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1081" />
+      <source>Shall the flash of the selected device really be erased?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1095" />
+      <source>'esptool erase_flash' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1137" />
+      <source>Flash µPy/CPy Firmware</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>EspFirmwareSelectionDialog</name>
@@ -20183,7 +20340,7 @@
     </message>
     <message>
       <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Flash MicroPython Firmware</source>
+      <source>Flash µPy/CPy Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -30404,77 +30561,77 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="457" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="456" />
       <source>Backward</source>
       <translation type="unfinished">Geriye Doğru</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="462" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="461" />
       <source>Forward</source>
       <translation type="unfinished">İleriye</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="467" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="466" />
       <source>Reload</source>
       <translation type="unfinished">Yeniden Yükle</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="476" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="475" />
       <source>Copy Page URL to Clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="482" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="481" />
       <source>Bookmark Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="490" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="489" />
       <source>Zoom in</source>
       <translation type="unfinished">Büyüt</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="495" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="494" />
       <source>Zoom out</source>
       <translation type="unfinished">Küçült</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="500" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="499" />
       <source>Zoom reset</source>
       <translation type="unfinished">Büyütmeyi sıfırla</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="506" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="505" />
       <source>Copy</source>
       <translation type="unfinished">Kopyala</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="512" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="511" />
       <source>Select All</source>
       <translation type="unfinished">Hepsini Seç</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="519" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="518" />
       <source>Close</source>
       <translation type="unfinished">Kapat</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="524" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="523" />
       <source>Close Others</source>
       <translation type="unfinished">Diğerlerini Kapat</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="544" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="543" />
       <source>Open Link in New Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="551" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="550" />
       <source>Open Link in Background Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="559" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="558" />
       <source>Copy URL to Clipboard</source>
       <translation type="unfinished" />
     </message>
@@ -49214,35 +49371,35 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="999" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="829" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="146" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="125" />
       <source>Change Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1019" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="865" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="853" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="149" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="128" />
       <source>Create Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1074" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="903" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="892" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="155" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="131" />
       <source>Delete Directory Tree</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1101" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="941" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="930" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="159" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="135" />
       <source>Delete File</source>
@@ -49255,7 +49412,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1046" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="152" />
       <source>Delete Directory</source>
       <translation type="unfinished" />
@@ -49320,65 +49477,65 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="831" />
       <source>Select Directory</source>
       <translation type="unfinished">Dizin Seçiniz</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1021" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="855" />
       <source>Enter directory name:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="867" />
       <source>&lt;p&gt;The 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 type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1076" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="894" />
       <source>Do you really want to delete this directory tree?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="905" />
       <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1103" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="932" />
       <source>Do you really want to delete this file?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="943" />
       <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1001" />
       <source>Enter the directory path on the device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1048" />
       <source>Do you really want to delete this directory?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1135" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1136" />
       <source>&lt;h3&gt;Filesystem Information&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1137" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1138" />
       <source>&lt;h4&gt;{0}&lt;/h4&lt;table&gt;&lt;tr&gt;&lt;td&gt;Total Size: &lt;/td&gt;&lt;td align='right'&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Used Size: &lt;/td&gt;&lt;td align='right'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Free Size: &lt;/td&gt;&lt;td align='right'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1150" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1151" />
       <source>Filesystem Information</source>
       <translation type="unfinished" />
     </message>
@@ -49515,6 +49672,102 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Adı:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Parola:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="326" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="309" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
       <source>MPY Cross Compiler</source>
       <translation type="unfinished" />
     </message>
@@ -49661,56 +49914,67 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="47" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="53" />
       <source>Automatic</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="49" />
-      <source>Light</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="52" />
-      <source>Dark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="55" />
-      <source>Blue Cerulean</source>
+      <source>Light</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="58" />
-      <source>Brown Sand</source>
+      <source>Dark</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="61" />
-      <source>Blue NCS</source>
+      <source>Blue Cerulean</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="64" />
-      <source>High Contrast</source>
+      <source>Brown Sand</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="67" />
-      <source>Blue Icy</source>
+      <source>Blue NCS</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="70" />
+      <source>High Contrast</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="73" />
+      <source>Blue Icy</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
       <source>Qt</source>
       <translation type="unfinished">Qt</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="79" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="85" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="82" />
       <source>All Files (*)</source>
       <translation type="unfinished">Tüm Dosyalar (*)</translation>
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="88" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="322" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="305" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>MicroPythonProgressInfoDialog</name>
@@ -49723,17 +49987,17 @@
   <context>
     <name>MicroPythonWidget</name>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="231" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="235" />
       <source>MicroPython Menu</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="288" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="293" />
       <source>&lt;h3&gt;The QtSerialPort package is not available.&lt;br/&gt;MicroPython support is deactivated.&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="329" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="334" />
       <source>%n supported device(s) detected.</source>
       <translation type="unfinished">
         <numerusform />
@@ -49741,18 +50005,18 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="343" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="348" />
       <source>{0} - {1} ({2})</source>
       <comment>board name, description, port name</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="363" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="368" />
       <source>No supported devices detected.</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="367" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="372" />
       <source>
 %n unknown device(s) for manual selection.</source>
       <translation type="unfinished">
@@ -49761,70 +50025,70 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="374" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="379" />
       <source>Manual Selection</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="437" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="408" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="442" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="413" />
       <source>Unknown MicroPython Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="409" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="414" />
       <source>&lt;p&gt;Detected these unknown serial devices&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please report them together with the board name and a short description to &lt;a href="mailto:{1}"&gt; the eric bug reporting address&lt;/a&gt; if it is a MicroPython board.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="421" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="426" />
       <source>{0} (0x{1:04x}/0x{2:04x})</source>
       <comment>description, VId, PId</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="438" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="443" />
       <source>Would you like to add them to the list of manually configured devices?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="568" />
-      <source>Clear</source>
-      <translation type="unfinished">Temizle</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="573" />
+      <source>Clear</source>
+      <translation type="unfinished">Temizle</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="578" />
       <source>Copy</source>
       <translation type="unfinished">Kopyala</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="579" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="584" />
       <source>Paste</source>
       <translation type="unfinished">Yapıştır</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="586" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="591" />
       <source>Select All</source>
       <translation type="unfinished">Hepsini Seç</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
       <source>Press to disconnect the current device</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="622" />
       <source>Press to connect the selected device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="644" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="652" />
       <source>No device attached</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="645" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="653" />
       <source>Please ensure the device is plugged into your computer and selected.
 
 It must have a version of MicroPython (or CircuitPython) flashed onto it before anything will work.
@@ -49833,318 +50097,318 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="674" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="682" />
       <source>Start REPL</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="675" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="683" />
       <source>&lt;p&gt;The REPL cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1194" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1183" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1211" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1200" />
       <source>Serial Device Connect</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1184" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1201" />
       <source>&lt;p&gt;The device at serial port &lt;b&gt;{0}&lt;/b&gt; does not respond. It may not have a MicroPython firmware flashed.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1195" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1212" />
       <source>&lt;p&gt;Cannot connect to device at serial port &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1270" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1261" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1252" />
+      <source>Run Script</source>
+      <translation type="unfinished">Betiği Çalıştır</translation>
+    </message>
+    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1253" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1244" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1235" />
-      <source>Run Script</source>
-      <translation type="unfinished">Betiği Çalıştır</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1236" />
       <source>There is no editor open. Abort...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1245" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1262" />
       <source>The current editor does not contain a script. Abort...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1254" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1271" />
       <source>&lt;p&gt;Cannot run script.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1290" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1307" />
       <source>Start Chart</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1291" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1308" />
       <source>&lt;p&gt;The Chart cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1306" />
-      <source>µPy Chart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1323" />
+      <source>µPy Chart</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1340" />
       <source>Unsaved Chart Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1324" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1341" />
       <source>The chart contains unsaved data.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1372" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1389" />
       <source>Start File Manager</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1373" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1390" />
       <source>&lt;p&gt;The File Manager cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1392" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1409" />
       <source>µPy Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1428" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1453" />
       <source>Downloads</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1443" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
       <source>Show Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1446" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1479" />
       <source>Show Implementation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1449" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1482" />
       <source>Show Board Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1611" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1454" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1646" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1487" />
       <source>Synchronize Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1457" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1490" />
       <source>Show Device Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1459" />
-      <source>Show Local Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1462" />
-      <source>Show Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1466" />
-      <source>Show Builtin Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1835" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1472" />
-      <source>Compile Python File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1859" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1850" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
-      <source>Compile Current Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1485" />
-      <source>Download Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1492" />
-      <source>Show Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1496" />
-      <source>Flash UF2 Device</source>
+      <source>Show Local Time</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1495" />
+      <source>Show Time</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1499" />
+      <source>Show Builtin Modules</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1870" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <source>Compile Python File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1894" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1885" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1509" />
+      <source>Compile Current Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <source>Download Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1528" />
+      <source>Show Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1531" />
+      <source>Flash UF2 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1534" />
       <source>Manage Unknown Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1502" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1537" />
       <source>Ignored Serial Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1540" />
       <source>Configure</source>
       <translation type="unfinished">Yapılandırma</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1514" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1549" />
       <source>&lt;h3&gt;Device Version Information&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1525" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1560" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
       <source>Device Version Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1526" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1561" />
       <source>No version information available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1550" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1542" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1585" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1577" />
       <source>unknown</source>
       <translation type="unfinished">bilinmeyen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1591" />
       <source> ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1572" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1563" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1607" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1598" />
       <source>Device Implementation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1564" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1599" />
       <source>&lt;h3&gt;Device Implementation Information&lt;/h3&gt;&lt;p&gt;This device contains &lt;b&gt;{0} {1}{2}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1573" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1608" />
       <source>No device implementation information available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1647" />
       <source>&lt;p&gt;The time of the connected device was synchronized with the local time.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1634" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1669" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1642" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1677" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1658" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1693" />
       <source>Device Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1670" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1705" />
       <source>Local Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1671" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1706" />
       <source>&lt;h3&gt;Local Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1712" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1695" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1747" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1730" />
       <source>Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1696" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1731" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{0}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{1}&lt;/td&gt;&lt;td align='center'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1713" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1748" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align='center'&gt;{0} {1}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1737" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1772" />
       <source>Error handling device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1738" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1773" />
       <source>&lt;p&gt;There was an error communicating with the connected device.&lt;/p&gt;&lt;p&gt;Method: {0}&lt;/p&gt;&lt;p&gt;Message: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1780" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1815" />
       <source>The MicroPython cross compiler &lt;b&gt;mpy-cross&lt;/b&gt; cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1806" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1841" />
       <source>Python Files (*.py);;All Files (*)</source>
       <translation type="unfinished">Python Dosyaları (*.py);;Tüm Dosyalar (*)</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1816" />
-      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1825" />
-      <source>'mpy-cross' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1851" />
+      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1860" />
+      <source>'mpy-cross' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1886" />
       <source>The current editor does not contain a Python file. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1943" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1978" />
       <source>Add Unknown Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1944" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1979" />
       <source>Select the devices to be added:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1985" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="2020" />
       <source>Plus any modules on the filesystem.</source>
       <translation type="unfinished" />
     </message>
@@ -50177,168 +50441,168 @@
   <context>
     <name>MicrobitDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="86" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="101" />
       <source>BBC micro:bit</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="89" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="104" />
       <source>Calliope mini</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="186" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="201" />
       <source>BBC micro:bit/Calliope Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="399" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="387" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="370" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="189" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="414" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="402" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="385" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="204" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="193" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="208" />
       <source>Flash MicroPython</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="196" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="211" />
       <source>Flash Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="473" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="200" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="489" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="215" />
       <source>Save Script as 'main.py'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="203" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="218" />
       <source>Save the current script as 'main.py' on the connected device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="207" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="222" />
       <source>Reset {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="353" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="344" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="330" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="313" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="300" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="280" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="368" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="359" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="345" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="328" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="315" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="295" />
       <source>Flash MicroPython/Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="281" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="296" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed and plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;See the &lt;a href="https://microbit.org/guide/firmware/"&gt;micro:bit web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="301" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="316" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MICROBIT is available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="314" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="329" />
       <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed an plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="331" />
-      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="346" />
+      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="361" />
       <source>MicroPython/Firmware Files (*.hex *.bin);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="354" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="369" />
       <source>There are multiple devices ready for flashing. Please make sure, that only one device is prepared.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="371" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="386" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="388" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="403" />
       <source>&lt;p&gt;The BBC micro:bit generation cannot be determined. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="400" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="415" />
       <source>&lt;p&gt;The firmware URL for the device type &lt;b&gt;{0}&lt;/b&gt; is not known. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="427" />
-      <source>unknown</source>
-      <translation type="unfinished">bilinmeyen</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="443" />
-      <source>Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="446" />
-      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="455" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
+      <source>unknown</source>
+      <translation type="unfinished">bilinmeyen</translation>
     </message>
     <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="459" />
+      <source>Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="462" />
+      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="471" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="475" />
       <source>{0} Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="479" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="495" />
       <source>The current editor does not contain a Python script. Write it anyway?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="490" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="506" />
       <source>The script is empty. Aborting.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="544" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="560" />
       <source>MicroPython Firmware for BBC micro:bit V1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="576" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="563" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="548" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="592" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="579" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="564" />
       <source>DAPLink Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="555" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="571" />
       <source>MicroPython Firmware for BBC micro:bit V2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="559" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="575" />
       <source>CircuitPython Firmware for BBC micro:bit V2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="572" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="588" />
       <source>MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
@@ -57372,18 +57636,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1793" />
+      <location filename="../Preferences/__init__.py" line="1803" />
       <source>Export Preferences</source>
       <translation>Seçenekleri Dışa Aktar</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1822" />
-      <location filename="../Preferences/__init__.py" line="1795" />
+      <location filename="../Preferences/__init__.py" line="1832" />
+      <location filename="../Preferences/__init__.py" line="1805" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1820" />
+      <location filename="../Preferences/__init__.py" line="1830" />
       <source>Import Preferences</source>
       <translation>Seçenekleri İçe Aktar</translation>
     </message>
@@ -62444,22 +62708,22 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="467" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="468" />
       <source>unknown</source>
       <translation type="unfinished">bilinmeyen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="473" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="474" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="481" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="482" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="485" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="486" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
@@ -67497,86 +67761,193 @@
   <context>
     <name>RP2040Device</name>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="71" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="52" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="62" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="53" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="65" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="54" />
+      <source>connection failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="61" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="55" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="56" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="57" />
+      <source>connected, waiting for IP address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="64" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="58" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="63" />
+      <source>network scan completed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="66" />
+      <source>connection lost</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="67" />
+      <source>disconnected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="68" />
+      <source>AP listening</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="69" />
+      <source>AP connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="70" />
+      <source>AP failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="89" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="76" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="90" />
+      <source>automatic</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="121" />
       <source>RP2040</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="127" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="177" />
       <source>RP2040 Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="199" />
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="130" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="256" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="180" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="134" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="184" />
       <source>Activate Bootloader</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="137" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="187" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="200" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="191" />
+      <source>Reset Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="257" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="232" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="290" />
       <source>unknown</source>
       <translation type="unfinished">bilinmeyen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="242" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="300" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;{2}&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="252" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="310" />
       <source>&lt;tr&gt;&lt;td&gt;Variant:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="263" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="320" />
       <source>&lt;p&gt;Update may be available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="265" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="322" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="269" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="326" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="292" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="358" />
       <source>MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="296" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="362" />
       <source>Pimoroni Pico Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="299" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="365" />
       <source>CircuitPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="303" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="369" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="421" />
+      <source>Set Country</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="976" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="611" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1086" />
+      <source>Pico Wireless does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1161" />
+      <source>Pico Wireless does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>RccCompilerOptionsDialog</name>
@@ -69120,111 +69491,111 @@
   <context>
     <name>SessionManager</name>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="300" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="299" />
       <source>Backup 1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="308" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="307" />
       <source>Backup 2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="339" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="338" />
       <source>Default Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="492" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="491" />
       <source>Clone Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="495" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="494" />
       <source>Rename Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="499" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="498" />
       <source>Please enter a new name:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="672" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="572" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="515" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="514" />
       <source>The session file "{0}" exists already. Please enter another name.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="528" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="527" />
       <source>An error occurred while cloning the session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="538" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="537" />
       <source>An error occurred while renaming the session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="570" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="552" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="554" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
       <source>Please enter a name for the session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="556" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="555" />
       <source>Saved Session ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="594" />
+      <source>Restore Backup</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="595" />
-      <source>Restore Backup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="596" />
       <source>Are you sure you want to replace the current session?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="636" />
+      <source>Delete Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="637" />
-      <source>Delete Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="638" />
       <source>Are you sure you want to delete session "{0}"?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="670" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="652" />
       <source>New Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="654" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
       <source>Please enter a name for the new session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="656" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="655" />
       <source>New Session ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="718" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="717" />
       <source>Please select the startup session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="742" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="741" />
       <source>{0} (last session)</source>
       <translation type="unfinished" />
     </message>
@@ -81524,7 +81895,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="241" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="301" />
       <location filename="../MicroPython/Devices/TeensyDevices.py" line="154" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
@@ -81540,37 +81911,37 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="213" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="214" />
       <source>unknown</source>
       <translation type="unfinished">bilinmeyen</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="219" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="220" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="227" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="228" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="231" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="232" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="242" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="302" />
       <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 are flashed using the 'Teensy Loader' application. Make sure you downloaded the MicroPython or CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="261" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="324" />
       <source>Start 'Teensy Loader'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="262" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="325" />
       <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -81852,22 +82223,22 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="884" />
+      <location filename="../Templates/TemplateViewer.py" line="883" />
       <source>Edit Template Group</source>
       <translation>Şablon Grubunu Düzenle</translation>
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="885" />
+      <location filename="../Templates/TemplateViewer.py" line="884" />
       <source>&lt;p&gt;A template group with the name &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Templates/TemplateViewer.py" line="1005" />
+      <source>Read Templates</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Templates/TemplateViewer.py" line="1006" />
-      <source>Read Templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="1007" />
       <source>&lt;p&gt;The templates file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation>&lt;p&gt;ŞAblon dosyası &lt;b&gt;{0}&lt;/b&gt; okunamıyor.&lt;/p&gt;</translation>
     </message>
@@ -83225,42 +83596,42 @@
   <context>
     <name>TranslatorEngines</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="49" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
       <source>DeepL</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="50" />
-      <source>Google V.1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
-      <source>Google V.2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="52" />
-      <source>IBM Watson</source>
+      <source>Google V.1</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="53" />
-      <source>Microsoft</source>
+      <source>Google V.2</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="54" />
-      <source>MyMemory</source>
+      <source>IBM Watson</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="55" />
+      <source>Microsoft</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="56" />
+      <source>MyMemory</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="57" />
       <source>Yandex</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="58" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="60" />
       <source>Unknow translation service name ({0})</source>
       <translation type="unfinished" />
     </message>
@@ -84073,6 +84444,7 @@
   <context>
     <name>UF2FlashDialog</name>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1099" />
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash UF2 Device</source>
       <translation type="unfinished" />
@@ -84099,7 +84471,7 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>'Boot' Path:</source>
+      <source>'Boot' Volume:</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -84109,6 +84481,11 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
+      <source>Press to check for all known boot volume names.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash MicroPython / CircuitPython</source>
       <translation type="unfinished" />
     </message>
@@ -84134,106 +84511,111 @@
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1100" />
+      <source>Select the Boot Volume of the device:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="717" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="786" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="775" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="766" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="789" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="778" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="769" />
       <source>Manual Select</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="885" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="853" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="830" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="888" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="833" />
       <source>Reset Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="832" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="835" />
       <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="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="859" />
       <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="866" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="869" />
       <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="887" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="890" />
       <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="899" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="902" />
       <source>Flash Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="901" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="904" />
       <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="926" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="929" />
       <source>Boot Volume not found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="928" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="931" />
       <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="934" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="937" />
       <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="939" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="942" />
       <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="946" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="949" />
       <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="965" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="968" />
       <source>Multiple Boot Volumes found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="967" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="970" />
       <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="986" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="988" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="991" />
       <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="995" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="998" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="997" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1000" />
       <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>
@@ -87647,43 +88029,43 @@
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; bir dosya değil.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8282" />
+      <location filename="../UI/UserInterface.py" line="8285" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8283" />
+      <location filename="../UI/UserInterface.py" line="8286" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8336" />
-      <location filename="../UI/UserInterface.py" line="8323" />
+      <location filename="../UI/UserInterface.py" line="8339" />
+      <location filename="../UI/UserInterface.py" line="8326" />
       <source>First time usage</source>
       <translation>İlk kullanım</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8324" />
+      <location filename="../UI/UserInterface.py" line="8327" />
       <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="8337" />
+      <location filename="../UI/UserInterface.py" line="8340" />
       <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="8360" />
+      <location filename="../UI/UserInterface.py" line="8363" />
       <source>Select Workspace Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8520" />
+      <location filename="../UI/UserInterface.py" line="8523" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8521" />
+      <location filename="../UI/UserInterface.py" line="8524" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
@@ -92725,65 +93107,65 @@
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt;dosyasında kaydedilmemiş değişiklikler var.&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5826" />
+      <location filename="../ViewManager/ViewManager.py" line="5830" />
       <source>Line: {0:5}</source>
       <translation>Satır: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5832" />
+      <location filename="../ViewManager/ViewManager.py" line="5836" />
       <source>Pos: {0:5}</source>
       <translation>Pos: {0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5852" />
+      <location filename="../ViewManager/ViewManager.py" line="5856" />
       <source>Language: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5861" />
+      <location filename="../ViewManager/ViewManager.py" line="5865" />
       <source>EOL Mode: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6318" />
-      <location filename="../ViewManager/ViewManager.py" line="6276" />
+      <location filename="../ViewManager/ViewManager.py" line="6326" />
+      <location filename="../ViewManager/ViewManager.py" line="6284" />
       <source>&amp;Clear</source>
       <translation>T&amp;emizle</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6312" />
+      <location filename="../ViewManager/ViewManager.py" line="6320" />
       <source>&amp;Add</source>
       <translation>&amp;Ekle</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6315" />
+      <location filename="../ViewManager/ViewManager.py" line="6323" />
       <source>&amp;Edit...</source>
       <translation>Düz&amp;en...</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7361" />
-      <location filename="../ViewManager/ViewManager.py" line="7347" />
-      <location filename="../ViewManager/ViewManager.py" line="7315" />
+      <location filename="../ViewManager/ViewManager.py" line="7369" />
+      <location filename="../ViewManager/ViewManager.py" line="7355" />
+      <location filename="../ViewManager/ViewManager.py" line="7323" />
       <source>Edit Spelling Dictionary</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7318" />
+      <location filename="../ViewManager/ViewManager.py" line="7326" />
       <source>&lt;p&gt;The spelling dictionary 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="../ViewManager/ViewManager.py" line="7334" />
+      <location filename="../ViewManager/ViewManager.py" line="7342" />
       <source>Editing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7350" />
+      <location filename="../ViewManager/ViewManager.py" line="7358" />
       <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7364" />
+      <location filename="../ViewManager/ViewManager.py" line="7372" />
       <source>The spelling dictionary was saved successfully.</source>
       <translation type="unfinished" />
     </message>
@@ -98364,6 +98746,615 @@
     </message>
   </context>
   <context>
+    <name>WifiApConfigDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="39" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="116" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="120" />
+      <source>Press to show the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Access Point Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Adı:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Parola:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiApStationsDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Connected WiFi Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished">Adı</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiConnectionDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>WiFi Connection Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">Adı:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">Parola:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="72" />
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="68" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiController</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="45" />
+      <source>WiFi Functions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="47" />
+      <source>Show WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="122" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="114" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="49" />
+      <source>Connect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="50" />
+      <source>Check Internet Connection</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="138" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="51" />
+      <source>Disconnect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="53" />
+      <source>Scan Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="216" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="207" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="55" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="254" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="244" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="233" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="56" />
+      <source>Remove WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="305" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="294" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="58" />
+      <source>Start WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="60" />
+      <source>Start WiFi Access Point with IP</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="359" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="63" />
+      <source>Show Connected Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="335" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="326" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="65" />
+      <source>Stop WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="68" />
+      <source>Deactivate Client Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="72" />
+      <source>Deactivate Access Point Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="115" />
+      <source>&lt;p&gt;The device was connected to &lt;b&gt;{0}&lt;/b&gt; successfully.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="123" />
+      <source>&lt;p&gt;The device could not connect to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="258" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="220" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="173" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="147" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="126" />
+      <source>unknown</source>
+      <translation type="unfinished">bilinmeyen</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="139" />
+      <source>&lt;p&gt;The device was disconnected from the WiFi network.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="145" />
+      <source>&lt;p&gt;The device could not be disconnected.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="158" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="160" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;not available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="171" />
+      <source>&lt;p&gt;The internet is not available.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="208" />
+      <source>&lt;p&gt;The WiFi credentials were saved on the device. The device will connect to the WiFi network at boot time.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="217" />
+      <source>&lt;p&gt;The WiFi credentials could not be saved on the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="234" />
+      <source>Shall the saved WiFi credentials really be removed from the connected device?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="245" />
+      <source>&lt;p&gt;The WiFi credentials were removed from the device. The device will not connect to the WiFi network at boot time anymore.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="255" />
+      <source>&lt;p&gt;The WiFi credentials could not be removed from the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="295" />
+      <source>The WiFi Access Point interface was started successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="300" />
+      <source>&lt;p&gt;The WiFi Access Point could not be started.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="381" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="332" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="302" />
+      <source>&lt;p&gt;Reason: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="327" />
+      <source>The WiFi Access Point interface was stopped successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="330" />
+      <source>&lt;p&gt;The WiFi Access Point could not be stopped.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="360" />
+      <source>No clients are connected to the access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="384" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="375" />
+      <source>Deactivate WiFi Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="376" />
+      <source>The WiFi interface was deactivated successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="379" />
+      <source>&lt;p&gt;The WiFi interface could not be deactivated.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiCountryDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>WiFi Country Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiNetworksWindow</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished">Adı</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Channel</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Security</source>
+      <translation type="unfinished">Güvenlik</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Press to scan for available WiFi networks.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan Interval:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source> s</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Periodic Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="67" />
+      <source>Scan WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="68" />
+      <source>&lt;p&gt;The scan for available WiFi networks failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message numerus="yes">
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="78" />
+      <source>&lt;p&gt;Detected &lt;b&gt;%n&lt;/b&gt; network(s).&lt;/p&gt;</source>
+      <translation type="unfinished">
+        <numerusform />
+      </translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiStatusDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <source>WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="135" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="57" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="46" />
+      <source>Active</source>
+      <translation type="unfinished">Aktif</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>Yes</source>
+      <translation type="unfinished">Evet</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>No</source>
+      <translation type="unfinished">Hayır</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="53" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="143" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="65" />
+      <source>Connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="148" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="70" />
+      <source>Status</source>
+      <translation type="unfinished">Durum</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="150" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="73" />
+      <source>Hostname</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="153" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="76" />
+      <source>IPv4 Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="156" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="79" />
+      <source>Netmask</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="159" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="82" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="161" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="84" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="116" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="85" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="167" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="113" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="88" />
+      <source>Channel</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="126" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="92" />
+      <source>Country</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="175" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="98" />
+      <source>Tx-Power</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="176" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="99" />
+      <source>{0} dBm</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="105" />
+      <source>Connected Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="108" />
+      <source>Name</source>
+      <translation type="unfinished">Adı</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="119" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="122" />
+      <source>Security</source>
+      <translation type="unfinished">Güvenlik</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="131" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="163" />
+      <source>SSID</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>WizardEricPluginWizard</name>
     <message>
       <location filename="../Plugins/PluginWizardEricPlugin.py" line="93" />
--- a/src/eric7/i18n/eric7_zh_CN.ts	Fri Mar 03 11:34:59 2023 +0100
+++ b/src/eric7/i18n/eric7_zh_CN.ts	Fri Mar 03 13:44:34 2023 +0100
@@ -1819,55 +1819,60 @@
   <context>
     <name>BaseDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="128" />
-      <source>Show MicroPython Versions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="129" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="162" />
+      <source>Device Data Not Available</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="163" />
       <source>&lt;p&gt;The device data is not available. Try to connect to the device again. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="173" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="216" />
       <source>Unsupported Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="183" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="226" />
       <source>REPL is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="202" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="245" />
       <source>Plotter is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="221" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="264" />
       <source>Running scripts is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="240" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="283" />
       <source>File Manager is not supported by this device.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="285" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="328" />
       <source>Select Device Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="286" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="329" />
       <source>Select the directory for the connected device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/DeviceBase.py" line="432" />
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="475" />
       <source>Detected an error without indications.</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/DeviceBase.py" line="1245" />
+      <source>Operation not supported.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>BlackConfigurationDialog</name>
@@ -3863,124 +3868,193 @@
   <context>
     <name>CircuitPythonDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="87" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="67" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="129" />
       <source>CircuitPython</source>
       <translation>CircuitPython</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="216" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="258" />
       <source>Workspace Directory</source>
       <translation>工作空间目录</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="217" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="259" />
       <source>Python files for CircuitPython can be edited in place, if the device volume is locally available. Such a volume was not found. In place editing will not be available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="247" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="289" />
       <source>Library Management</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="251" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="295" />
       <source>CircuitPython Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="254" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="297" />
       <source>Show CircuitPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="263" />
-      <source>CircuitPython Flash Instructions</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="345" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="276" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="267" />
-      <source>Flash CircuitPython Firmware</source>
-      <translation>刷新 CircuitPython 固件</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="270" />
-      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="443" />
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="305" />
-      <source>Install Library Files</source>
-      <translation>安装库文件</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="441" />
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="309" />
-      <source>Install Library Package</source>
+      <source>Reset Device</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="315" />
+      <source>Flash CircuitPython Firmware</source>
+      <translation>刷新 CircuitPython 固件</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="319" />
+      <source>UF2 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="323" />
+      <source>ESP32 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="324" />
+      <source>Erase Flash</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="326" />
+      <source>Flash MicroPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="330" />
+      <source>Flash Additional Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="335" />
+      <source>Teensy Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="337" />
+      <source>CircuitPython Flash Instructions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="341" />
+      <source>Start 'Teensy Loader'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="344" />
+      <source>Start the 'Teensy Loader' application to flash the Teensy device.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="539" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="376" />
+      <source>Install Library Files</source>
+      <translation>安装库文件</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="537" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="380" />
+      <source>Install Library Package</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="386" />
       <source>Install 'circup' Package</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="346" />
-      <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 do not support the UF2 bootloader. Please use the 'Teensy Loader' application to flash CircuitPython. Make sure you downloaded the CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="366" />
-      <source>Start 'Teensy Loader'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="367" />
-      <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="396" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="492" />
       <source>unknown</source>
       <translation type="unfinished">未知</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="415" />
-      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="423" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="427" />
-      <source>CircuitPython Version</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="449" />
-      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
-      <translation>该设备卷 "&lt;b&gt;{0}&lt;/b&gt;" 不可用。确认其已正确挂载后重试。</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="477" />
-      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
-      <translation>编译 Python 文件 (*.mpy);;Python 文件 (*.py);;所有文件 (*)</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="507" />
-      <source>CircuitPython Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="511" />
+      <source>&lt;h4&gt;CircuitPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="519" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="523" />
+      <source>CircuitPython Version</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="545" />
+      <source>The device volume "&lt;b&gt;{0}&lt;/b&gt;" is not available. Ensure it is mounted properly and try again.</source>
+      <translation>该设备卷 "&lt;b&gt;{0}&lt;/b&gt;" 不可用。确认其已正确挂载后重试。</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="573" />
+      <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source>
+      <translation>编译 Python 文件 (*.mpy);;Python 文件 (*.py);;所有文件 (*)</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="603" />
+      <source>CircuitPython Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="607" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="999" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="737" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="911" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="833" />
+      <source>The device volume is not available.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="876" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="848" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="877" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="849" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Shall it be replaced?&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="884" />
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="856" />
+      <source>Aborted</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1066" />
+      <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1137" />
+      <source>CircuitPython does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>CircuitPythonUpdaterInterface</name>
@@ -11472,31 +11546,31 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="500" />
       <source>Downloads finished</source>
       <translation>下载已完成</translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="502" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="501" />
       <source>All files have been downloaded.</source>
       <translation>所有文件均已下载。</translation>
     </message>
     <message>
       <location filename="../WebBrowser/Download/DownloadManager.ui" line="0" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="587" />
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="510" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="586" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="509" />
       <source>Download Manager</source>
       <translation>下载管理器</translation>
     </message>
     <message numerus="yes">
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="620" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="619" />
       <source>{0}% of %n file(s) ({1}) {2}</source>
       <translation type="unfinished">
         <numerusform />
       </translation>
     </message>
     <message>
-      <location filename="../WebBrowser/Download/DownloadManager.py" line="628" />
+      <location filename="../WebBrowser/Download/DownloadManager.py" line="627" />
       <source>{0}% - Download Manager</source>
       <translation>{0}% - 下载管理器</translation>
     </message>
@@ -11737,7 +11811,7 @@
   <context>
     <name>Editor</name>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3297" />
+      <location filename="../QScintilla/Editor.py" line="3315" />
       <location filename="../QScintilla/Editor.py" line="427" />
       <location filename="../QScintilla/Editor.py" line="412" />
       <source>Open File</source>
@@ -11759,964 +11833,964 @@
       <translation>&lt;b&gt;源代码编辑器窗口&lt;/b&gt;&lt;p&gt;该窗口用于显示和编辑源文件。可以打开任意多个窗口。文件名显示在窗口标题栏中。&lt;/p&gt;&lt;p&gt;要设置断点只需在行号与折叠标记之间的空白处点击即可。通过页边空白的上下文菜单可进行编辑。&lt;/p&gt;&lt;p&gt;要设置书签只需按住 Shift 键再在行号与折叠标记之间的空白处点击即可。&lt;/p&gt;&lt;p&gt;以上行为都可能通过上下文菜单进行反转。&lt;/p&gt;&lt;p&gt;按住 Ctrl 再语法错误标记上点击可显示该错误的部分信息。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="866" />
+      <location filename="../QScintilla/Editor.py" line="884" />
       <source>Undo</source>
       <translation>撤消</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="869" />
+      <location filename="../QScintilla/Editor.py" line="887" />
       <source>Redo</source>
       <translation>重做</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="872" />
+      <location filename="../QScintilla/Editor.py" line="890" />
       <source>Revert to last saved state</source>
       <translation>还原到最后保存的状态</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="876" />
+      <location filename="../QScintilla/Editor.py" line="894" />
       <source>Cut</source>
       <translation>剪切</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="879" />
+      <location filename="../QScintilla/Editor.py" line="897" />
       <source>Copy</source>
       <translation>复制</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="882" />
+      <location filename="../QScintilla/Editor.py" line="900" />
       <source>Paste</source>
       <translation>粘贴</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="888" />
+      <location filename="../QScintilla/Editor.py" line="906" />
       <source>Indent</source>
       <translation>缩进</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="893" />
-      <source>Unindent</source>
-      <translation>取消缩进</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="898" />
-      <source>Comment</source>
-      <translation>注释</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="903" />
-      <source>Uncomment</source>
-      <translation>取消注释</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="9017" />
-      <location filename="../QScintilla/Editor.py" line="908" />
-      <source>Generate Docstring</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="911" />
+      <source>Unindent</source>
+      <translation>取消缩进</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="916" />
+      <source>Comment</source>
+      <translation>注释</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="921" />
+      <source>Uncomment</source>
+      <translation>取消注释</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="9035" />
+      <location filename="../QScintilla/Editor.py" line="926" />
+      <source>Generate Docstring</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="929" />
       <source>Select to brace</source>
       <translation>选择括号内容</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="912" />
+      <location filename="../QScintilla/Editor.py" line="930" />
       <source>Select all</source>
       <translation>全选</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="913" />
+      <location filename="../QScintilla/Editor.py" line="931" />
       <source>Deselect all</source>
       <translation>全部取消选择</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="915" />
+      <location filename="../QScintilla/Editor.py" line="933" />
       <source>Execute Selection In Console</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="927" />
-      <source>Use Monospaced Font</source>
-      <translation>使用单空格字体</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="932" />
-      <source>Autosave enabled</source>
-      <translation>允许自动保存</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="937" />
-      <source>Typing aids enabled</source>
-      <translation>允许输入辅助</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="945" />
+      <source>Use Monospaced Font</source>
+      <translation>使用单空格字体</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="950" />
+      <source>Autosave enabled</source>
+      <translation>允许自动保存</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="955" />
+      <source>Typing aids enabled</source>
+      <translation>允许输入辅助</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="963" />
       <source>Automatic Completion enabled</source>
       <translation>允许自动补全</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="954" />
-      <source>Calltip</source>
-      <translation>调用提示</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="957" />
-      <source>Code Info</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="972" />
+      <source>Calltip</source>
+      <translation>调用提示</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="975" />
+      <source>Code Info</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="990" />
       <source>New Document View</source>
       <translation>新建文档视图</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="977" />
+      <location filename="../QScintilla/Editor.py" line="995" />
       <source>New Document View (with new split)</source>
       <translation>新建文档视图(在新拆分页中)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="985" />
+      <location filename="../QScintilla/Editor.py" line="1003" />
       <source>Save</source>
       <translation>保存</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="989" />
+      <location filename="../QScintilla/Editor.py" line="1007" />
       <source>Save As...</source>
       <translation>另存为…</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="994" />
+      <location filename="../QScintilla/Editor.py" line="1012" />
       <source>Save Copy...</source>
       <translation type="unfinished">保存副本…</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1016" />
-      <location filename="../QScintilla/Editor.py" line="1013" />
+      <location filename="../QScintilla/Editor.py" line="1034" />
+      <location filename="../QScintilla/Editor.py" line="1031" />
       <source>Complete</source>
       <translation>补全</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1020" />
+      <location filename="../QScintilla/Editor.py" line="1038" />
       <source>Clear Completions Cache</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1023" />
+      <location filename="../QScintilla/Editor.py" line="1041" />
       <source>Complete from Document</source>
       <translation type="unfinished">从文档</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1025" />
+      <location filename="../QScintilla/Editor.py" line="1043" />
       <source>Complete from APIs</source>
       <translation type="unfinished">从 APIs</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1028" />
+      <location filename="../QScintilla/Editor.py" line="1046" />
       <source>Complete from Document and APIs</source>
       <translation type="unfinished">从文档和 APIs</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1042" />
+      <location filename="../QScintilla/Editor.py" line="1060" />
       <source>Check</source>
       <translation>检查</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1053" />
+      <location filename="../QScintilla/Editor.py" line="1071" />
       <source>Code Formatting</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1059" />
+      <location filename="../QScintilla/Editor.py" line="1077" />
       <source>Black</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1064" />
+      <location filename="../QScintilla/Editor.py" line="1082" />
       <source>Format Code</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1068" />
-      <source>Check Formatting</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1072" />
-      <source>Formatting Diff</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1081" />
-      <source>isort</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1086" />
-      <source>Sort Imports</source>
+      <source>Check Formatting</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1090" />
+      <source>Formatting Diff</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1099" />
+      <source>isort</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1104" />
+      <source>Sort Imports</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1108" />
       <source>Imports Sorting Diff</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1106" />
-      <source>Tools</source>
-      <translation>工具</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1117" />
-      <source>Show</source>
-      <translation>显示</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1119" />
-      <source>Code metrics...</source>
-      <translation>代码度量…</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1121" />
-      <source>Code coverage...</source>
-      <translation>代码覆盖率…</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1124" />
+      <source>Tools</source>
+      <translation>工具</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1135" />
+      <source>Show</source>
+      <translation>显示</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1137" />
+      <source>Code metrics...</source>
+      <translation>代码度量…</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1139" />
+      <source>Code coverage...</source>
+      <translation>代码覆盖率…</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1142" />
       <source>Show code coverage annotations</source>
       <translation>显示代码覆盖率注解</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1127" />
-      <source>Hide code coverage annotations</source>
-      <translation>隐藏代码覆盖率注解</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1131" />
-      <source>Profile data...</source>
-      <translation>剖析数据…</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1145" />
-      <source>Diagrams</source>
-      <translation>图表</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1147" />
-      <source>Class Diagram...</source>
-      <translation>类图…</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1148" />
-      <source>Package Diagram...</source>
-      <translation>程序包图…</translation>
+      <source>Hide code coverage annotations</source>
+      <translation>隐藏代码覆盖率注解</translation>
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="1149" />
+      <source>Profile data...</source>
+      <translation>剖析数据…</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1163" />
+      <source>Diagrams</source>
+      <translation>图表</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1165" />
+      <source>Class Diagram...</source>
+      <translation>类图…</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1166" />
+      <source>Package Diagram...</source>
+      <translation>程序包图…</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1167" />
       <source>Imports Diagram...</source>
       <translation>引用图…</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1151" />
+      <location filename="../QScintilla/Editor.py" line="1169" />
       <source>Application Diagram...</source>
       <translation>应用程序图…</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1156" />
+      <location filename="../QScintilla/Editor.py" line="1174" />
       <source>Load Diagram...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1171" />
+      <location filename="../QScintilla/Editor.py" line="1189" />
       <source>Languages</source>
       <translation>语言</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1175" />
+      <location filename="../QScintilla/Editor.py" line="1193" />
       <source>Text</source>
       <translation type="unfinished">文本</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1198" />
+      <location filename="../QScintilla/Editor.py" line="1216" />
       <source>Guessed</source>
       <translation>猜测</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1527" />
-      <location filename="../QScintilla/Editor.py" line="1202" />
+      <location filename="../QScintilla/Editor.py" line="1545" />
+      <location filename="../QScintilla/Editor.py" line="1220" />
       <source>Alternatives</source>
       <translation>备选</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1219" />
+      <location filename="../QScintilla/Editor.py" line="1237" />
       <source>Encodings</source>
       <translation>编码</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1242" />
+      <location filename="../QScintilla/Editor.py" line="1260" />
       <source>Re-Open With Encoding</source>
       <translation>使用指定编码重新打开</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1262" />
+      <location filename="../QScintilla/Editor.py" line="1280" />
       <source>End-of-Line Type</source>
       <translation>行尾类型</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1266" />
+      <location filename="../QScintilla/Editor.py" line="1284" />
       <source>Unix</source>
       <translation>Unix</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1272" />
+      <location filename="../QScintilla/Editor.py" line="1290" />
       <source>Windows</source>
       <translation>Windows</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1278" />
-      <source>Macintosh</source>
-      <translation>Macintosh</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1296" />
+      <source>Macintosh</source>
+      <translation>Macintosh</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1314" />
       <source>Spelling</source>
       <translation type="unfinished">拼写法</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8135" />
-      <location filename="../QScintilla/Editor.py" line="1304" />
+      <location filename="../QScintilla/Editor.py" line="8153" />
+      <location filename="../QScintilla/Editor.py" line="1322" />
       <source>Check spelling...</source>
       <translation>正在进行拼写检查…</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1309" />
+      <location filename="../QScintilla/Editor.py" line="1327" />
       <source>Check spelling of selection...</source>
       <translation>正在对所选内容进行拼写检查…</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1313" />
+      <location filename="../QScintilla/Editor.py" line="1331" />
       <source>Remove from dictionary</source>
       <translation>从词典里移除</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1330" />
+      <location filename="../QScintilla/Editor.py" line="1348" />
       <source>Spell Check Languages</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1334" />
+      <location filename="../QScintilla/Editor.py" line="1352" />
       <source>No Language</source>
       <translation>无语言</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1361" />
+      <location filename="../QScintilla/Editor.py" line="1379" />
       <source>Toggle bookmark</source>
       <translation>切换书签</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1363" />
+      <location filename="../QScintilla/Editor.py" line="1381" />
       <source>Next bookmark</source>
       <translation>下一个书签</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1366" />
+      <location filename="../QScintilla/Editor.py" line="1384" />
       <source>Previous bookmark</source>
       <translation>上一个书签</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1369" />
+      <location filename="../QScintilla/Editor.py" line="1387" />
       <source>Clear all bookmarks</source>
       <translation>清除所有书签</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1380" />
-      <source>Toggle breakpoint</source>
-      <translation>切换断点</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1383" />
-      <source>Toggle temporary breakpoint</source>
-      <translation>切换临时断点</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1386" />
-      <source>Edit breakpoint...</source>
-      <translation>编辑断点…</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="5812" />
-      <location filename="../QScintilla/Editor.py" line="1389" />
-      <source>Enable breakpoint</source>
-      <translation>允许断点</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1392" />
-      <source>Next breakpoint</source>
-      <translation>下一个断点</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1395" />
-      <source>Previous breakpoint</source>
-      <translation>上一个断点</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1398" />
+      <source>Toggle breakpoint</source>
+      <translation>切换断点</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1401" />
+      <source>Toggle temporary breakpoint</source>
+      <translation>切换临时断点</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1404" />
+      <source>Edit breakpoint...</source>
+      <translation>编辑断点…</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="5831" />
+      <location filename="../QScintilla/Editor.py" line="1407" />
+      <source>Enable breakpoint</source>
+      <translation>允许断点</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1410" />
+      <source>Next breakpoint</source>
+      <translation>下一个断点</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1413" />
+      <source>Previous breakpoint</source>
+      <translation>上一个断点</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1416" />
       <source>Clear all breakpoints</source>
       <translation>清除所有断点</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1409" />
+      <location filename="../QScintilla/Editor.py" line="1427" />
       <source>Toggle all folds</source>
       <translation type="unfinished">开关所有折叠</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1414" />
+      <location filename="../QScintilla/Editor.py" line="1432" />
       <source>Toggle all folds (including children)</source>
       <translation type="unfinished">开关所有折叠(包含子项)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1417" />
+      <location filename="../QScintilla/Editor.py" line="1435" />
       <source>Toggle current fold</source>
       <translation type="unfinished">开关当前折叠</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1421" />
+      <location filename="../QScintilla/Editor.py" line="1439" />
       <source>Expand (including children)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1425" />
+      <location filename="../QScintilla/Editor.py" line="1443" />
       <source>Collapse (including children)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1430" />
+      <location filename="../QScintilla/Editor.py" line="1448" />
       <source>Clear all folds</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1441" />
+      <location filename="../QScintilla/Editor.py" line="1459" />
       <source>Goto syntax error</source>
       <translation>转到语法错误处</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1444" />
+      <location filename="../QScintilla/Editor.py" line="1462" />
       <source>Show syntax error message</source>
       <translation>显示语法错误消息</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1447" />
+      <location filename="../QScintilla/Editor.py" line="1465" />
       <source>Clear syntax error</source>
       <translation>清除语法错误</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1451" />
+      <location filename="../QScintilla/Editor.py" line="1469" />
       <source>Next warning</source>
       <translation>下一个警告</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1454" />
+      <location filename="../QScintilla/Editor.py" line="1472" />
       <source>Previous warning</source>
       <translation>上一个警告</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1457" />
+      <location filename="../QScintilla/Editor.py" line="1475" />
       <source>Show warning message</source>
       <translation>显示警告信息</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1460" />
-      <source>Clear warnings</source>
-      <translation>清空警告</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1464" />
-      <source>Next uncovered line</source>
-      <translation>下一个未覆盖行</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1467" />
-      <source>Previous uncovered line</source>
-      <translation>上一个未覆盖行</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1471" />
-      <source>Next task</source>
-      <translation>下一个任务</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="1474" />
-      <source>Previous task</source>
-      <translation>上一个任务</translation>
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="1478" />
+      <source>Clear warnings</source>
+      <translation>清空警告</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1482" />
+      <source>Next uncovered line</source>
+      <translation>下一个未覆盖行</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1485" />
+      <source>Previous uncovered line</source>
+      <translation>上一个未覆盖行</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1489" />
+      <source>Next task</source>
+      <translation>下一个任务</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1492" />
+      <source>Previous task</source>
+      <translation>上一个任务</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="1496" />
       <source>Next change</source>
       <translation>下一个更改</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1481" />
+      <location filename="../QScintilla/Editor.py" line="1499" />
       <source>Previous change</source>
       <translation>上一个更改</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1484" />
+      <location filename="../QScintilla/Editor.py" line="1502" />
       <source>Clear changes</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1513" />
-      <location filename="../QScintilla/Editor.py" line="1504" />
+      <location filename="../QScintilla/Editor.py" line="1531" />
+      <location filename="../QScintilla/Editor.py" line="1522" />
       <source>Export source</source>
       <translation>导出源代码</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1505" />
+      <location filename="../QScintilla/Editor.py" line="1523" />
       <source>&lt;p&gt;No exporter available for the export format &lt;b&gt;{0}&lt;/b&gt;. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1514" />
+      <location filename="../QScintilla/Editor.py" line="1532" />
       <source>No export format given. Aborting...</source>
       <translation>没有给定导出格式。终止…</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1524" />
+      <location filename="../QScintilla/Editor.py" line="1542" />
       <source>Alternatives ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1547" />
+      <location filename="../QScintilla/Editor.py" line="1565" />
       <source>Pygments Lexer</source>
       <translation>Pygments 词法分析器</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="1548" />
+      <location filename="../QScintilla/Editor.py" line="1566" />
       <source>Select the Pygments lexer to apply.</source>
       <translation>选择要应用的 Pygments 词法分析器。</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2098" />
+      <location filename="../QScintilla/Editor.py" line="2116" />
       <source>Modification of Read Only file</source>
       <translation>只读文件的改变</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2099" />
+      <location filename="../QScintilla/Editor.py" line="2117" />
       <source>You are attempting to change a read only file. Please save to a different file first.</source>
       <translation>试图改变只读文件。请先保存到另一个文件中。</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2520" />
+      <location filename="../QScintilla/Editor.py" line="2538" />
       <source>Add Breakpoint</source>
       <translation type="unfinished">添加断点</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2521" />
+      <location filename="../QScintilla/Editor.py" line="2539" />
       <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="2854" />
+      <location filename="../QScintilla/Editor.py" line="2872" />
       <source>Printing...</source>
       <translation>打印中…</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2871" />
+      <location filename="../QScintilla/Editor.py" line="2889" />
       <source>Printing completed</source>
       <translation>打印已完成</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2873" />
+      <location filename="../QScintilla/Editor.py" line="2891" />
       <source>Error while printing</source>
       <translation>打印时出错</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="2876" />
+      <location filename="../QScintilla/Editor.py" line="2894" />
       <source>Printing aborted</source>
       <translation>打印失败</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3239" />
+      <location filename="../QScintilla/Editor.py" line="3257" />
       <source>File Modified</source>
       <translation>文件已改变</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3240" />
+      <location filename="../QScintilla/Editor.py" line="3258" />
       <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
       <translation>&lt;p&gt;文件 &lt;b&gt;{0}&lt;/b&gt; 有未保存的更改。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3298" />
+      <location filename="../QScintilla/Editor.py" line="3316" />
       <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;文件 &lt;b&gt;{0}&lt;/b&gt; 无法打开。&lt;/p&gt;&lt;p&gt;原因:{1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3474" />
-      <location filename="../QScintilla/Editor.py" line="3455" />
-      <location filename="../QScintilla/Editor.py" line="3417" />
+      <location filename="../QScintilla/Editor.py" line="3492" />
+      <location filename="../QScintilla/Editor.py" line="3473" />
+      <location filename="../QScintilla/Editor.py" line="3435" />
       <source>Save File</source>
       <translation>保存文件</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3418" />
+      <location filename="../QScintilla/Editor.py" line="3436" />
       <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;文件 &lt;b&gt;{0}&lt;/b&gt; 无法保存。&lt;br /&gt;原因:{1}&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="3475" />
+      <location filename="../QScintilla/Editor.py" line="3493" />
       <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;文件 &lt;b&gt;{0}&lt;/b&gt; 已经存在。是否覆盖?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4986" />
+      <location filename="../QScintilla/Editor.py" line="5005" />
       <source>Autocompletion</source>
       <translation>自动完成</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="4987" />
+      <location filename="../QScintilla/Editor.py" line="5006" />
       <source>Autocompletion is not available because there is no autocompletion source set.</source>
       <translation>自动完成无效,没有设定自动完成源。</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5115" />
+      <location filename="../QScintilla/Editor.py" line="5134" />
       <source>Auto-Completion Provider</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5116" />
+      <location filename="../QScintilla/Editor.py" line="5135" />
       <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5408" />
+      <location filename="../QScintilla/Editor.py" line="5427" />
       <source>Call-Tips Provider</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5409" />
+      <location filename="../QScintilla/Editor.py" line="5428" />
       <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="5816" />
+      <location filename="../QScintilla/Editor.py" line="5835" />
       <source>Disable breakpoint</source>
       <translation>去除断点</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6177" />
+      <location filename="../QScintilla/Editor.py" line="6196" />
       <source>Code Coverage</source>
       <translation>代码覆盖率</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6178" />
+      <location filename="../QScintilla/Editor.py" line="6197" />
       <source>Please select a coverage file</source>
       <translation>请选择一个覆盖率文件</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6253" />
-      <location filename="../QScintilla/Editor.py" line="6245" />
+      <location filename="../QScintilla/Editor.py" line="6272" />
+      <location filename="../QScintilla/Editor.py" line="6264" />
       <source>Show Code Coverage Annotations</source>
       <translation>显示代码覆盖率注解</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6246" />
+      <location filename="../QScintilla/Editor.py" line="6265" />
       <source>All lines have been covered.</source>
       <translation>所有行均被已覆盖。</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6254" />
+      <location filename="../QScintilla/Editor.py" line="6273" />
       <source>There is no coverage file available.</source>
       <translation>没有有效的覆盖率文件。</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6358" />
+      <location filename="../QScintilla/Editor.py" line="6377" />
       <source>Profile Data</source>
       <translation>剖析数据</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6359" />
+      <location filename="../QScintilla/Editor.py" line="6378" />
       <source>Please select a profile file</source>
       <translation>请选择一个剖析文件</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6520" />
-      <location filename="../QScintilla/Editor.py" line="6514" />
+      <location filename="../QScintilla/Editor.py" line="6539" />
+      <location filename="../QScintilla/Editor.py" line="6533" />
       <source>Syntax Error</source>
       <translation>语法错误</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6521" />
+      <location filename="../QScintilla/Editor.py" line="6540" />
       <source>No syntax error message available.</source>
       <translation>语法错误消息无效。</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
-      <location filename="../QScintilla/Editor.py" line="6726" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
+      <location filename="../QScintilla/Editor.py" line="6745" />
       <source>Warning</source>
       <translation>警告</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6732" />
+      <location filename="../QScintilla/Editor.py" line="6751" />
       <source>No warning messages available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6796" />
+      <location filename="../QScintilla/Editor.py" line="6815" />
       <source>Style: {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6799" />
+      <location filename="../QScintilla/Editor.py" line="6818" />
       <source>Warning: {0}</source>
       <translation>警告:{0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6806" />
+      <location filename="../QScintilla/Editor.py" line="6825" />
       <source>Error: {0}</source>
       <translation>错误:{0}</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Macro Name</source>
       <translation>宏名称</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6913" />
+      <location filename="../QScintilla/Editor.py" line="6932" />
       <source>Select a macro name:</source>
       <translation>选择一个宏名称:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6939" />
+      <location filename="../QScintilla/Editor.py" line="6958" />
       <source>Load macro file</source>
       <translation>输入宏文件</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6985" />
-      <location filename="../QScintilla/Editor.py" line="6941" />
+      <location filename="../QScintilla/Editor.py" line="7004" />
+      <location filename="../QScintilla/Editor.py" line="6960" />
       <source>Macro files (*.macro)</source>
       <translation>宏文件 (*.macro)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6963" />
-      <location filename="../QScintilla/Editor.py" line="6953" />
+      <location filename="../QScintilla/Editor.py" line="6982" />
+      <location filename="../QScintilla/Editor.py" line="6972" />
       <source>Error loading macro</source>
       <translation>载入宏文件出错</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6954" />
+      <location filename="../QScintilla/Editor.py" line="6973" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="6964" />
-      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../QScintilla/Editor.py" line="6983" />
-      <source>Save macro file</source>
-      <translation>保存宏文件</translation>
-    </message>
-    <message>
-      <location filename="../QScintilla/Editor.py" line="7001" />
-      <source>Save macro</source>
-      <translation>保存宏</translation>
+      <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
+      <translation type="unfinished" />
     </message>
     <message>
       <location filename="../QScintilla/Editor.py" line="7002" />
+      <source>Save macro file</source>
+      <translation>保存宏文件</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7020" />
+      <source>Save macro</source>
+      <translation>保存宏</translation>
+    </message>
+    <message>
+      <location filename="../QScintilla/Editor.py" line="7021" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
       <translation>&lt;p&gt;宏文件 &lt;b&gt;{0}&lt;/b&gt; 已经存在。是否覆盖?&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7017" />
+      <location filename="../QScintilla/Editor.py" line="7036" />
       <source>Error saving macro</source>
       <translation>保存宏出错</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7018" />
+      <location filename="../QScintilla/Editor.py" line="7037" />
       <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7031" />
+      <location filename="../QScintilla/Editor.py" line="7050" />
       <source>Start Macro Recording</source>
       <translation>开始宏录制</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7032" />
+      <location filename="../QScintilla/Editor.py" line="7051" />
       <source>Macro recording is already active. Start new?</source>
       <translation>宏录制已激活。开始录制新宏?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7058" />
+      <location filename="../QScintilla/Editor.py" line="7077" />
       <source>Macro Recording</source>
       <translation>宏录制</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7059" />
+      <location filename="../QScintilla/Editor.py" line="7078" />
       <source>Enter name of the macro:</source>
       <translation>输入宏名称:</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7210" />
+      <location filename="../QScintilla/Editor.py" line="7229" />
       <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="7216" />
+      <location filename="../QScintilla/Editor.py" line="7235" />
       <source>&lt;br&gt;&lt;b&gt;Warning:&lt;/b&gt; You will lose your changes upon reopening it.</source>
       <translation>&lt;br&gt;&lt;b&gt;警告:&lt;/b&gt;您在重新打开时将丢失所有更改。</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7223" />
+      <location filename="../QScintilla/Editor.py" line="7242" />
       <source>File changed</source>
       <translation>文件已改变</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7273" />
+      <location filename="../QScintilla/Editor.py" line="7292" />
       <source>{0} (ro)</source>
       <translation>{0}(只读)</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7579" />
+      <location filename="../QScintilla/Editor.py" line="7597" />
       <source>Drop Error</source>
       <translation>降落误差</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7580" />
+      <location filename="../QScintilla/Editor.py" line="7598" />
       <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; 不是一个文件。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7600" />
+      <location filename="../QScintilla/Editor.py" line="7618" />
       <source>Resources</source>
       <translation>资源</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7602" />
+      <location filename="../QScintilla/Editor.py" line="7620" />
       <source>Add file...</source>
       <translation>添加文件…</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7603" />
+      <location filename="../QScintilla/Editor.py" line="7621" />
       <source>Add files...</source>
       <translation>添加文件…</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7604" />
+      <location filename="../QScintilla/Editor.py" line="7622" />
       <source>Add aliased file...</source>
       <translation>添加别名文件…</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7606" />
+      <location filename="../QScintilla/Editor.py" line="7624" />
       <source>Add localized resource...</source>
       <translation>添加本地资源…</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7609" />
+      <location filename="../QScintilla/Editor.py" line="7627" />
       <source>Add resource frame</source>
       <translation>添加资源结构</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7628" />
+      <location filename="../QScintilla/Editor.py" line="7646" />
       <source>Add file resource</source>
       <translation>添加文件资源</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7642" />
+      <location filename="../QScintilla/Editor.py" line="7660" />
       <source>Add file resources</source>
       <translation>添加多个文件资源</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7666" />
-      <location filename="../QScintilla/Editor.py" line="7660" />
+      <location filename="../QScintilla/Editor.py" line="7684" />
+      <location filename="../QScintilla/Editor.py" line="7678" />
       <source>Add aliased file resource</source>
       <translation>添加别名文件资源</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7667" />
+      <location filename="../QScintilla/Editor.py" line="7685" />
       <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7742" />
+      <location filename="../QScintilla/Editor.py" line="7760" />
       <source>Package Diagram</source>
       <translation>程序包图</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7743" />
+      <location filename="../QScintilla/Editor.py" line="7761" />
       <source>Include class attributes?</source>
       <translation>包含类属性?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7763" />
+      <location filename="../QScintilla/Editor.py" line="7781" />
       <source>Imports Diagram</source>
       <translation>引用图</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7764" />
+      <location filename="../QScintilla/Editor.py" line="7782" />
       <source>Include imports from external modules?</source>
       <translation>从外部模块包含引用?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7783" />
+      <location filename="../QScintilla/Editor.py" line="7801" />
       <source>Application Diagram</source>
       <translation>应用程序图</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="7784" />
+      <location filename="../QScintilla/Editor.py" line="7802" />
       <source>Include module names?</source>
       <translation>包含模块名?</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8139" />
+      <location filename="../QScintilla/Editor.py" line="8157" />
       <source>Add to dictionary</source>
       <translation>添加到文件夹</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8141" />
+      <location filename="../QScintilla/Editor.py" line="8159" />
       <source>Ignore All</source>
       <translation>全部忽略</translation>
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8559" />
+      <location filename="../QScintilla/Editor.py" line="8577" />
       <source>Sort Lines</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8560" />
+      <location filename="../QScintilla/Editor.py" line="8578" />
       <source>The selection contains illegal data for a numerical sort.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8653" />
+      <location filename="../QScintilla/Editor.py" line="8671" />
       <source>Register Mouse Click Handler</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8654" />
+      <location filename="../QScintilla/Editor.py" line="8672" />
       <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="8750" />
+      <location filename="../QScintilla/Editor.py" line="8768" />
       <source>{0:4d}    {1}</source>
       <comment>line number, source code</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8756" />
+      <location filename="../QScintilla/Editor.py" line="8774" />
       <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="8824" />
+      <location filename="../QScintilla/Editor.py" line="8842" />
       <source>EditorConfig Properties</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../QScintilla/Editor.py" line="8825" />
+      <location filename="../QScintilla/Editor.py" line="8843" />
       <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>
@@ -17842,6 +17916,14 @@
     </message>
   </context>
   <context>
+    <name>EricIPv4InputWidget</name>
+    <message>
+      <location filename="../EricNetwork/EricIPv4InputWidget.ui" line="0" />
+      <source>Press to clear the entered IPv4 address</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>EricIconBar</name>
     <message>
       <location filename="../EricWidgets/EricIconBar.py" line="36" />
@@ -20097,142 +20179,217 @@
   <context>
     <name>EspDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="73" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="53" />
+      <source>beacon timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="54" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="55" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="56" />
+      <source>association failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="57" />
+      <source>handshake timeout</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="58" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="59" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="60" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="63" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="100" />
       <source>ESP8266, ESP32</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="129" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="156" />
       <source>ESP32 Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="406" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="132" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="352" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="159" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="222" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="208" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1096" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1080" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="163" />
       <source>Erase Flash</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="259" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="139" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="166" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="296" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="143" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1178" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="170" />
       <source>Flash Additional Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="332" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="147" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="278" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="174" />
       <source>Backup Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="385" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="150" />
-      <source>Restore Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="154" />
-      <source>Show Chip ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="157" />
-      <source>Show Flash ID</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="160" />
-      <source>Show MAC Address</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="164" />
-      <source>Reset Device</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="167" />
-      <source>Install 'esptool.py'</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="209" />
-      <source>Shall the flash of the selected device really be erased?</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="221" />
-      <source>'esptool erase_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="384" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="295" />
-      <location filename="../MicroPython/Devices/EspDevices.py" line="258" />
-      <source>'esptool write_flash' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/EspDevices.py" line="331" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="177" />
+      <source>Restore Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="181" />
+      <source>Show Chip ID</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="184" />
+      <source>Show Flash ID</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="187" />
+      <source>Show MAC Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="191" />
+      <source>Reset Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="194" />
+      <source>Install 'esptool.py'</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="277" />
       <source>'esptool read_flash' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="407" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1177" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1136" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="330" />
+      <source>'esptool write_flash' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="353" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="435" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="382" />
       <source>unknown</source>
       <translation type="unfinished">未知</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="446" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="393" />
       <source>&lt;h4&gt;{0} Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="454" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="401" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="458" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="405" />
       <source>{0} Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="476" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="423" />
       <source>'esptool chip_id' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="496" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="443" />
       <source>'esptool flash_id' Output</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/EspDevices.py" line="516" />
+      <location filename="../MicroPython/Devices/EspDevices.py" line="463" />
       <source>'esptool read_mac' Output</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="786" />
+      <source>Error saving credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="797" />
+      <source>Error saving auto-connect script: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="801" />
+      <source>Error modifying 'boot.py': {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="830" />
+      <source>Error deleting credentials: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="910" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1081" />
+      <source>Shall the flash of the selected device really be erased?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1095" />
+      <source>'esptool erase_flash' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/EspDevices.py" line="1137" />
+      <source>Flash µPy/CPy Firmware</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>EspFirmwareSelectionDialog</name>
@@ -20243,7 +20400,7 @@
     </message>
     <message>
       <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" />
-      <source>Flash MicroPython Firmware</source>
+      <source>Flash µPy/CPy Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -30465,77 +30622,77 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="457" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="456" />
       <source>Backward</source>
       <translation type="unfinished">后退</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="462" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="461" />
       <source>Forward</source>
       <translation type="unfinished">前移</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="467" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="466" />
       <source>Reload</source>
       <translation type="unfinished">重新载入</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="476" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="475" />
       <source>Copy Page URL to Clipboard</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="482" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="481" />
       <source>Bookmark Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="490" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="489" />
       <source>Zoom in</source>
       <translation type="unfinished">放大</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="495" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="494" />
       <source>Zoom out</source>
       <translation type="unfinished">缩小</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="500" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="499" />
       <source>Zoom reset</source>
       <translation type="unfinished">重置缩放</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="506" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="505" />
       <source>Copy</source>
       <translation type="unfinished">复制</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="512" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="511" />
       <source>Select All</source>
       <translation type="unfinished">全选</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="519" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="518" />
       <source>Close</source>
       <translation type="unfinished">关闭</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="524" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="523" />
       <source>Close Others</source>
       <translation type="unfinished">关闭其它</translation>
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="544" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="543" />
       <source>Open Link in New Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="551" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="550" />
       <source>Open Link in Background Page</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="559" />
+      <location filename="../HelpViewer/HelpViewerImplQTB.py" line="558" />
       <source>Copy URL to Clipboard</source>
       <translation type="unfinished" />
     </message>
@@ -49245,35 +49402,35 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="999" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="829" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="146" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="125" />
       <source>Change Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1019" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="865" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="853" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="149" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="128" />
       <source>Create Directory</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1074" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="903" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="892" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="155" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="131" />
       <source>Delete Directory Tree</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1101" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="941" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="930" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="159" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="135" />
       <source>Delete File</source>
@@ -49286,7 +49443,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1046" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
       <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="152" />
       <source>Delete Directory</source>
       <translation type="unfinished" />
@@ -49351,65 +49508,65 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="831" />
       <source>Select Directory</source>
       <translation type="unfinished">选择文件夹</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1021" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="855" />
       <source>Enter directory name:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="867" />
       <source>&lt;p&gt;The 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 type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1076" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="894" />
       <source>Do you really want to delete this directory tree?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="905" />
       <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" />
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1103" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="932" />
       <source>Do you really want to delete this file?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="943" />
       <source>&lt;p&gt;The 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="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1001" />
       <source>Enter the directory path on the device:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1048" />
       <source>Do you really want to delete this directory?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1135" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1136" />
       <source>&lt;h3&gt;Filesystem Information&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1137" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1138" />
       <source>&lt;h4&gt;{0}&lt;/h4&lt;table&gt;&lt;tr&gt;&lt;td&gt;Total Size: &lt;/td&gt;&lt;td align='right'&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Used Size: &lt;/td&gt;&lt;td align='right'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Free Size: &lt;/td&gt;&lt;td align='right'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1150" />
+      <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1151" />
       <source>Filesystem Information</source>
       <translation type="unfinished" />
     </message>
@@ -49546,6 +49703,102 @@
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished">国家:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">名称:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">密码:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="326" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="309" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished">地址:</translation>
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" />
       <source>MPY Cross Compiler</source>
       <translation type="unfinished" />
     </message>
@@ -49692,56 +49945,67 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="47" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="53" />
       <source>Automatic</source>
       <translation type="unfinished">自动</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="49" />
-      <source>Light</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="52" />
-      <source>Dark</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="55" />
-      <source>Blue Cerulean</source>
+      <source>Light</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="58" />
-      <source>Brown Sand</source>
+      <source>Dark</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="61" />
-      <source>Blue NCS</source>
+      <source>Blue Cerulean</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="64" />
-      <source>High Contrast</source>
+      <source>Brown Sand</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="67" />
-      <source>Blue Icy</source>
+      <source>Blue NCS</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="70" />
+      <source>High Contrast</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="73" />
+      <source>Blue Icy</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
       <source>Qt</source>
       <translation type="unfinished">Qt</translation>
     </message>
     <message>
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="79" />
-      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="85" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="82" />
       <source>All Files (*)</source>
       <translation type="unfinished">所有文件 (*)</translation>
     </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="88" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="322" />
+      <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="305" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>MicroPythonProgressInfoDialog</name>
@@ -49754,35 +50018,35 @@
   <context>
     <name>MicroPythonWidget</name>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="231" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="235" />
       <source>MicroPython Menu</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="288" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="293" />
       <source>&lt;h3&gt;The QtSerialPort package is not available.&lt;br/&gt;MicroPython support is deactivated.&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="329" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="334" />
       <source>%n supported device(s) detected.</source>
       <translation type="unfinished">
         <numerusform />
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="343" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="348" />
       <source>{0} - {1} ({2})</source>
       <comment>board name, description, port name</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="363" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="368" />
       <source>No supported devices detected.</source>
       <translation type="unfinished" />
     </message>
     <message numerus="yes">
-      <location filename="../MicroPython/MicroPythonWidget.py" line="367" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="372" />
       <source>
 %n unknown device(s) for manual selection.</source>
       <translation type="unfinished">
@@ -49790,70 +50054,70 @@
       </translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="374" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="379" />
       <source>Manual Selection</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="437" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="408" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="442" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="413" />
       <source>Unknown MicroPython Device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="409" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="414" />
       <source>&lt;p&gt;Detected these unknown serial devices&lt;/p&gt;&lt;ul&gt;&lt;li&gt;{0}&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Please report them together with the board name and a short description to &lt;a href="mailto:{1}"&gt; the eric bug reporting address&lt;/a&gt; if it is a MicroPython board.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="421" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="426" />
       <source>{0} (0x{1:04x}/0x{2:04x})</source>
       <comment>description, VId, PId</comment>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="438" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="443" />
       <source>Would you like to add them to the list of manually configured devices?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="568" />
-      <source>Clear</source>
-      <translation type="unfinished">清除</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="573" />
+      <source>Clear</source>
+      <translation type="unfinished">清除</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="578" />
       <source>Copy</source>
       <translation type="unfinished">复制</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="579" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="584" />
       <source>Paste</source>
       <translation type="unfinished">粘贴</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="586" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="591" />
       <source>Select All</source>
       <translation type="unfinished">全选</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
       <source>Press to disconnect the current device</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.ui" line="0" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="617" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="622" />
       <source>Press to connect the selected device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="644" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="652" />
       <source>No device attached</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="645" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="653" />
       <source>Please ensure the device is plugged into your computer and selected.
 
 It must have a version of MicroPython (or CircuitPython) flashed onto it before anything will work.
@@ -49862,318 +50126,318 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="674" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="682" />
       <source>Start REPL</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="675" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="683" />
       <source>&lt;p&gt;The REPL cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1194" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1183" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1211" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1200" />
       <source>Serial Device Connect</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1184" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1201" />
       <source>&lt;p&gt;The device at serial port &lt;b&gt;{0}&lt;/b&gt; does not respond. It may not have a MicroPython firmware flashed.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1195" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1212" />
       <source>&lt;p&gt;Cannot connect to device at serial port &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1270" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1261" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1252" />
+      <source>Run Script</source>
+      <translation type="unfinished">运行脚本</translation>
+    </message>
+    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1253" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1244" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1235" />
-      <source>Run Script</source>
-      <translation type="unfinished">运行脚本</translation>
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1236" />
       <source>There is no editor open. Abort...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1245" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1262" />
       <source>The current editor does not contain a script. Abort...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1254" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1271" />
       <source>&lt;p&gt;Cannot run script.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1290" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1307" />
       <source>Start Chart</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1291" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1308" />
       <source>&lt;p&gt;The Chart cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1306" />
-      <source>µPy Chart</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1323" />
+      <source>µPy Chart</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1340" />
       <source>Unsaved Chart Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1324" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1341" />
       <source>The chart contains unsaved data.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1372" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1389" />
       <source>Start File Manager</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1373" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1390" />
       <source>&lt;p&gt;The File Manager cannot be started.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1392" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1409" />
       <source>µPy Files</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1428" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1453" />
       <source>Downloads</source>
       <translation type="unfinished">下载</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1443" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
       <source>Show Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1446" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1479" />
       <source>Show Implementation</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1449" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1482" />
       <source>Show Board Data</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1611" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1454" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1646" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1487" />
       <source>Synchronize Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1457" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1490" />
       <source>Show Device Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1459" />
-      <source>Show Local Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1462" />
-      <source>Show Time</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1466" />
-      <source>Show Builtin Modules</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1835" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1472" />
-      <source>Compile Python File</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1859" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1850" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1476" />
-      <source>Compile Current Editor</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1485" />
-      <source>Download Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1492" />
-      <source>Show Documentation</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1496" />
-      <source>Flash UF2 Device</source>
+      <source>Show Local Time</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1495" />
+      <source>Show Time</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1499" />
+      <source>Show Builtin Modules</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1870" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <source>Compile Python File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1894" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1885" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1509" />
+      <source>Compile Current Editor</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <source>Download Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1528" />
+      <source>Show Documentation</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1531" />
+      <source>Flash UF2 Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1534" />
       <source>Manage Unknown Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1502" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1537" />
       <source>Ignored Serial Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1505" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1540" />
       <source>Configure</source>
       <translation type="unfinished">配置</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1514" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1549" />
       <source>&lt;h3&gt;Device Version Information&lt;/h3&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1525" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1521" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1560" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
       <source>Device Version Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1526" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1561" />
       <source>No version information available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1550" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1542" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1585" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1577" />
       <source>unknown</source>
       <translation type="unfinished">未知</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1556" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1591" />
       <source> ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1572" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1563" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1607" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1598" />
       <source>Device Implementation Information</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1564" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1599" />
       <source>&lt;h3&gt;Device Implementation Information&lt;/h3&gt;&lt;p&gt;This device contains &lt;b&gt;{0} {1}{2}&lt;/b&gt;.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1573" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1608" />
       <source>No device implementation information available.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1612" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1647" />
       <source>&lt;p&gt;The time of the connected device was synchronized with the local time.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1634" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1669" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1642" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1677" />
       <source>&lt;h3&gt;Device Date and Time&lt;/h3&gt;&lt;p&gt;{0}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1658" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1693" />
       <source>Device Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1670" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1705" />
       <source>Local Date and Time</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1671" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1706" />
       <source>&lt;h3&gt;Local Date and Time&lt;/h3&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1712" />
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1695" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1747" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1730" />
       <source>Date and Time</source>
       <translation type="unfinished">日期和时间</translation>
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1696" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1731" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{0}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Time&lt;/b&gt;&lt;/td&gt;&lt;td align='center'&gt;{1}&lt;/td&gt;&lt;td align='center'&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1713" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1748" />
       <source>&lt;table&gt;&lt;tr&gt;&lt;th&gt;Local Date and Time&lt;/th&gt;&lt;th&gt;Device Date and Time&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align='center'&gt;{0} {1}&lt;/td&gt;&lt;td align='center'&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1737" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1772" />
       <source>Error handling device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1738" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1773" />
       <source>&lt;p&gt;There was an error communicating with the connected device.&lt;/p&gt;&lt;p&gt;Method: {0}&lt;/p&gt;&lt;p&gt;Message: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1780" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1815" />
       <source>The MicroPython cross compiler &lt;b&gt;mpy-cross&lt;/b&gt; cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1806" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1841" />
       <source>Python Files (*.py);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1816" />
-      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1825" />
-      <source>'mpy-cross' Output</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/MicroPythonWidget.py" line="1851" />
+      <source>The Python file &lt;b&gt;{0}&lt;/b&gt; does not exist. Aborting...</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1860" />
+      <source>'mpy-cross' Output</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1886" />
       <source>The current editor does not contain a Python file. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1943" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1978" />
       <source>Add Unknown Devices</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1944" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="1979" />
       <source>Select the devices to be added:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/MicroPythonWidget.py" line="1985" />
+      <location filename="../MicroPython/MicroPythonWidget.py" line="2020" />
       <source>Plus any modules on the filesystem.</source>
       <translation type="unfinished" />
     </message>
@@ -50206,168 +50470,168 @@
   <context>
     <name>MicrobitDevice</name>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="86" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="101" />
       <source>BBC micro:bit</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="89" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="104" />
       <source>Calliope mini</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="186" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="201" />
       <source>BBC micro:bit/Calliope Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="399" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="387" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="370" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="189" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="414" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="402" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="385" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="204" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="193" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="208" />
       <source>Flash MicroPython</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="196" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="211" />
       <source>Flash Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="473" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="200" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="489" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="215" />
       <source>Save Script as 'main.py'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="203" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="218" />
       <source>Save the current script as 'main.py' on the connected device</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="207" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="222" />
       <source>Reset {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="353" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="344" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="330" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="313" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="300" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="280" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="368" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="359" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="345" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="328" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="315" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="295" />
       <source>Flash MicroPython/Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="281" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="296" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed and plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;See the &lt;a href="https://microbit.org/guide/firmware/"&gt;micro:bit web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="301" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="316" />
       <source>&lt;p&gt;The BBC micro:bit is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MICROBIT is available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="314" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="329" />
       <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the DAPLink firmware. Follow these instructions. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;unplug USB cable and any batteries&lt;/li&gt;&lt;li&gt;keep RESET button pressed an plug USB cable back in&lt;/li&gt;&lt;li&gt;a drive called MAINTENANCE should be available&lt;/li&gt;&lt;/ul&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="331" />
-      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="346" />
+      <source>&lt;p&gt;The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="361" />
       <source>MicroPython/Firmware Files (*.hex *.bin);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="354" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="369" />
       <source>There are multiple devices ready for flashing. Please make sure, that only one device is prepared.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="371" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="386" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="388" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="403" />
       <source>&lt;p&gt;The BBC micro:bit generation cannot be determined. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="400" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="415" />
       <source>&lt;p&gt;The firmware URL for the device type &lt;b&gt;{0}&lt;/b&gt; is not known. Aborting...&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="427" />
-      <source>unknown</source>
-      <translation type="unfinished">未知</translation>
-    </message>
-    <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="443" />
-      <source>Firmware</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="446" />
-      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="455" />
-      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
-      <translation type="unfinished" />
+      <source>unknown</source>
+      <translation type="unfinished">未知</translation>
     </message>
     <message>
       <location filename="../MicroPython/Devices/MicrobitDevices.py" line="459" />
+      <source>Firmware</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="462" />
+      <source>&lt;h4&gt;{0} Version Information&lt;br/&gt;(BBC micro:bit v{1})&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{2}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{3}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="471" />
+      <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="475" />
       <source>{0} Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="479" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="495" />
       <source>The current editor does not contain a Python script. Write it anyway?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="490" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="506" />
       <source>The script is empty. Aborting.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="544" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="560" />
       <source>MicroPython Firmware for BBC micro:bit V1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="576" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="563" />
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="548" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="592" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="579" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="564" />
       <source>DAPLink Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="555" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="571" />
       <source>MicroPython Firmware for BBC micro:bit V2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="559" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="575" />
       <source>CircuitPython Firmware for BBC micro:bit V2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="572" />
+      <location filename="../MicroPython/Devices/MicrobitDevices.py" line="588" />
       <source>MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
@@ -57422,18 +57686,18 @@
   <context>
     <name>Preferences</name>
     <message>
-      <location filename="../Preferences/__init__.py" line="1793" />
+      <location filename="../Preferences/__init__.py" line="1803" />
       <source>Export Preferences</source>
       <translation>导出首选项</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1822" />
-      <location filename="../Preferences/__init__.py" line="1795" />
+      <location filename="../Preferences/__init__.py" line="1832" />
+      <location filename="../Preferences/__init__.py" line="1805" />
       <source>Properties File (*.ini);;All Files (*)</source>
       <translation>属性文件 (*.ini);;所有文件 (*)</translation>
     </message>
     <message>
-      <location filename="../Preferences/__init__.py" line="1820" />
+      <location filename="../Preferences/__init__.py" line="1830" />
       <source>Import Preferences</source>
       <translation>导入首选项</translation>
     </message>
@@ -62505,22 +62769,22 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="467" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="468" />
       <source>unknown</source>
       <translation type="unfinished">未知</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="473" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="474" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="481" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="482" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="485" />
+      <location filename="../MicroPython/Devices/PyBoardDevices.py" line="486" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
@@ -67668,86 +67932,193 @@
   <context>
     <name>RP2040Device</name>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="71" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="52" />
+      <source>authentication failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="62" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="53" />
+      <source>no matching access point found</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="65" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="54" />
+      <source>connection failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="61" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="55" />
+      <source>idle</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="56" />
+      <source>connecting</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="57" />
+      <source>connected, waiting for IP address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="64" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="58" />
+      <source>connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="63" />
+      <source>network scan completed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="66" />
+      <source>connection lost</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="67" />
+      <source>disconnected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="68" />
+      <source>AP listening</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="69" />
+      <source>AP connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="70" />
+      <source>AP failed</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="89" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="76" />
+      <source>open</source>
+      <comment>open WiFi network</comment>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="90" />
+      <source>automatic</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="121" />
       <source>RP2040</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="127" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="177" />
       <source>RP2040 Functions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="199" />
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="130" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="256" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="180" />
       <source>Show MicroPython Versions</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="134" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="184" />
       <source>Activate Bootloader</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="137" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="187" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="200" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="191" />
+      <source>Reset Device</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="257" />
       <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="232" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="290" />
       <source>unknown</source>
       <translation type="unfinished">未知</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="242" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="300" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;{2}&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="252" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="310" />
       <source>&lt;tr&gt;&lt;td&gt;Variant:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="263" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="320" />
       <source>&lt;p&gt;Update may be available.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="265" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="322" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="269" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="326" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="292" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="358" />
       <source>MicroPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="296" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="362" />
       <source>Pimoroni Pico Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="299" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="365" />
       <source>CircuitPython Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/RP2040Devices.py" line="303" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="369" />
       <source>CircuitPython Libraries</source>
       <translation type="unfinished" />
     </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="421" />
+      <source>Set Country</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="976" />
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="611" />
+      <source>unknown ({0})</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1086" />
+      <source>Pico Wireless does not support setting the IPv4 parameters of the WiFi access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/Devices/RP2040Devices.py" line="1161" />
+      <source>Pico Wireless does not support reporting of connected clients.</source>
+      <translation type="unfinished" />
+    </message>
   </context>
   <context>
     <name>RccCompilerOptionsDialog</name>
@@ -69291,111 +69662,111 @@
   <context>
     <name>SessionManager</name>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="300" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="299" />
       <source>Backup 1</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="308" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="307" />
       <source>Backup 2</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="339" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="338" />
       <source>Default Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="492" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="491" />
       <source>Clone Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="495" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="494" />
       <source>Rename Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="499" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="498" />
       <source>Please enter a new name:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="672" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="572" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="515" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="514" />
       <source>The session file "{0}" exists already. Please enter another name.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="528" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="527" />
       <source>An error occurred while cloning the session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="538" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="537" />
       <source>An error occurred while renaming the session file.</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="571" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="570" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="552" />
       <source>Save Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="554" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="553" />
       <source>Please enter a name for the session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="556" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="555" />
       <source>Saved Session ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="594" />
+      <source>Restore Backup</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="595" />
-      <source>Restore Backup</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="596" />
       <source>Are you sure you want to replace the current session?</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../WebBrowser/Session/SessionManager.py" line="636" />
+      <source>Delete Session</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../WebBrowser/Session/SessionManager.py" line="637" />
-      <source>Delete Session</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="638" />
       <source>Are you sure you want to delete session "{0}"?</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="671" />
-      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="670" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="652" />
       <source>New Session</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="654" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="653" />
       <source>Please enter a name for the new session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="656" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="655" />
       <source>New Session ({0})</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="718" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="717" />
       <source>Please select the startup session:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../WebBrowser/Session/SessionManager.py" line="742" />
+      <location filename="../WebBrowser/Session/SessionManager.py" line="741" />
       <source>{0} (last session)</source>
       <translation type="unfinished" />
     </message>
@@ -81733,7 +82104,7 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="241" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="301" />
       <location filename="../MicroPython/Devices/TeensyDevices.py" line="154" />
       <source>Flash MicroPython Firmware</source>
       <translation type="unfinished" />
@@ -81749,37 +82120,37 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="213" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="214" />
       <source>unknown</source>
       <translation type="unfinished">未知</translation>
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="219" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="220" />
       <source>&lt;h4&gt;MicroPython Version Information&lt;/h4&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Installed:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Available:&lt;/td&gt;&lt;td&gt;{1}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="227" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="228" />
       <source>&lt;p&gt;&lt;b&gt;Update available!&lt;/b&gt;&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="231" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="232" />
       <source>MicroPython Version</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="242" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="302" />
       <source>&lt;p&gt;Teensy 4.0 and Teensy 4.1 are flashed using the 'Teensy Loader' application. Make sure you downloaded the MicroPython or CircuitPython .hex file.&lt;/p&gt;&lt;p&gt;See &lt;a href="{0}"&gt;the PJRC Teensy web site&lt;/a&gt; for details.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="261" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="324" />
       <source>Start 'Teensy Loader'</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/Devices/TeensyDevices.py" line="262" />
+      <location filename="../MicroPython/Devices/TeensyDevices.py" line="325" />
       <source>&lt;p&gt;The 'Teensy Loader' application &lt;b&gt;teensy&lt;/b&gt; could not be started. Ensure it is in the application search path or start it manually.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -82064,22 +82435,22 @@
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="884" />
+      <location filename="../Templates/TemplateViewer.py" line="883" />
       <source>Edit Template Group</source>
       <translation>编辑模板组</translation>
     </message>
     <message>
-      <location filename="../Templates/TemplateViewer.py" line="885" />
+      <location filename="../Templates/TemplateViewer.py" line="884" />
       <source>&lt;p&gt;A template group with the name &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../Templates/TemplateViewer.py" line="1005" />
+      <source>Read Templates</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../Templates/TemplateViewer.py" line="1006" />
-      <source>Read Templates</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Templates/TemplateViewer.py" line="1007" />
       <source>&lt;p&gt;The templates file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
@@ -83441,42 +83812,42 @@
   <context>
     <name>TranslatorEngines</name>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="49" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
       <source>DeepL</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="50" />
-      <source>Google V.1</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" />
-      <source>Google V.2</source>
-      <translation type="unfinished" />
-    </message>
-    <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="52" />
-      <source>IBM Watson</source>
+      <source>Google V.1</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="53" />
-      <source>Microsoft</source>
+      <source>Google V.2</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="54" />
-      <source>MyMemory</source>
+      <source>IBM Watson</source>
       <translation type="unfinished" />
     </message>
     <message>
       <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="55" />
+      <source>Microsoft</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="56" />
+      <source>MyMemory</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="57" />
       <source>Yandex</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="58" />
+      <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="60" />
       <source>Unknow translation service name ({0})</source>
       <translation type="unfinished" />
     </message>
@@ -84289,6 +84660,7 @@
   <context>
     <name>UF2FlashDialog</name>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1099" />
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash UF2 Device</source>
       <translation type="unfinished" />
@@ -84315,7 +84687,7 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
-      <source>'Boot' Path:</source>
+      <source>'Boot' Volume:</source>
       <translation type="unfinished" />
     </message>
     <message>
@@ -84325,6 +84697,11 @@
     </message>
     <message>
       <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
+      <source>Press to check for all known boot volume names.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/UF2FlashDialog.ui" line="0" />
       <source>Flash MicroPython / CircuitPython</source>
       <translation type="unfinished" />
     </message>
@@ -84350,106 +84727,111 @@
       <translation type="unfinished" />
     </message>
     <message>
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1100" />
+      <source>Select the Boot Volume of the device:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
       <location filename="../MicroPython/UF2FlashDialog.py" line="717" />
       <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="786" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="775" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="766" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="789" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="778" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="769" />
       <source>Manual Select</source>
       <translation type="unfinished">手动选择</translation>
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="885" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="853" />
-      <location filename="../MicroPython/UF2FlashDialog.py" line="830" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="888" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="833" />
       <source>Reset Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="832" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="835" />
       <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="856" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="859" />
       <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="866" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="869" />
       <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="887" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="890" />
       <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="899" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="902" />
       <source>Flash Instructions:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="901" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="904" />
       <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="926" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="929" />
       <source>Boot Volume not found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="928" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="931" />
       <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="934" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="937" />
       <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="939" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="942" />
       <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="946" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="949" />
       <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="965" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="968" />
       <source>Multiple Boot Volumes found:</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="967" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="970" />
       <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="986" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="989" />
       <source>Flashing Firmware</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="988" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="991" />
       <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="995" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="998" />
       <source>Flashing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../MicroPython/UF2FlashDialog.py" line="997" />
+      <location filename="../MicroPython/UF2FlashDialog.py" line="1000" />
       <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>
@@ -87865,43 +88247,43 @@
       <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; 不是一个文件。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8282" />
+      <location filename="../UI/UserInterface.py" line="8285" />
       <source>Upgrade available</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8283" />
+      <location filename="../UI/UserInterface.py" line="8286" />
       <source>&lt;p&gt;A newer version of the &lt;b&gt;eric-ide&lt;/b&gt; package is available at &lt;a href="{0}/eric-ide/"&gt;PyPI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Installed: {1}&lt;br/&gt;Available: &lt;b&gt;{2}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Shall &lt;b&gt;eric-ide&lt;/b&gt; be upgraded?&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8336" />
-      <location filename="../UI/UserInterface.py" line="8323" />
+      <location filename="../UI/UserInterface.py" line="8339" />
+      <location filename="../UI/UserInterface.py" line="8326" />
       <source>First time usage</source>
       <translation>第一次使用</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8324" />
+      <location filename="../UI/UserInterface.py" line="8327" />
       <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="8337" />
+      <location filename="../UI/UserInterface.py" line="8340" />
       <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="8360" />
+      <location filename="../UI/UserInterface.py" line="8363" />
       <source>Select Workspace Directory</source>
       <translation>选择工作区目录</translation>
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8520" />
+      <location filename="../UI/UserInterface.py" line="8523" />
       <source>Unsaved Data Detected</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../UI/UserInterface.py" line="8521" />
+      <location filename="../UI/UserInterface.py" line="8524" />
       <source>Some editors contain unsaved data. Shall these be saved?</source>
       <translation type="unfinished" />
     </message>
@@ -92956,65 +93338,65 @@
       <translation>&lt;p&gt;文件 &lt;b&gt;{0}&lt;/b&gt; 有未保存的更改。&lt;/p&gt;</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5826" />
+      <location filename="../ViewManager/ViewManager.py" line="5830" />
       <source>Line: {0:5}</source>
       <translation>行:{0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5832" />
+      <location filename="../ViewManager/ViewManager.py" line="5836" />
       <source>Pos: {0:5}</source>
       <translation>列:{0:5}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5852" />
+      <location filename="../ViewManager/ViewManager.py" line="5856" />
       <source>Language: {0}</source>
       <translation>语言:{0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="5861" />
+      <location filename="../ViewManager/ViewManager.py" line="5865" />
       <source>EOL Mode: {0}</source>
       <translation>行尾模式:{0}</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6318" />
-      <location filename="../ViewManager/ViewManager.py" line="6276" />
+      <location filename="../ViewManager/ViewManager.py" line="6326" />
+      <location filename="../ViewManager/ViewManager.py" line="6284" />
       <source>&amp;Clear</source>
       <translation>清除(&amp;C)</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6312" />
+      <location filename="../ViewManager/ViewManager.py" line="6320" />
       <source>&amp;Add</source>
       <translation>添加(&amp;A)</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="6315" />
+      <location filename="../ViewManager/ViewManager.py" line="6323" />
       <source>&amp;Edit...</source>
       <translation>编辑(&amp;E)…</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7361" />
-      <location filename="../ViewManager/ViewManager.py" line="7347" />
-      <location filename="../ViewManager/ViewManager.py" line="7315" />
+      <location filename="../ViewManager/ViewManager.py" line="7369" />
+      <location filename="../ViewManager/ViewManager.py" line="7355" />
+      <location filename="../ViewManager/ViewManager.py" line="7323" />
       <source>Edit Spelling Dictionary</source>
       <translation type="unfinished">编辑拼写字典</translation>
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7318" />
+      <location filename="../ViewManager/ViewManager.py" line="7326" />
       <source>&lt;p&gt;The spelling dictionary 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="../ViewManager/ViewManager.py" line="7334" />
+      <location filename="../ViewManager/ViewManager.py" line="7342" />
       <source>Editing {0}</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7350" />
+      <location filename="../ViewManager/ViewManager.py" line="7358" />
       <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
       <translation type="unfinished" />
     </message>
     <message>
-      <location filename="../ViewManager/ViewManager.py" line="7364" />
+      <location filename="../ViewManager/ViewManager.py" line="7372" />
       <source>The spelling dictionary was saved successfully.</source>
       <translation type="unfinished" />
     </message>
@@ -98595,6 +98977,615 @@
     </message>
   </context>
   <context>
+    <name>WifiApConfigDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="39" />
+      <source>open</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="116" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="120" />
+      <source>Press to show the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Access Point Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">名称:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to publish</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">密码:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Security:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select the security mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>IPv4 Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Address:</source>
+      <translation type="unfinished">地址:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Netmask:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Gateway:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>DNS:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiApStationsDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Connected WiFi Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished">名称</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiConnectionDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>WiFi Connection Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Name:</source>
+      <translation type="unfinished">名称:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network name (SSID) to connect to</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Password:</source>
+      <translation type="unfinished">密码:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Enter the network password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="72" />
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Press to show the password</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="68" />
+      <source>Press to hide the password</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiController</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="45" />
+      <source>WiFi Functions</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="47" />
+      <source>Show WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="122" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="114" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="49" />
+      <source>Connect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="50" />
+      <source>Check Internet Connection</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="138" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="51" />
+      <source>Disconnect WiFi</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="53" />
+      <source>Scan Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="216" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="207" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="55" />
+      <source>Write WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="254" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="244" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="233" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="56" />
+      <source>Remove WiFi Credentials</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="305" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="294" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="58" />
+      <source>Start WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="60" />
+      <source>Start WiFi Access Point with IP</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="359" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="63" />
+      <source>Show Connected Clients</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="335" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="326" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="65" />
+      <source>Stop WiFi Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="68" />
+      <source>Deactivate Client Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="72" />
+      <source>Deactivate Access Point Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="115" />
+      <source>&lt;p&gt;The device was connected to &lt;b&gt;{0}&lt;/b&gt; successfully.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="123" />
+      <source>&lt;p&gt;The device could not connect to &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="258" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="220" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="173" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="147" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="126" />
+      <source>unknown</source>
+      <translation type="unfinished">未知</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="139" />
+      <source>&lt;p&gt;The device was disconnected from the WiFi network.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="145" />
+      <source>&lt;p&gt;The device could not be disconnected.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="158" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="160" />
+      <source>&lt;p&gt;The internet connection is &lt;b&gt;not available&lt;/b&gt;.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="171" />
+      <source>&lt;p&gt;The internet is not available.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="208" />
+      <source>&lt;p&gt;The WiFi credentials were saved on the device. The device will connect to the WiFi network at boot time.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="217" />
+      <source>&lt;p&gt;The WiFi credentials could not be saved on the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="234" />
+      <source>Shall the saved WiFi credentials really be removed from the connected device?</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="245" />
+      <source>&lt;p&gt;The WiFi credentials were removed from the device. The device will not connect to the WiFi network at boot time anymore.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="255" />
+      <source>&lt;p&gt;The WiFi credentials could not be removed from the device.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="295" />
+      <source>The WiFi Access Point interface was started successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="300" />
+      <source>&lt;p&gt;The WiFi Access Point could not be started.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="381" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="332" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="302" />
+      <source>&lt;p&gt;Reason: {0}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="327" />
+      <source>The WiFi Access Point interface was stopped successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="330" />
+      <source>&lt;p&gt;The WiFi Access Point could not be stopped.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="360" />
+      <source>No clients are connected to the access point.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="384" />
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="375" />
+      <source>Deactivate WiFi Interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="376" />
+      <source>The WiFi interface was deactivated successfully.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiController.py" line="379" />
+      <source>&lt;p&gt;The WiFi interface could not be deactivated.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiCountryDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>WiFi Country Code</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Country:</source>
+      <translation type="unfinished">国家:</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Enter the country code for the WiFi interface</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Select to remember the entered connection parameters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" />
+      <source>Remember Parameters</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>WifiNetworksWindow</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Name</source>
+      <translation type="unfinished">名称</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Channel</source>
+      <translation type="unfinished">频道</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Security</source>
+      <translation type="unfinished">安全</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Press to scan for available WiFi networks.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Scan Interval:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source> s</source>
+      <translation type="unfinished"> 秒</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" />
+      <source>Periodic Scan</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="67" />
+      <source>Scan WiFi Networks</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="68" />
+      <source>&lt;p&gt;The scan for available WiFi networks failed.&lt;/p&gt;&lt;p&gt;Reason: {0}&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message numerus="yes">
+      <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="78" />
+      <source>&lt;p&gt;Detected &lt;b&gt;%n&lt;/b&gt; network(s).&lt;/p&gt;</source>
+      <translation type="unfinished">
+        <numerusform />
+      </translation>
+    </message>
+  </context>
+  <context>
+    <name>WifiStatusDialog</name>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" />
+      <source>WiFi Status</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="135" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="57" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="46" />
+      <source>Active</source>
+      <translation type="unfinished">活动的</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>Yes</source>
+      <translation type="unfinished">是</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" />
+      <source>No</source>
+      <translation type="unfinished">否</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="53" />
+      <source>Client</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="143" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="65" />
+      <source>Connected</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="148" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="70" />
+      <source>Status</source>
+      <translation type="unfinished">状态</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="150" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="73" />
+      <source>Hostname</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="153" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="76" />
+      <source>IPv4 Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="156" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="79" />
+      <source>Netmask</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="159" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="82" />
+      <source>Gateway</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="161" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="84" />
+      <source>DNS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="164" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="116" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="85" />
+      <source>MAC-Address</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="167" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="113" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="88" />
+      <source>Channel</source>
+      <translation type="unfinished">频道</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="170" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="126" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="92" />
+      <source>Country</source>
+      <translation type="unfinished">国家</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="175" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="98" />
+      <source>Tx-Power</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="176" />
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="99" />
+      <source>{0} dBm</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="105" />
+      <source>Connected Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="108" />
+      <source>Name</source>
+      <translation type="unfinished">名称</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="119" />
+      <source>RSSI [dBm]</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="122" />
+      <source>Security</source>
+      <translation type="unfinished">安全</translation>
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="131" />
+      <source>Access Point</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="163" />
+      <source>SSID</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
     <name>WizardEricPluginWizard</name>
     <message>
       <location filename="../Plugins/PluginWizardEricPlugin.py" line="93" />

eric ide

mercurial